@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("base.css");
@import url("fonts.css");

body, html {
	background: #ebe7d7;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #0060ff;
}

img {
	border: none;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.half {
	display: block;
	width: 48.5%;
}

.beveled-rule {
	display: block;
	width: 100%;
	height: 2px;
	background: url(../images/beveled-rule.gif) repeat-x;
	margin: 1.5em 0;
}

.alert {
	background: url(../images/map/alert.gif) no-repeat;
	border-bottom: 1px solid #f00;
	color: #f00;
	display: block;
	height: 31px;
	font-weight: bold;
	padding: 0 0 10px 40px;
	width: 95%;
}

#eyebrow { 
	display: none;
	width: 100%;
	padding: 10px 0;
	background: #a8bc7a url(../images/eyebrow-bg.gif) repeat-x;
	color: #222;
	text-align: center;
	height: 25px;
	overflow: hidden;
}

#eyebrow p {
	margin: 0;
}


/* Heaader Styles
============================== */
#header {
	background: url(../images/header-bg.gif);
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100px;
}

#header #nav {
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #c5f4ff;
	padding: 35px 20px 0;
	width: 920px;
}

#header #nav #hdr-logo {}

#header #nav #nav-links {
	font-size: 1.15em;
	margin-left: 1.5em;
	width: 580px;
}

#header #nav #nav-links ul {
	margin: 0;
	padding: 0;
}

#header #nav #nav-links ul li {
	list-style: none;
	display: block;
	float: left;
}

#header #nav #nav-links ul li a {
	color: #C5F4FF;
	display: block;
	float: left;
	height: 25px;
	padding: 25px .35em 0;
	padding-bottom: 0;
}

#header #nav #nav-links ul li a:hover 
{
    color: #fff;
}

/* The hovered items' parent */
#header #nav #nav-links ul { position: relative; }

/* The hovered items */
#header #nav #nav-links ul li {
    position: relative;
    z-index: 100;
}

/* The hover element, dynamically created */
div.ahover {
    position: absolute;
    z-index: 99;
    background: url(../images/nav-arrow.gif) no-repeat center bottom;
}

#header #nav #nav-links ul li a.active {
	background: url(../images/nav-arrow.gif) no-repeat center bottom;
	color: #ebe7d7;
}


/* Layout Styles
============================== */
#layout {
	display: block;
	background: url(../images/shaddow-mid.gif) repeat-y;
	margin: 20px auto;
	padding: 0;
	width: 960px;
}

#layout #shaddow-top {
	background: url(../images/shaddow-top.gif) no-repeat;
	display: block;
	height: 15px;
	width: 960px;
}

#layout #shaddow-bottom {
	background: url(../images/shaddow-bottom.gif) no-repeat;
	display: block;
	height: 15px;
	width: 960px;
}

/* Main Content Styles */
#layout #mainContent {
	width: 545px;
	/*margin-left: 10px;*/
	padding: 0 0 0 23px;
	min-height: 600px;
}

#layout #mainContent h1 
{
    border-bottom: 1px solid #CDCAB3;
    color: #C65A30;
    display: block;
    font-family: Times New Roman, Times, Georgia, Serif;
    font-size: 2.7em;
    margin: 0 0 .85em;
}

#layout #mainContent h2,
#layout #mainContent h3 
{
    margin: .5em 0;
}

#layout #mainContent h2 
{
    color: #2b616e;
    font-family: Times New Roman, Times, Georgia, Serif;
    font-size: 1.75em;
    margin-top: 0;
}

#layout #mainContent h2 .caption 
{
    font-family: Geneva, Helvetica, Arial, Sans-Serif;
    font-size: .65em;
    font-weight: normal;
    color: #6591a2;
}

#layout #mainContent h3 
{
    font-family: Helvetica, Arial, Sans-Serif;
    color: #6b200d;
    font-size: 1.2em;
}


/* Sidebar Styles */
#layout #sidebar {
	width: 340px;
	padding: 0 25px 0 0;
	color: #222;
}

#layout #sidebar  h1 {
	color: #c65a30;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.15em;
	margin-top: .5em;
	margin-bottom: .75em;
	text-align: center;
}

#layout #sidebar h2 {
	margin: 1em 0 .25em;
}

#layout #sidebar  h2,
#layout #sidebar  h3 {
	color: #2b616e;
	font-family: Helvetica, Arial, sans-serif;
}

#layout #sidebar  p {
	font-size: .97em;
}

#layout #sidebar  li {
	font-size: .97em;
	margin-bottom: .5em;
}


/* Testimonials Styles */
#sidebar #testimonials 
{
    display: block;
    margin-top: 1.5em;
}

#sidebar #testimonials .testimonial 
{
    display: none;
    font-size: .95em;
}

#sidebar #testimonials .testimonial .img 
{
    margin-right: 10px;
    margin-bottom: 10px;
}

#sidebar #testimonials .testimonial .img .read-more 
{
    color: #DB5F23;
    text-decoration: underline;
    display: block;
    margin-top: .35em;
}

#sidebar #testimonials .testimonial .copy 
{
    color: #6591A2;
    display: block;
    float: right;
    font-style: italic;
    width: 55%;
}

#sidebar #testimonials .testimonial .copy span.author
{
    color: #C65A30;
    display: block;
    font: normal 1.05em Times, "Times New Roman", serif;
    margin-top: .5em;
}

#sidebar #testimonials .testimonial .copy .more 
{
    display: none;
}    


/* Footer Styles
============================== */
#footer {
	display: block;
	background: #a8bc7a;
	width: 100%;
	height: 75px;
	position: relative;
}

#footer #ftrContent {
	display: block;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 960px;
}

#footer #ftrContent #copyright {
	color: #2b616e;
	font-size: .8em;
	margin: 7px 2.5em;
}

#footer #ftrContent #copyright a {
	color: #2b616e;
	font-weight: bold;
}