﻿/*
*************************************************

TRAIL JEFFERSON COUNTY, NY
General Screen Styles
Jason Clement - http://www.riversidemediagroup.com

*************************************************
*/


/*-------------------------------------------    
    General Selectors
-------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}

body {
	background-color: #607041;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}

p {
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 20px;
}

h1 { }

h2 {
	visibility: hidden;
}

h3 {
	color: #607042;
	text-transform: capitalize;
	font-size: 125%;
	margin-bottom: 10px;
}

a:link {
	color: #607041;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #607041;
	}
a:hover {
	text-decoration: underline;
	color: #000;
	}
a:active {
	text-decoration: none;
	color: #000;
	}
	
p img { display: block; }

.icon { margin-right: 4px; }

/*-------------------------------------------    
    Header
-------------------------------------------*/

#header {
	width: 700px;
	margin: 0px auto;
	height: 250px;
}

#header-photos {
	width: 450px;
	margin: 0px;
	height: 250px;
	float: left;
	display: block;
}

#header-branding {
	width: 250px;
	margin: 0px;
	height: 250px;
	float: left;
	display: block;
	background-image: url(../images/trailjeffersoncounty.jpg);
}

#header h1 {
	display:none;
}

/*-------------------------------------------    
    Structure
-------------------------------------------*/

#container {
	margin:0px auto;
	width: 700px;
	background-image: url(../images/center-bg.jpg);
}


#center {
	width: 700px;
	margin: 0px auto;
	background-image: url(../images/center-top-bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#center2 {
	width: 600px;
	margin: 0px auto;
	background-image: url(../images/center-top-bg.jpg);
	background-repeat: no-repeat;
}


#nav {
	width: 150px;
	margin: 0 20px 10px 70px;
	float: left;
	display: inline;
}

#hdbg-welcome {
	display: block;
	background-image: url(../images/welcome-hd.gif);
	height: 75px;
	width: 390px;
}

#hdbg-aboutus {
	display: block;
	background-image: url(../images/aboutus-hd.gif);
	height: 75px;
	width: 390px;
}

#hdbg-trails {
	display: block;
	background-image: url(../images/trails-maps-hd.gif);
	height: 75px;
	width: 390px;
}

#hdbg-photogallery {
	display: block;
	background-image: url(../images/photo-gallery-hd.gif);
	height: 75px;
	width: 390px;
}

#hdbg-events {
	display: block;
	background-image: url(../images/events-hd.gif);
	height: 75px;
	width: 390px;
}

#hdbg-events2 {
	display: block;
	background-image: url(../images/events-hd.gif);
	height: 75px;
	width: 390px;
	float:	left
}

#hdbg-lodging {
	display: block;
	background-image: url(../images/lodging-hd.gif);
	height: 75px;
	width: 390px;
}

#hdbg-meetings {
	display: block;
	background-image: url(../images/meetings-minutes-hd.gif);
	height: 75px;
	width: 390px;
}

#hdbg-links {
	display: block;
	background-image: url(../images/links-hd.gif);
	height: 75px;
	width: 390px;
}

#content {
	width: 390px;
	margin: 0 70px 0 0px;
	float: left;
	display: inline;
}

#footer {
	width: 700px;
	margin: 0 auto;
	color: #fff;
	background-image: url(../images/footer-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
	clear: both;
	padding-top: 70px;
	background-color: #607041;
}

#footer p {
	margin-left:240px;
	text-align: left;
	font-size: 65%;
	line-height: 100%;
	margin-bottom: 20px;
}

#footer a:link {
	color: #FFFFD7;
	text-decoration: none;
	}
#footer a:visited {
	text-decoration: none;
	color: #FFFFD7;
	}
#footer a:hover {
	text-decoration: underline;
	color: #ccc;
	}
#footer a:active {
	text-decoration: none;
	color: #ccc;
	}

#footer p.sitedesign {
	margin: 0 0 0 240px;
	color: #CCCCCC;
	font-size: 60%;
}

#footer p.sitedesign a:link, a:visited {
	color: #999999;
}

#footer p.sitedesign a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*-------------------------------------------    
    Navigation and Sub-Navigation
-------------------------------------------*/

#nav ul {
	list-style:none;
	width:150px;
	margin:0 0 20px 0;
	padding:0px;
	text-align:left;
	text-transform:capitalize;
}

#nav li {
	margin-bottom:2px;
	padding:0px;

}

#nav li a {
	display:block;
	border: 1px dotted #FFFFD7;
	font-weight: bold;
	font-size:100%;
	line-height:100%;
	letter-spacing:	-1px;
	text-decoration:none;
	margin:0px;
	padding:2px 2px 2px 4px;
	width:142px;
	color: #607041;
}

#nav li a:visited {
	
	color: #607041;
}

#nav li a:hover, #nav li a.welcomehd {
	border: 1px dotted #fff;
	color: #FFFFD7;
	background-image:url(../images/menu-bg.jpg);	
	}
	
/*-------------------------------------------    
    Misc.
-------------------------------------------*/

.hidden {
	display: none;
}
