/* GLOBALS
===================================================================== */
body {
	margin: 0;
	padding: 0;
	font: 9pt/1.4 Helvetica, Arial, Verdana, sans-serif;
	background: #d7d7d7;
	text-align: center;
}
a {
	overflow: hidden;
	color: #114569;
	text-decoration: underline;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
h1 {
	color: #177d9d; 
	line-height: 1.1;
}
h1, h2, h3, h4 {
	margin-top: 0;
}
.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
.clear, .clearBoth {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
.offLeft {
	position: absolute;
	left: -9999px;
}
/* FORMS */
input,textarea {
	font: inherit;
	padding: 3px;
}
input.inputButton { /* SEE IE6, IE7 */
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.B_crumbBox { /* DEFAULT CLASS FOR MODX BREADCRUMB */
	margin: 3px 0 10px;	
	display: block;
}
/* STRUCTURE
===================================================================== */
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#wrapperInner {
	padding: 0 10px;
	background: #FFF url(/images/shadow-middle.gif) repeat-y center top;
}
#masthead {
	height: 183px;
	background: url(/images/header-1.jpg) no-repeat left top;
	position: relative;
}
#home #masthead {
	height: 339px;
	background: url(/images/background-header-home.gif) no-repeat left top;
}
#logo {
	display: block;
	width: 148px;
	height: 102px;
	background: url(/images/logo-header.png) no-repeat left top;
	position: absolute;
	top: 20px;
	left: 20px;
	text-indent: -9999px;	
}

#tagline {
	position: absolute;
	top: 200px;
	left: 25px;
	color: #fce01a;
	width: 520px;
	font-size: 16pt;
	display: none;
}
#tagline a {
	color: #FFF;
	font-size: .8em;
}
#home #tagline {display: block !important; width: 570px;}
#floater {
	position: absolute;
	top: 0px;
	right: 20px;
	width: auto;
	text-align: right;
	color: #fce01a;
}
#floater .memberLink {
	float: left;
	display: none;
	color: #fce01a;
}
#floater #search {
	display: none;
}
/* SEARCH FORM */
#ajaxSearch_form {
	border: solid 1px #174965;
	background: #FFF;
	color: #444;
	padding: 0;
}
#ajaxSearch_form fieldset {
	margin:0;
	padding:0;
	border: none;
}
#ajaxSearch_form input {
	border: none;
	width: 150px;
}
#ajaxSearch_form #ajaxSearch_submit {
	width: 23px;
	height: 21px;
	background: url(/images/button-search.gif) no-repeat left top;
	text-indent: -9999px;
}
/* NAVIGATION */
#nav {
	border-bottom: solid 1px #fce01a;
	height: 20px;
	width: auto;
	position: absolute;
	right: 0;
	top: 100px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
#nav li {
	display: inline;
	margin-right: 20px;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover {
	text-decoration: underline;
}

/* COLUMNS */
#sidebar {
	float: right;
	width: 370px;
	color: #000;
}
#sidebar a {
	color: #000;
	display: block;
}
#sidebar a.button {
	background: url(/images/button-sidebar-reg.gif) no-repeat left top;
	width: 156px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#sidebar a.button:hover {
	background: url(/images/button-sidebar-over.gif) no-repeat left top;
	color: #000;
}
#sidebar .sidebarCallout {
	background: url(/images/background-sidebar-callout.jpg) no-repeat left top;
	min-height: 440px;
	padding: 20px;
}
#sidebar .sidebarCallout h3, #sidebar h3 {
	font-size: 15pt;
	color: #177D9D;
}
.sidebarCallout ul {
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 20px;
}
.sidebarCallout ul li {
	margin-bottom: 5px;
}

#sidebar .jumpstart {
	font-size: 15pt;
	margin: 0;
}
#sidebar .joinText {
	color: #177D9D;
	font-size: 20pt;
	margin: 0;
}

.miniColumn {
	width: 180px;
	float: left;
	background: #cee6ee url(/images/column-bottom-fade.gif) no-repeat left bottom;
	min-height: 300px;
	padding-bottom: 50px;
}
.miniColumn h2 {
	background: url(/images/column-heading-flag.gif) no-repeat left top;
	color: #FFF;
	font-size: 10pt;
	line-height: 36px;
	padding-left: 10px;
	margin: 5px 0 10px;
}
.miniColumn .module {
	margin: 5px 10px 20px;
}
.miniColumn .module h3 {
	margin: 5px 0;
}
.miniColumn .viewAll {
	display: block;
	text-align: center;
}
#eventsCol {
	margin-right: 5px;
}
#eventsCol h4 {
	font-size: 10pt;
	color: #177D9D;
	margin: 0;
}
#newsCol {
	margin-left: 5px;
}
#newsCol ul {
	margin: 0 10px;
}
#newsCol ul li {
	margin-bottom: 15px;
}
#newsCol ul li a {
	padding-left: 20px;
	background: url(/images/icon-news.png) no-repeat left top;
}
#newsCol p {
	margin: 5px 15px;
}

#newsListing {
	line-height: 1.2;
}
#newsListing li {
	margin: 0 0 10px;
}
#newsListing li a {
	font-size: 1.4em;
}
#newsListing .pubDate {
	color: #666;
	font-style: italic;
	font-weight: .9em;
	display: block;
}
/* FOOTER
===================================================================== */
#footer {
	text-align: left;
	width: 960px;
	padding: 30px 10px 30px 180px;
	margin: 0 auto;
	background: url(/images/logo-footer.gif) no-repeat 20px center;
}
#footer a {	
	color: #333;
	margin: 0 5px
}
#footer li {
	display: inline;
	line-height: 2;
}
#footerNav {}

/* BODY CONTENT
===================================================================== */
#content {
	width: 480px;
	float: left;
}
#content p {
	font-size: 10pt;
	margin: .5em 0;
}
.cushion {
	padding: 20px 40px;
	background: url(/images/shadow-bottom.gif) no-repeat center bottom;
}

/* FORM
===================================================================== */
#contactInfo {
	width: 170px;
	background: #e1edfa;
	padding: 15px;
	float: right;
	border: solid 1px #b4b4b4;
	margin-left: 100px;
}
#generalContact {
	width: 400px;
	float: left;


}

#generalContact ul {
}
#generalContact li {
	margin-bottom: 5px;
	padding: 5px 0;
}
#generalContact li.last {
	border: none;
}
#generalContact label {
	width: 80px;
	float: left;


	font-weight: bold;
	text-align: right;
	display: block;
	margin-right: 5px;
}

#generalContact input, #generalContact textarea {
	border: 1px solid #b8b7b7;
	background: #EEE;
	padding: 4px;


	width: 300px; /* RESTRICT SAFARI RESIZE */
	max-width: 300px; /* RESTRICT SAFARI RESIZE */
	max-height: 250px; /* RESTRICT SAFARI RESIZE */
	vertical-align: baseline;
	font: inherit;
}
#generalContact ul input:focus, #generalContact ul textarea:focus {


	background: #FFF;
}
#generalContact ul input.submit {
	width: 137px;
	height: 36px;
	border: none;
	margin-left: 85px;
	color: #FFF;
	font-weight: bold;
	background: #177D9D;


}
input.submit:hover {
	cursor: pointer;
}

label.checkbox input {
	display: inline !important;
	width: auto !important;
}
label.checkbox {
	white-space: nowrap;
	width: auto !important;
	font-weight: normal !important;
}