@charset "utf-8";
/* CSS Document */

/*Set up and Resets*/
*{  
	margin: 0;
    padding: 0;
}

body{
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	background: #8ca19a;
}

img{
	border: none;
}

a, a:visited{
	color: #006633;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover{
	text-decoration: none;
	}

h1{
	color: #07311b;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.3em;
}
p{
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
/*JKW additions*/
ol{
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 2em 2em 1em 3em;
	}
ul{
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 2em 2em 1em 3em;
	}
	
/*Layout Sections*/
	/*Top Areas*/
div#body_top{
	position: relative;
}
div#header{
	position: relative;
	background: url(/_images/top_bg.gif) repeat-x #05341c;
	border: 1px solid white;
	border-bottom: none;
	margin: 0 auto 0;
	width: 800px;
	min-height: 126px;
	padding: 0;
}
div#headerWindow{
	padding: 0 1em 0em 2em;
}
div.wordmarks{
	float: left;
	}
		/*Top Navigation*/
div#nav_top{
	position: relative;
}
			/*Top Navigation handled below*/
 
	/*Main Body Areas*/
div#body_main{
	position: relative;
}
div#mainWindow{
	border-top: 1px solid #8f9f95;
	border-bottom: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 800px;
	margin: 0 auto 0; 
	background: white;

		/*Main Navigation handled Below*/

div#columnMain{
	color: black;
	float: left;
	width: 800px;
}
		/*Content Area Styles*/
div#content{
	width: 800px;
	padding: 2em 2em 1em 2em;
	float: left;
	background: white;
	}
div#thirdColumnBg{
	background: #c9c49f;
	}
div#callout{
	width: 9em;
	padding: 6em 1em 0 1em;
	float: left;
	}

div#callout img{
	padding-bottom: 1em;
	}
		/*Banner*/


/*Footer Areas*/


/*Search Box*/

/*Top Navigation Styles*/


/*Main Navigation Styles*/



/*Special Classes*/
.skip a, .skip a:hover, .skip a:visited    { 
  position:absolute; 
  left:0px; 
  top:-500px; 
  width:1px; 
  height:1px; 
  overflow:hidden;
  }
 a.externalDocument {

}

a.externalDocumentNoNote {
}


.clear {
	clear:both;
}
  
.show {
	position:relative;
	left:0;
}

.hide {
	position:absolute;
	left:-9999px;
	width:100%;
	height:100%;	
}

