@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}
a img
{
	border:0px;	
}
a
{
	outline:none;
	color:#008aff;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
td, div
{
	text-align:left;	
}
ol , ul
{
	list-style:none;	
}

body
{
	background-color:#008aff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#3d3d3d;
	text-align:center;
}
#page_wrap
{
	width:958px;
	margin:0px auto;
}

/*HEADER STYLES*/
#header_wrapper
{
	width:100%;
	float:left;
}
.header_curve
{
	width:14px;
	float:left;
}
#header_middle
{
	background-image:url(../images/header_middle.gif);
	background-repeat:repeat-x;
	width:930px;
	float:left;
	height:40px;
	vertical-align:top;
}
#header_middle ul
{
	float:left;
	width:355px;
	text-align:right;
	padding-top:4px;
	padding-left:575px;
}
#header_middle ul li
{
	float:left;
	padding:0px 10px;
	background-image:url(../images/connect_seperator.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
}#header_middle ul li.last
{
	background:none;
}

/*BANNER STYLES*/
#banner_wrap
{
	width:100%;
	float:left;
}
#roating_banner_wrap
{
	width:481px;
	float:left;
	background-image:url(../images/banner_bg.gif);
	background-repeat:no-repeat;
	height:288px;
	vertical-align:top;
}
#roating_banner_wrap img
{
	
}

#roating_details_wrap
{
	width:477px;
	float:left;
	color:#ffffff;
}
#roating_details_wrap p
{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
}
#roating_details_wrap .read_more
{
	float:right;
	margin-top:19px;
}
#roating_details_wrap .title_text
{
	float:left;
	width:100%;
	padding:24px 0px;
}
#roating_details_wrap_spacer
{
	padding:0px 19px 0px 31px;
}

/*MENU STYLES*/
#menu_top
{
	float:left;
	width:100%;
	height:5px;
}
#menu_wrap
{
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	float:left;
	width:100%;
}
#menu_wrap_spacer
{
	padding:0px 4px;	
}
#menu_wrap ul
{
	float:left;
	width:100%;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	padding-top:2px;
}
#menu_wrap ul li
{
	float:left;
	margin-right:2px;
}
#menu_wrap ul li#first_menu
{
	margin-left:5px;
}

#menu_wrap ul li a
{
	display:block;
	font-size:14px;
	color:#004885;
}
#menu_wrap ul li a span
{
	display:block;
	padding:10px 16px 14px 17px;
}
#menu_wrap ul li a:hover, #menu_wrap ul li a#active
{
	text-decoration:none;
	color:#ffffff;
	background-image:url(../images/active_menu_bg.gif);
	background-repeat:repeat-x;
}
#menu_wrap ul li a:hover span, #menu_wrap ul li a#active span
{
	background-image:url(../images/active_menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#content_wrap
{
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	float:left;
	width:100%;
	padding:10px 0px;
}
#content_wrap_spacer
{
	padding:0px 19px;
}
#left_column
{
	float:left;
	width:656px;
	margin-right:15px;
}
#right_column
{
	float:left;
	width:249px;
}
h1
{
	float:left;
	width:100%;
	color:#008aff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
}
p
{
	line-height:1.6em;
	padding-bottom:10px;
}
ul.icons_listings
{
	float:left;
	width:100%;
	padding-top:30px;
}
ul.icons_listings li
{
	list-style:none;
	float:left;
	padding:0px 5px;
}
ul.icons_listings li.first
{
	padding-left:0px;
}
ul.icons_listings li.last
{
	padding-right:0px;
}
#right_column_wrap
{
	width:100%;
	float:left;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
	background-image:url(../images/column_title_bg.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	float:left;
	width:100%;
	margin-bottom:6px;
	
}
h2 span
{
	padding-left:10px;
	float:left;
	display:block;
	padding-bottom:13px;
	background-image:url(../images/colum_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px bottom;
	
}
h2.blue_bg
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
	background-image:url(../images/column_title_bg.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	float:left;
	width:100%;
	background-color:#cce8ff;
	margin-bottom:0px;
	
}
h2.blue_bg span
{
	padding-left:10px;
	float:left;
	display:block;
	padding-bottom:13px;
	background-image:url(../images/blue_colum_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px bottom;
	margin-bottom:0px;
	
}
.activities_content_row
{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding:10px 0px;
	border-bottom:3px solid #ffffff;
}
.activities_content_row p
{
	padding-bottom:13px;
}
.activities_content_row_spacer
{
	
	padding:0px 10px;
}
.activities_footer_wrap
{
	border-top:1px solid #ffffff;
	padding-top:4px;
	font-size:10px;
	color:#afadb0;
	text-align:right;
}
.postal_address_wrap
{
	background-color:#cce8ff;
	float:left;
	width:100%;
	padding:10px 0px;
}
.postal_address_wrap_spacer
{
	padding:0px 10px;
}
.postal_address_wrap .title_text
{
	color:#008aff;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:100%;
	padding-bottom:7px;
}

/*FOOTER STYLES*/
.footer_wrap
{
	float:left;
	width:100%;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	font-size:11px;
}
.footer_wrap_spacer
{
	padding:0px 4px;
}
.footer_inner_wrap
{
	float:left;
	width:100%;
	background-color:#f2f2f2;
	border-top:7px solid #4d8eff;
	padding:9px 0px  10px 0px;
}
.footer_wrap ul
{
	float:left;
	width:100%;
	text-align:center;
}
.footer_wrap ul li
{
	display:inline;
	color:#aaaaaa;
}
.footer_wrap ul li a
{
	padding:0px 5px;
}
.copyright_wrap
{
	float:left;
	width:100%;
	text-align:center;
	color:#aaaaaa;
	margin-top:5px;
	line-height:1.4em;
}

/*START FORM STYLES*/
input[type="text"], input[type="password"], option, textarea
{
	padding:3px;
	border:1px solid #b3b3b3;
	width:250px;
}
.form_tbl td
{
	padding:5px;
	vertical-align:top;
}
.styled_button
{
	background-image:url(../images/active_menu_bg.gif);
	background-repeat:repeat-x;
	padding:2px 10px;
	border:1px solid #054b9f;
	font-weight:bold;
	color:#ffffff;
}
/*START FORM STYLES*/
/*START SLIDER STYLES*/
#slider{
	margin-top:35px;
	margin-left:10px;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:455px;
	height:218px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:23px;
	height:17px;
	position:absolute;
	margin-top:-245px;
	margin-left:210px;
	
	}	
#nextBtn{
	margin-left:248px;
	
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:23px;
	height:17px;
	background:url(../images/left_arrow.jpg) no-repeat 0 0;
	}	
#nextBtn a{ 
	background:url(../images/right_arrow.jpg) no-repeat 0 0;	
	}
/*END SLIDER STYLES*/