/* CSS Document */

html {

SCROLLBAR-FACE-COLOR: #c11e24; 
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
        SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
        SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
        SCROLLBAR-ARROW-COLOR:  #000; 
        SCROLLBAR-TRACK-COLOR: #beadb4; 
        SCROLLBAR-DARKSHADOW-COLOR: #000000;

}

body {
background-image:url(images/bodybg.jpg);
background-position:center top;
background-repeat:no-repeat;
padding: 0;
margin: 0;
background-color:#6f6c64;

}

* {
behavior: url(iepngfix.htc);
}

#container {
	
	
text-align: left;
width:909px;
margin: 0 auto;


}

#wrapper {

width:909px;
margin: 0 auto;
background-image:url(images/contentstretch.jpg);
background-position:right top;
background-repeat:repeat-y;

}

#wrapper .content {
background-image:url(images/contentbg.jpg);
background-position:top left;
background-repeat:no-repeat;
width:909px;
padding: 0 0;
margin: 0 0;

}

#wrapper .leftnav {
width:250px;
height:308px;
background-image:url(images/leftnav.jpg);
background-position:center center;
background-repeat:no-repeat;

}

#wrapper .footer {
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:93px;
width:909px;
padding: 0;
margin:0 0;
padding: 0 0 0 0;

}

#wrapper .header {
	
	background-image:url(images/header.jpg);
width:909px;
height:427px;
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin: 0;
padding: 0;

}

#wrapper .contenttext   {

width:666px;
min-height:324px;
margin: 0 auto;
padding:0 0px 0 0px;
}

*html #wrapper .contenttext {
	
	height:440px;
	
	}

h1 {
	color: #ffffff;
	font-size:16px;
	font-family:"Georgia";
	font-weight:900;
	padding:10px 0 5px 0;
	margin: 0 0;
	text-indent:2px;
	letter-spacing:2px;
	}
	
h2 {
color: #04331C;
	font-size:14px;
	font-family:"Georgia";
}

p {
font-family:"Tahoma";
color:#000;
font-size:12px;
line-height:17px;
letter-spacing:0px;

}


p a:link {

font-family:"Tahoma";
color:#ffffff;
font-size:13px;
text-decoration:none;


}

p a:visited {

font-family:"Tahoma";
color:#ffffff;
font-size:13px;

text-decoration:none;
}

p a:hover {

font-family:"Tahoma";
color:#000;
font-size:13px;

text-decoration:underline;
}



.footertext {
margin: 0 auto;
width:350px;
text-align:center;
font-family:"Tahoma";
color:#fff;
font-size:12px;
letter-spacing:1px;
padding:55px 0px 0 0px;


}


.clear {
clear:both;
}

.footerstretch {
height:99px;
width:500px;
background-image:url(images/footerbg.jpg);
background-repeat:repeat-x;
float:left;
clear:both;
padding: 0 0 0 400px;
}


#lnav {
 float:right;
overflow: hidden;
padding: 0 0;
margin: 0 0;
 
}

/* ------------------- LEFT IMAGE NAV  --------------*/


.header ul {
	float: left;
	list-style: none;
	margin: 0 0;
	padding: 360px 0px 0 188px;
}
.header ul li {
	float: left;
	margin: 0 0;
	padding:  0 0;
}
.header ul li a {
	float: left;
	height: 39px;
	background-image: url(images/nav.jpg);
}
.header ul li a span {
	display: none;
}
.header ul li.nav1 a {
	width:77px;
	background-position: top left;
}
.header ul li.nav1 a:hover, .header ul li.nav1 a.active {
	background-position: bottom left;
}
.header ul li.nav2 a {
	width: 95px;
	background-position: -77px 0px;
}
.header ul li.nav2 a:hover, .header ul li.nav2 a.active {
	background-position: -77px 39px;
}
.header ul li.nav3 a {
	width: 87px;
	background-position: -172px 0px;
}
.header ul li.nav3 a:hover, .header ul li.nav3 a.active {
	background-position: -172px 39px;
}
.header ul li.nav4 a {
	width: 116px;
	background-position: -259px 0px;
}
.header ul li.nav4 a:hover, .header ul li.nav4 a.active {
	background-position: -259px 39px;
}
.header ul li.nav5 a {
	width: 103px;
	background-position: -375px 0px;
}
.header ul li.nav5 a:hover, .header ul li.nav5 a.active {
	background-position: -375px 39px;
}

.header ul li.nav6 a {
	width: 59px;
	background-position: -478px 0px;
}
.header ul li.nav6 a:hover, .header ul li.nav6 a.active {
	background-position: -478px 39px;
}
ul {
	font-family:"Verdana";
	color:#ffffff;
	font-size:13px;
}


.gallery a {
	margin:0 auto 0 auto;
	padding: 0 0;
	width:400px;
	}
.gallery a img {
	 border:1px #D6C4C4 solid;
	 margin: 0 0 0 70px;
	 }
	 
.style1 {font-size:15px;}

/* Contact Form */
#contact-form p {
	margin: 10px 0 0px 80px;
}
#contact-form label {
	float: left;
	width: 80px;
	clear: both;
}
#contact-form input, #contact-form textarea {
	width: 400px;
	border: 1px #000;
	background: #fff;
	padding: 5px 3px ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	margin: 0px 0 0px 0px;
}
