
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(images/img01.jpg) repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

table {
    margin-top:0;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #516C00;
}

a img {
    border: none;
    vertical-align: middle;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 1000px;
	height: 135px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img03.jpg) no-repeat left bottom;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 21px 0px 0px 46px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
}

/* Menu */

#menu {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 120px;
	height: 39px;
	margin-left: 10px;
	padding-top: 15px;
	background: url(images/img05.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(images/img06.jpg) no-repeat left top;
	padding-left: 0;
	color: #493E2B;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 20px 50px 0px 50px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
}

.section {
	margin-bottom: 50px;
}

.section .title {

	background: url(images/img08.jpg) no-repeat left bottom;
}

.section .title h2 {
    	height: 80px;
	letter-spacing: -.5px;
	font-size: 40px;
	color: #32639A;
}

.section .title h3 {
    	height: 75px;
	letter-spacing: -.5px;
	font-size: 34px;
	color: #32639A;
}

.title a {
	color: #493E2B;
	border: none;
}

.section .title .meta {
	padding: 8px 0px 0px 0px;
	letter-spacing: -0.5px;
	font-size: 20px;
	font-weight: normal;
	color: #6E8D3D;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.section .contents {
	text-align: left;
}

table.listing {
    border: 1px solid #999999;
    padding:10px;
    margin:5px 0;
    width:100%;
}

table.listing h3 {
    margin:0;
    padding:0;
    letter-spacing: -0.5px;
    font-weight: bold;
}
table.listing h3 a {
    color: #32639A;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
}


table.listing td.info {
    vertical-align: top;
}
table.listing td.info p {
    font-weight:bold;
    line-height:125%;
}
table.listing td.info td.label {
    padding-right: 5px;
    text-align:left;
}
table.listing td.info td.data {
    background-color:#ffffff;
    padding: 1px 2px;
}

table.listing td.pic {
    width:160px;
}
table.listing td.pic div{
    width:160px;
    height:120px;
    overflow: hidden;
}
table.listing td.pic div img{
    width:160px;
    height:120px;
}

div#listing_page img {
    margin: 0 5px 5px 0;
    vertical-align: top;
}

div#listing_page ul {
    list-style: none;
}

div#listing_page table.info td.label {
    font-size:10px;
    padding-right: 2px;
    text-align:right;
}

div#listing_page table.info td.data {
    background-color:#ffffff;
    padding: 1px 2px;
}

div#listing_page table.info {
    background: url(images/listing.jpg) #ffffff repeat-x top;
}

div#listing_page div#info {
    float: left;
    margin-right: 10px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 0px;
	color: #787878;
        text-align: right;
}

#sidebar h2 {
	height: 65px;
	background: url(images/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #493E2B;
}

#sidebar h3 {
	height: 55px;
        font-size: 18px;
	background: url(images/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
        text-align:right;
}


#sidebar .bio a {
    font-size: 8px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #32639A;
}

#sidebar .bio {
    line-height: 100%;
    border: 1px solid #cccccc;
    margin: 5px 0 0 5px;
    padding: 3px;
    float: right;
    text-align: center;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
        line-height: 150%;
}

#sidebar table {
    float: right;
}

#sidebar p strong {
	color: #4A3E29;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
}

#contact_form {
    font-size: 11px;
}

#contact_form div {
    line-height: 200%;
}

#contact_form input {
    font-size: 11px;
}

#contact_form .fine_print {
    font-size: 9px;
}

#contact_form .red {
    color: #990000;
}

#contact_form span.icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}


/* Regional Map */

#regional_map {
    border: none;
}

#regional_map_links a, #regional_map_links {
    font-size: 11px;
}


/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer-content {
	width: 900px;
	height: 255px;
	margin: 0 auto;
	padding: 60px 50px 0px 50px;
	background: url(images/img15.jpg) no-repeat left top;
	font-size: 12px;
	color: #887450;
}

#footer-content .column1 {
	float: left;
	width: 570px;
}

#footer-content .column2 {
	float: right;
	width: 273px;
        text-align: right;
}

#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}

#footer-content strong {
	color: #E3D2B6;
}

#footer-content a {
	color: #AA8B55;
}

#footer-content a:hover {
	color: #AA8B55;
}

.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #82A2B9;
}

#footer a {
	text-decoration: underline;
	color: #82A2B9;
}


a.map_link {
    font-size: 10px;
    color: #000099;
    text-decoration: none;
}

span.checkbox {
    margin-right: 20px;
}

div.ad_wrapper {
    margin-left:10px;
    width: 120px;
    float:right;
    color: #aaaaaa;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    font-variant: small-caps;
}

#ad_space {
    width: 120px;
    height: 240px;
    background: #dddddd;
    margin: 5px 0;
    float:right;
}



