@charset "UTF-8";
/* CSS Document */

/* defaults and globals
==============================================================================*/
* { /* Clear ALL elements defaults */
	margin: 0;
	padding: 0;
}

body, html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-x;
	background-color: #E2DCCE;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* main container
==============================================================================*/
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 115px;
}

#header #logo {
	height: 115px;
	width: 108px;
	float: left;
}

#header #contacts {
	height: 25px;
	width: 852px;
	float: left;
	text-align: right;
	line-height: 16px;
	padding-top: 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #445137;
}

#header #contacts a {
	text-decoration: none;
	color: #445138;
}

#header #contacts a:hover {
	text-decoration: none;
	color: #000000;
}



/* top navigation
==============================================================================*/
#topNav {
	height: 25px;
	width: 960px;
	font-family: Arial;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	list-style: none;
}
	
#nav li {
	float: left;
	height: 25px;
	overflow: hidden;
}
	
#nav li a {
	display: block;
	line-height: 25px;
	text-indent: -1000px;
	background-position: center top; /* horizontally centers the background image */
	}
	
	#navAbout {
	width: 137px;
	background: url(../images/nav_about.gif) no-repeat;
	}
	
	#navOutdoors {
	width: 149px;
	background: url(../images/nav_outdoors.gif) no-repeat;
	}
	
	#navLakehouse {
	width: 124px;
	background: url(../images/nav_lakehouse.gif) no-repeat;
	}
	
	#navLive {
	width: 148px;
	background: url(../images/nav_live.gif) no-repeat;
	}
	
	#navTodaysfind {
	width: 113px;
	background: url(../images/nav_todaysfind.gif) no-repeat;
	}
	
	#navBuilder {
	width: 130px;
	background: url(../images/nav_builder.gif) no-repeat;
	}
	
	#navBlowingrock {
	width: 120px;
	background: url(../images/nav_blowingrock.gif) no-repeat;
	}
	
	#navGallery {
	width: 111px;
	background: url(../images/nav_gallery.gif) no-repeat;
	}
	
	#navCNL {
	width: 56px;
	background-image: url(../images/nav_cnl.gif);
	background-repeat: no-repeat;
	}

#nav li a:hover {
	background-position: 50% -25px;
}

#nav li a.currentSection, #nav li a.currentSection:hover {
	background-position: 50% -25px;
}

/* flash element
==============================================================================*/
#flash {
	height: 485px;
	width: 960px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#flash h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
}

#flashMap {
	height: 620px;
	width: 960px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#flashMap h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
}

#flashGallery {
	height: 620px;
	width: 960px;
}


/* text based pages
==============================================================================*/
#content {
	width: 960px;
	background-color: #39472b;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	height: 100%;
}

#content p {
	color: #E1DBCD;
	padding-right: 15px;
	padding-left: 15px;
}

#todaysfind {
	width: 660px;
	margin-left: 40px;
	float: left;
}

#rightColumn {
	width: 200px;
	float: left;
	margin-left: 20px;
}

#rightColumn p {
	margin: 0px;
	padding: 0px;
	float: none;
}

#todaysfind p {
	padding-bottom: 10px;
	color: #E1DBCD;
	padding-left: 40px;
	padding-right: 40px;
}

#todaysfind .intro {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 16px;
	line-height: 18px;
}

#todaysfind .date {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #cdbf95;
	padding-right: 0px;
	padding-left: 0px;
}

#todaysfind .inset {
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 0px;
}


#todaysfind h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

#todaysfind h2 {
	font-size: 18px;
	font-weight: normal;
	color: #cdbf95;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
#content a, a:visited {
	color: #CDBF95;
	text-decoration: underline;
}

#content a:hover {
	color: #DCD6C8;
	text-decoration: underline;
}

.divider {
	background-image: url(../images/divider.gif);
	height: 25px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* formContent
==============================================================================*/
#formContent {
	padding-left: 20px;
}

#formContent td {
	text-align: left;
}

#formContent p {
	padding-bottom: 10px;
	color: #E1DBCD;
}

#formContent h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	line-height: 26px;
}


/* footer nav
==============================================================================*/
#footer {
	height: 25px;
	font-family: Arial;
	font-size: 11px;
	line-height: 25px;
	color: #3E4B32;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
	
#footer li {
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}

#footer li a {
	text-decoration: none;
	color: #445138;
}

#footer li a:hover {
	text-decoration: none;
	color: #000000;
}
