 /*common html styles*/

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #014590; 
}

p  {
	font-size: 75%;
	color: #033A73;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
}
td  {
	font-size: 75%;
	color: #033A73;
	font-weight: normal  !important;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 0px !important;
}
tr {
	border-bottom-width: 0px !important;
}
td p {
	font-size: 100%;
}
h1  {
	font-size: 100%;
	color: #033A73;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2  {
	font-size: 90%;
	color: #033A73;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 5px;
}

a:link  {
	color:#F58A0f;
	text-decoration:underline;
}

a:visited  {
	color:#4074AA;
	text-decoration:underline;
}

ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
ul.noclearit   { /*body unordered list*/ 
	clear: none;
}
li   { /*body lists*/
	color: #033A73;
	font-size:75%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.42em;
	padding-left: 0.75em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	line-height: 140%;
}

/*positioning divs*/
#wrapper  {  /*holds all the content and floats it centered in page*/
	width: 848px;
	margin:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
.adminTopNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#adminWrapper  {  /*holds all the content and floats it centered in page*/
	width: 90%;
	margin:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}

#topBanner  {  /*holds #logoSearch and FlashTopNav*/
	width:848px;
	height:197px;
	
}

#logoSearch  { /*holds the logo image and the searchbox*/
	float:left;
	width: 508px;
	height:197px;
	position:relative;
}

#searchbox { /*The searchbox positioned absolutely in #logoSearch, just add display:none to turn
off for now*/
	height: 40px;
	width: 190px;
	position: absolute;
	z-index: 100;
	left: 303px;
	top: 144px;
	display: block;
}
#RightColumn  {
	width:200px;
	float:right;
	border: 1px solid #033A73;
	padding: 5px;
	margin-bottom: 8px;
	margin-left: 8px;
	font-size: 100%;
	background-color: #F2F9FF;
}

#flashTopnav  { /*Holds the top navigation in the blue bar and the Flash file*/
	width:340px;
	height:197px;
	float:right;
	
}


#topnav {  /*Holds the top navigation in the blue bar*/
	width:340px;
	height:26px;
	
	background-color:#00448E;
}

#topFlashFile  { /*Holds the top Flash file*/
	width:340 px;
	height: 171px;
}

#navigation  {  /*Holds the navigation and all the P7 dropdown menus*/
	width:848px;
	height:28px;
	clear:both;
	background-color:#F8A61A;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#content  { /*Holds the sidebar and textareas*/
	width:848px;
	background-color:#FFFFFF;
}

.contentBlueBckgr  { /*Use this class to add the background to the #content div. Use this on all pages,
except the top page*/
	background-image: url(../images/bckgr_content_blue.jpg);
	background-repeat: repeat-y;	
}

.contentOrangeBckgr  {  /*Use this class to add the background to the #content div. Use this on the top page*/
	background-image: url(../images/bckgr_content_orange.jpg);
	background-repeat: repeat-y;	
}

#sidebar  { /*Holds the side info boxes on the top page and the secondary navigation on all other pages*/
	width:199px;
	background-repeat: repeat-y;
	float:left;
	padding-top: 0px;
	padding-bottom: 20px;
}

#sidebar p { /*styles the paras in the info boxes on the top page*/
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 120%;
}

#sidebar a { /*styles the links in the info boxes on the top page*/
	color: #033A73;
	text-decoration: underline;
}


#sidebarBlue  { /*styles the info boxes with the blue gradient background*/
	width:191px;
	background-image: url(../images/bckgr_sidebar_blue.jpg);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;	
}

#sidebarOrange  {  /*styles the info boxes with the orange gradient background*/
	width:191px;
	background-image: url(../images/bckgr_sidebar_orange.jpg);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;	
}

#sidebarNav  { /*place this in sidebar when you are making the secondary navigation for lower pages*/
	width:191px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 8px;
	}
	
#sidebarNav h1 {  /*This styles the section title above the secondary navigation items*/
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
}

#sidebarNav p  { /*This styles the secondary navigation items and makes the white lines under them*/
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}
#sidebarNav p.nowhiteline {  
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	padding-right: 4px;
}
#sidebarNav ul {  
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	padding-right: 4px;
}
/*styles for the secondary navigation links*/
#sidebarNav a:link  {
	color: #033A73;
	text-decoration:none;
	font-weight: bold;
}

#sidebarNav a:visited  {
	color:#4074AA;
	text-decoration: none;
	font-weight: bold;	
}

#sidebarNav a:hover  {
	color:#F58A0F;
	text-decoration: none;
	font-weight: bold;
}

.selected  { /*Use this when a sceondary navigation itme is on its own page*/
	color: #F58A0F;
	font-weight: bold;
}


#textarea  { /*holds the main text*/
	width:589px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	float:right;
	background-color: #FFFFFF;
}

.sectionTitle  { /*use this above page titles to indicate section*/
	color:#F58A0F;
	font-size:70%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.imageFloatLeft  { /*floats images left*/
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:10px;
}

.imageFloatRight  { /*floats images right*/
	float:right;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
}

.clearit  { /*used to even up the sidebar and textarea*/
	clear:both;
}

#copyrightBar  {  /*styles the medium blue bar at the bottom of the page
that holds the copyright and Privacy Policy link*/
	width:840px;
	height:20px;
	background-color:#74A2C6;
	padding-right: 4px;
	padding-left:4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
}

#copyrightBar a  {
	color: #FFFFFF;
	text-decoration:underline;
}

#bottominfo  { /*styles the address stuff at the bottom of the page*/
	width:850px;
	margin:auto;
	padding-top: 5px;
}

#bottominfo p {
	font-size: 70%;
	color: #D9E3EE;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 120%;
	
}

#bottominfo a {
	color: #D9E3EE;
	text-decoration:underline;
	
}

/*use these two divs in both the copyrightBar and bottominfo divs to float info to the left and right*/
#bottomLeftCol  {
	width:400px;
	float:left;
		
}

#bottomRightCol  {
	width:350px;
	float:right;
	text-align: right;
		
}
.reporttitle {
	font-style: italic;
}
.publicationtitle {
	font-style: italic;
}
