/* @group Style Clearing */

*
{
	margin: 0;
	padding: 0;
	z-index: 1;
}

h1,h2,h3,h4,h5,h6,pre,code
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

:link,:visited
{
	text-decoration: none
}

a img,:link img,:visited img
{
	border: none
}

ul,ol
{
	list-style: none
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin: 0;
	padding: 0
}

address
{
	font-style: normal
}

/* @end */

/* @group Custom Styles */

/* @group Interface */

body
{
	background: #5b9eb1 url(/img/interface/background.gif) repeat-x left top;
	font: 12px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #000;
}

#interface_wrapper
{
	width: 900px;
	text-align: center;
	display: block;
	float: none;
	clear: both;
	position: relative;
	visibility: visible;
	overflow: visible;
}

/* @group Header */

#header_wrapper
{
	display: block;
	width: 900px;
	height: 167px;
	float: none;
	clear: both;
	position: relative;
	visibility: visible;
	background: url(/img/interface/header_background.gif) no-repeat left top;
	text-align: center;
}

#header_logo_link
{
	text-align: center;
	width: 330px;
	height: 167px;
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
}

#header_pdf
{
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 37px;
	right: 37px;
}

#header_search
{
	display: block;
	float: none;
	clear: none;
	position: absolute;
	right: 56px;
	top: 120px;
	text-align: right;
}

#search_input
{
	width: 204px;
	height: 14px;
}

#header_bottom
{
	width: 900px;
	height: 17px;
	display: block;
	float: none;
	clear: both;
	visibility: visible;
	text-align: center;
	background: url(/img/interface/header_bottom.gif) no-repeat left top;
	overflow: hidden;
	position: relative;
}

/* @end */

/* @group Navigation */

#navigation_wrapper
{
	display: block;
	float: none;
	clear: both;
	visibility: visible;
	width: 900px;
	height: 24px;
	background: url(/img/interface/navigation_background.gif) no-repeat left top;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#navigation_links
{
	width: 788px;
	height: 24px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	text-align: center;
}

#navigation_links a:link, #navigation_links a:active, #navigation_links a:visited, #navigation_links a:hover
{
	color: #fff;
	text-decoration: none;
	font: bold 11px/24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-right: 8px;
	margin-left: 8px;
	display: block;
	position: relative;
	float: left;
	visibility: visible;
	clear: none;
	height: 20px;
}

/*

 @end */

/* @group Content */

#content_wrapper
{
	width: 900px;
	display: block;
	clear: both;
	float: none;
	position: relative;
	visibility: visible;
	background: url(/img/interface/content_background.gif) repeat-y left top;
	overflow: visible;
	top: 0;
	left: 0;
}

#content_container
{
	width: 900px;
	display: block;
	clear: none;
	float: none;
	position: relative;
	visibility: visible;
	background: url(/img/interface/content_top.gif) no-repeat left top;
	overflow: visible;
}

.float_catch
{
	display: block;
	float: none;
	clear: both;
	position: relative;
	visibility: visible;
}

#content_inner
{
	width: 788px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	text-align: left;
	overflow: visible;
}

#content_right
{
	clear: none;
	float: right;
	display: block;
	position: relative;
	visibility: visible;
	width: 183px;
	padding: 5px;
	overflow: visible;
	text-align: left;
}

#content_left
{
	clear: none;
	float: none;
	display: block;
	position: relative;
	visibility: visible;
	overflow: visible;
	width: 538px;
	text-align: left;
}

.content_left_box
{
	padding: 10px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	width: 538px;
	overflow: visible;
	text-align: left;
}

.content_divider
{
	background: url(/img/interface/content_divider.gif) no-repeat 0 0;
	height: 16px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	margin-left: -56px;
	visibility: visible;
	overflow: visible;
	z-index: 999;
	width: 641px;
}

#content_bottom
{
	width: 900px;
	height: 11px;
	display: block;
	float: none;
	clear: both;
	position: relative;
	visibility: visible;
	text-align: center;
	background: url(/img/interface/content_bottom.gif) no-repeat left top;
}

/* @end */

/* @group Footer */

#footer_wrapper
{
	width: 800px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	float: none;
	clear: both;
	position: relative;
	visibility: visible;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	color: #fff;
	text-decoration: none;
	font: 11px/14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#footer_wrapper a:link, #footer_wrapper a:active, #footer_wrapper a:visited, #footer_wrapper a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group HTML Elements */

a:link, a:active, a:visited
{
	color: #4b94a9;
	text-decoration: underline;
}

a:hover
{
	color: #366c7b;
	text-decoration: none;
}

ul
{
	padding-left: 50px;
}

ul li
{
	margin-bottom: 5px;
	list-style-type: disc;
}

h1
{
	color: #03432e;
	text-decoration: none;
	font: bold 22px/24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	float: none;
	clear: none;
	margin-bottom: 10px;
	position: relative;
}

h1.cms
{
	color: #03432e;
	text-decoration: none;
	font: bold 22px/24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	float: none;
	clear: none;
	margin-bottom: 10px;
	position: relative;
}

h2
{
	color: #03432e;
	text-decoration: none;
	font: bold 15px/17px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	float: none;
	clear: none;
	margin-bottom: 5px;
	position: relative;
}

h2.cms
{
	color: #03432e;
	text-decoration: none;
	font: bold 15px/17px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	float: none;
	clear: none;
	margin-bottom: 5px;
	position: relative;
}

/* @end */

/* @group Formatting */

/* @group Home */

#home_news
{
	width: 578px;
	height: 110px;
	position: relative;
	display: block;
	float: none;
	clear: none;
	visibility: visible;
	overflow: visible;
}

#home_news_title
{
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
	height: 20px;
}

#home_news_title_1
{
	color: #03432e;
	text-decoration: none;
	font: bold 18px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 10px;
	left: 10px;
}

#home_news_title_2
{
	color: #a38c54;
	text-decoration: none;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 10px;
	left: 133px;
}

#home_news_image
{
	width: 265px;
	height: 110px;
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 0;
	right: 0;
	visibility: visible;
	overflow: hidden;
}

#home_news_text
{
	position: absolute;
	display: block;
	float: none;
	clear: none;
	top: 35px;
	left: 10px;
	width: 285px;
	color: #000;
	text-decoration: none;
	font: normal normal 11px/14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	height: 65px;
}

#home_news_link
{
	text-align: left;
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 88px;
	left: 10px;
	visibility: visible;
	overflow: visible;
}

/* @end */

/* @group Sidebar */

.testimonial_text
{
	font: 12px/14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #000;
	display: block;
	text-indent: 30px;
	background: url(../img/interface/testimonial_quote.gif) no-repeat left top;
	text-align: left;
	padding-top: 8px;
}

.testimonial_author
{
	font: bold 11px/13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: right;
	display: block;
}

.sidebar_link
{
	text-decoration: none;
	font: bold 13px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#city_select
{
	text-align: center;
	width: 183px;
	display: block;
	margin-top: 5px;
	color: #000;
	text-decoration: none;
	font: normal normal 11px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

/* @end */

/* @group Stats Table */

table.statistic_grid
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	width: 100%;
	margin: 0;
}

table.statistic_grid tr.headerRow td
{
	background: #999;
	color: #FFF;
	padding:4px 10px;
	border: none;
}

table.statistic_grid td
{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	padding: 4px 5px;
}

.small {
	font-size: 10px;
}

/* @end */

/* @group Calendar */

.calendar_main_header
{
	color: #000000;
	text-align: left;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
	margin-bottom: 15px;
	font: normal bold 16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
.calendar_day_header
{
	color: #03432e;
	font: normal bold 9px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.calendar_box_border
{
	background-color: #ccc;
}

.calendar_current_day_background
{
	background-color: #e5fff6;
}

.calendar_selected_day_background
{
	background-color: #fff;
}

.calendar_day_in_month_background
{
	background-color: #FFFFFF;
	padding: 3px;
}

.calendar_day_out_of_month_background
{
	background-color: #eee;
	padding: 3px;
}

.calendar_year_gray_background
{
	background-color: #EEEEEE;
}

.calendar_year_white_background
{
	background-color: #FFFFFF;
}

a.calendar_day_in_month_anchor, .calendar_day_in_month_anchor
{
	font-size: 10px;
	color: #666;
}

a:hover.calendar_day_in_month_anchor
{
	font-size: 9px;
}

a.calendar_day_out_of_month_anchor
{
	font-size: 10px;
	color: #ccc;
}

a:hover.calendar_day_out_of_month_anchor, .calendar_day_out_of_month_anchor
{
	font-size: 9px;
	color: #999999;
}

a.calendar_content_anchor
{
	font-size: 9px;
	color: #4b94a9;
	line-height: 12px;
	text-decoration: none;
}

a:hover.calendar_content_anchor
{
	color: #366c7b;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
}

a.calendar_navigation_anchor
{
	font-size: 10px;
}

a:hover.calendar_navigation_anchor
{
}

.text_note
{
	font-size: 9px;
	color: #666;
	line-height: 12px;
}

/* @end */

/* @group Forms */

.cf_label
{
	text-align: left;
	font-size: 10px;
	color: #666;
	display: block;
	margin-top: 15px;
	float: none;
	clear: none;
	position: relative;
	line-height: 12px;
}

.cf_required
{
	font-size: 9px;
	color: #990000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
	float: none;
	clear: none;
	position: relative;
	line-height: 12px;
}

.cf_input
{
	display: block;
	float: none;
	clear: none;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	color: #000;
	font-size: 11px;
	margin-top: 3px;
}

.cf_text
{
	width: 300px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	color: #000;
	font-size: 11px;
	text-align: left;
}

.cf_textarea
{
	width: 300px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	color: #000;
	font-size: 11px;
	text-align: left;
	height: 50px;
}

.cf_select
{
	
}

.cf_checkbox
{
	
}

.cf_submit
{
	display: block;
	margin-top: 15px;
}



/* @end */

/* @end */

/* @end */