@charset "utf-8";
/* CSS Document */

body  
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/sce/main-bg.jpg);
	background-repeat:repeat-x;
}

#container 
{ 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.rightContent_ad 
{
	float: right;
	height: 400px;
	width: 340px;
	padding:0 10px;
	/*position: relative;*/
	visibility: visible;
}

#subpage_rightContent_table 
{
	float: left;
	height: 530px;
	width: 170px;
	position: relative;
	visibility: visible;
	border:0px;
}

.fltlft 
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#left_nav 
{
	float: left;
	height: 354px;
	width: 382px;
	visibility: visible;
	position: relative;
	padding:0;
	margin:0;
	
}
#right_flash 
{
	float: right;
	height: 352px;
	width: 578px;
	visibility: visible;
	position: relative;
	overflow: auto;
}

#flash_container 
{
	visibility: visible;
	height: 352px;
	width: 960px;
	z-index:5000;
}

#banner_container 
{
	visibility: visible;
	height: 150px;
	width: 960px;
}

#flash_separator 
{
	position: relative;
	visibility: visible;
	height: 15px;
	width: 960px;
}

#mainContent 
{
	overflow: visible;
	position: relative;
	visibility: visible;
	height: auto;
	width: 960px;
	top:10px;	
}

#subPage_mainContent 
{
	overflow: visible;
	position: relative;
	visibility: visible;
	height: auto;
	width: 960px;
	top:10px;	
}

#content 
{
	width: 930px;
	height:auto;
	float:left;
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#content h1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #41853f;
	/*line-height: 21px;*/
	font-weight:normal;
	text-align:left;
	font-style:normal;		
}

#content h2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #41853f;
	text-align:left;		
}

#content p, li
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 20px;
	text-align:justify;	
}

#content .title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #686868;
	/*line-height: 21px;*/
	font-weight:bold;
	text-align:left;	
}

#content a
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #41853f;
	line-height: 20px;
	text-align:justify;	
}

#content a:hover
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #73c471;
	line-height: 20px;
	text-align:justify;	
}

#content a:visited
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 20px;
	text-align:justify;	
}


#subpage_content 
{
	width: 730px;
	height:auto;
	min-height:600px;
	float:right;
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
text-align:justify;
}

#subpage_content h1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #686868;	
	text-align:left;
		
}

#subpage_content h2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #686868;		
	text-align:left;		
}

#subpage_content p.smallTitle
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 20px;
	text-align:justify;
padding:0 0 0 0;
font-weight:bold;	
}	

#subpage_content p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 20px;
	text-align:justify;
padding:0 0 0 0;	
}



#subpage_content li
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 20px;
	text-align:justify;
padding:15px 0 0 0px;	
}

#subpage_content .title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #686868;
	/*line-height: 21px;*/
	font-weight:bold;
	text-align:left;
	
}

#subpage_content a
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #41853f;
	line-height: 20px;
	text-align:justify;	
}

#subpage_content a:hover
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #73c471;
	line-height: 20px;
	text-align:justify;	
}

#subpage_content a:visited
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 20px;
	text-align:justify;	
}


#mainFooter 
{
	position: relative;	
	visibility: visible;
	height: 65px;
	width: 960px;
}

#footer_line
{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px;
	color:#000;
	width:522px;
	padding: 10px 0px 10px 5px;
	float:left;
	/*letter-spacing:-1px;
	word-spacing:.5px;*/
	text-decoration:none;
}

#footer_line a
{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px;
	color:#000;		
	text-decoration:none;
}

.footerAddress{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:10px; 
color:#FFFFFF
text-align:center;
padding:0;
margin-top:3px;
*margin-top:5px;
}

#footer_logos
{
	width:433px;
	height:55px;
	float:right;
	position:relative;
	border: 0px;
}

#footer
{
	width:527px;
	padding: 0px 0px 0px 0px;
	float:left;
	overflow:visible;
	
}

#top_nav
{
width:960px;
z-index:2;
}

.titleGreen
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #41853f;
	/*line-height: 21px;*/
	font-weight:normal;
	text-align:left;
	font-style:normal;	
}

.titleGrey
{
font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #929292;
	/*line-height: 21px;*/
	font-weight:normal;
	text-align:left;
	font-style:normal;	
}


.top_leftNav
{
list-style:none;
font-family:Verdana, Geneva, sans-serif; 
font-size:12px; 
line-height:16px;
color: #41853f;
display:block;
}

.top_leftNav a,
.top_leftNav a:link,
.top_leftNav a:visited
{
list-style:none;
font-family:Verdana, Geneva, sans-serif; 
font-size:12px; 
line-height:16px;
color: #41853f;
display:block;
}

.imgBorder
{
border:solid 3px #060;
margin:0 0 5px 15px;
float:right;
}

.imgBorderLeft
{
border:solid 3px #060;
margin:20px 25px 5px 0;
float:left;
}
