/* CSS Document */

html { 
margin:0 auto;
padding:0px;
}

body {
text-align:center;
max-width: 824px;
margin:0 auto;
padding:0px;
background-color:#677e30;
background-image:url(images/bgnew.jpg);
background-position:top center;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;}

#pageholder{
margin:0 auto;
padding:0px;
width: 824px;
height:inherit;
text-align:left;
background-image:url(images/bg.gif);
background-repeat:repeat-y;
margin-bottom:8px;
}

html>body #pageholder{
float:left;
height:auto;
}

#bannerbg1{
	float:left;
	background-image:url(images/homeBanner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:297px;
}

#bannerbg2{
	float:left;
	background-image:url(images/ptBanner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:297px;
}

#bannerbg3{
	float:left;
	background-image:url(images/groupFitnessBanner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:297px;
}

#bannerbg4{
float:left;
background-image:url(images/top4.jpg);
background-repeat:no-repeat;
width:800px;
height:297px;}

#bannerbg5{
float:left;
background-image:url(images/top5.jpg);
background-repeat:no-repeat;
width:800px;
height:297px;}

#bannerbg6{
float:left;
background-image:url(images/top6.jpg);
background-repeat:no-repeat;
width:800px;
height:297px;}

#bannerbg7{
float:left;
background-image:url(images/top7.jpg);
background-repeat:no-repeat;
width:800px;
height:297px;}

#banner{
float:left;
margin:0 6px 0 6px;
width:800px;
height:317px;
text-align:right;
}

html>body #banner{
margin:0 12px 0 12px;
}

#logo{
width:800px; margin-bottom:133px; float:left; }

#navbar{
float:left;
width:800px;
height:36px; 
list-style:none;

}

img.navbar {
float:left;}
/*
#navbar ul {
float:left;
height:auto;
margin:0;
padding:0px;
list-style: none;
list-style-type:none;
}
 
#navbar ul li {
float:left;
margin:0px;
padding:0px;
list-style:inherit;
display: inline;
}

#navbar ul li a:link, #navbar ul li a:visited {
text-decoration:none;
text-align:center;
width:107px;
height:36px;
margin-left:10px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:35px;
font-size:17px;
display:block;
background-image:url(images/menu.gif);
}

#navbar ul li a:hover {
background-position: -107px;
}
*/
#content{
float:left;
text-align:left;
width:740px;
padding:30px;
margin:0 7px 0 7px;
background-image:url(images/mainbg.gif);
color:#361928;
font-size:11px;
line-height:16px;}

html>body #content{
margin:0 13px 0 13px;
}

#content h1{
font-size:18px;
margin:4px 0 10px 0;
font-weight:100;}

#content h2{
font-size:14px;
margin:8px 0 6px 0;
color:#5f8e21;
}

#content h3{
font-size:13px;
margin:8px 0 6px 0;
font-weight:100;
font-style:italic;
color:#5f8e21;
}

#content p{
margin:6px 0 8px 0;
}

#content a{
color:#77ab32;
text-decoration:none;
}

#content a:hover{
text-decoration:underline;
}


.left{
float:right;
margin-left:15px;}

.right{
float:left;
margin-right:15px;}

#footer{
float:left;
width:770px;
height:36px;
margin:0 6px 0 6px;
padding:0 15px 0 15px;
background-image:url(images/footer.jpg);
background-repeat:repeat-y;
margin-right:-3px;
color:#231f20;
font-size:13px;
}

html>body #footer{
margin:0 12px 0 12px;
}
#footer a{
text-decoration:none;
color:#ffffff;
background-image:url(images/email.gif);
width:74px;
height:25px;
line-height:25px;
text-align:center;
font-size:11px;
display:block;}

#footer a:hover{
background-position:-74px;
}

#linky{
padding-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#9ba976;
}

#linky a:link, #linky a:visited{
color:#9ba976;
text-decoration:none;
}

#linky a:hover {
text-decoration:underline;
}

#base{
float:left;}




/* Navigation */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
			
	
	
}

#nav a {
	display: block;
	width:107px;
	margin-left:10px;
}

#nav li { /* all list items */
	float: left;

	width:auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding-top:0px;
	width:225px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	position:absolute;
}
/* normal states states */

/* first level */
#nav li a:link, #nav li a:visited{
width:107px;
height:36px;
line-height:35px;


display:block;
text-decoration:none;
text-align:center;
color:#FFFFFF;
font-size:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/menu.gif);
}

/* second level */
#nav li ul a:link, #nav li ul a:visited{
width:225px;
height:26px;
border-top:1px solid #ffffff;
line-height:25px;
display:block;
background-image:none;
text-decoration:none;
text-align:left;
text-indent:8px;
font-weight:bold;
font-size:10px;
	background-image:url(images/dm.png);

}

/* hover states */

/* first level */
#nav li a:hover{
background-position: -107px;
}

/* second level */
#nav li ul a:hover{
color:#ffffff;	
background-position:0 -26px;}


#nav li:hover {background-position: 0 0}
