/* JEsectionOLIGHTING MAIN STYLESHEET CSS */

/* THIS SECTION CONTAINS THE CSS FOR VARIOUS TAGS THROUGHOUT THE WEB PAGES */

body{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #000000;
 color: #FFFFFF;
 
 scrollbar-face-color: #ac0000;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #440000;
 scrollbar-shadow-color: #ac0000;
 scrollbar-highlight-color: #ac0000;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-Color: #000000;
}

a{
text-decoration: none;
color: ;
}

a:hover{
color: #888888;
}

/* THIS SECTION CONTAINS THE CSS FOR THE VARIOUS ID'S THROUGHOUT THE WEB PAGES */

#contentholder{
	background-image: url(../images/backgrounds/e2_content.jpg);
}

#content{
width: 503px;
height: 317px;
padding: 10px 10px 10px 5px;
overflow: auto;
text-align: justify;
}
#contentnojustify{
width: 503px;
height: 317px;
padding: 10px 10px 10px 5px;
overflow: auto;
text-align: left;
}

#policytd{
	background-image: url(../images/backgrounds/e2_content.jpg);
}
#policy{
	position: absolute;
	left: 2px;
	top: 0px;
	width: 488px;
	height: 307px;
	overflow: auto;
	overflow-x: hidden;
	padding: 15px;
	text-align: justify;
}
#policyholder{
	position: absolute;
	left: 0px;
	top: 0px;
}
#merchandising{
	position: absolute;
	left: 0px;
	top: 0px;
}
/* THIS SECTION CONTAINS THE CSS FOR THE VARIOUS CLASSES TRHOUGHOUT THE WEB PAGES */
.bold{
font-weight: bold;
}

.tdrightpad{
padding: 0px 30px 0px 0px;
}

.adobelink{
/*color: #3296ae;*/
color: #ff0000;
font-weight: bold;
text-decoration: none;
}
.adobelink:hover{
/*color: #3296ae;*/
color: #dd0000;
}

.emaillink{
color: #f6bf0d;
text-decoration: none;
font-weight: bold;
}
.emaillink:hover{
color: #ffdf09;
}

.title{
font-size: 14px;
color: #ffffff;
font-weight: bold;
}

.contactinfo{
font-size: 14px;
font-weight: bold;
}

.underconstruction{
font-size: 24px;
font-weight: bold;
color: #f6bf0d;
}

.section1{
color: #47c3d3;
font-weight: bold;
font-size: 14px;
}
.section2{
color: #f7942f;
font-weight: bold;
font-size: 14px;
}
.section3{
color: #d71920;
font-weight: bold;
font-size: 14px;
}
.section4{
color: #0095d9;
font-weight: bold;
font-size: 14px;
}
.section5{
color: #00a94f;
font-weight: bold;
font-size: 14px;
}
.section6{
color: #934c93;
font-weight: bold;
font-size: 14px;
}
.section7{
color: #ffd400;
font-weight: bold;
font-size: 14px;
}
.section8{
color: #4156a6;
font-weight: bold;
font-size: 14px;
}
.section9{
color: #fff350;
font-weight: bold;
font-size: 14px;
}
.section10{
color: #969436;
font-weight: bold;
font-size: 14px;
}
.section11{
color: #9c8dc3;
font-weight: bold;
font-size: 14px;
}
.section12{
color: #ec008c;
font-weight: bold;
font-size: 14px;
}
.section13{
color: #a72c31;
font-weight: bold;
font-size: 14px;
}

/* HERE IS THE STYLE FOR THE NEW ITEMS */

.newitem{
padding: 10px;
}
.newitempage{
padding: 5px;
font-weight: bold;
}
.newitemtitle{
padding: 5px;
font-weight: bold;
font-size: 14px;
}

/* HERE IS THE STYLE FOR THE TEXT IN THE BOTTOM OF THE PAGES */
#thebottomText{
position: relative;
top: -10px;
color: #707070;
margin-left: auto;
margin-right: auto;
width: 503px;
height: 200px;
text-align: center;
font-size: 9px;
}