/* CSS Document */

/* generated by csscreator.com */ 
html, body { 
	background-color: #CFC39E;
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family: helvetica, verdana, sans-serif;
	font-size: 90%;
} 
img {
	border:0;
	}
h3 {
	color: #600B09;
	}
a {
	color: #A3412B;
	style: none;
	}
a:visited {
	style: underline;
	}
a:hover {
	color: #400B09}
#hide {
	display: none;
	}
ul {list-style-type: circle;
	color: #400B09;
	}
table { font-size: 100%;
	border: 0;}
#calendar tr {
	border: 0 0 1px 0;
	border-style: solid;
	border-color: #AE8E63;
	margin-right: 10px;
	width: 350px;
	}
#pagewidth{ 
 width:700px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
 border: 1px 1px 1px 1px;
 border-color: #AE8E63; 
 border-style: solid;
} 
 
#header{
 position:relative; 
 height:87px; 
  background-color:#FFFFFF; 
 width:100%;
} 

#header h3 {
	background: url(../images/header.gif) no-repeat top left;
	width: 700px;
	height: 87px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	}
#header h3 span {
	display: none;
	}
#navigation {
	position: relative;
	top: 0;
	}
div.nav {
	position: relative;
	top: 0;
	}
#navigation a
	{
	color: #fff;
	font-size: 1em;
	style: bold;
	background: #AE8E63 url(../images/Nav_Left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	line-height: 1.5em;
	}


#navigation a span.home {
	width: 75px;
	}
#navigation a span.info {
	width: 185px;
	}
#navigation a span.training {
	width: 75px;
	}
#navigation a span.resources {
	width: 100px;
	}
#navigation a span.government{
	width: 165px;
	}
	

#navigation a span
	{
	background:  url(../images/Nav_Right.gif) right top no-repeat;
	padding-right: 10px;
	text-align: center;
	}
#navigation a, #navigation a span
	{
	display: block;
	float: left
	}

#navigation a:hover
	{
	color: #600B09;
	size: 120%;
	style: bold;
	background: #AE8E63 url(../images/Nav_Left.gif) left top no-repeat;
	padding-left: 10px
	}
#navigation a:hover span
	{
	background:  url(../images/Nav_Right.gif) right top no-repeat;
	padding-right: 10px
	}
#navigation ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0
	}
#navigation li
	{
	list-style-type: none;
	float: left;
	margin: 0;
	}	







#leftcol{
 width:175px; 
 float:left; 
 position:relative; 
  }
 #subnav_box {
	margin: 10px 10px 10px 10px;
	width: 175px;
	border-style: solid;
	border-color: #AE8E63;
	border-width: 1px;
	background-color: #FFFFFF;
	}
#subnav_box h3 {
	top: 0;
	text-align: center;
	display: inline;
	line-height: 1.5em;
	}
#subnav_box div.top {
	text-align: center;
	width: 175px;
	background-color: #AE8E63;
	}
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:490px; 
 padding-left: 10px;

 }
#flt_left {
float: left;
padding-right: 10px;
}
 #information, #subject {
 	padding-right: 20px;
	}
#center div {
	padding-right: 10px;
	}
 #right {
	position: relative;
	float: right;
	width: 120px;
	padding-right: 10px;
	}
#pagename {
	width: 124px;
	text-align: center;
	border-style: solid;
	border-color: #AE8E63;
	border-width: 1px;
	padding: 0 0 0 0;
	}
#footer{
padding: 10px 0 10px 0; 
 clear:both;
 text-align: center;
  border: 1px 0 0 0;
 border-color: #AE8E63; 
 border-style: solid;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/* #photo display:none to remove the photo called pg_home.jpg that is hard coded on every page
removed by display:none per customer request 5/13/2015  (PE)
*/
#photo {
	display:none;
}