 /* CSS Document */


/*common styles*/

body {
	background-image: url(../images/background_page.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #819BB4;
	font-family: Verdana, Geneva, sans-serif;
}

p  {
	font-size: 75%;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
}

h1  {
	font-size: 100%;
	color: #5D7242;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2  {
	font-size: 90%;
	color: #5D7242;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 10px;
}
h3 {
	font-size: 80%;
	color: #003366;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 12px;
}
.indent {
	margin-left: 2em;
}

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

a:visited  {
	color:#95A283;
	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 li   { /*body lists*/
	color: #003366;
	font-size:75%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/bullet_green.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: 120%;
}
ol li { /*body lists*/
	color: #003366;
	font-size:75%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: none; 
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	line-height: 120%;
}
td  {
	font-size: 100%;
	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: 90%;
}
/*divs for placement*/

#wrapper  { /*holds all the divs and centers content on the page*/
		width: 850px;
		margin-left:auto;
		margin-right:auto;
}

#topBanner  { /*holds topBar, logoSearch, search*/
	width: 850px;
	height: 224px;
	position: relative;
}

#topBar  {
	width: 850px;
	height: 26px;
	background-color: #003366;
}

#logoSearch  {
	width: 850px;
	height: 86px;
}

#search  {
	width: 350px;
	position: absolute;
	left: 485px;
	text-align: right;
	top: 40px;
	z-index: 100;
}

#topnav  { /*holds the top navigation*/
	width: 850px;
	height: 27px;
	position: relative;
}

#content  { /*holds the sidebar, textarea and bottomBar*/
	width: 850px;
	background-color: #FFF;
	background-image: url(../images/background_content.jpg);
	background-repeat: repeat-y;
}

#sidebar  { /*holds the blue or green box text, titlebars and/or pictures
If you put in a picture, do not put it in a blueTextBox or greenTextBox, put it
in the sidebar*/
	width: 200px;
	float:left;
	margin-bottom: 0px;
}

#sidebar p  {
	font-size: 75%;
	line-height: 120%;
}

#sidebarTitle  {
	width: 200px;	
}
#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: #465632;
	text-decoration:none;
	font-weight: bold;
}

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

#sidebarNav a:hover  {
	color: #5D7242;
	text-decoration: none;
	font-weight: bold;
}
.selected  { /*Use this when a secondary navigation item is on its own page*/
	color: #003366;
	font-weight: bold;
}
#blueTextBox  {
	width: 180px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	background-image: url(../images/background_blue_box.jpg);
	background-repeat: repeat-y;
}

#greenTextBox  {
	width: 180px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	background-image: url(../images/background_green_box.jpg);
	background-repeat: repeat-y;
}

#textarea  {  /*holds the text*/
	width: 575px;
	padding-bottom:45px;
	padding-left:45px;
	padding-right:30px;
	padding-top:45px;
	float:right;
	background-color: #FFF;
	margin-bottom: 0px;
}
#RightColumnMap  {
	width:162px;
	float:right;
	border: 0px solid #033A73;
	padding: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	font-size: 80%; 
}
#bottomBar  {  /*holds the copyright and Privacy Policy*/
	width:836px;
	background-color:#003366;
	color: #FFF;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	height: 26px;
	margin-top: 0px;
}

#bottomBar p {
	font-size: 65%;
	color: #FFF;
	margin-bottom: 3px;
	margin-top: 0px;
}

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

#bottomBar a:visited {
	color: #FFF;
	text-decoration: underline;		
}

#privacy  {
	float:right;
	width:250px;
	text-align: right;
	margin-top: 0px;
}

#bottominfo  {  /*holds the address info and Rareheron attribute*/
	width: 850px;
	color: #FFF;
	padding-top: 5px;
}

#bottominfo p {
	font-size: 65%;
	line-height: 120%;
	color: #FFF;
}

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

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

#rareheronAttr  {
	float:right;
	width: 300px;
	text-align: right;
}

.clearit  {
	clear:both;
	height: 0px;
}
.reporttitle {
	font-style: italic;
}
.publicationtitle {
	font-style: italic;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.runin {
	font-weight: bold;
}
#wrapper #content #sidebar #sidebarNav img.sidepic {
	margin-left: -8px;
	margin-top: -20px;
}
.imgFloatRight {
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
