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

* {margin: 0; padding: 0; }
body {
	background-color: #494125;
	margin: 0 auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
	width: 809px;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	position: relative;
	padding: 0px 15px;
}
#utilityNav {
	background-color: #302B18;
	height: 30px;
	padding: 5px 15px 5px 15px;
	color: #7CEA48;
	font-size: 12pt;
	width: 748px;
	position: relative;
}
#utilityNav #contactInfo {
	position: absolute;
	top: 10; right: 0;
	float: right;
	padding: 8px 10px 0 0;
}
#utilityNav #contactInfo a {
	color: #A8BBEC;
	text-decoration: none;
	font-weight: bold;
}
#utilityNav #contactInfo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#utilityNav #logo {
	font-size: 15pt;
	float: left;
	padding: 2px 0 0 15px;
}
#header {
	margin: 0 auto;
	text-align: center;
	margin-left: -30px;
}
#box {
	position: absolute;
	bottom: 0;
	right: -10%;
	background-image: url(../images/box.gif);
	width: 174px;
	height: 255px;
	background-repeat:no-repeat;
}
#navWrapper img {
	border: none; }
	
#page {
	padding: 0 80px 20px 32px;
}
#page h1 {
	font-size: 26pt;
	color:#272314;
	margin: 0 0 10pt 80px;
}
#page h2 {
	color:#2E2E2E;
	
	font-size: 16pt;
	line-height: 16pt;
	text-align: justify;
	margin: 18px 0 0 80px;
}
#page p {
	color:#000000;
	font-size: 10pt;
	line-height: 16pt;
	text-align: justify;
	margin: 0 0 0 80px;
}
#page p a {
	color:#1E661A;
	font-size: 10pt;
	line-height: 16pt;
}
#page p a:hover {
	color:#412621;
	text-decoration: none;
	font-size: 10pt;
	line-height: 16pt;
}
ul li {
	color:#000000;
	font-size: 10pt;
	line-height: 16pt;
	text-align: justify;
	margin: 0 0 0 90px;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#page #imgWrapper {
	float: left;
	margin: 0px 20px 15px 0;
	border: 3px solid #302B18;
	

}
#footer {
	background-color:  #302B18;
	text-align: center;
	padding: 40px 0 40px 0; 
	width: 777px;
	
}
#footer a {
	color: #7CEA48;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
#footer a:hover {
	color: #A8BBEC;
	text-decoration: underline;
	font-weight: bold;
}