html {
	background:url(images/new.gif) top repeat-x;
	height: 100%;
	background-color:#476385;

}
body{
	margin: 0 auto;  /*!important*/
	text-align:center;
}
/*----- Title Text -----*/
h1, h2 { color:#476385; font-size:20px; padding:0px; border-bottom: 1px #cccccc solid; }
h3 { font-size:18px; padding:0px; margin: 0px; text-align:center; }
h3 P{ font-size:12px; margin:0px; font-weight:normal; font-style:italic;}
h4{ color:#476385; font-size:14px; padding:0px;}
/*-------------------LAYOUT CLASSES----------------------*/

div#container {
	width:770px;
	height:auto;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(images/container.gif) top left repeat-y #ffffff;
}

div#logo {
	float:left;
	background:url(images/logo.gif) top left no-repeat;
	width:202px;
	height:144px;
}

div#header {
	background: url(images/header.jpg) top left no-repeat;
	float:left;
	width:518px;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	padding-top: 70px;
	padding-right: 50px;
	height:74px;
}

div#leftpanel{
	background: url(images/leftpanel.gif) top left no-repeat;
	float:left;
	width:202px;
	height:auto;
	text-align:left;
	padding-top: 40px;
}

/*------------ CONTENT -----*/
div#content{
	background:url(images/bg.gif) repeat-x #FFFFFF;
	float:left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	width:528px;
	color:#333333;
	text-align:left;
	height:auto;
}

div#content a{
	color:#ad0000;
	font-weight:bold;
}
div#content a:hover { color:#476385; }

div#image{ 
	width:155px; 
	float:right;}

div#clear { clear:both; }

/* ----------------- Vertical NAVIGATION --------------------- */
div#nav {
	float: left;
	margin-right: 0px;
	}
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	width:202px;
	border-top: 1px solid #ffffff;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}
	ul#mainnav li a, ul#mainnav li a, ul#mainnav li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/redbg.gif) repeat-y right;
	text-indent: 25px;
	text-transform: uppercase;
	}
	ul#mainnav li a:hover{
	background: url(images/arrow1.gif) no-repeat right #333333;
	border-left: 1px #FFFFFF solid;
	font-weight: bold;
	color: #ffffff;
	text-indent: 25px;
	}
	
 ul#mainnav li a.current, ul#mainnav a.current{
	background: url(images/arrow1.gif) no-repeat right #476385;
	font-weight: bold;
	color: #ffffff;
	text-indent: 25px;
	}

		
	
/*-------------------Copyright, footer & Address-------------*/
div#copyright{ 
	font-size: 9px;
	text-align:right;
	padding: 10px;
	text-align:center;
	color: #999999;  }

	div#copyright a:link{ 
	color: #cccccc;  
	}
	
div#footer { 
	text-align:center;
	background: url(images/bottom.gif) top left no-repeat #476385;
	height:40px; 
	padding-top: 50px;
	color:#ffffff;
	font-size:10px;
	clear:both;
	
	}
	div#footer a{ 
	color:#ffffff; }
address { 
	text-decoration:none;
	width:170px;
	padding:0px;
	text-align:left; }

address a{ color:#336699; font-weight:bold; }
	
/*------------------ Custom Classes ------------------*/	

div#map {  
margin-left: 25px;
border:1px solid #990000;
margin-bottom: 10px;
padding:0px;
}

div#right { 
float:right; 
margin-left: 15px;
clear:right;
border:1px solid #990000;
margin-bottom: 10px;
padding:1px;
}

div#left { 
float:left; 
padding: 16px;
background: url(images/greybg.gif) repeat-y right;
}
div#center { 
text-align:center;
margin: 0 auto;
border:2px solid #990000; 
}

/*-------------FLASH ------*/
div#flash { }

/*-------------AUDIO ------*/
div#audio { text-align:center; margin: 0 auto; padding:15px }

div#expand a.submenu{
	background: #660000;
	cursor:pointer;
	border-left: 1px #FFFFFF solid;
	border-bottom:1px solid #ffffff;
	padding: 3px;
	text-transform:capitalize;
	text-decoration:none;
	display:block;
	font-size:10px;
	color: #ffffff;
	text-indent: 0px; 
}
div#expand a.submenu:hover{
	background: #000000;
	cursor:pointer;
	border-left: 1px #FFFFFF solid;
	text-transform:capitalize;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	padding: 3px;
	display:block;
	font-size:10px;
	color: #ffffff;
	text-indent: 0px; 
}

div#expand a.current2{
	background: #476385;
	font-weight: bold;
	border-bottom:1px solid #ffffff;
	display:block;
	color: #ffffff;
	text-indent: 25px;
	}


.hide{
display: none;
}
.show{
display: block;
}

div#check{ 
padding-bottom: 5px; 
width: 280px; 
float:left; 
clear:left;
}

img#check { 
float:left;
padding-right: 10px;
}

	

