*{ margin: 0; padding: 0; }

body{
	font-family: georgia, times;
	font-size: 13px;
	background: #7e8cac;
	color: #fff;
	line-height: 1.5em;
}

h1{ font-size: 30px; color: #99a6c1; font-weight: normal; padding: 15px 0; line-height: 1.1em; }
h2{ font-size: 22px; color: #99a6c1; font-weight: normal; padding: 15px 0; line-height: 1.1em; }
h3{ font-size: 18px; color: #fff; font-weight: normal; padding: 20px 0; line-height: 1.0em; }
h4{ font-size: 15px; color: #fff; font-weight: normal; padding: 5px 0; line-height: 1.0em; }
h5{ font-size: 12px; color: #fff; font-weight: normal; padding: 5px 0; line-height: 1.0em; }
h6{ font-size: 9px; color: #fff; font-weight: normal; padding: 5px 0; line-height: 1.0em; }

hr{ border: 0; border-top: 1px solid #99a6c1; width: 100%; display: block; margin: 15px 0; height: 0; }

a{ color: #99a3b8; text-decoration: none; }
a:hover{ text-decoration: underline; }
a img { border: none; }

ul{ list-style-image: url(../images/bullet_blue.gif); margin: 5px 0 5px 35px; }
ol{ margin: 5px 0 5px 35px }
ul li, ol li{ padding: 3px 0; }

p{ padding: 0 0 15px 0; }

.container{ width: 748px; padding: 0 23px 0 29px; }
.clr{ clear: both; }

/**
 * FORM ELEMENTS
 */
input {
	border: 1px solid #7e8cac;
	background: #fff;
	padding: 2px;
}
input.valueHelp {
	color: #777777;
}
fieldset {
	border: 1px solid #7e8cac;
	padding: 8px;
	margin-bottom: 8px;
}
legend {
	color: #fff;
	font-family: georgia;
}
label {
	color: #fff;
	font-weight: normal;
}
.label {
	text-align: right;
}
.button {
	color: #333;
	background: #c3c7d2;
	border: 2px solid #99a3b8;
	font-weight: bold;
	padding: 4px 6px;
	cursor: pointer;
}
	

/******TOP SECTION**********/
#top{
	background: url(../images/top_bg.jpg) 0 0 repeat-y;
	height: 116px;
	width: 100%;
}

#top img{ border: 0; float: left; }
#top .top_content{ float: right; width: 505px; padding: 45px 0 0 0; }
#top .top_content p{ padding: 11px 0 0 5px; float: left; color: #43557c; font-size: 16px; }
#top .top_content p a{ color: #43557c; text-decoration: none; }
#top .top_content form{ float: right; }

.search_input{ 
	border: 0; 
	background: url(../images/search_input.jpg) 0 0 no-repeat; 
	width: 148px; 
	height: 18px;
	padding: 5px 10px 0 10px;
	margin: 0 5px 0 0;
	font-family: arial;
	font-size: 12px;
	color: #fff;
}
.search_button{
	width: 87px;
	height: 42px;
	border: 0;
	background: url(../images/search_button.jpg) 0 0 no-repeat;
}

/********NAVIGATION**********/
#nav_container{ padding: 17px 0 0 0; background: #43557c; position: relative; }

#nav{ list-style-type: none; list-style-image: none; margin-left: 3px; position: absolute; top: 5px; left: 0;  }

#nav li a{ text-transform: uppercase; padding: 5px 0 3px 0; font-family: 'Trebuchet MS', arial; font-size: 14px; color: #43557c; text-decoration: none; }
#nav li.active a{ color: #d3def4; }

#nav li{
	background: url(../images/nav_lt.jpg) top left no-repeat;  
	height: 31px;
	margin-right: 1px;
	float: left;
	padding: 0;
}
#nav li .nav_rt{ 
	display: block;
	height: 21px;
	float: left;
	padding: 10px 11px 0 11px;
	background: url(../images/nav_rt.jpg) top right no-repeat;
	cursor: pointer;
}
#nav li.active{
	background: url(../images/nav_active_lt.jpg) top left no-repeat;
}
#nav li.active .nav_rt{ 
	background: url(../images/nav_active_rt.jpg) top right no-repeat;
}

#nav_bar{
	margin-top: 24px;
	background: url(../images/nav_bar.jpg) 0 0 repeat-x;
	height: 35px;
	width: 100%;
}
/******BODY*****/
#interior{
	background: #43557c url(../images/pattern_bg.jpg) 0 0 no-repeat;
	padding: 0 0 40px 0;
}

/********HOMEPAGE**********/

#home_left{
	float: left;
	padding: 38px 0 20px 0;
	width: 485px;
}

.home_image{ display: block; width: 479px; height: 227px; border: 0; }

#news_box{
	background: url(../images/news_box.jpg) 0 0 no-repeat;
	width: 450px;
	height: 172px;
	padding: 12px 13px;
	margin: 30px 0 0 0;	
}
#news_box h1{ color: #fff; font-size: 18px; padding: 0 0 20px 0; font-style: italic; }
#news_box a{ color: #0a1632; }
#news_box p{ padding: 0 0 20px 0; }

#home_right{
	float: right;
	width: 181px;
	padding: 25px 12px 0 14px;
	min-height: 300px;
	background: #b8c2db url(../images/home_side_bg.jpg) left bottom no-repeat;
	font-size: 12px;
}
#home_right h1{ color: #fff; font-style: italic; font-size: 24px; padding: 0 0 5px 0; }
#home_right ul{ list-style-image: url(../images/bullet_light.gif); margin: 0 0 0 20px; }
#home_right li{ padding-top: 15px; }
#home_right .go_calendar{ font-size: 18px; text-align: center; padding: 20px 10px 0 0; }
#home_right a, #social_media a{ color: #fff; text-decoration: none; }

#home_right .quote{ margin: 50px 0 0 -5px; padding: 6px 0 0 12px; font-size: 13px; background: url(../images/quote_top.gif) top left no-repeat; }
#home_right .quote2{ background: url(../images/quote_bottom.gif) bottom right no-repeat; display: block; padding: 0 0 10px 0; }
#home_right .go_testimonials{ padding: 20px 0 0 10px; text-align: center; }

#newsletter_form {
	float: right;
	width: 177px;
	margin: 25px 0 0 0;
	padding: 15px;
	background: url(../images/newsletter_form_bg.gif) 0 0 no-repeat;
	font-size: 12px;
}
#newsletter_form input {
	margin: 3px 0;
}
#newsletter_form .field {
	width: 173px;
}

#social_media {
	float: right;
	width: 181px;
	padding: 5px 12px 0 14px;
	font-size: 12px;
}
#social_media h2{ color: #fff; font-style: italic; font-size: 20px; padding: 20px 0 5px 0; }



/******INTERIOR TEMPLATES******/

.in_container{ padding: 45px 0 0 0; width: 754px; }

#feature{ 
	background: #333333; 
	width: 663px; /*754*/
	padding: 16px 32px 22px 59px;
	margin: 10px 0 40px 0;
}

#feature ul{ list-style-image: url(../images/bullet_black.gif); }

.feature_content{ width: 663px; padding: 0 0 40px 0;  }
.feature_text{ float: left; width: 325px; padding: 0 75px 0 0; }
.feature_text h3{ padding: 0 0 20px 0; }

.feature_img{ float: right; width: 263px; padding: 20px 0 10px 40px; }

#feature .quote{ padding: 6px 90px 0 12px; font-size: 15px; background: url(../images/quote_gray_top.gif) top left no-repeat; }
#feature .quote2{ background: url(../images/quote_gray_bottom.gif) bottom right no-repeat; display: block; padding: 0 0 10px 0; }
#feature .go_testimonials{ padding: 0 110px 0 0; text-align: right; }
#feature .go_testimonials a{ color: #fff; text-decoration: none; }

.lower_text{ padding: 0 30px 10px 30px; }

.interior_img{ float: right; margin: 0 0 10px 25px; }

#side_quote{ float: right; width: 275px; margin: -5px 0 10px 30px; }
#side_quote .quote{ padding: 6px 0 0 12px; font-size: 15px; font-style: italic; background: url(../images/quote_top.gif) top left no-repeat; }
#side_quote .quote2{ background: url(../images/quote_bottom.gif) bottom right no-repeat; display: block; padding: 0 0 10px 0; }
#side_quote .go_testimonials{ padding: 0 40px 0 0; text-align: right; }
#side_quote .go_testimonials a{ font-size: 11px; text-decoration: none; }


/*******TESTIMONIALS******/

.testimonial0{
	padding: 30px 35px 30px 15px;
	font-size: 15px;	
}
.testimonial1{
	background: #3d4a69;
	padding: 30px 35px 30px 15px;
	font-size: 15px;
	border-top: 1px solid #667697;
	border-bottom: 1px solid #667697;
}

.test_img0{ float: left; margin: 0 30px 10px 0; }
.test_img1{ float: right; margin: 0 0 10px 30px; }

.author{ text-align: right; font-size: 16px; padding: 15px 0 0 0; }

.testimonial0 .quote{ padding: 0 0 0 10px;  background: url(../images/quote_top.gif) top left no-repeat; } 
.testimonial1 .quote{ padding: 0 0 0 10px;  background: url(../images/quote_top.gif) top left no-repeat; }
.testimonial0 .quote2, .testimonial1 .quote2{ background: url(../images/quote_bottom.gif) bottom right no-repeat; display: block; padding: 0 0 10px 0; }

/*******NEWS**********/

.news_item h3{ padding: 0 0 15px 0; }
.news_item h2{ padding: 0 0 10px 0; }

.news-body{ padding: 10px 0; }
.news-image{ float: left; margin: 0 10px 0 0; }

#news_sidebar{ padding: 0 0 70px 0; }

/*****EVENTS******/

.event_item h3{ padding: 0 0 15px 0; }
.event_item h2{ padding: 0 0 10px 0; }

.event_img{ float: left; margin: 0 10px 0 0; }

#calendar{ padding: 0 0 50px 0; }
#calendar table{ text-align: center; }

#calendar table.calendar-grid{ background-color: #43557c; }
#calendar table.calendar-grid a{ color: #99a3b8; text-decoration: underline; }

#calendar table th{ background-color: #43557c; }
#calendar table td{ border-left: 1px solid #b0bcd4; border-top: 1px solid #b0bcd4; }

#calendar .grid-month{ background-color: none; }
#calendar .grid-month td{ border: 0; }

#calendar form{ padding: 0 0 10px 0; }
#calendar .event_cat_button{ border: 1px solid #43557c; margin: 3px 0 0 0; padding: 0 3px; }

/***sitemap***/
#map_left{ width: 50%; float: left; }
#map_right{ width: 50%; float: right; }

/***search***/
.page_results{ padding: 0 75px 10px 0; border-bottom: 1px solid #fff; }
.event_results{ padding: 0 75px 10px 0; border-bottom: 1px solid #fff; }
.news_results{ padding: 0 75px 10px 0;  }

/*******FOOTER**********/
#footer_bar{
	background: url(../images/bottom_bar.jpg) 0 0 repeat-x;
	height: 14px;
	width: 100%;	
}
#footer{
	height: 100%;
	width: 100%;
	background: #7e8cac;
	color: #000;
	text-align: center;
	font-size: 11px;
	padding: 20px 0;	
}
 