@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #002400/*#212621*/;
 /*background-image:url(images/bg.png);*/
 background-repeat: repeat-x;

}
#wrapper { 
 margin: 0 auto;
 width: 1000px /*1022px*/;
 background: #fff;
 /* background: #E6E6CC;*/
 background-image: url(images/wrapperbg1.png);
 

}
#banner {
 color: #333;
 background: #212621;
 width: 1000px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
}

#content { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background-repeat: repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*height: 1250px;*/
 width: 525px;
 display: inline;
}
#content2{ 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background-repeat: repeat-y;
 background:#FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 25px;
 /*height: 1250px;*/
 width: 975px;
 display: inline;
}
#secondarycontent { 
 color: #333;
 border-right: 0px solid #fff;
 background-image: url(images/homepage_link_bg2.png);
 /*background: red;*/
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 475px;
 float: left;
}
#thirdcontent { 
 width: 525px;
 clear: both;
 color: #000000;
 border: 0px solid #ccc; 
 margin: 4px 4px 4px 4px;
 padding: 0px;
 text-align: center;
 background: #CCCCCC;
 border-left: 0px #fff solid;
 border-right: 0px #fff solid;
 float: left;
 }
 #fourthcontent { 
 color: #333;
 border-right: 0px solid #fff;
 background: #e6e6cc;
 background-repeat: no-repeat;
 margin: 0px 0px 0px 4px;
 padding: 0px;
 width: 996px;
 float: right;
}
#footer {
 width: 1000px;
 height: 30px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: #003300;
 background-image: url(images/topbarline.png); 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
 border-left: 0px #fff solid;
 border-right: 0px #fff solids;
}

#subnav { 
 float: left;
 color: #000;
 border: 0px solid #ccc;
 background-color: #669966;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 200px;
 display: inline;
}
#subhead{ 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background-color:#FF0000;
 background-image:url(images/subheaderbg_blue.png);
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*height: 1250px;*/
 width: 800px;
 height: 148px;
 display: inline;
}
#subhead2{ 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background-color:#FF0000;
 background-image: url(images/subheaderbg1.png);
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*height: 1250px;*/
 width: 800px;
 height: 148px;
 display: inline;
}
#subhead3{ 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background-color:#FF0000;
 background-image: url(images/subheaderbg_green.png);
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*height: 1250px;*/
 width: 800px;
 height: 148px;
 display: inline;
}

#subcontent { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background-repeat: repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*height: 1250px;*/
 width: 450px;
 display: inline;
}
#highlight { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background-color:#CCCCcc;
 background-repeat: repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*height: 1250px;*/
 width: 350px;
 display: inline;
}
	
	
	#subnav ul {list-style-type: none; padding: 0; width: 170px; margin: 10px 0 0 0px; border-left: 0px solid #006;}
		ul.bullet {list-style-type: circle; padding: 0; width: 550px; margin: 10px 0 0 25px; border-left: 0px solid #006; /*background-color: #c90;*/}
	#subnav li {padding-left: 0px; padding-top: 0; padding-bottom: 10px; text-decoration: none;  border: 0px solid #fff;} 
		li.bullet {padding-left: 0px;  padding-bottom: 10px;text-decoration: none;  border: 0px solid #fff;} 
	#subnav a {color: white; font-weight: bold; padding-left: 15px; font-family: veranda, arial, sans-serif; font-size: 10pt;}
	#subnav a:link {color: #fff; text-decoration: none; display: block;}
	#subnav a:visited {color: #fff; text-decoration: none; display: block;}
	#subnav a:active {color: red;}
	#subnav a:hover {color: #f6f060; text-decoration: none;}
	
	#subhead p {
		font: bold 18pt veranda, arial, sans-serif;
		color: #fff;
		line-height: 1em;
		margin: 50px 0px 50px 600px;
		text-decoration: none;
		}
	#subhead2 p {
		font: bold 18pt veranda, arial, sans-serif;
		color: #fff;
		line-height: 1em;
		margin: 50px 0px 50px 600px;
		text-decoration: none;
		}
	#subhead3 p {
		font: bold 18pt veranda, arial, sans-serif;
		color: #fff;
		line-height: 1em;
		margin: 50px 0px 50px 600px;
		text-decoration: none;
		}
	p,h1,pre {
		margin:0px 10px 10px 10px;}
		
	#em p {
		font:  bold 10pt veranda, arial, sans-serif;
		color:#fff;
		line-height: 1em;
		 margin: 0px 0px 0px 160px;
		max-width: 250px;
		text-align:justify;
		text-align:left;
		} 
	/*#em a:link {color: #006;}
	#em a:visited {color: #006}
	#em a:active {color: red;}*/
	
	#em a {
		font: bold 18pt veranda, arial, sans-serif;
		color: #fff;
		line-height: 1em;
		margin: 0px 0px 0px 170px;
		text-decoration: none;
		}
	#em a:hover {color: #fff; text-decoration: none; font-style:italic;}
		
	p {
		font: normal 10pt veranda, arial, sans-serif;
		line-height: 1.2em;
		
		text-align:justify;
		padding: 10px 10px 0 10px;
		}
	#subcontent li {
		list-style-type: disc;
		font: normal 10pt veranda, arial, sans-serif;
		/*line-height: 1.5em;*/
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 30px;
		}

	/*li {
		list-style-type: none;
		font: normal 10pt veranda, arial, sans-serif;
		line-height: 1.5em;
		max-width: 500px;
		text-align:justify;
		padding: 2px 0px 0 10px;
		}*/
 	ul  {
		list-style: square
		}	
	li {
		list-style-type: none;
		font: normal 10pt veranda, arial, sans-serif;
		line-height: 1.5em;
		max-width: 500px;
		text-align:justify;
		padding: 2px 0px 0 10px;
		}

	#footer p {
		font: normal 10pt veranda, arial, sans-serif;
		line-height: 1em;
		max-width: 1000px;
		text-align:justify;
		text-align:center;
		}
	 p.center {
		font: normal 10pt veranda, arial, sans-serif;
		line-height: 1.5em;
		width: 300px;
		}	
		
	p a {color: #006; text-decoration: none;}
	p a:link {color: #006;}
	p a:visited {color: #006}
	p a:active {color: red;}
	p a:hover {color: #809fff; text-decoration: none;}
	
	h1 {
		padding-top:10px;
		color: #333333;
		font: normal 11pt veranda, arial, sans-serif;
		font-weight: bold;
		}
		
	
	h2 {
		padding-top:10px;
		color: #003300;
		font: normal 11pt veranda, arial, sans-serif;
		font-weight: bold;
		}
	h3 {
		padding-top:10px;
		color: #003300;
		font: normal 11pt veranda, arial, sans-serif;
		font-weight: bold;
		}	
	#footer a {color: white; text-decoration: none;}
	#footer a:link {color: white;}
	#footer a:visited {color: white}
	#footer a:active {color: red;}
	#footer a:hover {color: #fff ; text-decoration: none; background-color: #006600;}
	
/* Start Drop Down Menu Code*/	
	#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
	border-top: 0px solid #fff}

#sddm li a /*top bar formatting*/
{	display: block;
	margin: 0 0 0 0;
	padding: 5px 0px;
	width: 200px;
	height: 15px;
	background: #666666;
	background-image: url(images/dropdownbg.png);
	color: #fff;
	text-align: center;
	border-left: 0px solid #003300;
	text-decoration: none}

#sddm li a:hover  /*highlight top*/
{	
	background: #00CC00; 
	border-left: 0px solid #FFF;
	background-image: url(images/dropdownbg3.png);
}

#sddm div/*drop-down highlight*/
{	position: absolute;
	visibility: hidden;
	width: 200px;
	margin: 0;
	padding: 0;
	background: #669966; 
	border-left: 0px solid #003300;}

	#sddm div a /*menu setting*/
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #999999;
		/*background-image: url(images/dropdownbg.png);*/
		border-left: 0px solid #003300;
		color: #fff; 
		font: 11px arial}

	#sddm div a:hover
	{	background: url(pics/bg/linkhover2.png);
		color: #fff}
/* End Drop Down Menu Code*/	


