/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html { background: #d9b291 repeat-x; color: #292528; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-bottom:  20px;  }



h1, h2, h3, h4, h5, h6, strong {
	color: #3b383a;
}

h1 {
	font-size:18px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

.center { text-align: center; padding: 0 0 50px 0; }
#outer-wrapper { width: 100%;
background: url(../images/bg.jpg) top center repeat-x #d9b291;
float:left;
}

#banner, #banner img {
	float: left;
	width: 836px;
	clear: left;
	background: url(../images/header.jpg) top no-repeat;
	list-style: none;
	height: 289px;
	overflow: hidden;
}


#wrapper {
width: 836px;
margin: 0 auto;
}

#header{
width:836px;
height:289px;
margin:0 auto;
background: url(../images/header.jpg) top center no-repeat;
padding:0;

}


	
#content-here { width:836px;
background: url(../images/contentbg.jpg) top center repeat-y;
float:left;
}

#content-right{

width:487px;
padding:0 20px 0 28px;
background:url(../images/left-header.jpg) top center no-repeat;
float:left;
margin:0
}


#content-left{

width:301px;
height:358px;
background:url(../images/right-header.jpg) top center no-repeat;
float:left;
margin:0
}

#nav-left{
font-family:Arial, Helvetica, sans-serif;
margin:0 auto;
float:left;
}

#nav-left ul{
list-style-type:none;
margin:0;
padding:1px 0 0 10px;
font-size:13px;
text-transform:capitalize;

}

#nav-left ul li{
display:block;
padding:6px 0;
border-bottom:1px solid #acacac;
width:150px;
}

#nav-left ul li a{
color:#3b383a;
text-decoration:none;
}

#nav-left ul li a:hover{
color:#5B5E5E;
text-decoration:none;
}

#nav-left ul li a.active12{
color:#5B5E5E;
text-decoration:none;
}


#footer { clear: both;
font-size: 10px;
text-align:left;
padding-left:136px;
width:700px;
padding-top:40px;
height:16px;
font-size:10px;
background:url(../images/footer.jpg) top center no-repeat;
color:#430909;
}

/* 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;
}

p{
margin-bottom:13px;

}

