body {
	background: #efecca;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* Basic Typography */

a {
	color: #680000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.btn, .pagination a {
	color: #fff;
	background: #680000;
	padding: 1px 5px 1px 3px;
	text-decoration: none;
}

p, ul, ol {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 14px;
}

#content ul {
	margin-left: 14px;
	list-style: disc;
	list-style-position: inside;
}

#links_page ul {
	margin-left: 0;
	list-style: none;
	list-style-position: outside;
}

li {
	margin-bottom: 3px;
}

.links li {
	margin-bottom: 8px;
}

strong {
	font-weight: bold;
}

hr {
	display: none;
}

h2, h3, h4, h5, h6 {
	color: #680000;
	line-height: 1em;
	margin-bottom: .2em;
	font-weight: bold;
}

h3 {
	font-size: 28px;
        margin-bottom: .75em;
}

h4 {
	font-size: 24px;
        margin-bottom: 14px !important;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

small {
	color: #555;
	font-size: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	text-align: right;
}

.center {
	text-align: center;
}

/* Forms */

input, textarea {
	width: 250px;
	padding: 2px 3px;
	border: none;
	background: #fff;
	height: 14px;
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 3px;
}

textarea {
	padding-top: 4px;
	height: 180px;
}

button, input[type="submit"], input#submit, input.searchsubmit {
	background: #680000;
	color: #fff;
	width: 100px;
	height: 18px;
	border: none;
	font-family: Verdana;
	padding: 2px 3px;
	font-size: 10px;
}

input#s {
	float: left;
	margin-right: 3px;
	width: 150px;
}

.searchbox {
	margin-bottom: 14px;
}

input.searchsubmit {
	float: left;
	width: 47px;
}

#sidebar input#s {
	float: left;
	width: 65px;
}

#sidebar input.searchsubmit {
	float: right;
	width: 47px;
}

button:hover, input[type="submit"]:hover, input#submit:hover {
	cursor: pointer;
}


#header {
	border-bottom: 1px solid #8f8d6d;
	height: 104px;
}

body#home #header {
	border-bottom: 1px solid #292929;
}

#main {
	border-top: 1px solid #e3e0be;
	background: url(../images/main_back.gif) repeat-x;
	padding-bottom: 30px;
}

#masthead {
	border-top: 1px solid #dad7b5;
	border-bottom: 1px solid #7b7a6b;
	background: url(../images/masthead_back.gif) repeat-x #333;
}

#navigation {
	padding: 18px 0 0 0;
	min-height: 215px;
	background: #b3b090;
	border-bottom: 1px solid #b3b090;
	border-right: 1px solid #8f8d6d;
	border-left: 1px solid #8f8d6d;
}

body#home #navigation {
	background: #979475;
	border-bottom: 1px solid #6a6857;
	border-right: 1px solid #6a6857;
	border-left: 1px solid #6a6857;
}

#navigation ul {
	font-size: 12px;
	line-height: 22px;
}

#navigation li {
	margin-bottom: 0;
}

#navigation a {
	text-decoration: none;
	display: block;
	width: 168px;
	padding-left: 25px;
	padding-right: 25px;
	color: #000;
}

body#home #navigation a {
	color: #fff;
}

#navigation li.current_page_item a {
	color: #fff;
	background: #8a8977;
}

#navigation a:hover, #navigation li.current_page_item a:hover {
	color: #fff;
	background: #680000;
}

#signup {
	position: relative;
	color: #fff;
	padding: 25px;
	background: #8a8977;
	border: 1px solid #656452;
	width: 168px;
	min-height: 107px;
}

body#home #signup {
	background: #737160;
	border-right: 1px solid #2d2d2d;
	border-left: 1px solid #2d2d2d;
	border-top: 1px solid #787665;
}

#signup h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#signup h3 a {
	color: #fff;
	text-decoration: none;
}

#signup label {
	color: #3c3c3c;
}

#signup a#close {
	position: absolute;
	background: url(../images/close.png);
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	top: -15px;
	right: -15px;
	display: none;
}

#signup input {
	padding: 2px 3px;
	border: none;
	background: #fff;
	height: 14px;
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 3px;
}

#signup input#emma_member_name_first, #signup input#emma_member_name_last {
	float: left;
	width: 76px;
}

#signup input#emma_member_name_last {
	float: right;
}

#signup input#emma_member_email {
	width: 95px;
	float: left;
}

#signup button {
	background: #680000;
	float: right;
	color: #fff;
	width: 64px;
	height: 18px;
	border: none;
	font-family: Verdana;
	padding: 2px 3px;
	font-size: 10px;
}

#signupform {
	clear: both;
	margin-top: 12px;
}

#signup button:hover {
	cursor: pointer;
}

#overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

h1 a#home_btn {
	display: block;
	float: left;
	background: #680000;
	width: 220px;
	height: 104px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/homepro.gif) no-repeat;
}

#motto {
	float: right;
	position: relative;
	text-indent: -9999em;
	width: 130px;
	height: 37px;
	overflow: hidden;
	margin-top: 28px;
	margin-right: 40px;
	background: url(../images/motto.gif) no-repeat;
}

#motto a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 130px;
	height: 10px;
	display: block;
}

#ad {
	position: relative;
	color: #bbb;
	line-height: 14px;
	min-height: 393px;
}

#ad a {
	color: #fff;
	text-decoration: none;
}

#ad a:hover {
	text-decoration: underline;
}

#ad a.btn {
	background: #fff;
	color: #000;
	float: right;
}

#ad a.btn:hover {
	text-decoration: none;
}

#ad strong {
	font-weight: normal;
	color: #fff;
}

#ad h2 {
	position: absolute;
	top: 22px;
	margin-bottom: 0;
	width: 244px;
	font-size: 20px;
	color: #fff;
}

#ad h3 {
	color: #fff;
	margin-top: 260px;
	font-size: 15px;
	width: 334px;
	margin-bottom: 7px;
	font-weight: bold;
}

#houses {
	position: absolute;
	top: -31px;
	right: 0;
	background: url(../images/houses.png) no-repeat;
	width: 580px;
	height: 291px;
}

#content {
	padding: 16px 0;
}

body#home #content {
	padding: 30px 0;
	border-top: 1px solid #292929;
}

body#home #content h4 {
	color: #680000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#sidebar {
	background: #d7d4b2;
	border: 1px solid #bab797;
	padding: 12px 18px 4px 18px;
	margin-bottom: 14px;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul {
	margin-left: 0;
	list-style: none;
	list-style-position: outside;
}

.breadcrumb {
	margin-bottom: 14px;
}

.pagination {
	margin-top: 30px;
}

#testimonials {
	padding: 30px 0 25px 0;
	border-top: 1px solid #ccc9a7;
	background: url(../images/testimonials_back.gif) repeat-x #c0bd9c;
}

.testimonial p {
	padding: 0 0 0 30px;
	background: url(../images/quote.gif) no-repeat;
}

.person {
	color: #680000;
	padding: 0 0 0 30px;
	font-weight: bold;
}

#footer {
	padding: 30px 0 0 0;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin-left: -2px;
}

#footer ul li {
	display: inline;
	padding: 0 5px 0 2px;
	border-right: 1px solid #555;
}

#footer ul li.cat-item.cat-item-3 {
	border-right: none !important;
	padding-right: 0;
}

.clear {
	margin-bottom: 30px;
}

table {
    border: none !important;
    margin: none;
}

td {
    border: none !important;
    background: transparent;
}

.emmaFormBox { border: none !important; }
.emmaFormLabel { font-family: Verdana, Arial, sans-serif !important; font-size: 11px !important; }
.emmaFormLabelSmall { font-size: 10px !important; font-family: Verdana, Arial, sans-serif !important; padding: 5px !important; }

.post hr {
	display: block;
	border: none;
	color: #989687;
	background: #989687;
	height: 1px;
	margin: 20px 0 18px 0;
}

#calltoaction {
	border-top: 1px solid #ccc9a7;
	height: 39px;
	padding-top: 13px;
	background: #7a7867 url(../images/cta_back.gif) repeat-x;
}

#calltoaction span {
	width: 573px;
	height: 27px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/cta.gif) no-repeat !important;
}

#credit {
	color: #666553;
}

#credit a {
	color: #666553;
}

a#report_btn {
	float: left;
	display: block;
	padding-left: 51px;
	padding-top: 10px;
	height: 43px;
	color: #fff;
	margin-bottom: 12px;
	background: url(../images/report.png) no-repeat;
}
