@charset "utf-8";
/* CSS Document */

body {
	font-family: "Book Antiqua";
	font-size: 12px;
	line-height: 20px;
	color: #341B03;
	margin: 0px;
	padding: 0px;
	background-image: url(images/brown/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #341B03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #341B03;
}
a:hover {
	text-decoration: none;
	color: #943634;
}
a:active {
	text-decoration: none;
	color: #341B03;
}
#wrapper {
	width: 919px;
	margin: 0 auto;
}
#topbar {
	height: 334px;
}
#header {
	height: 304px;
}
#topbar2 {
	background-image: url(images/brown/bar1.gif);
	background-repeat: no-repeat;
	height: 43px;
}
#content {
	background-image: url(images/brown/cbg.gif);
	background-repeat: repeat-y;
	padding: 0 18px 0 14px;
	overflow: hidden;
}
#content2 {
	background-image: url(images/brown/cbg.gif);
	background-repeat: repeat-y;
	padding: 0 18px 0 14px;
	overflow: hidden;
	height: 950px;
}
#content3 {
	background-image: url(images/brown/cbg.gif);
	background-repeat: repeat-y;
	padding: 0 18px 0 14px;
	overflow: hidden;
	height: 1000px;
}
#content4 {
	background-image: url(images/brown/cbg.gif);
	background-repeat: repeat-y;
	padding: 0 18px 0 14px;
	overflow: hidden;
	height: 800px;
}
#content5 {
	background-image: url(images/brown/cbg.gif);
	background-repeat: repeat-y;
	padding: 0 18px 0 14px;
	overflow: hidden;
	height: 1500px;
}
#bottom {
	background-image: url(images/brown/bar2.gif);
	background-repeat: no-repeat;
	height: 32px;
	clear: both;
}
#footer {
	height: 80px;
	color: #341B03;
	padding: 0 20px 0 20px;
	
}

#footer a {
	color: #341B03;
	text-decoration: none;
}
#footer a:hover {
	color: #341B03;
	text-decoration: none;
}


#nav {
	background-image: url(images/brown/navbar.png);
	background-repeat: no-repeat;
	height: 38px;
}
.paddingbox {
	padding: 10px 25px 10px 25px;
	overflow: hidden;
	font-size: 15px;
}
.paddingbox2 {
	padding: 30px 25px 20px 0px;
	overflow: hidden;
	font-size: 15px;
}
.mps_lg {
	font-size: 25px;
}
.mps_sm {
	font-size: 16px;
}
.mps_sm2 {
	font-size: 15px;
	line-height: 15px;
}
#left {
	float: left;
	width: 605px;
}
#right {
	float: right;
	width: 273px;
	margin-bottom: 20px;
}
h1 {
	font-family: "Book Antiqua";
	font-size: 25px;
	color: #341B03;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
}
h2 {
	font-family: "Book Antiqua";
	font-size: 20px;
	color: #9298a3;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
}
p {
	margin: 0;
	padding: 0;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.righttimg {
	float: right;
	width:50px;
	height:100px;
	padding-right: 10px;
}
.line {
	background-image: url(images/linebg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
}
.paddingrightbox {
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
}
#listing {
	margin: 10px 0 10px 0;
	padding: 0px;
}
#listing #select {
	margin: 4px 0 4px 0;
	padding: 3px;
	width: 160px;
}
#listing #textfield {
	margin: 3px 0 3px 0;
	padding: 3px;
}
.mps {
	font-weight: bold;
	color: #7F2F2D;
}

#contact {
	color: #696969;
	padding: 5px;
}
#contact input {
	font-family: "Book Antiqua";
	font-size: 13px;
	padding: 6px;
	border: 1px solid #E7E9EB;
	width: 230px;
	margin: 5px 0 5px 0;
	background-color: #E7E9EB;
	color: #333333;
}
#contact label {
	float: left;
	width: 90px;
	display: block;
	padding: 3px;
	margin: 3px 0 3px 0;
	clear: both;
	color: #999;
}
#contact textarea {
	border: 1px solid #E7E9EB;
	font-family: "Book Antiqua";
	font-size: 13px;
	padding: 6px;
	width: 230px;
	margin: 5px 0 5px;
	background-color: #E7E9EB;
	color: #333333;
}
.droplinebar ul{
margin: 0 auto;
padding: 0;
width: 92%;
font: 15px Georgia;
background: center center repeat-x; /*default background of menu bar*/
height: 38px;
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: #ffffff;
padding: 10px 10px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: #341B03;
background: transparent url(images/brown/navhover.gif) center center repeat-x;
}