/*common styles*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background_lines_beams.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
}

p {
	font-size:85%;
	margin-top: 0px;
	margin-bottom: 8px;
	
}

h1  {
	font-size:110%;
	font-weight:900;
	color:#999900;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2  {
	font-size:95%;
	font-weight:bold;
	color:#999900;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: left;
}

h3  {
	font-size:90%;
	font-weight:bold;
	color:#002412;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

ol {
	list-style-type: decimal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul li   { /*body lists*/
	color:#1F1B1D;
	font-size:85%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/green_arrows.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-size: 85%;
	line-height: 120%;
}
ol li   { /*body lists*/
	color:#1F1B1D;
	font-size:85%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 0em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-size: 85%;
	line-height: 120%;
}
div.thirdnav {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

 
div.thirdnav ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: none;
	background-image: url(../images/green_arrows.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding-left: 1em;
	line-height: 140%;
}
div.thirdnav ul li.selected {
	font-weight: bold;
}



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

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

/*positioning divs*/

#topWrapper  {/*holds all the divs and centers them. I thought I would make another one for the
secondary pages but it wasn't necessary and I'm too lazy to change this. If we decide we want a different percentage for the secondary pages we can create another one called wrapper*/
	min-width:850px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#topbanner  {/*holds the contents of the top banner, logo and pictures*/
	min-width:850px;
	width:100%;
	height:95px;
	background-color:#5A9076;
	
}

#topbannerContents  {/*holds the contents of the top banner and keeps them from
breaking to a new line when the browser window is smaller than 850px. This is only needed
for Explorer 6*/
	width:850px;
}

#topnav  {/*holds the top navigation and the P7 dropdown menus*/
	height:29px;
	position:relative;
	background-color: #FFFFFF;
	background-image: url(../images/background_topnav.gif);
	background-repeat: repeat-x;	
}

#content  {/*holds the textarea and bottominfo*/
	background-color: #FFFFFF;
	width:100%;
}

#textarea  {/*holds the text*/
	width:85%;
	padding-left:124px;
	padding-top:45px;
}

#rightColumn  {/*right column used on top page and in secondary pages for navigation*/
	width: 155px;
	border-left:solid;
	border-left-color:#005A2C;
	border-left-width:1px;
	padding-left:10px;
	margin-right:10px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	float:right;
	font-weight:bold;
	color:#005A2C;
} 

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

/*bottom address info and its associated styles*/
#bottomInfo  {
	border-top:solid;
	border-top-color:#005A2C;
	border-top-width:1px;
	padding-top:8px;
	color:#005A2C;
	margin-left:124px;
	padding-bottom: 10px;
	margin-top: 20px;
	clear: left;
}

#bottomInfo p {
	font-size:70%;
}

#bottomInfo a:link {
	color:#005A2C;
	text-decoration:underline;
}

#bottomInfo a:visited {
	color:#005A2C;
	text-decoration:underline;
}

/*table styling*/

.tightTable  {
	/*style the whole table with the light green background and then just change the header
cells and cells you want a medium color*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#D9EAE2;
	margin-bottom: 15px;
	
}

.tableHeader  {
	background-color:#00703C;
	color:#FFFFFF;
	font-weight: bold;
}

.tableRowMedium  {
	background-color:#A6CDBB;
	color:#005A2C;
	font-weight: bold;
}
.tableCellMedium  {
	background-color:#A6CDBB;
	color:#005A2C;
	font-weight: bold;
}
.whitecell  { /*I used this in the upper left corner of the table where I wanted a blank cell*/
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}


.horizonatalBar  { /*used for the hr, some needs styling inline for Firefox*/
	margin-bottom: 20px;
	width: 98%;
	text-align: left;
	color: #00703C;
	font-size: 1px;
}
.imgFloatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.imgFloatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
}
sup {
	margin-top: -10px; 
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.breadcrumb {
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #005A2C;
}
.caption {
	font-size: 80%;
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005A2C;
	margin-top: 3px;
	font-style: italic;
}

/*KAYO'S NEW STUFF*/
.pnav  {
	display:inline-block;
	margin-right: 15px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: none;
	background-image: url(../images/green_arrows.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-left: 1em;
	line-height: 160%;
	padding-right: 5px;
}

#illustrationDiv  {
	margin-top:10px;
	margin-bottom:20px;
	margin-right:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005A2C;
	padding-top: 10px;
	float: left;
}


.size350px  {
	width:350px;
}
.size400px  {
	width:400px;
}
.size450px  {
	width:450px;
}

.size500px  {
	width:500px;
}

.size550px  {
	width:550px;
}

.size600px  {
	width:600px;
}

.size625px  {
	width:625px;
}

.size700px  {
	width:700px;
}

.illustrationCaption  {
	font-size: 80%;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005A2C;
	margin-top: 10px;
}
.clearit  {
	clear:both;
}
