/* CSS Document */

a:link {
	color: #D5C7AB;
	text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}

#container {
position: absolute; 
left: 50%; 
width: 726px; 
height: auto; 
margin-left: -362px;
background-image:url(images/home_back.gif);
background-repeat:repeat-y;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color: #ffffff;
	background-color: #253541;
	margin:0px;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
}

#header {
	width:726px;
	height:153px;
	z-index:1;
	background-image:url(images/home/top_row.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#header2 {
	width:726px;
	height:164px;
	background-image:url(images/home/second_row.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#navigation {
	width:402px;
	height: 120px;
	margin:0;
	padding:0;
}

#footer {
	width:100%;
	height:auto;
	text-align: center;
	padding-top:10px;
	margin-top:31px;
	font-size: 11px;
	background-color: #253541;
	color:#B8D2Dc;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
color: #D5C7AB;

}

#footer a.hover {
color: #ffffff;

}

#bottom_cap {
	clear:both;
	height:auto;
	background-image:url(images/home/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #253541;
	padding-top:31px;
	text-align: center;
	color:#B8D2Dc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index:10;
}

#bottom_cap a {
color: #D5C7AB;

}

#bottom_cap a.hover {
color: #ffffff;

}

div#navigation ul {
	left:0;
	width:402px;
	height:30px;
	padding:0;
	list-style-type:none;
	margin:0;
}
div#navigation ul li {
  position:absolute;
  text-indent:-5000px;
}
div#navigation ul a {
  text-decoration:none;
  display:block;
  height:auto;
  color:#FFFFFF;
}
div#navigation ul li#plans {
  left:0px;
  top:317px;
}
div#navigation ul li#plans a {
  width:402px;
  height:30px;
  background:url(images/home/home_plans_reports.jpg) 0 0 no-repeat;
}
div#navigation ul li#plans a:hover {
  background:url(images/home/home_plans_reports_f2.jpg) 0 0 no-repeat;
}
div#navigation ul li#manuals {
  left:0px;
  top:347px;
}
div#navigation ul li#manuals a {
  width:402px;
  height:30px;
  background:url(images/home/home_manuals_brochures.jpg) 0 0 no-repeat;
}
div#navigation ul li#manuals a:hover {
  background:url(images/home/home_manuals_brochures_f2.jpg) 0 no-repeat;
}
div#navigation ul li#books {
  left:0px;
  top:377px;
}
div#navigation ul li#books a {
  width:402px;
  height:30px;
  background:url(images/home/home_books_proposals.jpg) 0 0 no-repeat;
}
div#navigation ul li#books a:hover {
  background:url(images/home/home_books_proposals_f2.jpg) 0 0 no-repeat;
}
div#navigation ul li#enviro {
  left:0px;
  top:407px;
}
div#navigation ul li#enviro a {
  width:402px;
  height:30px;
  background:url(images/home/home_environmental_documents.jpg) 0 0 no-repeat;
}
div#navigation ul li#enviro a:hover {
  background:url(images/home/home_environmental_documents_f2.jpg) 0 0 no-repeat;
}

.boxright { 
	position:absolute;
	margin-top:0px;
	margin-left:402px;
	/*float:right;*/ 
	padding:0px;
	width:324px; 
	height:120px; 
	background-image:url(images/home/logo.jpg);
	background-repeat:no-repeat;
	z-index:20;

}
	
.boxauto { 
	margin-right:325px; 
	width:auto; 
	height:auto; 
	padding:0px;
}
.boxright2 { 
	float:right; 
	height:auto;
	padding-top:45px; 
	padding-right:20px;
	padding-left:20px;
	width:284px; 
}
.boxauto2 { 
	margin-right:400px; 
	width:auto; 
	height:auto; 
	padding-top:45px;
	padding-left:40px;
	padding-right:20px;
}
