/* web.css Stylesheet for Screen */
/* site "URL" */

/* ---------------------------------------------------- 
Standard Formatting
---------------------------------------------------- */ 

* 
	{
	margin: 0;
	padding: 0;
	}

html 
	{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}

body 
	{
	height: 100%;
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	background: url(/img/body-ytile.gif) repeat-y top center #AFA89B;
	}
	
a:link,
a:visited
	{
	color: #000;
	}
	
a:hover,
a:active
	{
	color: #BD570F;
	}

	
h1
	{
	font-size: 16px;
	color: #000;
	}
	
h2
	{
	font-size: 14px;
	color: #000;
	}	

h3
	{
	font-size: 12px;
	color: #000;
	line-height: 14px;
	}

hr
	{
	color: #000;
	}
	
td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	vertical-align: top;
}

/* ---------------------------------------------------- 
Layout Formatting
---------------------------------------------------- */ 

#wrapper 
	{
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	width: 768px;
	text-align: center;
	background: url(/img/body-ytile.gif) repeat-y top center;
	position: relative;
	}
	
#sidebar
	{
	height: 478px;
	width: 256px;
	float: left;
	position: absolute;
	top: 325px;
	left: 4px;
	z-index:99999;
	}

#header
	{
	width: 760px;
	height: 94px;
	margin: 0 auto;
	background: url(/img/header-bg.gif) top center no-repeat;
	}
	
#header span
	{
	display: none;
	}
	
#logo
	{
	float: left;
	width: 250px;
	height: 94px;
	}
	
#pdfbuttoncontainer
	{
	float:right;
height:61px;
padding-right:29px;
text-align:right;
width:481px;
	}

#navigation
	{
	width: 510px;
	height: 33px;
	float: right;
	overflow: hidden;
	}
	
#navcontainer
	{
	width: 510px;
	height: 33px;
	margin: 0 auto;
	background: url(/img/nav-xtile.gif) repeat-x left top;
	text-align: center;
	overflow: hidden;
	}
	
body.home #mainphoto
	{
	width: 760px;
	height: 272px;
	margin: 0 auto;
	background: url(/img/mainphoto-home.jpg) repeat-x left top;
	text-align: left;
	}
	
#mainphoto
	{
	width: 760px;
	height: 272px;
	margin: 0 auto;
	background: url(/img/mainphoto-home.jpg) repeat-x left top;
	text-align: left;
	}
	
#content
	{
	width: 760px;
	padding: 25px 0 0 0;
	margin: 0 auto;
	text-align: left;
	background: url(/img/maincontent-xtile.gif) repeat-x left top;
	background-color: #FFF;
	}

#container
	{
	width: 760px;
	background: url(/img/leftcolumn-ytile.gif) repeat-y left top;
	float: left;
	}
	
	#container2
	{
	width: 760px;
	xbackground: url(/img/leftcolumn-ytile.gif) repeat-y left top;
	float: left;
	}
	
#leftcolumn
	{
	width: 173px;
	min-height: 60px;
	_height: 60px;
	background: url(/img/leftcolumncontentbg.gif) no-repeat left top;
	float: left;
	}
	
	#leftcolumn2
	{
	padding:10px;
	width: 153px;
	min-height: 60px;
	_height: 60px;
	xbackground: url(/img/leftcolumncontentbg.gif) no-repeat left top;
	float: left;
	}
	
body.home #rightcolumn
	{
	width: 488px;
	padding-top: 15px;
	background: url(/img/maincontent-xtile) repeat-x left top;
	float: right;
	}	
	
#rightcolumn
	{
	width: 587px;
	padding-top: 15px;
	background: url(/img/maincontent-xtile) repeat-x left top;
	float: right;
	}

#fullwidth
	{
	width: 100%;
	background: url(/img/leftcolumn-xtile) repeat-x left top;
	float: left;
	}
	
.contentpadding
	{
	width: 95%;
	margin: 0 auto;
	}
	
#weblogos
	{
	height: 62px;
	}
	
#printlogos
	{
	display:none;
	}
	
#footer
	{
	text-align: right;
	height: 100px;
	padding: 28px 10px 0 10px;
	width: 740px;
	margin: 0 auto;
	background: url(/img/content_footer-xtile.gif) repeat-x left top;
	}
	
body.home .floatleft
	{
	display: none;
	}
	
.floatleft
	{
	float: left;
	text-align: left;
	width: 50%;
	}
	
.floatright
	{
	float: right;
	text-align: right;
	width: 50%;
	}

.floathalf
	{
	float: left;
	width: 49%;
	}
	
.floatleft
	{
	float: left;
	width: 35%;
	}

.clear
	{
	clear: both;
	}

/* ---------------------------------------------------- 
Main Navigation
---------------------------------------------------- */ 	

/* Corresponds with body class name to display current page in navigation */

body.home #home,
body.sitemap #sitemap,
body.gallery #gallery,
body.location #location,
body.resources #resources,
body.contact #contact
	{
	background-position: bottom left; 
	}

body.home #home:hover,
body.sitemap #sitema:hoverp,
body.gallery #gallery:hover,
body.location #location:hover,
body.resources #resources:hover,
body.contact #contact:hover
	{
	background-position: bottom left; 
	}

div#navigation a span
	{
	display: none;
	}
	
/* Navigation buttons */	
				
#home
	{ 
	width: 78px; 
	height: 33px; 
	overflow: hidden; 
	background: url(/img/home_btn.gif) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#home:hover
	{ 
	background-position: top right;
	}

#sitemap
	{ 
	width: 84px; 
	height: 33px; 
	overflow: hidden; 
	background: url(/img/sitemap_btn.gif) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#sitemap:hover
	{ 
	background-position: top right;
	}
	
	#flashsitemap{
		float:right;
		margin-right:20px;
	}
	
	#flashlocation{
		float:right;
		margin-right:15px;
		}
	
#gallery
	{ 
	width: 81px; 
	height: 33px; 
	overflow: hidden; 
	background: url(/img/gallery_btn.gif) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#gallery:hover
	{ 
	background-position: top right;
	}
	
#location
	{ 
	width: 84px; 
	height: 33px; 
	overflow: hidden; 
	background: url(/img/location_btn.gif) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#location:hover
	{ 
	background-position: top right;
	}
	
#resources
	{ 
	width: 95px; 
	height: 33px; 
	overflow: hidden; 
	background: url(/img/resources_btn.gif) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#resources:hover
	{ 
	background-position: top right;
	}
	
#contact
	{ 
	width: 88px; 
	height: 33px; 
	overflow: hidden; 
	background: url(/img/contact_btn.gif) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#contact:hover
	{ 
	background-position: top right;
	}
	
#pdfbutton
	{
	width: 105px;
	height: 39px;
	overflow: hidden; 
	background: url(/img/pdf_btn2.gif) top left no-repeat; 
	display: block;
	float: right;
	}
	
#pdfbutton:hover
	{
	background-position: bottom left;
	}
	

	
	
/* ---------------------------------------------------- 
Typographic
---------------------------------------------------- */ 

/* tags */
p 
	{
	margin: 10px 9px 10px 8px;
	}

ul
	{
	margin: 8px;
	list-style-type: square;
	}
	
li
	{
	margin: 0 0 0 10px;
	}
	
li p
	{
	padding-left: 0px;
	}

/* custom classes */
.fontEmp
	{
	color: #CE7018;
	}
	
.fontSize10pt
	{
	font-size: 10pt;
	}

.fontSize12pt
	{
	font-size: 12pt;
	}
			
.fontSize14pt
	{
	font-size: 14pt;
	}
	
.fontSize16pt
	{
	font-size: 16pt;
	letter-spacing: -.1em;
	}
	
.fontSize18pt
	{
	font-size: 18pt;
	letter-spacing: -.1em;
	}
	
#footer p
	{
	font-size: 9px;
	padding-top: 5px;
	margin: 0 8px 0 0;
	}

#rightcolumn a:link,
#rightcolumn a:visited
	{
	color:#416EAF;
	}
	
#rightcolumn a:hover,
#rightcolumn a:active
	{
	color: #BD570F;
	}
		
/* ---------------------------------------------------- 
Header (H1) Replacement
---------------------------------------------------- */ 

/* Corresponds with body class name to display current page heading image */

h1 span
	{
	display:none;
	}

body.home h1
	{
	width: 500px; 
	height: 31px; 
	background: url(/img/home-title.gif) top left no-repeat; 
	}
	
body.sitemap h1
	{
	width: 500px; 
	height: 31px; 
	background: url(/img/overview.gif) top left no-repeat; 
	}
	
body.gallery h1
	{
	width: 500px; 
	height: 31px; 
	background: url(/img/gallery-title.gif) top left no-repeat; 
	}
	
body.location h1
	{
	width: 500px; 
	height: 31px; 
	background: url(/img/location-title.gif) top left no-repeat; 
	}
	
body.resources h1
	{
	width: 500px; 
	height: 31px; 
	background: url(/img/resources-title.gif) top left no-repeat; 
	}
	
body.contact h1
	{
	width: 500px; 
	height: 31px; 
	background: url(/img/contact-title.gif) top left no-repeat; 
	}
	

#slideshow {
    position:relative;
    height:272px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
