/* CSS Document */

.skiplink {
	display:none
	}
	
body, html {
/*	height: 100%;*/
	font-size:100%;


}

h1 {
	color: #005500;
	font-size: 1.6em;
	font-weight:normal;
	}

h2 {
	color: #FF6600;
	font-size: 1em;
	font-weight:bold;

}

h3 {
color: #000000;
font-size: 2em;
font-weight:normal;
padding-bottom: 4px;
border-bottom: solid 0px;
}

h4 {
	color: #000000;
	font-size: 1.3em;
	

}



.border {
border: 0px solid #333333;
}



#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
	border:solid #ffffff 0px;
	background-color:#ffffff;

}

body {
	font-family: Verdana, Arial, Tahoma,Helvetica, sans-serif;
	/*font-size: 0.7em;*/
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 12px;
	color:#333333;
	background-color: #ffffff;
	height:auto !important;

}




#maincontent  {
	width: 1000px;
	height:100%!important;
	float: left;
	border: solid 0px #9a9898;
	background-color:#ffffff;
}




#contenttext  {
	width: 1000px;
	color: grey;
	height: auto;
	
		
}

.grey {
background-color:#EBEBEB;

}

a:link {color:#ff9141; text-decoration: none}
a:active {color:#ff9141; text-decoration: none}
a:visited {color:#ff9141; text-decoration: none}
a:hover {color:#ff9141; text-decoration: underline}



#header {
	height: 120px;
	width: 1000px;
	background-color: #FFFFFF;
	padding: 0px 0px 6px 0px;
}


#topnav{
	height: 72px;
	width: 850px;

}

#nav{
	height: 43px;
	width: 850px;
	background-image: url(images/bgbar.gif);
	color: #ffffff;

}

#topheaderleft {
	height:  114px;
	width:126px;
	border: solid 0px #000000;
	float: left;
}


#topheaderright {
	
	width:850px;
	border: solid 0px #000000;
	float: right;
}


#bottomfooter {

	width: 1000px;

}



#lowerfooter {
    background-color: #CCCCCC;
	width: 1000px;
	
}




#mainpanel {

height: auto;

width:1000px;
position:left;

}




#leftpanel {



width:230px;
height: 100%;
float: left;
background-color: #CCCCCC;
}




#whitetext  {

color: #ffffff;

}





#content {
	padding-left: 44px;
	width: 780px;
}

#primarynavcontainer
{
	margin: 0px;
	width: 800px;
	height: 12px;
	padding: 0px;
}

#primarynavcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#primarynavcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#primarynavcontainer A
{
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	width: auto;
	text-decoration: none;
	margin-top: 5px;
	padding: 4px 14px;

}

#primarynavcontainer A:hover, #primarynavcontainer A:active {
	color: #000000;
}

#primarynavcontainer A.active:link, #primarynavcontainer A.active:visited
{
	position: relative;
	z-index: 102;
	font-weight: bold;
	
}




#james  {

width: 740px;
height: 100%;
float: left;
padding: 23px 30px 0px 20px;

}


	br {
	clear: left;
}


/* Second nav  */


#navcontainer {
	width: 166px;
	float: left;

	background-color: #FFFFFF;
}

#navcontainer ul
{
margin-top: 0px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

#navcontainer a
{
	display: block;
	padding: 9px 3px 3px 3px;
	width: 160px;
	height: 21px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #cccccc;
color: #fff;
}






















.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;

padding: 2px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 2px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
color: white;
font:normal 11px Verdana;
line-height:14px;
z-index:100;
background-color: #fc7601;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=1); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100px;
display: block;
text-indent: 0px;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d86502;
color: #ffffff;
}

