@charset "UTF-8";
/* site.css */

@import url("css/reset.css");

a {
	text-decoration: none;
	font:			Verdana;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		10px;
	color:			#728256;
	}

a:hover {
	color: 			#cebf99;
	}

body {		
	background: 	url(images/bg.jpg) top repeat-x #cebf99;
	font:			Verdana;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#728256;
	}

#container{
	margin-right:	auto;
	margin-left:	auto;
	background: 	url(images/cntbg.jpg) top repeat-y #fff;
	width:			926px;
	}
	
#inside{
	background:		url(images/leftimg.jpg) bottom left no-repeat;
	}
	
#center{
	min-height:		700px;
	height: 		auto !important;
	height: 		700px;
	background:		url(images/brcnr.jpg) bottom right no-repeat;
	width:			926px;
	display:		table;
	}
	
#header {
	background:		url(images/hdbg.jpg) top repeat-x;
	height:			150px;
	}

#lheader {
	width:			279px;
	height:			135px;
	margin-top:		15px;
	float:			left;
	}

/*menu*/
	
#navcontainer ul {
	padding:		93px 0 0 0;
	margin-left:	0;
	}

#navcontainer ul li { 
	display: 		inline;
	padding: 		0.2em 4.5em 0.2em .75em;
	float: 			left;
	color: 			#fff;
	}
	
#navcontainer ul li a {
	text-decoration: none;
	font:			Verdana;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#728256;
	}

#navcontainer ul li a:hover {
	color: 			#fff;
	}

#navcontainer ul li a:active {
	color: 			#fff;
	}

#navcontainer2 ul {
	padding:		40px 0 0 30px;
	margin-left:	0;
	color: 			#cebf99;
	font-size:		10px;
	}

#navcontainer2 ul li { 
	padding-top:	1em;
	display: 		block; 
	}

#navcontainer2 ul li a {
	text-decoration: none;
	color:			#728256;
	}

#navcontainer2 ul li a:hover {
	color: 			#cebf99;
	}
	
#lcopy {
	float:			left;
	}
		
#copy {
	height:			auto;
	width:			100%;
	}

#rcopy {
	float:			right;
	min-height:		500px;
	width:			550px;
	font:			Verdana;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	padding-bottom:	40px;
	}

#hcopy {
	width:			450px;
	font:			Verdana;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	margin-top:		100px;
	line-height:	180%;
	}

h3 {
	color:			#e5dcc6;
	font-size:		16px;
	line-height:	180%;
	width:			500px;
	}
	
h4 {
	color:			#cebf99;
	font-size:		24px;
	line-height:	180%;
	padding-left:	20px;
	}

h5 {
	color:			#cebf99;
	font-size:		16px;
	line-height:	180%;
	}
	
h6 {
	color:			#cebf99;
	font-size:		14px;
	line-height:	160%;
	}
		
#bodycopy {
	width:			400px;
	font:			Verdana;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	float:			left;
	margin-top:		50px;
	line-height:	180%;
	}
	
#footer {
	width:			926px;
	font:			Verdana;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		10px;
	margin-left:	auto;
	margin-right:	auto;
	line-height:	180%;
	color:			#e5dcc6;
	text-align:		center;
	}
	
#footer a {
	text-align:		center;
	text-decoration: underline;
	color:			#e5dcc6;
	}

#footer a:hover {
	color: 			#fff;
	text-decoration: none;
	}
	
#contactinfo {
	padding:		40px 0 0 40px;
	margin-left:	0;
	font-size:		14px;
	}
	
.list {
	font-size: 		11px;
	list-style-type: square;
	list-style-position: inside;
	padding-left:	5px;
	/*color:			#CEBF99;*/
	}
	
.nlist {
	font-size: 		11px;
	list-style-type: disc;
	list-style-position:inside;
	padding-left: 	15px;	
	/*color:			#CEBF99;*/
	}
	
h1 {
	font-weight:	700;
	}
	
.nlistitem {
	font-size: 		11px;
	list-style-position:inside;
	padding-left: 	15px;	
	/*color:			#CEBF99;*/
	}