@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}



body {
	background-image: url(/_images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10pt;
	background-color: #446648;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 10px 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}


h1 {
	font-size: 18pt;
	color: #FFF;
	font-family: Calibri, Arial, sans-serif;
	margin-bottom: 5px;
}


h2 {
	font-size: 16pt;
	color: #FFF;
	font-family: Calibri, Arial, sans-serif;
	margin-bottom: 5px;
	margin-top:5px;
}
h3 {
	font-size: 14pt;
	color: #FFFF66;
	font-family: Calibri, Arial, sans-serif;
	margin-top: 5px;
}
h4 {
	font-size: 14pt;
	color: #FFFF66;
	font-family: Calibri, Arial, sans-serif;
	margin-top: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul  {
	list-style-type: disc;
	margin-left: 20px;
}
ul li {
	padding: 2px 0;
}

#wrapper {
	margin: 0 auto;
	width: 888px;
}
#tag_wrapper {
	width: 380px;
	float: right;
	margin-top: -40px;
	background-color: transparent;
}
#tag_wrapper  #tagline{
	position: relative;
	width: 250px;
	left: 0px;
	top: -130px;
	z-index: 10;
}
#tag_wrapper #balls{
	background-image: url(/_images/tennis-balls.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 137px;
	position: relative;
	left: 210px;
	z-index: 10;
	top: 15px;
}

#top_banner {
	background-image: url(/_images/white_top.png);
	background-repeat: no-repeat;
	margin: 65px 0 0 0;
	height: 182px;
	width: 888px;
}

#top_banner #logo {
	padding: 8px 5px 5px 35px;
	width: 155px;
}
#top_banner #image {
	background-image: url(/_images/top_image.png);
	background-repeat: no-repeat;
	width: 628px;
	height: 155px;
	position: relative;
	left: 245px;
	top: -165px;
}


#bottom_wrapper {
	margin-top: 55px;
	width: 888px;
	min-height: 570px;
	height: auto;
}
#navigation {
	background-image: url(/_images/nav.png);
	background-repeat: no-repeat;
	height:585px;
	width: 226px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
#navigation ul  {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 10px;
}

#navigation ul li {
	display: block;
	height: auto;
	padding: 3px 0;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#navigation ul li ul{
	padding-left: 20px;
	padding-top: 7px;
}

#content {
	background-image: url(/_images/content.png);
	background-repeat: no-repeat;
	height:565px;
	width: 632px;
	float: left;
	padding: 15px 10px 10px 20px;
	margin-left: -1px;
}
#content #text {
	height:540px;
	overflow: hidden;
	overflow-x: hidden;
	padding:5px 5px 5px 0px;
	width: 610px;
	scrollbar-track-color: transparent;
}
#footer {
	width: 888px;
	height: 30px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer p {
	padding: 5px;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
