/* header
----------------------------------------------- */
#header{
	margin: 0 auto;
	width: 800px;
	margin-top: 0px;
	background-color:#FFF;
	}
#header h1 {
	color: #000033;
	font: 150% arial, helvetica, sans-serif;
	display: block;
	background-color: #fff;
	margin: 0;
	float: left;
}
#header h1 a {
	display: block;
	width: 794px;
		text-decoration: none;
	text-indent: -3000px;
}
#header h1 a:hover {
	background-color: transparent;
	border-bottom: none;
}

#navWrap {
	width: 794px;
	float: right;
	margin-top: -15px;
	}

#nav {
	background: transparent url(/images/menu-images.jpg) 0 0 no-repeat;

	width: 794px;
	height: 30px;
	position: relative;
	margin-left:-3px;
	top:2px;



	}

	
#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	line-height: 30px; 
	position: absolute; 
	text-indent: -2000px; 
	text-align: center;
	font-size:12px;
	}
	
#nav a {
	display: block; 
	text-decoration: none;   
	overflow: hidden;
	font-size:12px;
	}	
#nav1 {left: 0px; top: 0; width: 139px; height: 30px; }	
#nav2 {left: 141px; top: 0; width: 211px; height: 30px; }
#nav3 {left: 354px; top: 0; width: 112px; height: 30px; }
#nav4 {left: 468px; top: 0; width: 71px; height: 30px; }
#nav5 {left: 541px; top: 0; width: 249px; height: 30px; }


#nav1 a:hover, #nav1 .on {background: url(/images/menu-images.jpg) 0px -30px no-repeat; }	
#nav2 a:hover, #nav2 .on {background: url(/images/menu-images.jpg) -141px -30px no-repeat; }	
#nav3 a:hover, #nav3 .on {background: url(/images/menu-images.jpg) -354px -30px no-repeat; }	
#nav4 a:hover, #nav4 .on {background: url(/images/menu-images.jpg) -468px -30px no-repeat; }	
#nav5 a:hover, #nav5 .on {background: url(/images/menu-images.jpg) -541px -30px no-repeat; }
	
/* ######### Style for Drop Down Menu ######### */



.dropmenudiv_a{
font-size: 14px;
text-align: left;
position:absolute;
top: 0;
margin-top: -1;
line-height:16px;
z-index:100;
color:#000000;
visibility: hidden;
/* border-top:  5px solid #ed7602; 
border-image: url(images/0811/drop.png)


filter: alpha(Opacity=95);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95 ); 
	-moz-opacity:.95; 	opacity:.95;*/

}


.dropmenudiv_a a{
width: 210px;
display: block;
text-indent: 5px;
padding: 4px;
text-decoration: none;
background-color: #fff;
color: red;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 210px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: red;
color: #fff;
  
}

.dropmenudiv_a a:active{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: red;
color: #000;
}

#main{
	width: 800px;
	margin: 0 auto;
	background-color:#FFF;
	}
	
	
p {font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
text-align:left;
}

.small {font-family: Arial, Helvetica, sans-serif;
font-size:10px;
line-height:14px;
text-align:left;
}

h1 {font-family: Arial, Helvetica, sans-serif;
font-size:28px;
font-weight: bold;
line-height:40px;
text-align:left;
color:#F00;

}