@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
* {
margin: 0;
padding: 0;
}

/* Primary Divisions ----------------------------------------------- */

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	background: url(gfx/body-bg.gif) repeat-x top left;
	background-color: #53a6d1;
}

#container {
	margin: 0px auto 50px auto;
	width: 898px;
}

#content {
	background: url(gfx/content-bg.gif) repeat-y top left;
	background-color: #ffffff;
	
}

#secondary {
	width: 260px;
	padding-left: 35px;
	float: left;
}

#primary {
	width: 545px;
	float: right;
	padding: 35px 25px 0 0;
	background: url(gfx/title-bottom.jpg) no-repeat top right;
}

#googlemap {
	height: 387px;
	overflow: hidden;
	background: url(gfx/googlemapleft.gif) no-repeat top left;
	margin: 30px 0;
}

#googletext {
	float: left;
	width: 160px;
	padding: 270px 0 10px 20px;
}

#googlemap iframe {
	float: right;
}

.event-bar {
	padding: 4px; 
	margin-bottom: 10px;
	background: #0099cc;
	color: #FFFFFF;
}

/* Footer ---------------------------------------------------------------- */

#footer {
	background: url(gfx/footer-bg.gif) repeat-y top left;	
	width: 898px;
}

.footerbox {
	float: left;
	width: 259px;
	padding: 20px;
}

.footerbox img {
	display: block;
}
#footer-logos img {margin-left:30px;}

#events a, #events a:hover, #events a:visited {
	font-weight: bold;
	color: #333333;
}

#events p, #sponsors p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

#sponsors h5 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 13px;
	line-height: 1.2em;
}

#events, #sponsors {
	margin-top: 30px;
}

#events img {
	margin-top:20px;
}

#copyright {
	padding-top: 10px;
	color: #ffffff;
	float:left;
}

#copyright a, #footer-nav li a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover, #footer-nav li a:hover {text-dcoration: underline;}

#footer-nav {
	float: right;
	padding-top: 10px;
}

#footer-nav li {
	color: #ffffff;
	display: inline;
	padding-left: 4px;
}

#tertiary-nav {padding-top: 10px;}
#tertiary-nav li {
	color: #666666;
	display: inline;
	padding-right: 4px;
}

#tertiary-nav li a {
	color: #666666;
	text-decoration: none;}

#tertiary-nav li a:hover, #footer-nav li a:hover {
	text-decoration: underline;
}

/* Header Image Replacement ----------------------------------------------- */

#title {
	width:898px;
	height: 249px;
	position: relative ;
}

#title span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(gfx/title/rotate.php) no-repeat;
}


/* Nav ------------------------------------------------------------------ */

#secondary #nav h3 {
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#secondary #nav ul {
	list-style: square;
	margin: 0 0 14px 15px;
}

#secondary #nav ul li, #nav ul li a {
	color: #509a2a;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#secondary #nav ul li a:hover {
	text-decoration: underline;
}

#primary #communitynav {
	padding-left: 80px;
}

#primary #communitynav li, #primary #communitynav li a {
	display: inline;
	font-weight: bold;
    margin-left: 1px;
	color: #666666;
	text-decoration: none;
}

#primary #communitynav li a:hover {
	text-decoration: underline;
}

#hostedprograms {padding-bottom: 30px;}

#hostedprograms img {padding: 20px;}

#hostedprograms .left, #hostedprograms .right {
	width: 250px;
	text-align: left;
}

#hostedprograms .left {
	float: left;
	margin-left: 20px;
}

#hostedprograms .right {
	float: right;
	margin-right: 20px;
}

/*  Typography ------------------------------------------------------------ */

#primary h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #509a2a;
	font-weight: normal;
	line-height: 1.2em;
	margin: 10px 0 20px 0;
}

.title {
	padding-top: 30px;
}

#primary p {
	line-height: 1.5em;
	margin-bottom: 18px;
}

#primary h3 {
   font-size: 18px;
   color: #FF6600;
   padding-bottom: 5px;
  
}

#primary h3.sponsor-title {
	 padding-top: 10px;
	 border-top: 1px dotted #bcd1a1;
	 margin-top: 30px;
}

a, a:link {
	color: #0099CC;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #000000;
}

p.more {
	text-align: right;
}

.details {
	border-bottom: 1px dotted #b3d1aa;
	margin-bottom: 10px;
}

strong, bold {font-weight: bold;}

#primary h2.event-head {
	font-size: 24px;
	text-align: center;
	width: 80%;
	margin-left: 40px;
}

address {
	width:300px;
	background-color: #d3e2ca;
	padding: 10px;
	border: 1px solid #bcd1a1;
	margin-bottom: 15px;
}

#primary ul, #primary ol {
	margin: 0 0 12px 15px;
	list-style-position: outside;
}

#primary ul {list-style: disc;}
#primary ol {list-style: decimal;}
#primary li {line-height: 1.5em; margin-bottom: 5px;}
	
	 

/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



	