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

body {

	background-color: #f9f9f9;
	color: #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
}

h2 {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3% 15%;
	text-indent: 40px;
	font-size: 1.2em;
	color: #000000;
	padding: 5px;
	
	display: inline;
	clear: left;
}

h3 {
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-size: 1.1em;
	}

p 	{
	line-height: 160%;
}

ul {
 	list-style-position: inside;
	padding-left: 10px;
	margin-left: 10px;
}
ul li {
	
	line-height: 170%;
	
	
	text-indent: 10px;
	list-style-type:disc;
}

.bg1 {
	background-color: #E3D3C5;
	padding: 5px 40px 5px 25px;
	
	
	margin-top: 30px;
	line-height: 200%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3c3c3c;
	background-color: #382e22;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 842px;
	margin-left: auto;
	margin-right: auto;
}

#topspacer {
	width: 100%;
	height: 10px;
	min-height: 10px;
}

#header {
	height: 95px;
	min-height: 95px;
	width: 100%;
}

#contenttop {
	width: 100%;
	height: 43px;
	min-height: 43px;
	background-image: url(images/layout_06.gif);
	background-repeat: none;
}

#contentbox {
	width: 100%;
	background-image: url(images/layout_13.gif);
	background-repeat: repeat-y;
	min-height: 500px;
	
}


#contentbox a:link, a:visited, a:active {
	color: #E3581D;
}

#contentbox a:hover {
	color: #000;
}

#contentbottom {
	width: 100%;
	background-image: url(images/layout_17.gif);
	background-repeat:no-repeat;
	min-height: 39px;
	height: 39px;

}

#rightcol {
	float: right;
	width: 278px;
/*	background-color: #CCCCCC; 	*/
	margin-right: 31px;
	margin-left: 10px;
}

h1 { margin-top: 0px; 
	padding-top: 0px;
}

#contentarea {
	margin-left: 31px;
	margin-right: 20px;
}

#nav {
	float: left;
	height: 95px;
	min-height: 95px;
	overflow: hidden;
	/* background-image:url(images/layout_04.gif);
	background-repeat:no-repeat; */
	width: 510px;
}

#navlist {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style:none;
	list-style-type:none;
	display:inline;
}
#navlist li {
	float: left;
	list-style:none;
	margin: 0px;
	padding: 0px;
	display:inline;	
	text-indent: 0;	
}

img {
	border: 0;
}

#footer {
	text-align: center;
	font-size: 0.75em;
	color: #8F7657;
	padding-top: 6px;
	
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #8F7657;
	text-decoration: none;
}
#footer a:hover {
	color: #C7CC56;
	text-decoration:underline;
}

#footernav {
	text-align: center;
	font-size: 0.9em;
	color: #8F7657;
}

#footernav a:link, #footernav a:active, #footernav a:visited {
	color: #DAD6A0;
}


#footernav a:hover {
	color: #B0C436;
}

.oBlock {
	background-color: #E3581D;
	color: #fff;
	padding: 3px 20px 3px 20px;
	width: 440px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
}