/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html { background: #000000 repeat-x; color: #000; font-size: 14px; font-family: Calibri; padding-bottom:  20px;  }



h1, h2, h3, h4, h5, h6, strong {
	color: #000;
}

h1 {
	font-size:24px;
	font-weight:bold;
}

h2 {
	font-size:20px;
	font-weight:bold;
}
h3 {
	font-size:18px;
	font-weight:bold;
}
h5 {
	font-size:15px;
	font-weight:bold;
}

h6 {
	font-size:16px;
	font-weight:normal;
}

a, a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#D74729;
	text-decoration:underline;
}


#banner, #banner img {
	float: left;
	width: 936px;
	clear: left;
	list-style: none;
	height: 394px;
	overflow: hidden;
}



.center { text-align: center; padding: 0 0 50px 0; }
#outer-wrapper { width: 100%;
background: url(../images/bg.jpg) top center no-repeat #000000;
float:left;
}

#wrapper {
width: 936px;
margin: 0 auto;
}

#header{
width:936px;
height:394px;
margin:0 auto;
background: url(../images/header.jpg) top center no-repeat;
padding:0;

}

p{
margin-bottom:13px;
}

	
#content-here { width:936px;
background: url(../images/content-bg.jpg) top center repeat-y;
float:left;
}

#content-right{

width:612px;
padding:0 20px 0 20px;
background:url(../images/content.jpg) top center no-repeat;
float:right;
overflow:hidden;
margin:0
}

/*#content-left{
width:284px;
height:418;
background:url(../images/nav.jpg) top center no-repeat;
float:left;
margin:0
}

#menu
{
	width:284px;
	padding:100px 0 0 26px;
	font-size:16px;
	float: left;
	
}

#menu ul li
{
float: left;
width:239px;
list-style:none;
}

#menu ul{
list-style-type:none;
margin-left:10px;
/*padding:60px 0 0 0;
text-transform:capitalize;
}

#menu ul li{
display:block;
padding:6px 0;
border-bottom:1px dotted #878787;
width:250px;
}

#menu ul li a{
color:#000;
text-decoration:none;
}

#menu ul li a:hover{
color:#fff;
text-decoration:none;
}

#menu ul li a.active{
color:#676666;
text-decoration:none;
}*/

#nav{
	float:left;
	width:284px;
	height:auto;
	background:url(../images/nav.jpg) no-repeat;
}	

#nav ul{
	margin:0;
	padding:80px 20px 0 11px;
	list-style-type:none;
	font-family:Calibri;
	text-transform:uppercase;
	}
	
#nav li { 
	margin: 0;
	}	
	
#nav a {
display: block;
padding: 10px 10px;
width: 240px;
height:15px;
color: #8e4900;
background-color: #e8ab3f;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: 14px;
background-image: url(images/vertical06.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}	

#nav a:hover,
#nav li.active a{
color: #fff;
background-color: #d67308;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(images/vertical06a.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#footer { clear: both;
font-size: 10px;
float:left;
width:936px;
padding-top:50px;
height:76px;
text-align:center;
padding-bottom:30px;
font-size:10px;
color:#fff;
background:url(../images/footer.jpg) top center no-repeat;

}


/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 70px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 350px;
	border: 1px solid #d6ca75;
	background: #ebe2a0;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

