/* LSSR tribute CSS */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #FFFF99;
	scrollbar-arrow-color: #ffff99;
	scrollbar-base-color: #ffff99;
	scrollbar-face-color: #000000;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h2	{
	padding-left: 7px;
	font-variant: small-caps;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFF99;
}

p {
	margin-right: 10px;
	line-height: 1.4em;
}

a{
	text-decoration: 	underline;
	color: 				#FFFF99;
}
a:hover{
	text-decoration: 	overline;
	color: 				#FFFF99;
}

li {
	line-height: 1.8em;
	list-style-image: url(../images/listItem-Feather.jpg);
	padding-left: 10px;
	margin-right: 15px;
}

hr {
	color: #FFFF99;
	width: 85%;
}

form { padding-left: 10px; }

h3 {
	letter-spacing: normal;
	text-align: center;
	border-right-width: 10px;
	border-right-color: #FF9;
	border-right-style: solid;
	margin-right: 100px;
	margin-left: 100px;
	font-size: 12px;
}

/* iFrames used for Benefits feature  */

iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 275px;
	clear: both;
	height: 600px;
	overflow: auto;
	float: right;
	padding: 0px;
	margin: 0px;
	
}

#container {
	z-index: 1;
	top: 0px;
	width: auto;
	position: relative;
	height: 100%;
}
#mainContent {
	height: 600px;
	width: 460px;
	overflow: auto;
	margin-top: 15px;
}

#leftSideImage {
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
	width: 260px;
}

#rightSideImage {
	z-index: 0;
	top: 0px;
	position: absolute;
	height: 100%;
	width: 260px;
	right: 0px;
	background-attachment: scroll;
}

#feature {
	overflow: auto;
	padding-bottom: 20px;
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
}

#submit {
	background-color: #000000;
	color: #FFFF99;
	border: 1px solid #FFFF99;
}

#reset {
	background-color: #000000;
	color: #FFFF99;
	border: 1px solid #FFFF99;
}
.pFeature {
	padding-right: 10px;
	text-align: left;
}

.mainleftshadow {
	background-image: url(../images/mainLeftShadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}
.mainrightshadow {
	background-image: url(../images/mainRightShadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}
.header {
	height: 135px;
	background-color: #000000;
	padding: 0px;
}

.nav {
	height: 120px;
	background-color: #000000;
	padding: 0px;
}

.mainarea {
	color: #FFFF99;
	background-color: #000000;
	height: 714px;
	padding: 0px;
}
.content {
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF99;
	padding-left: 10px;
}
.footer {
	background-color: #000000;
	height: 55px;
	padding: 0px;
	line-height: 1.5em;
}

.footerRight {
	color: #FFFF99;
	background-color: #000000;
	font-size: 10px;
	padding-left: 5px;
}

.footerLeft {
	color: #FFFF99;
	background-color: #000000;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

.imgFeatureHeader { 
}

.imgSectionHeader { }


.valid	{
	text-align: center;
	padding: 25px 0px 0px 0px; 
}

.textField {
	background-color: #FFFF99;
	border: 1px solid #CC9632;
	color: #000000;
}

.testimonialHeader {
	font-weight: bold;
	text-align: right;
	width: 90px;
	vertical-align: top;
}

.testimonialInfo {
	padding-left: 10px;
	vertical-align: top;
}

.testimonialImages {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.signature { font-style: oblique; }

.pTestimonial { text-align: left; }

