/* CSS base styles Document

Note: Most subpage styles can be found in 
sub.css, but some top level navigation and 
footer styles reside in this document to 
eliminate duplicate styles across stylesheets.

 */

body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}

#search label span, .hidden {
	display: none;
}

pre { color: #FFF; }

div.hr {
	height: 1px;
	margin: 0 0 1.4em 0;
	padding: 0;
	background: #FFF no-repeat scroll center;
}
	div.hr hr {
		display: none;
	}


/* =Structure
----------------------------------------------- */
#wrapper {
	width: 775px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#main {
	background: #FFF;
	/*border-top: 2px solid #fff;*/
	/*border-bottom: 2px solid #fff;*/
	/*border-right: 2px solid #fff;*/
	float: left;
	width: 533px;
	height: 302px;
}
	#mainFooter {
		background: #6B90AF url("/optimized/hp_mainFooter_bg.jpg") 0 0 no-repeat;
		width: 536px;
		height: 31px;
		text-align: right;
		margin: 0 0 0 239px;
	}
	
	#subWrap > #mainFooter {
		margin-top: 2px;
	}

#hpSdbar {
	float: left;
	background: #d66609 url("/optimized/hp_sdbar_bkg.gif") 0 0 no-repeat;
	height: 386px;
	width: 246px;
}

#hpCol1 {
	float: left;
	width: 220px;
	height: 302px;
}

#hpCol1 img {
	margin: 0;
	padding: 0;
	display: block;
}

#hp_mission {
   position: absolute;
   left: 0;
   top: 182px;
   z-index: 5;
}

#hpCol2 {
	float: right;
	width: 304px;
	height: 304px;
	overflow: hidden;
	z-index: 1;
}

/* =Header
----------------------------------------------- */
#head {	
	height: 67px; 
	width: 755px;
	margin: 10px 0 0 9px;
	position: relative;
}

#head h1 {
	float: left;
	background: url("/optimized/logo.gif") 0 28px no-repeat;
	width: 225px;
	margin: 0;
}

#head h1 a {
	display: block;
	width: 225px;
	height: 47px;
	text-indent: -9999px; 
	text-decoration: none;
	background: none;
  }
  
#head h1 a:hover { background: url("/optimized/logo_on.gif") 0 28px repeat-x; }

#head h1 img { 
	display:block;
	visibility:hidden; 
	width: 225px;
	height: 21px;
}
  

/* =Nav
----------------------------------------------- */  
#nav {
	float: right;
	width: 526px;
	height: 31px;
	padding-top: 15px;
	font-weight: bold;
}

#nav ul, #subTopnav ul, #globalOptions ul {
	text-transform: lowercase;
	margin: 0;	
	font-size: 85%;	
}

#nav ul li, #subTopnav ul li  {
	display: inline;
}

#nav ul li a, #subTopnav ul li a, #globalOptions ul li a {
	text-decoration: none;
	padding: 3px 8px;
	height: 8px;
	border: 1px solid #0a3763;
	text-transform: lowercase;
}

#nav ul li a:hover, #subTopnav ul li a:hover,
#subTopnav ul li a.active,
#globalOptions ul li a:hover {
	background: #6b90af;
	padding: 3px 8px;
	height: 8px;
	border: 1px solid #cacdec;
	color: #fff;
}

#globalOptions {
   position: absolute;
   top: 2px;
   right: 125px;
}

#btn_signup {
   padding-top: 22px;
   padding-left: 22px; 
}

/* =Events
----------------------------------------------- */
#events, #eventshp {
	width: 190px;
	float: left;
	padding: 0 0 20px 35px;
}
	
	#eventshp {
		margin: -20px 0 0 0 ;
	}

#events ul, #eventshp ul {
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: #fab379;
}

#events img {
	margin: 30px 0 0 0;
}

#eventshp img {
	margin: 0;
}

#eventshp h3,
#upcomingEvent-Top {
   text-indent: -10000px;
   background: transparent url("/optimized/hdr_futureEvents.gif") top left no-repeat;
   width: 160px;
   height: 17px;
}
#upcomingEvent-Top { margin-top: 20px; }

#events ul li, #eventshp ul li {
	background: url("/optimized/bullet_events.gif") 0 12px no-repeat;
	border-bottom: 1px dashed #fab379;
	display: block;
	padding: 8px 5px;
	line-height: 16px;
}

#events ul li a, #eventshp ul li a {
	height: auto;
	padding: 2px;
	margin: 0;
	width: auto;
	cursor: help;
}
	#events ul li a:hover, #eventshp ul li a:hover {
		background: #b85300;
		color: #fff;
		height: auto;
		padding: 2px;
		margin: 0;
		width: auto;
	}                

a#btn_events {
	background: url("/optimized/btn_allEvents.gif") 0 0 no-repeat;
	width: 68px;
	height: 19px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
}

a:hover#btn_events { background: url("/optimized/btn_allEvents.gif") 0 -19px no-repeat; }

/* =Footer
----------------------------------------------- */
#footer {
	margin: 0 auto 0 auto;
	padding-top: 5px;
	width: 757px;
	clear: left;
	color: #99bad5;
}

#footer p, #subFooter p, .subNoSidebar #subFooter p {
	margin: 0;
	font-size: 80%;
}

#footer a, #subFooter a, .subNoSidebar #subFooter a {
	margin-right: 28px;
	font-size: 75%;
	text-transform: lowercase;
	display: inline;
}

#footer a:hover, #subFooter a:hover, .subNoSidebar #subFooter a:hover {
	background: #99bad5;
	color: #fff;
}

/* =Forms =Search
----------------------------------------------- */
#search {
	padding: 0 0 0 637px;
	white-space: nowrap;
}

#q {
	border: 1px solid #84aac2;
	font-size: 10px;
	color: #6a6a6a;
}

.go {
	margin-bottom: -5px;
	border: none;
}

#sendSuccess {
   padding: 5px;
   border: 1px solid #25FA00;
   background-color: #EBFBE3;
   text-align: center;
}

.relative { position: relative; }

.error, label.zemRequirederrorElement, .zemError {
	background: #f5d8d8;
	border: 1px solid #c20900;
	color: #c20900;
	font-weight: bold;
	padding: 5px;
}                  

	ul.zemError {
		height: auto;
		margin: 0 0 20px 0;
		padding: 0;
	}

input, textarea  {
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;	
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}

fieldset {
	border: 0;
}

legend {
	margin: 0;
	display: none;
}

input.submit,input.zemSubmit {
	background: #92B03D;
	font-size: 10px;
	color: #fff;
	padding: 3px;
}

input:hover.submit, input:hover.zemSubmit {
	background: #C4E663;
	color: #83A030;
}

/* =Text
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0;	font-weight: normal; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }

p {
	margin-bottom: 16px;
	margin-top: 0;
	line-height: 14pt;
	padding: 0;
}


/* =Links
----------------------------------------------- */

a, a img { border: 0; text-decoration: none; }

a, #intro #linkbox a:hover { color: #fff;}

a:visited {	color: #fff; }

a:hover { color: #ff3300;	}

a:active {	color: #ff3300;  }

#content a{ color: #92b03d; }

#content a:hover, li.selected a { background: #D1E599; color: #6E8B1B; }



/* =Lists
----------------------------------------------- */
ul, ul li {
	list-style: none;
	margin: 0; 
	padding: 0;
}

ol li {
	list-style: decimal;
}

.clearafter:after {
   content: "";
   display: block; 
   height: 100%;
   clear: both;
   visibility: hidden;
}
