﻿body, html
{
	color            : #000000;
	padding          : 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	text-align: center;
    
    background: url('../images/siteback.jpg') repeat-x;
}

a 
{
    text-decoration: none;
    font-size: 11px;
    color: #2f5699;
    
}

a:link { color: #2f5699; }
a:visited { color: #2f5699; }
a:hover 
{
    color: #0785d2;
    text-decoration:underline;
}

h1 
{
    font-family: 'Arial', 'Verdana';
    font-size: 16px;
    color: #2f5699;
    font-weight:bold;
    padding-top:0px;
    margin-top:0px;
}

h1.topofpage 
{
	font-family: Times New Roman, serif;
	font-size: 28px;
	font-weight: normal;
	color: #635934;
	margin-top: 1px;
	margin-bottom: 8px;
}

h2 
{
    font-family: Times New Roman, serif;
	font-size: 18px;
	font-weight: normal;
	color: #635934;
	margin-top: 1px;
	margin-bottom: 6px;
}

h3 
{
    font-family: 'Arial', 'Verdana';
    font-size: 12px;
    color: #635934;
    font-weight:bold;
    padding-bottom:3px;
}

h4 
{
    font-family: 'Arial', 'Verdana';
    font-size: 12px;
    color: #635934;
    font-weight:normal;
    padding:0px;
    margin:0px;
}

h5 
{
    font-family: 'Arial', 'Verdana';
    font-size: 10px;
    color: #635934;
    font-weight:normal;
    padding:0px;
    margin:0px;
}

#siteWrapper 
{
	padding:0px;
	margin:0px;
	
	margin:auto;
	
	width:1000px;
}

#pageWrapper
{	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#headerWrapper
{
	border-bottom: 1px solid #635934;
	margin-bottom: 4px;
}

#headertitle {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-bottom: 6px;
}

#mainNavWrapper
{
    width: 960px;
    height: 30px;
    text-align: center;
    background-image: url(/images/page/navbar_background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    border-top: 1px solid #635934;
    margin-bottom: 4px;
}

#mainNavWrapper ul {
    margin: 0;
    padding: 7px 0 9px 6px;
    color: #FFF;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
}

#mainNavWrapper ul li {
    display: inline;
}

#mainNavWrapper ul li a 
{
    font-family: Verdana, sans-serif;
	font-size: 11px;
    padding: 8px 24px 9px 24px;
    color: #FFF;
    text-decoration: none;
    height: 16px;
}

#mainNavWrapper ul li a:hover {
    padding: 8px 24px 9px 24px;
    background-color: #E3D895;
    color: #000;
}

#navbar li a:hover {
    color: #000;
    text-decoration: none;
    background: #5C85AD;
    text-align: center;
}

#contentWrapper 
{
	border-top: 1px solid #635934;
}

#contentwidth
{
    width: 660px;
	float: left;
}

#content
{
	padding: 16px 0 10px 20px;
}

#sidebarwrap {
	width: 274px;
	background-position: top;
	background-repeat: no-repeat;
	border: dotted 2px #FFF;
	margin: 0;
	padding: 0;
	float: right;
}

.sidebar {
	background-image: url(/images/page/sidebar_background.jpg);
	font-size: 10px;
	/*padding: 16px 10px 16px 18px;*/
	margin: 0;
	padding: 0;
}

#slideshow {
	border-bottom: 1px solid #ACC0D5;
}

#findfeaturetitlewrap {
	background-color: #CEDAE6;
	border-top: 1px solid #ACC0D5;
	height: 30px;
	padding-left: 30px;
}

.findfeaturetitlebox {
	width: 240px;
	float: left;
}	

.findfeaturetitle {
	font-family: Times New Roman;
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	color: #5C85AD;
	padding: 4px 0;
}
	
.findfeaturedivider {
	width: 1px;
	background-color: #ACC0D5;
	margin: 5px 0;
	height: 160px;
	float: left;
}

.searchsectiontitlewrap {
	background-color: #CDEAE6;
	border-bottom: 1px solid #ACC0D5;
}

.searchsectiontitlecellone {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #5C85AD;
	padding: 4px 0 4px 30px;
}
	
.searchsectiontitle {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #5C85AD;
	padding: 4px 0 4px 18px;
}
	
.searchsectioncontent {
	font-size: 10px;
	padding: 10px 10px 4px 27px;
}

div#footer
{
    width: 960px;
	font-size: 11px;
	text-align: center;
	line-height: 120%;
	border-top: 1px solid #635934;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
	margin-top: 10px;
}

#footer li
{
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}