﻿body {
	background-color: #333;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

#main {
	width: 800px;
	background: #B25A17;
	text-align: left;
	padding-top: 91px;
}

#leftbar {
	width: 333px;
	margin-left: 5px;
	background: url(../images/leftbar_fill.jpg) repeat-y top left;
	float: left;
	margin-top: -80px;
}

#leftbar img {
	display: block;
}

#nav {
	background: url(../images/navbar.jpg) no-repeat top left;
	width: 461px;
	height: 82px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	margin-top: -32px;
}
#nav ul {
	list-style: none;
	margin-top: 27px;
}
#nav li {
	float: left;
	margin-top: 23px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	padding: 15px 7px 14px 7px;
	display: -moz-inline-box;
	display: inline-block;
}
#nav a:hover, #nav a.hot {
	background-color: #D7CAA1;
	color: #333;
}

#content {
	background: #d3c59e url(../images/content_fill.jpg) repeat-y top left;
	width: 450px;
	margin-left: 338px;
}
#contentarea {
	padding: 5px 15px 10px 40px;
}

h1 {
	font-size: 1.5em;
	color: #3A8E04;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
}

hr {
	border: dashed 1px #333;
	height: 1px;
	width: 90%;
	margin-bottom: 5px;
}

fieldset {
	border: dashed 1px #333;
	padding: 10px;
	margin-right: 10px;
}
legend {
	color: #333;
	font-size: 1.2em;
	background-color: #D7CAA1;
}

.txt, .mtxt {
	width: 250px;
	border: solid 1px #333;
	background-color: #ffc;
	font-size: 12pt;
	font-family: "Courier New", Monospace;
	padding: 5px 2px;
}
.mtxt {
	height: 150px;
}

h2 {
	font-size: 1.2em;
	font-family: Trebuchet MS;
	padding-top: 1em;
	border-bottom: solid 1px #333;
	margin-bottom: .5em;
}

h1 {
	font-size: 1.5em;
	font-family: Trebuchet MS;
	padding: 0.5em 0;
}

.ddl {
	width: 212px;
	font-family: Tahoma;
}

fieldset li {
	padding: 5px 0;
	/*border-bottom: solid 1px #999;*/
}
li label {
	display: -moz-inline-box;
	display: inline-block;
	width: 75px;
	text-align: right;
	font-weight: bold;
	font-family: Trebuchet MS;
	margin-right: 3px;
	vertical-align: top;
	float: left;
}
li hr {
	color: #999;
	background-color: #999;
	height: 1px;
	width: 100%;
	border: none;
}

.mtxt {
	height: 80px;
}

ul.norm {
	margin-left: 20px;
	list-style-type: disc;
}

ul.sub {
		display: block;
		clear: both;
		margin: 0 0 0 368px !important;
		padding: 0 !important; }
ul.sub li { 
	background-color: #D7CAA1;
	margin-top: 0 !important;
}
ul.sub a {
	padding: 0px 7px !important;
	color: #000 !important;
	font-weight: bold;
}
ul.sub a:hover {
	text-decoration: underline !important;
}

table.contactInfo { 
	width: 80%; 
	border-collapse: collapse;
}
table.contactInfo th, table.contactInfo td {
	padding: 0.5em;
	border-bottom: dotted 1px #333;
}
table.contactInfo th {
	width: 125px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.block { display: block; }

li span { /*display: -moz-inline-box; */ display: inline-block; }

ul.widelabel li { padding-bottom: 1em; }
ul.widelabel li label { width: 150px; }

tr.pager {
	font-size: 1.1em;
}
tr.pager span, tr.pager a {
	padding: 0 5px;
}
tr.pager span {
	font-weight: bold;
}
tr.pager a {
	color: Maroon;
}

p.hint {
	color: #666;
	font-size: 0.8em;
	line-height: 1em;
	margin: .6em 0;
}

#footer {
	border-top: solid 1px #fff;
	background: #d3c59e;
	padding: 25px;
	text-align: center;
	margin-bottom: 25px;
	clear: both;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #000;
}

div.home_testimonial {
	width: 80%;
	margin: 5px auto;
	padding: 5px;
	background: #f7e4e8;
	border: solid 1px #966;
}
div.home_testimonial p {
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	font-size: .9em;
}
div.home_testimonial div.attrib {
	text-align: right;
}

.fade {
	color: #666 !important;
}
.sold {
	font-weight: bold;
	color: #f33;
}
