/* basics */

*{margin:0; padding:0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

body {
	background: #c6c4aa ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	margin: 0;
	}
	



/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }
img#main { padding: 0; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: url("images/bg_wrapper.png") repeat-y;
	}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background:#fff;
	color:#333;
	background: url("images/bg_content.gif") repeat-y;
	}
	
/* header */

#header {
	background: url("images/header2010.jpg") no-repeat;
    width: 900px;
	height: 139px; 
	color: #fff;
	margin: 0 0 10px 0; 
	padding: 0;
	}

#header h1#logo {
	float: left;
	width: 174px;
	height: 119px;
	background: url("images/logo.gif") no-repeat;
	margin: 10px 0 0 15px;
	padding: 0;
	display: inline;
	}
	
#header h1#logo span {
	display: none;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}
	
.rmnp75 {
	float: right;
	width: 75px;
	height: 109px;
	margin: 15px 15px 0 0;
	padding: 0;
	}
	
.date {
	float: left;
	width: 254px;
	height: 80px;
	margin: 25px 0 0 150px;
	padding: 0;
	}
	
/* image map */

#nav a {
	float: left;
  	height: 117px;
 	width: 68px;
  	margin-top: 9px; 
 	text-decoration: none;
	display: inline;
 	}
	
#nav a i { visibility: hidden; }

a#home { margin-left: 820px; }

/* main menu */

ul#menu  {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px; 
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

ul#menu li a {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	width: 163px;
	color:#FFFFFF;
	padding: 7px 0 7px 10px;
}

ul#menu li {
	float: left;
	width: 172px;
	margin-right: 10px;
	background: url("images/bg_menu.gif");
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu li ul {
	position: absolute;
	width: 163px;
	left: -999em;
	opacity: .75;
	filter: alpha(opacity=75);
	list-style: none;
}

ul#menu li ul li {
	background: #fff;
}

ul#menu li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4a572b;
	list-style: none;
}

ul#menu li:hover ul {
	left: auto;
	visibility: visible;
}

ul#menu li:hover ul, ul#menu li.sfhover ul {
	left: auto;
}

/* content */


#content {
	float: left;
	width: 680px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline;
	}

.post {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	}
	
.post h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #534741;
	padding: 5px 0 5px 0;
	border-top: 1px solid #6e6b56;
	border-bottom: 1px solid #958d72;
	}
	
.post h2 a{
	color: #534741;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{
	color: #534741;
	}

.post a{text-decoration:underline;
		color: #4a572b;
		}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}


/* left sidebar */

#left {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	float:left;
	margin: 0;
	padding: 0;
	}

#left h2{
	font-weight: normal;
	font-size: 1.125em;
	font-weight: bold;
	color: #000;	
	padding: 5px 0 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	background: url("images/bg_feature.gif");
	}

#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin-bottom: 20px;
	padding:0;
	list-style: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#left ul ul {
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	background: url("images/bg_feature.gif");
	}
	
#left ul ul.no-feature {
	background: none;
	}

#left ul ul li {
	list-style-type: none;
	list-style-position: none;
	color: #fff;
	padding-bottom: 10px;
	}
	
#left ul ul li a {
	color: #fff;
	}
	
#left ul li h2.no-feature{
	padding-left: 0;
	border-top: 1px solid #6e6b56;
	border-bottom: 1px solid #958d72;
	background: none;
	color: #534741;	
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	float:right;
	margin: 0;
	padding: 0;
	}

#right h2{
	font-weight: normal;
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
	color: #000;	
	padding: 5px 0 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	background: url("images/bg_feature.gif");
	}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	padding:0;
	list-style-type: none;
	}

#right ul li {
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}
	
#right ul li h2.no-feature {
	padding-left: 0;
	border-top: 1px solid #6e6b56;
	border-bottom: 1px solid #958d72;
	background: none;
	color: #534741;	
	}	

#right ul ul {
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	background: url("images/bg_feature.gif");
	}

#right ul ul li {
	list-style-type: none;
	list-style-position: none;
	color: #fff;
	padding-bottom: 10px;
	}	

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: url("images/footer.gif");
	clear: both;
	width: 900px;
	height: 100px;
	margin-top:15px;
	font-family: verdana, arial, tahoma;
	}
	
#footer p{padding:20px 0 0 20px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#thanks {
	float: right;
	width: 250px;
	margin: 16px 0 0 0;
	padding: 0;
	font-size: .7em;
	color: #FFFFFF;
	display: inline;
	}
	
#copyright {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
	}

/* content inside */

#content-inside {
	float: left;
	width: 675px;
	margin: 0 0 0 20px;
	padding: 0;
	overflow: hidden;
	display: inline;
	}
	
/* logos */

#logo-brucepix {
	float: right;
	width: 155px;
	height: 61px;
	margin: 22px 20px 0 10px;
	padding: 0;
	background: url("images/logo_brucepix.gif") no-repeat;
	display: inline;
	}
	
#logo-frazer {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline;
	}
	

/* picture banner */

#banner-home {
	float: left;
	width: 900px;
	height: 138px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_home.jpg") no-repeat;
	}
	
#banner-top-fr {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_fri_ren.jpg") no-repeat;
	}
	
#banner-left-fr {
	float: left;
	width: 200px;
	height: 819px;
	margin:0;
	padding: 0;
	background: url("images/banner_left_fri_ren.jpg") no-repeat;
	}
	
#banner-top-faqs {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_faqs.jpg") no-repeat;
	}
	
#banner-left-faqs {
	float: left;
	width: 200px;
	height: 830px;
	margin:0;
	padding: 0;
	background: url("images/banner_left_faqs.jpg") no-repeat;
	}
	
#banner-top-schedule {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_schedule.jpg") no-repeat;
	}
	
#banner-top-sponsors {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_sponsors.jpg") no-repeat;
	}
	
#banner-left-schedule {
	float: left;
	width: 200px;
	height: 830px;
	margin:0;
	padding: 0;
	background: url("images/banner_left_schedule.jpg") no-repeat;
	}
	
#banner-top-results {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_results.jpg") no-repeat;
	}
	
#banner-left-results {
	float: left;
	width: 200px;
	height: 819px;
	margin:0;
	padding: 0;
	background: url("images/banner_left_results.jpg") no-repeat;
	}
	
#banner-top-awards {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_awards.jpg") no-repeat;
	}
	
#banner-left-awards {
	float: left;
	width: 200px;
	height: 819px;
	margin:0;
	padding: 0;
	background: url("images/banner_left_awards.jpg") no-repeat;
	}
	
#banner-top-registration {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_registration.jpg") no-repeat;
	}
	
#banner-left-registration {
	float: left;
	width: 200px;
	height: 830px;
	margin:0;
	padding: 0;
	background: url("images/banner_left_registration.jpg") no-repeat;
	}
	
#banner-top-volunteers {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_volunteers.jpg") no-repeat;
	}
	
#banner-left-volunteers {
	float: left;
	width: 200px;
	height: 830px;
	margin:0;
	padding: 0;
	background: url("images/banner_left_volunteers.jpg") no-repeat;
	}
	
#banner-top-contact {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_contact.jpg") no-repeat;
	}
	
#banner-left-contact {
	float: left;
	width: 200px;
	height: 830px;
	margin:0;
	padding: 0;
	background: url("images/banner_left_contact.jpg") no-repeat;
	}
	
#banner-top-accommodations {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_accommodations.jpg") no-repeat;
	}
	
#banner-left-accommodations {
	float: left;
	width: 205px;
	height: 830px;
	margin: 0;
	padding: 0;
	background: url("images/banner_left_accommodations.jpg") no-repeat;
	}
	
#banner-top-links {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_links.jpg") no-repeat;
	}
	
#banner-left-links {
	float: left;
	width: 205px;
	height: 830px;
	margin: 0;
	padding: 0;
	background: url("images/banner_left_links.jpg") no-repeat;
	}
	
#banner-top-kos {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_kos.jpg") no-repeat;
	}
	
#banner-left-kos {
	float: left;
	width: 205px;
	height: 830px;
	margin: 0;
	padding: 0;
	background: url("images/banner_left_kos.jpg") no-repeat;
	}
	
#banner-top-course {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_course.jpg") no-repeat;
	}
	
#banner-left-sponsors {
	float: left;
	width: 900px;
	height: 819px;
	margin: 0;
	padding: 0;
	background: url("images/banner_left_sponsors.jpg") no-repeat;
	}
	
#banner-top-sponsors {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_sponsors.jpg") no-repeat;
	}

#banner-left-course1 {
	float: left;
	width: 203px;
	height: 297px;
	margin: 65px 0 0 0;
	padding: 0;
	background: url("images/banner_left_course1.jpg") no-repeat;
	}
	
#banner-left-course2 {
	float: left;
	width: 203px;
	height: 297px;
	margin: 80px 0 0 0;
	padding: 0;
	background: url("images/banner_left_course2.jpg") no-repeat;
	}
	
#banner-left-course3 {
	float: left;
	width: 203px;
	height: 297px;
	margin: 125px 0 0 0;
	padding: 0;
	background: url("images/banner_left_course3.jpg") no-repeat;
	}
	
#banner-top-relay-finder {
	float: left;
	width: 900px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/banner_top_relay_finder.jpg") no-repeat;
	}
	
#banner-left-relay-finder {
	float: left;
	width: 205px;
	height: 830px;
	margin: 0;
	padding: 0;
	background: url("images/banner_left_relay_finder.jpg") no-repeat;
	}
	
/* Logos */

.sponsorLogo {
	width: 220px;
	float:left;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: left;
}

.sponsorText {
	float: left;
	width: 635px;
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}

.sponsorHeading {
	float: left;
	width: 655px;
	margin: 0;
	padding: 0 0 20px 0;
}

.kelleher-ford {
	float: left;
	width: 200px;
	height: 70px;
	margin: 110px 0 0 0;
	padding: 0;
	display: inline;
	}

.murrays {
	float: left;
	width: 200px;
	height: 70px;
	margin: 0;
	padding: 10px 0 0 0;
	display: inline;
	}
	
.eload {
	float: left;
	width: 200px;
	height: 70px;
	margin: 0;
	padding: 10px 0 0 0;
	display: inline;
	}

.johnson-cabins {
	float: left;
	width: 200px;
	height: 60px;
	margin: 0;
	padding: 10px 0 0 0;
	display: inline;
	}

.fitness-fanatics {
	float: left;
	width: 198px;
	height: 41px;
	margin: 0;
	padding: 40px 0 0 0;
	display: inline;
	}
	
.vigi-salon {
	float: left;
	width: 71px;
	height: 91px;
	margin: 0 0 0 65px;
	padding: 0;
	display: inline;
	}
	
.streamnwood {
	float: left;
	width: 118px;
	height: 91px;
	margin: 5px 0 0 45px;
	padding: 0;
	display: inline;
	}
	
.al {
	float: left;
	width: 130px;
	height: 83px;
	margin: 15px 0 0 40px;
	padding: 0;
	display: inline;
	}

.worldofwater {
	float: left;
	width: 200px;
	height: 71px;
	margin: 15px 0 0 0px;
	padding: 0;
	display: inline;
	}

.wasagamingchamber {
	float: left;
	width: 200px;
	height: 71px;
	margin: 15px 0 0 0px;
	padding: 0;
	display: inline;
	}
	
.tr-mckoys {
	float: left;
	width: 102px;
	height: 85px;
	margin: 105px 0 0 55px;
	padding: 0;
	display: inline;
	}
	
.park-theatre {
	float: left;
	width: 125px;
	height: 74px;
	margin: 0 0 0 50px;
	padding: 0;
	display: inline;
	}
	
.elkhorn-resort {
	float: left;
	width: 110px;
	height: 75px;
	margin: 10px 0 0 60px;
	padding: 0;
	display: inline;
	}
