@charset "utf-8";
/* CSS Document */

body
{
	width: 100%;
	height:100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#596d2f;
	margin: 0 0;
	padding: 0 0;
	color:#272727;
	}
	
* {
	behavior: url(iepngfix.htc);
}

h3
{ 
	font-weight:100; 
	font-style:italic; 
	font-family:Verdana; 
	font-size:16px; 
	padding-right:10px;
	line-height: 24px;
	}
	
h2
{
	font-weight:bold; 
	font-family:"Verdana";
	font-size:16px; 
	line-height:20px;
	}
h1
{ 
	text-align:center; 
	font-family:"Verdana";
	font-size:16x;
	}
h4
{ 
	text-align:left; 
	font-family:"Verdana"; 
	font-size:14px;
	}

p{ 
	line-height:20px; 
	font-family:Verdana;
	font-size:12px;
	}
/*********main**********/

#wrapper2{
	width: 100%;
	height:100%;
	background-image:url(images/body2.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	}
	
#container
{
	width:100%;
	height:100%;
	background-image:url(images/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


#header
{
	width: 960px;
	height: 386px;
	background-image:url(images/header.jpg);
	margin: 0 auto;
	clear:both;
}

#wrapper
{
	background-image:url(images/contentstretch.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	width:960px;
	padding: 0 0;
}

#content
{
	width:960px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/contentbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#contenttext {
	min-height:450px;
	width:560px;
	padding: 35px 85px 0px 0px;
	margin:  0px 0px 0 0px;
	float:right;
	line-height:10px;
	
	}
/***********text navigation************/	
#nav
{
    padding: 70px 0 0 70px;
	margin: 0px 0px 0px 0px;
	width:175px;
	float:left;
	height:350px;
	line-height:24px;
}
#nav ul,li {
	color:#000;
	margin: 0px 0px 0px 0px;
	padding:3px 0 3px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dashed #0a5a81;
	font-size:13px;	
	list-style:none;

}


#nav ul, li a{ color:#37390f; text-decoration: none; }
#nav ul, li a.link {text-decoration:none; }
#nav ul, li a.visited {text-decoration: none; }
#nav ul, li a.active {text-decoration: none; color:#a5a862; }
#nav ul, li a:hover {color:#a5a862; text-decoration:none;}

.classlink a{ color:#af0b0b; text-decoration:none;}
.classlink a:hover{ text-decoration:underline;}

/*****************left navigation*********************/
#lnav {
	float:left;
	overflow: hidden;
	padding: 0 0;
	margin: 0 0;
}
ul {
	font-family:"Verdana";
	color:#ffffff;
	font-size:13px;
}
#lnav ul {
	float: left;
	list-style: none;
	margin:0 0;
	height:170px;
	padding: 60px 0 20px 13px;
}
#lnav ul li {
	float: left;
	clear: both;
	list-style-type:none;
	margin:0 0;
	padding: 0 0 0 0;
}
#lnav ul li a {
	float: left;
	width: 190px;
	height: 31px;
	background-image: url(images/nav.jpg);
	background-repeat:repeat-x;
}
#lnav ul li.nav1 a {
	background-position: 0 0px;
}
#lnav ul li.nav1 a:hover, #lnav ul li.nav1 a.active {
	background-position: 190px 0px;
}
#lnav ul li.nav2 a {
	background-position: 0px -31px;
}
#lnav ul li.nav2 a:hover, #lnav ul li.nav2 a.active {
	background-position: 190px -31px;
}
#lnav ul li.nav3 a { 
	background-position: 0px -62px;
}
#lnav ul li.nav3 a:hover, #lnav ul li.nav3 a.active {
	background-position: 190px -62px;
}
#lnav ul li.nav4 a {
	background-position: 0px -93px;
}
#lnav ul li.nav4 a:hover, #lnav ul li.nav4 a.active {
	background-position: 190px -93px;
}
#lnav ul li.nav5 a {
	background-position: 0px -124px;
}
#lnav ul li.nav5 a:hover, #lnav ul li.nav5 a.active {
	background-position: 190px -124px;
}
#lnav ul li.nav6 a {
	background-position: 0px -155px;
}
#lnav ul li.nav6 a:hover, #lnav ul li.nav6 a.active {
	background-position: 190px -155px;
}
#lnav ul li a span {
	display: none;
	list-style-type:none;
}
/********************************/
 
#footer
{
	background-image:url(images/footerbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:79px;
	text-align:center;
	font-family:"Lucida Sans";
	font-size:11px;
	margin: 0 auto 0 auto;
	padding: 0px 0 0 0;
	width:960px;
}
.footertext { /*text style in the footer*/
	width:920px;
	padding:45px 0px 10px 120px;
	margin:  0 auto;
	color:#f4f1dd;
	
	}



.clear {
clear:both;
}



#contact-form p {
	margin: 10px 0 0px 70px;
}
#contact-form label {
	float: left;
	width: 70px;
	clear: both;
}
#contact-form input, #contact-form textarea {
	width: 350px;
	border: 1px #000;
	background: #fff;
	padding: 4px 3px ;
	font-family:"Verdana";
	font-size: 1.0em;
	margin: 0px 0 0px 0px;
}

.img {border:solid;}
