/* @group MAIN STYLES */

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, sans-serif;
	color: #333;
	text-align: center;
	background:#fff url(../images/bg_tile.gif);
	line-height: 17px;
}
img {
	border: none;
}

a {
	text-decoration: none;
	color: #0050a3;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font: 36px "Trebuchet MS", Arial;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font: 16px "Trebuchet MS", Arial;
	text-transform: uppercase;
	line-height: 19px;
	color: #333;
	background-image: url(../images/bg_tile_h2.gif);
	padding: 10px;
}
h3 {
	font: 16px Arial, sans-serif;
	font-weight: normal;
	line-height: 21px;
	color: #333;
}
h4 {
	font: 12px Arial, sans-serif;
	line-height: 16px;
	color: #333;
}
h5 {
	font: 12px Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
sup {
	position: relative;
	top: 5px;
}

.quote, blockquote {
	font: 18px Times;
	line-height: 22px;
	color: #333;
	font-style: italic;
	margin: 0;
	padding: 0;
	width: 320px;
}
blockquote p {
	margin: 0;
	padding: 0;
}
.author {
	font: 12px Arial;
	font-weight: bold;
	line-height: 16px;
	color: #333;
}
.wrapper {
	width: 930px;
	margin: auto;
	text-align: left;
	background: #fff;
	padding: 0 20px;
}
.clearBoth {
	clear: both;
}
/* @end main styles */

/* @group header */

#header {
	position: relative;
	height: 125px;
	background: #fff;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header #login {
	position: absolute;
	top: 0;
	right: 0;
	width: 454px;
	height: 39px;
	background: url(../images/login_bg.gif) no-repeat;
	font: 12px "Trebuchet MS", Arial;
	padding: 8px 0 0 10px;
}
#header #login label {
	float: left;
	margin-right: 6px;
	padding-top: 4px;
}
#header #login input {
	float: left;
	border: none;
	border-top: 1px solid #ece8dc;
	width: 128px;
	height: 18px;
}
#header #login #btn_login {
	float: left;
	width: 61px;
	height: 20px;
}

/* @end header */

/* @group Nav */

#nav {
	height: 47px;
	background: url(../images/nav_bg.png) repeat-x;
}
/* @group Primary nav */
#nav #primaryNav {
	margin: auto;
	width: 970px;
	text-align: left;
}
#nav #primaryNav ul {
	
}
#nav #primaryNav ul li {
	position: relative;
	float: left;
	height: 42px;
	overflow: hidden;
}

#primaryNav li a {
	display: block;
	font: 13px "Trebuchet MS",Arial;
	color: #fff;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	text-transform: uppercase;
	background: url(../images/nav/pri_btn_end.gif) no-repeat right;
}
#primaryNav li a:hover {
	color: #ffe01c;
	text-decoration: none;
	background: url(../images/nav/pri_btn_end_o.gif) no-repeat right;

}
#primaryNav li.active a {
	color: #ffe01c;
	text-decoration: none;
	background: url(../images/nav/pri_btn_end_o.gif) no-repeat right;
}

#primaryNav li#id1 a {
	background: url(../images/nav/home_bg.gif) no-repeat;
	width: 35px;
}
#primaryNav li#id1 a:hover, #primaryNav li#id1.active a {
	background: url(../images/nav/home_bg_o.gif) no-repeat;
	width: 35px;
}
li .active_indicator {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
/*
#primaryNav li#id1 a:hover,#primaryNav li#id2 a:hover,#primaryNav li#id3 a:hover,#primaryNav li#id4 a:hover,#primaryNav li#id5 a:hover {
	background-position: 0 -42px;
}
#primaryNav li#id2 a {
	background: url(../images/nav/whoweare.gif) no-repeat;
	width: 117px;
}
#primaryNav li#id3 a {
	background: url(../images/nav/whatwedo.gif) no-repeat;
	width: 115px;
}
#primaryNav li#id4 a {
	background: url(../images/nav/getinvolved.gif) no-repeat;
	width: 124px;
}
#primaryNav li#id5 a {
	width: 112px;
	background: url(../images/nav/contactus.gif) no-repeat;
}
*/

/* @group search */
#searchform {
	float: left;
	margin-left: 118px;
	padding-top: 8px;
}
#searchbox {
	float: left;
	width: 218px;
}
#searchbox input {
	background: #0c3867;
	color: #a1b3c5;
	border: none;
	border-bottom: 1px solid #537191;
	height: 20px;
	width: 213px;
	padding-left: 5px;
}
#searchbtn {
	float: left;
	width: 71px;
}
#searchbtn input {
	float: left;
}
/* @end search*/

/* @end primary nav */

/* @group Secondary nav */

#secondaryNav {
	margin: auto;
	height: 48px;
	width: 970px;
	background: url(../images/nav2_bg.gif) repeat-x;
	margin-top: -5px;
}
#secondaryNav ul li {
	position: relative;
	float: left;
	height: 42px;
	overflow: hidden;
}
#secondaryNav li a {
	display: block;
	height: 42px;
	font: 13px "Trebuchet MS",Arial;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px;
	line-height: 42px;
	background: url(../images/nav/btn_end.gif) no-repeat right;
}
#secondaryNav li a:hover, #secondaryNav li.active a {
	color: #ffe01c;
	text-decoration: none;
	background: url(../images/nav/btn_end_o.gif) no-repeat right;
}
/* @end */


/* @end Nav */

/* @group content */

/* @group Sitemap */
ul.sitemap_list li {
	margin-bottom: 30px;
}
ul.sitemap_list li a {
	font-weight: bold;
}
ul.sitemap_list ul {
	margin: 5px 0 0 30px;
}
ul.sitemap_list ul li {
	margin-bottom: 5px;
}
ul.sitemap_list ul li a {
	font-weight: normal;
}

/* @end Sitemap */

/* @group What we do */

#projects_main {
	clear: both;
	padding: 20px 0 0 0;
}
#projects_main .project_photo {
	float: right;
	width: 300px;
}
#projects_main .project_info {
	width: 610px;
}
.projects .projects_panel {
	margin-bottom: 30px;
}
.projects #request_help {
	float: left;
	width: 100%;
	background-image: url(../images/bg_tile_h2.gif);
}
.projects #request_help img {
	float: left;
}
.projects #request_help h2 {
	margin: 0 0 0 150px;
	padding: 13px 0 13px 13px;
	background: none;
}
.projects #request_help div {
	margin-left: 160px;
}

/* @end */

#content {
	background: #fff;
	padding-top: 12px;
}
#content #leftCol {
	float: left;
	width: 610px;
}
#content #rightCol {
	margin-left: 630px;
}

/* @group homepage */

.homepage #main_module {
	float: left;
	background: #d7ceb1;
	padding: 0 10px 10px 10px;
	width: 590px;
}
.homepage #main_module .inner_module {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: #ebe7d8;
	width: 190px;
	min-height: 243px;
	height: auto!important;
	height: 243px;
}
.homepage #main_module .inner_module h2 {
	margin: 0;
	background: url(../images/bg_tile_h2_main.gif) repeat;
}
.homepage #main_module .inner_module p {
	padding: 0 10px 10px 10px;	
}
.homepage #main_module .inner_module.last {
	margin-right: 0;
}
.homepage #main_module .inner_module p a.more {
	background: url(../images/arrow_blue.gif) no-repeat right;
	padding-right: 15px;
}
.homepage #main_module .inner_module p a:hover {
	color: #000;
}
.homepage .feature_module {
	clear: left;
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
}
.homepage .feature_module img {
	float: left;
}
.homepage .feature_module h2 {
	margin: 0 0 0 150px;
}
.homepage .feature_module p {
	margin: 5px 0 0 160px;
}
.homepage .feature_module.feature_first h2 {
	color: #ef3e33;
	background-image: url(../images/bg_tile_red.gif);
}
.homepage .feature_module.feature_first a.more {
	color: #ef3e33;
	background: url(../images/arrow_redwhite.gif) no-repeat right;
}
.homepage .feature_module a:hover {
	color: #000;
}

/* @end homepage */

/* @group who we are */

.whoweare {
	
}
.whoweare .whoweare_panel {
	clear: left;
	margin-bottom: 30px;
	width: 590px;
}
.whoweare .whoweare_panel img {
	float: left;
	width: 150px;
}
.whoweare .whoweare_panel h2 {
	margin: 0 0 0 150px;
	width: 420px;
}
.whoweare .whoweare_panel p {
	margin: 0 0 0 150px;
	width: 430px;
	padding: 10px 0 0 10px;
	line-height: 16px;
}

/* @group our clubs */

.our-clubs #ourclubs {
	width: 930px;
	background: #e6edf7;
}
.our-clubs #ourclubs #state_nav {
	float: left;
	background: url(../images/nav/nav_bgtile.gif) repeat-x;
	height: 36px;
	width: 100%;
}
.our-clubs #ourclubs #state_nav li {
	float: left;
}
.our-clubs #ourclubs #state_nav li.active a {
	background: #e6edf7;
	color: #0A4B9F;
	height: 32px;
	margin-top: 4px;
	line-height: 22px;
	font-weight: bold;
}
.our-clubs #ourclubs #state_nav li a {
	display: block;
	color: #fff;
	height: 36px;
	line-height: 30px;
	padding: 0 22px;
	background: url(../images/nav/divider.gif) no-repeat right;
}
.our-clubs #ourclubs #state_nav li a:hover {
	color: #ffdf1b;
	text-decoration: none;
}
.our-clubs #ourclubs h2 {
	background: none;
	margin: 0;
	padding: 0;
}
.our-clubs #ourclubs h3 {
	font: 16px "Trebuchet MS", Arial;
	text-transform: uppercase;
	line-height: 19px;
	color: #333;
	background-image: url(../images/bg_tile_h2_blue.gif);
	padding: 10px;
	width: 566px;
}
.our-clubs #ourclubs .club_info_module {
	position: relative;
	clear: right;
	margin-bottom: 30px;
}
.our-clubs #ourclubs .club_info_module .inner_border {
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid #333333;
	width: 220px;
	height: 150px;
}
.our-clubs #ourclubs .ourclubs_inner {
	clear: both;
	padding: 17px 22px;
}
.our-clubs #ourclubs .map {
	position: relative;
	float: right;
	margin-right: 70px;
	width: 230px;
	text-align: center;
}
.our-clubs #ourclubs .map small a {
	font-size: 12px;
	color: #0050a3!important;
}
.our-clubs #ourclubs .map small a:hover {
	color: #000!important;
}
.our-clubs #ourclubs .hidden {
	display: none;
}

/* @end */

/* @group media */

.media ul#pr_list li {
	padding-left: 20px;
	background: url(../images/icon_pr.gif) no-repeat 0 center;
	line-height: 20px;
}
#rightCol p {
	line-height: 16px;
}
#rightCol .module, .promo {
	margin: 20px 0;
}
#rightCol #news {
	margin: 20px 0;
}
#rightCol .module img, .promo img {
	float: left;
}
#rightCol .module p, .promo p {
	margin-bottom: 5px;
}
#rightCol .module h2, .promo h2 {
	margin: 0 0 0 150px;
	height: 80px;
}
#rightCol .module h2 a, .promo h2 a {
	display: block;
	text-decoration: none;
	color: #000;
	width: 100%;
	height: 100%;	
}

/* @end media */

/* @end who we are */

a.more {
	padding-right: 15px;
	background: url(../images/arrow_bluewhite.gif) no-repeat right;
}

/* @group Events */

select#state_chooser {
	background: #e5edf6;
	border: none;
	height: 23px;
	padding: 4px;
	margin: 0 0 20px 10px;
	width: 277px;
}

/* @end Events */

/* @group get involved */

#mandatory {
	float: right;
}
fieldset {
	background: #e5edf6;
	border: none;
	margin: 0 0 10px 0;
	padding: 10px;
}
fieldset p {
	padding: 0;
	margin: 0 0 10px 0;
}
#ContactForm label {
	clear: left;
	float: left;
	width: 95px;
	line-height: 19px;
}
#ContactForm .topform label {
	width: 150px;
}
#ContactForm input {
	height: 19px;
}
#ContactForm input, #ContactForm textarea {
	float: left;
	width: 280px;
	border: none;
	border-top: 1px solid #b2cae3;
	
}
#ContactForm textarea {
	margin-bottom: 10px;
	height: 80px;
}
#ContactForm .row {
	clear: left;
	position: relative;
	height: 22px;
	margin-bottom: 10px;
}
#ContactForm .row_ta {
	clear: left;
	height: 80px;
}
#ContactForm input.radio {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	border: none;
	vertical-align: middle;
}
#ContactForm label.radio_label {
	position: absolute;
	top: 0;
	left: 30px;
	float: none;
	line-height: 20px;
}
#ContactForm .topform label.radio_label {
	line-height: 24px;
}
#ContactForm #cfContact {
	width: 71px;
	height: 23px;
	margin: 10px 0 10px 0;
}
.button {
	border: none!important;
}
/* @end get involved */

#nav .ajaxSearch_resultsInfos, #nav #grpResult_site_wide, .search_results #searchform {
	display: none;
}
.ajaxSearch_grpResultName {
	margin-bottom: 20px;
}

/* @group newsletter signup form */
#newsletter_signup {
	text-align: left;
	padding: 15px;
}
#newsletter_signup #newsletter_img {
	float: right;
	width: 227px;
}
#newsletter_signup form {
	margin: 20px 0 0 0;
}
#newsletter_signup label {
	display: block;
	float: left;
	width: 80px;
}
#newsletter_signup input {
	margin-bottom: 5px;
}
#newsletter_signup input.text {
	width: 250px;
	border: 1px solid #999;
	height: 20px;
}
#newsletter_signup #indent {
	margin-left: 80px;
}
#newsletter_signup #newsletter_outer {
	position: relative;
	background: #e5edf6;
	padding: 10px;
	height: 250px;
}
#newsletter_signup #newsletter_outer #newsletter_img {
	position: absolute;
	top: -14px;
	right: 0;
}
.errors {
	display: block;
	margin: 10px 0;
	color: red;	
}
/* @end mailchimp */

/* @end content */

/* @group Footer */

#footer {
	clear: both;
	font: 12px Arial;
	line-height: 16px;
	color: #0050a3;
	height: 145px;
	background: #fff;
	margin-top: 10px;
}
#footer h2 {
	color: #9c908c;
}
#footer a:hover {
	color: #000;
}
#footer .footer_module {
	float: left;
	width: 290px;
	margin-right: 20px;
}
#footer .footer_module ul#ft_contact {
	
}
#footer .footer_module ul#ft_contact li {
	padding-left: 40px;
	margin-bottom: 7px;
}
#footer .footer_module ul#ft_contact li#phone {
	background: url(../images/icon_mobile.gif) no-repeat;
	line-height: 31px;
	color: #000;
}
#footer .footer_module ul#ft_contact li#mail {
	background: url(../images/icon_mail.gif) no-repeat;
	line-height: 20px;
}
#footer .footer_module ul#ft_contact li#tell {
	background: url(../images/icon_tell.gif) no-repeat;
	line-height: 31px;
}

#footer .footer_module ul#ft_details {
	
}
#footer .footer_module ul#ft_details li {
	background: url(../images/li_asterisk.gif) no-repeat;
	padding-left: 18px;
	line-height: 10px;
	margin-bottom: 10px;
}
#footer .footer_module p#copyright {
	color: #333;
}
#footer input#ft_newsletter {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	background: #f3f1e7;
	border: none;
	border-top: 1px solid #e6e1d0;
}
#footer input#ft_newsletter_submit {
	float: left;
	margin-left: 1px;
}
#footer p#share {
	position: relative;
	padding: 5px 0 0 0;
	margin: 0;
	width: 210px;
}
#footer .stico_default {
	/*float: right;*/
	position: absolute;
	top: 0;
	left:  150px;
	display: block;
	background: url(../images/sharethis.gif) no-repeat!important;
	width: 57px;
	height: 18px;
	padding: 0!important;
}
/* @end footer */
