/* CSS Document */

body{
	text-align:center; /* Hack for IE5/Win */
	}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFF;
	}
	
.link  a, a:visited{
	color:blue;
	}, a:hover{
	color:blue;
	text-decoration:underline;
	}
/*--------------for main pages-------------*/
#imagecontainer{
	border-right:1px solid #333;
	}

#leftcolumn{
	border-left:1px solid #E0DEDE;
	}	
	
#shortcuts{
	font-family:verdana;
	color:#B3B2B1;
	font-size:10px;
	font-weight:strong;
	line-height:1.5em;
	}

#shortcuts h1 {
	font-size:10px;
	color:#9B9B9A;
	line-height:1em;
	}

#content{
	font-family:verdana,helvetica;
	font-size:11px;
	text-align:left;
	color:#666;
	}

#content h1 {
	font-size:13px;
	font-weight:strong;
	}
	
#shortcuts a:visited, a{
	color:#9B9B9A;
	text-decoration:none;
	}
	
#shortcuts a:hover{
	text-decoration:underline;
	}
	
/*-----------------end of main content page-only styles-----------------*/
#navbar {
	background-color:#191919;
	position:relative;
	margin:0px;
	height:25px;
	}
		
#leftcontent{
	padding:20px 20px 20px 20px;
	font-family:verdana, helvetica,arial;
	font-size:11px;
	text-align:left;
	background-color:white;
	border-left:1px solid #E0DEDE;
	color:#666666;
	}

#rightcontent{
	padding: 5px 0px 0px 5px;
	font-family:verdana, helvetica,arial;
	font-size:9px;
	font-weight:normal;
	background-color:white;
	border-left:1px solid #E0DEDE;
	/*border-right:1px solid #E0DEDE;*/
	color:#666666;
	}
	
#rightcontent a, a:visited{
	color:#900;
	}
	
#rightcontent a:hover{
	color:blue;
	text-decoration:underline;
	}

#bottomcontent{
	padding: 15px 10px 5px 15px;
	border-top:2px dotted #E0DEDE;
	background-color:white;
	border-left:1px solid #E0DEDE;
	}
	
#featureimg{
	margin:0 0 0 30px;
	}
	
#footer{
	border-top: 1px solid #E0DEDE;
	font-family:verdana,helvetica,arial;
	font-size:9px;
	padding-left:5px;
	padding-top:10px;
	background-color:#BABABA;
	}
	
#bottomright{
	border-top:2px dotted #E0DEDE;
	border-left:2px dotted #E0DEDE;
	padding:7 9 0 8;
	margin-left:20px;
	text-align:justify;
	font-family:verdana;
	font-size:10px;
	}
	
#rightshadow{
	background-image: url(images/dropshadowvertical2.jpg);
	background-repeat:repeat-y;
	}


	
	/*---------------start of drop downs-------------*/
	
#nav, #nav ul { /* all lists */
	padding-top:5px;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 8.5em;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:verdana;
	color:#F7B90B;
	text-align:center;
	}
	
#nav2 a {
	display: block;
	width: 22.5em;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:verdana;
	color:#F7B90B;
	text-align:center;
	}
	
#nav3 a {
	display: block;
	width: 20em;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:verdana;
	color:#F7B90B;
	text-align:center;
	}

#nav a:hover{
	color:white;
	}

#nav li { /* all list items */
	float: left;
	width: 5.5em; /* width needed or else Opera goes nuts */
	font-family:verdana;
	position:relative;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 5.5em;
	height:auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top:13px;
	}
	
#nav li ul a { /*second level links*/
	font-weight:normal;
	font-family:verdana;
	font-size:10px;
	color:#F7B90B;
	background:#191919;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#nav li ul a:hover{		/*second level link background on hover*/
	background:#535252;
	}
	
#nav li:hover ul { 
 	left: auto;
	}
	
#nav li:hover ul, #nav li.sfhover ul { left: auto;}

/*-----------------------end of drop down styles-----------------------*/

#footer a{
	text-decoration:none;
	color:black;
	}
	
#footer a:hover{
	text-decoration:underline;
	color:black;
	}
	
/*-----------------------end of footer styles-----------------------*/

.style1{
	font-weight:normal;
	font-family:verdana;
	font-size:9px;
	color:#999999;
}

.style2{
	font-weight:normal;
	font-family:verdana;
	font-size:10px;
	color:#666666;
}

.style3{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.style4{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.style5{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.style6{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.style7{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.style8{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BBA04A;
	text-align: right;
}

.style9{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F0101;
	text-align: left;
}

.style10{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F0101;
	text-align: left;
	text-decoration: underline;
}

.style11{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.style15{
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
}
.style16{
	color:#FF0000;
}




/*-----------------------end of content styles-----------------------*/
