@charset "utf-8";

/* ----- reset ----- */

* { margin: 0; padding: 0; }

/* ----- General Styles ----- */

body {
	background: url(../images/background.jpg) repeat-x;
	margin-bottom: 20px;
}

/* ----- container styles ----- */

#container {
	width: 800px;
	margin: 35px auto 0 auto;
}

/* ----- header styles ----- */

#header {
	background: #fff url(../images/top-header-bg.jpg) no-repeat top;
	height: 155px;
}

/* ----- header-content styles ----- */

#header-content {
	background: url(../images/bottom-header-bg.jpg) no-repeat bottom;
	height: 155px;
	position: relative;
}

#header-content img.logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#header-content img.phone {
	position: absolute;
	top: 80px;
	left: 590px;
}

#header ul {
	position: absolute;
	top: 50px;
	left: 580px;
	list-style: none;
}

#header ul li {
	float: left;
	border-right: 1px solid #847722;
	padding: 0 1em 0 1em;
}

#header-content li.removeBorder {
	border-right: none;
}

#header-content li a:link, #header-content li a:visited {
	color: #847722;
	text-decoration: none;
}

#header-content li a:hover, #header-content li a:active {
	color: #beac36;
}

/* ---- midbanner styles ----- */

#midbanner {
	margin-top: 10px;
	background: #fff url(../images/top-midbanner-bg.jpg) no-repeat top;
	height: 216px;
	
}

#midbanner-content {
	background: url(../images/mid-banner-bg.jpg) repeat-x bottom;
	height: 216px;
	position: relative;
	overflow: hidden;
}

#midbanner-content img.floatRight {
	float: right;
}

#midbanner-content p.tagline {
	font-size: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ab9851;
	position: absolute;
	left: 30px;
	top: 70px;
}

#midbanner-content img.learnMoreButton {
	position: absolute;
	top: 130px;
	left: 30px;
	border: none;
}

/* ----- navigation styles ----- */

#navigation {
	background: #f6f0ba;
	height: 45px;
	border-left: 1px solid #c7cec9;
	border-right: 1px solid #c7cec9;

}

#navigation ul {
	list-style: none;
	padding-top: 15px;
	margin-left: 30px;
}

#navigation li {
	display: inline;
	background: url(../images/nav-arrow.jpg) no-repeat;
	float: left;
	padding: 0 2.5em 0 1.3em;
}

#navigation a:link, #navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #847722;
	display: block;
	text-decoration: none;
}	

#navigation a:hover, #navigation a:active {
	color: #beac36;
	display: block;
}

#navigation ul li a.current {
	color: #beac36;
	cursor: default;
}

/* ---- content styles ----- */

#content {
	position: relative;
	border-left: 1px solid #c7cec9;
	border-right: 1px solid #c7cec9;
	padding: 20px 20px 20px 30px;
	overflow: hidden;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 0 1ex 0;
	color: #c69c6d;
	font-weight: normal;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #B9854A;
	
}

#content h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #B9854A;
}

#content h3, #content h4, #content h5, #content h6 {
	font-size: 1.2em;
	color: #A87742;
	font-family: Arial, Helvetica, sans-serif;
}

#content p {
	margin: 0 0 2ex 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#content p.addBottomMargin {
	margin-bottom: 50px;
}

#content ul, #content ol {
	margin-bottom: 2ex;
	margin-left: 2em;
}

#content ol li, #content ul li {
	margin-bottom: 2ex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content li span.highlight {
	background: #eae4ad;
	color: #a87f10;
	padding: .3ex .3em;
	font-weight: bold;
}

#content li span.highlight2 {
	color: #a87f10;
	padding: .3ex .3em;
	font-weight: bold;
}
#content li.removeBullet {
	list-style: none;
}

#content a:link, #content a:visited {
	color: #847722;
}

#content a:hover, #content a:active {
	color: #beac36;
}

/* ----- content before/after styles ----- */

#content #before {
	position: absolute;
	top: 115px;
	left: 120px;
}

#content #after {
	position: absolute;
	top: 115px;
	left: 340px;
}

/* ----- contact form styles ----- */

#contactform {
	margin-bottom: 2ex;
	float: left;
}

#contactform label {
	float: left;
	width: 130px;
}

#contactform div.rowElem {
	clear: both;
}

#contactform input {
	margin-bottom: 2ex;
	padding: .5ex .5em;
}

#contactform textarea {
	margin-bottom: 2ex;
	padding: .5ex .5em;
}

/* ----- sidebar styles ----- */

.sidebar {
	float: right;
	background: #eae4ad;
	margin: 0 20px 20px 20px;
	padding: 1em;
	width: 180px;
	clear: both;
}

#content .sidebar ul, #content .sidebar ol {
	margin-left: 0em;
	font-size: .9em;
	list-style: none;
}	


/* ----- footer styles ----- */

#footer {
	background: #c6ab5e url(../images/footer-bg.jpg) no-repeat bottom;
	padding: 0;
	margin: 0;
	height: 70px;
}

#footer p {
	padding-top: 1ex;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #eae4ad;
}

#footer a:hover, #footer a:active {
	color: #847722;
}

