@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #d9d2b5;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5,h6, p, form, input, select, textarea, ul, li {
	margin:0; 
	padding:0;
}
ul {
	list-style-type:none;
}
h3 {
	font-size: 18px;
}
.spacer {
	clear:both; 
	line-height:0px; 
	font-size:0;
}
#structure {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#container {
	padding-top: 10px;
}

/*===================================Top Nav==================================*/
#topnav {
	height: 23px;
	line-height: 23px;
}
#topnav a {
	text-decoration: none;
	font-weight: bold;
	color: #d9d2b5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topnav a:hover {
	color: #ffffff;
}

/*==================================Header===================================*/
#header {
	height: 142px;
	padding-bottom: 47px;
}
#logo {
	height: 142px;
	width: 557px;
	float: left;
}
#logo h1 {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 40px;
	padding-top: 40px;
}
#logo p {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
}
#logo a {
	text-decoration: none;
	color: #8b6929;
}
#logo a:hover {
	color: #644304;
}
/* #logo a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: block;
	height: 142px;
	width: 557px;
} */
#callus {
	float: right;
	width: 235px;
	padding-top: 42px;
	padding-right:90px;
}
#callus a {
	height: 88px;
	width: 312px;	
	text-decoration: none;
	background-image: url(../images/lqf.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

/*=======================================Left Pane=====================================*/
#leftpane {
	float: left;
	width: 300px;
}
.leftnav-hdr {
	height: 28px;
	width: 300px;
	background-color: #8b6929;
	background-image: url(../images/leftnav-hdr.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 7px;
}
.leftnav {
	background-color: #f1f0e4;
	border: 7px solid #8b6929;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.leftnav ul {
}
.leftnav ul li {

}
.leftnav ul li a {
	height: 21px;
	display: block;
	background-color: #f1f0e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d2b5;
	background-image: url(../images/leftnav-bul.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 8px;
	padding-left: 50px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftnav ul li a:hover {
	background-color: #d9d2b5;
	background-image: url(../images/leftnav-bul-hov.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*=================================Content Pane=======================================*/
#contentpane {
	float: right;
	width: 690px;
}
#content-hdr {
	background-image: url(../images/content-hdr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 690px;
	padding-bottom: 10px;
}
#content-hdr h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 15px;
	padding-left: 17px;
	color: #8e6d2e;
}
#content-hdr p {
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 400px;
	color: #8e6d2e;
}
#content {
	background-color: #f1f0e4;
	border: 7px solid #FFFFFF;
	padding: 10px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

/*=========================================Footer==========================================*/
#footer {
	height: 68px;
	background-color: #7c3e17;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#dev {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #7c3e17;
}
#dev a {
	color: #7c3e17;
	text-decoration: none;
	font-weight: bold;
}
#dev a:hover {
	color: #000000;
}
