/*------------------Standard CSS DOC------------------*/

/*General Styles*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../graphics/global/bk.gif);
	margin: 17px;
}

a { color: #003399; text-decoration: underline; }
a:visited { color: #003399; }

h1 { font-size: 17px; color: #003399; font-weight: bold; margin: 3px 0 1px 0; }
h2 { font-size: 15px; color: #003399; margin: 3px 0; }
h3 { font-size: 13px; color: #003399; font-weight: normal; margin: 0px 0; }
h4 { font-size: 12px; color: #003399; margin: 3px 0; font-weight: bold;}
h5 { font-size: 12px; color: #000000; margin: 1px 0; font-weight: bold;}

#homecontent h1 { font-size: 15px; color: #ff8300; font-weight: bold; margin: 3px 0 1px 0; }
#homecontent h2 { font-size: 13px; color: #ff8300; margin: 3px 0; }
#homecontent h3 { font-size: 12px; color: #ff8300; font-weight: normal; margin: 0px 0; }
#homecontent h4 { font-size: 11px; color: #ff8300; margin: 3px 0; font-weight: bold;}
#homecontent h5 { font-size: 11px; color: #ff8300; margin: 1px 0; font-weight: bold;}


.small
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic
}
	
#containerFrame { 
	width: 765px;
	padding: 15px;
	background-image: url(../graphics/global/bkframe.gif);
	}
#container { 
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	}	
	
/*Main NAV*/
#logocontainer
{
	float: left;
	width: 400px;
}
#navcontainer
{
	padding: 48px 0px 5px 350px;
}

#homenavcontainer
{
	padding: 20px 0px 0px 350px;
}

#homeimage img
{
	padding: 0px 2px 2px 0px;
}


.navlist li
{
	display: inline;
	background-image: url(/graphics/global/navspacer.gif);
	background-position: 5px -67px;
	background-repeat: no-repeat;
	font-size: 9px; 
}

.navlist a
{
	padding: 1px 0px 1px 15px;
	text-decoration:none;
}
.navlist a:hover
{
color: #ff9900;
}
/*Setion*/
#sectiontitle {
	float: left;
	width: 165px;
	padding: 50px 10px 10px 10px;
	background-color: #ffb200;
	font-size: 19px;
	color: #fff;
	font-weight: bold; 
	margin: 0 2px 0 0;
	}	
* html #sectiontitle
 {
	padding: 55px 10px 15px 10px;
	}	
#sectionimage{ 
	margin: 0 0 0 187px;
	width: 553px;
	}	
	
/*Subnav*/
.subnav {
	float: left;
	width: 175px;
	margin: 2px 0 0 0;
	padding: 0;
}
.subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.subnav ul li {
	padding: 0;
	margin: 0 0 2px 0;
	background-color: #006699;
	width: 185px;
}

* html .subnav ul li {
	margin: 0 0 0 0;
}

.subnav a, .subnav a:visited {
	padding: 3px 5px 3px 9px;
	color: #b0e1fd;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	display:block; 
}

.subnav a:hover{
	color: #FFF;
	background: #1C3159;
}
	
/*Content Area*/
#content {
	margin: 20px 0 0 200px;
	width: 520px;
	padding: 10px;
}
	
/*Footer*/
.footer {
	clear: both;
	margin: 10px 0 0 0;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	width: 745px;
	background: #a0defe;
	color: #003399;
	line-height: 18px;
	}	
a .footer { color: #003399; text-decoration: underline; }
	
/*Custom styles & hacks would go in this section
				|
				|
				|
			   \|/
			    v               */
			    
.label {
	background: #ffb200;
	font-size: 13px; color: #ffffff; margin: 3px 0; 
}

.even {
	background: #FFFF99;
}

.odd {
	background: #CCFFFF;
}

.notes {
	font-size: 10px; 
}	

#list { 
	color: #003399;
	}	
	
#bullet ul
{		list-style-type: none;
	    list-style-position: outside;
}	
#bullet li
{
	color: #003399;
	background-image: url(/graphics/global/bullet.gif);
	background-position: -12px 0px;
	background-repeat: no-repeat;
	padding: 8px 0;
	
}

#homecontent ul
{		list-style-type: none;
	    list-style-position: outside;
}	
#homecontent li
{
	color: #003399;
	background-image: url(/graphics/global/bullet.gif);
	background-position: -12px 0px;
	background-repeat: no-repeat;
	padding: 8px 0;
	
}

#promo {
	padding: 10px 0px 0px 5px;
	}	
	
#text {
	padding: 10px 0px 0px 5px;
	font-size: 10px;
	}
	
#text img{
	padding: 0px 5px 0px 0px;
	}
	
#title {
	width: auto;
	padding: 2px 0px 0px 5px;
	font-size: 10px;
	color: #ff8300;
	font-weight: bold;
	border:#ff8300; border-left: 3px; border-left-style:solid;
	background-image:url(/graphics/home/line.gif);
	background-position: -1px 0 0 0;	
	background-repeat: no-repeat;
	
	}	
	
	#local li{	padding: 8px 0;}