/*------------------------------------
GENERAL
------------------------------------*/

body {
	background-image:url(../images/interior_bkgrnd.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	color:#666666;
	margin: 0;  
	padding: 0;
	font-size:100%;
	font-family:Helvetica;
}
body#index {
	background-image:url(../images/index_green.gif);
}
li {
	list-style:none;
}                                        
a, a:link, a:active, a:hover, a:focus, a:visited {
	color:#7eb03b;
}
img {
	border:0;
}

/*------------------------------------
HEADER / COLUMN / LEFT
------------------------------------*/
#column {
	float:left;
	padding:0;
	width:251px;
}
#logo-link {
	height:170px;
	overflow:hidden;
	text-indent:-999em;
}
#logo-link h1 {
	float:left;
	margin:0;
}
#logo-link a {
	background:url(../images/logo.gif) no-repeat;
	display:block;
	height:140px;
	margin:23px 0 10px 26px;
	overflow:hidden;
	text-indent:-999em;
	width:208px;
}
#nav ul{
	list-style:none;  
	margin:0 14px 0 0;  
	padding:0; 
}            
#nav ul li{
	margin:0;
	overflow:hidden;
	padding:0; 
	text-indent:-999em;  
}
#nav a {          
	display:block;  
	float:right;
	height:30px;
	width:200px;
}
a.home {
	background-image:url(../images/nav-home.jpg);
	background-position:-22px 0px;
}
a.active-home{
	background-image:url(../images/nav-home.jpg);
	background-position:877px 0px;
}
a.home:hover{
	background-position:-247px 0px;
}
a.event{
	background-image:url(../images/nav-event.jpg);
	background-position:-22px 0px;
}
a.active-event{
	background-image:url(../images/nav-event.jpg);
	background-position:877px 0px;
}
a.event:hover{
	background-position:-247px 0px;
}
a.register{
	background-image:url(../images/nav-register.jpg);
	background-position:-22px 0px;
}
a.active-register{
	background-image:url(../images/nav-register.jpg);
	background-position:877px 0px;
}
a.register:hover{
	background-position:-247px 0px;
}
a.non-profit{
	background-image:url(../images/nav-non-profit.jpg);
	background-position:-22px 0px;
}
a.active-non-profit{
	background-image:url(../images/nav-non-profit.jpg);
	background-position:877px 0px;
}
a.non-profit:hover{
	background-position:-247px 0px;
}
a.volunteer{
	background-image:url(../images/nav-volunteer.jpg);
	background-position:-22px 0px;
}
a.active-volunteer {
	background-image:url(../images/nav-volunteer.jpg);
	background-position:877px 0px;
}
a.volunteer:hover{
	background-position:-247px 0px;
}
a.donate{
	background-image:url(../images/nav-donate.jpg);
	background-position:-22px 0px;
}
a.active-donate{
	background-image:url(../images/nav-donate.jpg);
	background-position:877px 0px;
}
a.donate:hover{
	background-position:-247px 0px;
}
a.sponsors{
	background-image:url(../images/nav-sponsors.jpg);
	background-position:-22px 0px;
}
a.active-sponsors{
	background-image:url(../images/nav-sponsors.jpg);
	background-position:877px 0px;
}
a.sponsors:hover{
	background-position:-247px 0px;
}
a.stories{
	background-image:url(../images/nav-stories.jpg);
	background-position:-22px 0px;
}
a.active-stories{
	background-image:url(../images/nav-stories.jpg);
	background-position:877px 0px;
}
a.stories:hover{
	background-position:-247px 0px;
}
a.news{
	background-image:url(../images/nav-media.gif);
	background-position:-22px 0px;
}
a.active-news{
	background-image:url(../images/nav-media.gif);
	background-position:877px 0px;
}
a.news:hover{
	background-image:url(../images/nav-media.gif);
	background-position:-247px 0px;
}
a.contact-us{
	background-image:url(../images/nav-contact-us.jpg);
	background-position:-22px 0px;
}
a.active-contact-us{
	background-image:url(../images/nav-contact-us.jpg);
	background-position:877px 0px;
}
a.contact-us:hover{
	background-position:-247px 0px;
}
a.about-us{
	background-image:url(../images/nav-about-us.jpg);
	background-position:-22px 0px;
}
a.active-about-us{
	background-image:url(../images/nav-about-us.jpg);
	background-position:877px 0px;
}
a.about-us:hover{
	background-position:-247px 0px;
}
a.gallery{
	background-image:url(../images/nav-gallery.gif);
	background-position:-22px 0px;
}
a.active-gallery{
	background-image:url(../images/nav-gallery.gif);
	background-position:877px 0px;
}
a.gallery:hover{
	background-position:-247px 0px;
}
#sponsor-logos {
	margin:2em 0;
	text-align:center;
}

.eventguide {
	float:left;
	border:2px solid #000000;
	margin:0px 5px 0px 0px;
}

h3.eventdirectory {
	text-align:center;
	margin:0px 0px 10px 0px;
	padding:0;
	text-transform:uppercase;
	font-size:14px;
}

p.directorytext {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:12px;
}

p.downloaddirectory {
	text-align:center;
	font-size:12px;
}

/*------------------------------------
INTERIOR
------------------------------------*/
.float_middle {
	font-size:.9em;
	line-height:1.25em;
	margin:0 auto;
	overflow:hidden;
	width:1010px;
}
#index .float_middle {
	background:url(../images/index_images.jpg) no-repeat right top;
}
#main {
	background:url(../images/header_bkgrnd.gif) no-repeat 1px 0;
	overflow:hidden;
	width:100%;
}
#index #main{
	background:url(../images/index_bkgrnd.gif) no-repeat 0 0;
}
#content {
	float:left;
	margin:184px 0 0 50px;
	width:509px;
}
#index #content {
	width:487px;
	margin:530px 28px 0 19px;
}
.float-img {
	float:left;
	padding:10px;
}
p {
	margin:1.125em 0 1.5em;
}
h2{
	background-repeat:no-repeat;
	height:31px;
	margin:50px 0 0;
	overflow:hidden;
	text-indent:-999em;
	width:400px;
}
h2.event {
	background-image:url(../images/header-event.jpg);
}
h2.upcoming-events {
	background-image:url(../images/header-upcomingevents.jpg);
}
h2.register {
	background-image:url(../images/header-register.jpg);
}
h2.schedule{
	background-image:url(../images/header-schedule-of-events.jpg);
}
h2.directions{
	background-image:url(../images/header-directions.jpg);
}
h2.map{
	background-image:url(../images/header-course-map.jpg);
}
h2.regulations{
	background-image:url(../images/header-regulations.jpg);
}
h2.faq{
	background-image:url(../images/header-faq.jpg);
}
h2.non-profit{
	background-image:url(../images/header-non-profit.jpg);
}
h2.volunteer{
	background-image:url(../images/header-volunteer.jpg);
}
h2.donate{
	background-image:url(../images/header-donate.jpg);
}
h2.sponsors{
	background-image:url(../images/header-sponsors.jpg);
}
h2.inspiration{
	background-image:url(../images/header-inspiration.jpg);
}
h2.news{
	background-image:url(../images/header-media.jpg);
}
h2.contact-us{
	background-image:url(../images/header-contact-us.jpg);
}
h2.about-us{
	background-image:url(../images/header-about-us.jpg);
}
h2.error{
	background-image:url(../images/header-error.gif);
}
h2.gallery{
	background-image:url(../images/header-gallery.gif);
}

h3.registration {
	text-transform:uppercase;
	font-size:22px;
	line-height:24px;
}

/*------------------------------------
SPECIFIC PAGES
------------------------------------*/
.video {
	margin:1.125em 0 0;
}
#register-active {
	background:url(../images/register-active-bkgrnd.gif) no-repeat center top;
	display:inline;
	float:right;
	height:282px;
	margin-top:510px;
	width:225px;
}
#register-active div {
	overflow:hidden;
	width:100%;
}
#register-active div a {
	display:block;
	float:right;
	height:31px;
	width:38px;
 overflow:hidden;
	text-indent:-999em;
}
table#event_awards {
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	margin:0 0 1em;
	padding:0;
}
table#event_awards td {
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	padding:5px;
}

/*------------------------------------
FOOTER
------------------------------------*/
#footer {
	color:#999999;
	font-size: .65em;
	margin:40px auto 0;
	padding:0 0 20px;
	width:1010px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	color: #333;
	text-decoration:none;
}
#footer ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:690px;
}
#footer ul li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase; 
}
#footer ul li a, #footer ul li a:active, #footer ul li a:link, #footer ul li a:visited {
	display:block;
	font-size:.9em;
	padding:0 5px;
	text-decoration:none;
}
#web-service {
	text-align:right;
}
#web-service p {
	margin:0 0 .5em;
}


/*------------------------------------
GALLERY
------------------------------------*/
#photos #content {
	width:650px;
}
#gallery ul {
	list-style: none;
	margin:0;
	padding:0;
}
#gallery ul li {
	border-bottom:1px solid #f1f1f1;
	float: left;
	list-style: none;
	margin:0;
	padding:5px 2px 1px;
}
#gallery ul li a {
	height:83px;
	overflow:hidden;
	width:124px;
}
#gallery ul li a img {
	border:1px solid #f1f1f1;
}




