/* Start of CMSMS style sheet 'Base' */
body {
	font: 13px/1.3em Arial, Helvetica, sans-serif;
	background: #FFF5DD url(images/bg_body.jpg);
}

#header, #nav, #feature, #content, #footer {
	width: 960px;
	margin: 0 auto 0 auto;

}

#page {
	margin: 0 0 0 0;
	background: url(images/shadow.png) repeat-y center top;
	
}

#headerwrapper {
	background: url(images/bg_header.png) no-repeat center top;	
	/*margin-top: 50px;*/
	height: 120px;
}

#header
#innerheader {

	padding: 20px;

}

#header h1 {
	background: url(images/logo.gif) no-repeat; 
	height: 61px;
	width: 323px;
	text-indent: -9999px;
	
}

#tagline {
	text-indent: -9999px;
	background: url(images/tagline.gif) no-repeat;
	height: 21px;
	
}

#contact {
	width: 300px;
	position: relative;
	left: 600px;
	top: -90px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;	
}
#nav {
	background: #084170 url(images/bg_nav.gif);
	height: 42px;
	text-transform: uppercase;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

#nav ul {
	/*float: left;*/
	margin-left: 30px;
}

#nav li {
	/*display: inline;*/
	float: left;
	margin-right: 20px;
	
	border-right: 1px solid #124976;

	
}

#nav li a, #nav h3 {
	height: 42px;
	display: block;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 42px;
	padding: 0 12px 0 12px;
}

#nav li a span {
	padding-right: 12px;
	display: block;
	float: left;
}
#nav li.currentpage h3{
	background:  url(images/nav_left.gif) no-repeat left 5px;
}

#nav li.currentpage h3 span {
	display: block;
	background:  url(images/nav_right.gif) no-repeat right 5px;
	padding-right: 12px;
	
	
}
#nav li a:hover {
	background:  url(images/nav_left.gif) no-repeat left 5px;
}

#nav li a:hover span {
	display: block;
	background:  url(images/nav_right.gif) no-repeat right 5px;	
	
	
}

#feature {
	background: #083D69 url(images/bg_feature.jpg) no-repeat;
	height: 298px;
	
}

#content {
	background: #FFF url(images/bg_content.jpg) no-repeat;
	
}

#content a {
        color: #165C90;
        text-decoration: none;
        font-weight: bold;
}

#contentinner {
	padding: 50px 30px 20px 30px;
}

p{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content ul {
	width: 90%;
	margin: 0 0 0 30px;
}
#content li {
	margin-bottom: 1em;
	padding: 0 20px 0 20px;
	background: url(images/bullet.gif) no-repeat left center;
}
#content h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #D0BD75;
	color: #094E8C;
	margin-bottom: 10px;
}

#content h3 {
        color: #952937;
       
 
}

.callout {
	float: right;
	width: 272px;
	height: 207px;
	background: url(images/bg_callout.png) no-repeat;
	color: #ffffff;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	padding: 25px 20px 0px 25px;
	line-height: 1.9em;
	margin:  0 0 20px 20px;
}

.clear {
	clear: both;
}

.locations_top_images img {
        padding: 0px 4px 0px 4px;
}

.locations_bottom_images img {
        padding: 10px 4px 0px 4px;
}



#footer {
	background: #ffffff;
	color: #550709;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

.frameright {
	padding: 10px;
	border: 1px solid #D7D7D7;
	margin: 0px 0px 10px 10px;
	float: right;
}

.testimonials {
     width: 85%;
     text-align: center;
     margin: 0 auto 0 auto;
     background: #F9F5E9;
     padding: 15px;
     border: 1px solid #E9E1B2;
}
/* End of 'Base' */

