body, div, p, ul, li, img {
border: none;
padding: 0px;
margin: 0px;
}

body {
background-image: url(images/ag_bgshad.jpg);
background-repeat: repeat-y;
background-position: center;
background-color: #999999;
text-align: center;
}

#wrapper {
width: 790px;
margin: 0 auto;
text-align: left;
border:none;
}

p {
font-family: Arial;
font-size: 12px;
color: #3d3d3d;
line-height: 16px;
margin-bottom: 10px;
}

p + p { 
margin-top: 10px;
}

* html p + p {
margin-top: 20px; /* for IE5 and IE6 in quirks mode */
ma\rgin-top: 10px; /* for IE6 in standards mode */
}

a img, :link img, :visited img {
border: none
}

a {
color: #036A44;
text-decoration: none;
}

a:hover, a:active {
color: #036A44;
text-decoration: underline;
}

a.external {
	background-image: url(/images/newwindow.gif);
	background-repeat: no-repeat;
	padding-right: 13px;
	background-position: right center;
}

h2 {
font-family: Arial;
font-size: 14px;
color: #036A44;
line-height: 40px;
background-image: url(images/h2bg.gif);
background-repeat: repeat-x;
margin: 0 0 10px 0;
padding: 0 0 0 10px;
font-weight: bold;	
}

h3 {
font-family: Arial;
font-size: 14px;
color: #036A44;
font-weight: bold;
text-align: center;
line-height: normal;
}

h4 {
font-family: Arial;
font-size: 14px;
color: #3D3D3D;
font-weight: bold;
line-height: 30px;
border-bottom: solid #DFDFDF 4px;
}

h5 {
font-family: Arial;
font-size: 14px;
color: #3D3D3D;
font-weight: bold;
}

/* --------Begin HEADER SECTION-------- */

#padbcont_header {
width:790px;
height:75px;
background-image: url(images/header_topbg.jpg);
background-position: right bottom;
background-repeat: no-repeat;
background-color: #C1C2BD;
}

#padbcont_mainmenu {
width:790px;
height:35px;
background-repeat:no-repeat;
}

#logotop {
padding: 7px 0 0 24px;
}

#logobot {
padding-left: 23px;
float: left;
border: none;
}

/* --------Begin MAIN NAVIGATION-------- */

#mainnav {
background: #fff;
margin: 0;
padding: 5px 25px 5px 30px;
text-align: right;
}

#mainnav p {
font-size: 12px;
line-height: 15px;
color: #999999;
}

#mainnav p#mainnav-menu {
text-align: right;
line-height: 16px;
border: none;
font-size: 11px;
padding-top: 8px;
}

#mainnav p#mainnav-menu a {
text-decoration: none;
padding: 0 0px 5px 0;
white-space: nowrap;
}

#mainnav p#mainnav-menu a:hover {
background: url(images/underline.gif) repeat-x 100% 100%;
}

#mainnav p#mainnav-menu .active {
background: url(images/underline.gif) repeat-x 100% 100%;
}

#mainnav p#mainnav-menu .divider {
padding: 0 5px;
}

/* --------End MAIN NAVIGATION-------- */

/* --------End HEADER SECTION-------- */

/* --------Begin MAIN CONTENT AREA-------- */

#boxcont_main { 
width: 100%;
height:auto; 
background-color: #FFF; 
padding: 20px 0 0 0;
}

.left {
  float: left;
  padding: 0px 30px 0px 30px;
  width: 200px;
}

.middle {
	top: 10px;
	margin: 0 260px 0 260px;
}

.middle-noright {
	margin: 0px 260px 0 260px;
	padding-top: 1px;
}

.right {
	padding: 0px 30px 0px 30px;
	width: 200px;
	float: right;
}

.leftandmiddle {
	padding: 0 260px 0 30px;
}

.rightandmiddle {
	padding: 0 30px 0 260px;
}

.full {
  padding: 10px 30px 10px 30px;
  clear: both;
}

.full a {
color: #036A44;
text-decoration: none;
font-family: Arial;
font-size: 12px;
}

.fullcentered {
  padding: 20px 30px 0px 30px;
  clear: both;
}

.fullcentered p {
font-family: Arial;
font-size: 12px;
color: #3d3d3d;
line-height: 16px;
margin-bottom: 10px;
text-align: center;
}

/* --------Begin PORTFOLIO-------- */

#gallery {
	height: 550px;
	padding-top: 15px;
	width: 789px;
	background-color: #fff;
}

#gallery a {color:#000;}
#gallery a:hover {text-decoration:none;}
#gallery a:visited {color:#000;}

/* slides styling */

#gallery .photo {width:720px; text-align:left; position:relative; margin:0 auto;}

#gallery .photo ul.topic {padding:0; margin:0; list-style:none; width:720px; height:auto; position:relative; z-index:10;}

#gallery .photo ul.topic li {display:block; width:120px; height:31px; float:left;}
#gallery .photo ul.topic li a.set {display:block; font-size:11px; width:119px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; font-family:verdana, arial, sans-serif;}

#gallery .photo ul.topic li ul 
{display:none;}

#gallery .photo ul.topic li.active a
{color:#000; background:#bbb;}

#gallery .photo ul.topic li a:hover,
#gallery .photo ul.topic li:hover a
{color:#fff; background:#aaa;}

#gallery .photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; margin:0; height:380px; background:#ddd; width:599px; padding:50px 30px 30px 50px; border:20px solid #bbb; z-index:1;}

#gallery .photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; margin:0; height:380px; background:#ddd; width:599px; padding:50px 30px 30px 50px; border:20px solid #aaa; z-index:100;}

#gallery .photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

#gallery .photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

#gallery .photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}

#gallery .photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

#gallery .photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}

/* --------End PORTFOLIO-------- */

/* --------Begin Lightbox Effect -------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* --------End Lightbox Effect -------- */

/* --------Begin SPECIALS-------- */

.specials {
	background-image: url(images/specials-summerSPORTcamp.jpg);
	height: 547px;
	background-position: center top;
	background-repeat: no-repeat;
}

.specials p {
font-family: Arial;
font-size: 14px;
color: #3D3D3D;
text-align: center;
margin: 0px;
padding: 0px;
}

.specials h6 {
font-family: Arial;
font-size: 14px;
color: #CC0000;
font-weight: bold;
text-align: center;
}

.specials ul {
text-align: center;
margin: 0;
padding: 10px;
list-style-type: none;
}

/* --------End SPECIALS-------- */

/* --------End MAIN CONTENT AREA-------- */

/* --------Begin Contact Form Styles-------- */

legend {  
margin-left: 1em;  
color: #3d3d3d;  
font-weight: bold;
padding: 0;
}

fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;
font-family: Arial;
font-size: 12px;
color: #3d3d3d;
border: 1px solid #BFBAB0;  
background-color: #F2EFE9;
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}

fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}

fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;    
padding-left: 14em;  
background-color: transparent;
}

label {  
float: left;  
width: 12em;  
margin-right: 1em;  
text-align: right;
font-family: Arial;
font-size: 12px;
color: #3d3d3d;
position: relative;  
}

right-aligned-labels.css label strong {
position: absolute;
left: 27em;
top: 0.2em;
width: 19em;
color: #C00;
font-size: 85%;
font-weight: normal;
text-transform: uppercase;
}

fieldset-background-color.css .thanks {
color: #FF0000;
}

.thanks {
color: #CC0000
}

/* --------End Contact FORM Styles-------- */

/* --------Begin FOOTER-------- */

#footer {
background: #fff;
margin: 0;
padding: 10px 25px 0 25px;
text-align: center;
clear: both;
}

#cont_footer {
height:100px;
background-color: #FFF;
clear: both;
}

/* --------Begin DATELINE-------- */

#dateline {
background: #fff;
margin: 0;
width:790px;
}

#dateline p {
text-align: center;
font-size: 12px;
line-height: 15px;
color: #999999;
font-family: Arial;
}

/* --------End DATELINE-------- */

#footer p {
font-size: 12px;
line-height: 16px;
color: #999999;
}

#footer p#footer-menu {
float: none;
text-align: center;
border: none;
font-size: 12px;
padding-top: 0px;
}

#footer p#footer-menu a, #footer p#footer-menu a:visited {
padding: 0 5px;
border: none;
}

#footer .credit a {
padding: 0px;
border: 0px;
color: #999999;
text-decoration: none;
}

#footer .credit a:hover {
padding: 0px;
border: 0px;
color: #036A44;
text-decoration: none;
}

/* --------End FOOTER-------- */
