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

html { background: #f4f4f4 repeat-x; color: #292528; font-size: 14px; font-family: Arial, Helvetica, sans-serif;  }



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

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

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

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

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}


#banner, #banner img {
	float: left;
	width: 836px;
	clear: left;
	background: url(../images/header.jpg) top no-repeat;
	list-style: none;
	height: 367px;
	overflow: hidden;
}



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

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

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

}

p{
margin-bottom:13px;
}

	
#content-here {
min-height: 450px;
width:836px;
background: url(../images/contentbg.jpg) top center repeat-y;
float:left;
}

#content-right{

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


#content-left{

width:301px;
height:386px;
background:url(../images/right-header.jpg) top center no-repeat;
float:left;
margin:0
}

#menu
{
	width:259px;
	padding:20px 0 0 26px;
	font-size:14px;
	float: left;
	
}


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

}

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

}

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

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

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

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



#footer { clear: both;
font-size: 10px;
float:left;
width:836px;
padding-top:70px;
height:3px;
text-align:center;
padding-bottom:30px;
font-size:10px;
background:url(../images/footer.jpg) top center no-repeat;
color:#957039;
}


#footer2 {
	float:left;
	clear:both;
	width: 100%;
	font-size:10px;
	color:#587d8f;
	height:100px;
	padding-top:0px;
	background:url(../images/footer-bg.gif) top center repeat-x #a7834e;
	/*padding:0px 0 0 10px;*/
}


/* 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;
}

