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


/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: bolder;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

/*End Normalizing////////////////////////////////////////////////////////*/



body{
	background: #c9e38a url("graphics/body-bg.jpg") 0 0 repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#root-link{
	display: block;
	position: absolute;
	top: 300px;
	left: 40px;
	z-index: 55;
}

a:link, a:visited {
	
	color: #ad3312;
}

a:hover{
	color: #3892a9;
}

#wrapper{
	background: url("graphics/wrapper-bg.png") 0 0 repeat-y;
	width: 930px;
	position: relative;
	margin: 330px auto 0 auto;
}
#main-content{
	margin-left: 260px;
	padding-right: 75px;
	position: relative;
	top: -200px;
	line-height: 1.5em;
}
#main-content p{
	margin-bottom: 2em;
}

#branding{
	width: 930px;
	height: 350px;
	background: url("graphics/branding.png") 0 0 no-repeat;
	position: absolute;
	top: -350px;
}
#footer{
	background: url("graphics/footer.png") 0 0 no-repeat;
	width: 930px;
	height: 40px;
	position: absolute;
	bottom: -40px;
}
#main-nav{
	position: absolute;
	top: -300px;
	left: -80px;
	width: 320px;
	height: 570px;
	background: url("graphics/nav-bg.png") 0 0 no-repeat;
	z-index: 200;
}

#main-nav #find-nav a, #main-nav #join-nav a, #main-nav #helpful-nav a, #main-nav #board-nav a, #main-nav #eating-nav a, #main-nav #discovery-nav a, #main-nav #news-nav a{
	position: absolute;
	text-indent: -999px;
	left: 40px;
	width: 250px;
	height: 70px;
}

#main-nav #find-nav a{
	background: url("graphics/nav/find-out.png") 0 0 no-repeat;
	top: 30px;
}

#main-nav #join-nav a{
	background: url("graphics/nav/join-club.png") 0 0 no-repeat;
	top: 110px;
}

#main-nav #helpful-nav a{
	background: url("graphics/nav/helpful-hints.png") 0 0 no-repeat;
	top: 170px;
}

#main-nav #board-nav a{
	background: url("graphics/nav/board.png") 0 0 no-repeat;
	top: 240px;
}

#main-nav #eating-nav a{
	background: url("graphics/nav/eating.png") 0 0 no-repeat;
	top: 310px;
}

#main-nav #discovery-nav a{
	background: url("graphics/nav/discovery.png") 0 0 no-repeat;
	top: 410px;
}

#main-nav #news-nav a{
	background: url("graphics/nav/news.png") 0 0 no-repeat;
	top: 470px;
}

#main-nav #find-nav a:hover, #main-nav #join-nav a:hover, #main-nav #helpful-nav a:hover, #main-nav #board-nav a:hover, #main-nav #eating-nav a:hover, #main-nav #discovery-nav a:hover, #main-nav #news-nav a:hover{
	background-position: -250px 0;
}

#main-content img{
	float: left;
	margin-right: 10px;
	clear: both;
}

#main-content h2{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clear{
	clear: both;
}
html body #main-content .no-clear{
	clear: none;
}
/*
#main-content table{
	color: #ad3312;
}*/

/*club stuff///////*/
.club_link{
	display: block; 
	float: left;
	width: 190px;
	height: 250px;
}
#treehouse{
	width: 700px;
	height: 150px;
}

.club_link p{
	clear: both;
}
/*end club stuff/////*/

#main-content table td{
	border-top: 1px dotted #fff;
	padding: 5px;
}
#main-content .header-cell{
	background-color: #f46d20;
}
#main-content .no-border td{
	border-top: none;
}
