* { padding: 0; margin: 0; }

/* following is for lightbox gallery */

#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(gallery/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gallery/images/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; }

body,html 
{
	margin:0;
	padding:0;
	background:#000000;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px
}
body 
{
	min-width:800px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
a:link {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:visited {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:hover {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a img
{
    border: none;
}
h1
{
    font-family: Lucida Sans Unicode, Sans-Serif;
}
#wrap 
{
	background:#000000;
	margin:0 auto;
	width:800px;
}
#header 
{
	background:#ddd;
	height:125px;
	background-image: url(images/benbanner.jpg);
	margin: 5px 0px 0px 0px;
}
#header h1 
{
   	padding:5px;
	margin:0;
	color: #ff5500;
	font-size: 80px;
	text-align: center;
	padding: 25px 0px 0px 0px;
	font-family: Trebuchet, sans-serif;
}
#homeHeader 
{
	background:#000000;
	height:125px;
	margin: 5px 0px 0px 0px;
}
#homeHeader h1 
{
   	padding:5px;
	margin:0;
	color: #ff5500;
	font-size: 80px;
	text-align: center;
	padding: 25px 0px 0px 0px;
	font-family: Trebuchet, sans-serif;
	/* 2 lines below enable heading to hover over the rotating banner */
	display: block;
	position: relative; top:-125px;
}
#main 
{
	background:#000000;
	float:right;
	width:600px;
	color: #ffffff;
	padding: 5px 0px 5px 5px;
}
#main p 
{
	padding:10px 0px 10px 0px;
	text-align: justify;
}
#main h1
{
	padding:10px 0px 10px 0px;
	font-size: 40px;
}
#main h2
{
	padding:10px 0px 10px 0px;
	font-size: 30px;
}
#main h2 a
{
	padding:10px 10px 2px 40px;
	text-decoration: underline;
	font-size: 30px;
}
#main h2 a:hover, #main h2 a:active
{
	color: #ff5500;
}
#main h3
{
	padding:10px 0px 10px 0px;
	font-size: 20px;
}
#main h3 a
{
	padding:10px 10px 2px 10px;
	text-decoration: underline;
	font-size: 20px;
}
#main h3 a:hover, #main h2 a:active
{
	color: #ff5500;
}
#main a, #main a:link, #main a:visited
{
	color: #ffffff;
}
#main a:hover, #main a:active
{
	color: #ff5500;
}
#mainFull 
{
	background:#000000;
	float:right;
	width:800px;
	color: #ffffff;
	padding: 5px 0px 5px 5px;
	
}
#mainFull p 
{
	padding:10px 0px 10px 0px;
	text-align: justify;
}
#mainFull h1
{
	padding:10px 0px 10px 0px;
	font-size: 40px;
}
#mainFull h2
{
	margin: 20px 0px 20px 20px;
	padding:10px 0px 10px 10px;
	font-size: 30px;
}

#mainFull a, #mainFull a:link, #mainFull a:visited, #mainFull a:hover, #mainFull a:active
{
	color: #ffffff;
}
#nav 
{
	background:#000000;
	padding: 5px 5px 5px 0px;
	width: 600px;
	float: right;
}

#nav ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li
{
	display: inline;
	margin:0;
	padding:0;
}

/* for the pic links on home page */

#picNav 
{	
	margin:0 auto;
	background:#000000;
	padding: 5px 5px 5px 5px;
	width: 800px;
	float: right;
}
#picNav ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#picNav li
{
	display: inline;
	margin:0;
	padding: 20px 5px 20px 0px;
}

/* for the word links on home page */
#homeNav 
{	
	
	margin: 0px 0px 50px 0px;
	background:#000000;
	padding: 5px 5px 5px 5px;
	width: 800px;
	float: left;
}
#homeNav ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#homeNav li
{
	display: inline;
	margin:0;
	padding:0px 10px 0px 0px;
}
#homeNav li a:link, #homeNav li a:visited 
{
    display: block;
    padding:10px 20px 10px 35px;
    text-decoration: none;
    background-color: #000;
    display: inline;
    color: #fff;
    width: 100px;
}
#homeNav li a:hover 
{
    background-color: #000;
    color: #ff5500;
}
/* up to here */

#nav li a:link, 
#nav li a:visited 
{
    display: block;
    padding: 5px 16px 5px 17px;
    text-decoration: none;
    background-color: #ddd;
    display: inline;
    color: #ff5500;
    width: 100px;
}
#nav li a:hover 
{
    background-color: #eaeaea;
    color: #0090d8;
}

#home li.home a:link, #home li.home a:visited, #home li.home a:hover,
#summer li.summer a:link, #summer li.summer a:visited, #summer li.summer a:hover,
#winter li.winter a:link, #winter li.winter a:visited, #winter li.winter a:hover,
#about li.about a:link, #about li.about a:visited, #about li.about a:hover,
#contact li.contact a:link, #contact li.contact a:visited, #contact li.contact a:hover,
#news li.news a:link, #news li.news a:visited, #news li.news a:hover,
#links li.links a:link, #links li.links a:visited, #links li.links a:hover,
#gallery li.gallery a:link, #gallery li.gallery a:visited, #gallery li.gallery a:hover
{
    background-color: #ffffff;
    display: inline;
    color: #ff5500;
    width: 100px;
}

#sidebar 
{
	background:#000000;
	float:left;
	width:190px;
	padding-top: 6px;
	color: #fff;
}
#sidebar img
{
	padding-bottom: 3px;
}
#sidebar h3, 
#sidebar p 
{
	padding:0 5px 0 0;
	text-align: right;
}
#footer 
{
    	width:800px;
	clear:both;
	padding: 0px 0px 5px 0px;
	color: #000000;
}
#footer ul
{
    list-style: none;
    background:#ddd;
    padding-top: 3px;
    padding-bottom: 3px;
}
#footer li 
{
    display: inline;
}
#footer li a:link, #footer li a:visited 
{
    text-decoration: none;
}
#footer li a:hover 
{
	background: #eaeaea;
}
#footerBottomLeft
{
	background:#ddd;
	height:auto; 
	vertical-align: bottom;
	font-size: 0;
    	line-height: 0;
    	float: left;
    	padding-top: 12px;
}
#footerBottomRight
{
	background:#ddd;
	height:auto; 
	vertical-align: bottom;
	font-size: 0;
    	line-height: 0;
    	float: right;
    	padding-top: 12px;
}
#copyright
{
    width: 250px;
    float: right;
    text-align: right;
    font-size: 9px;
    background:#ddd;
    padding-top: 6px;
}
#designed
{
    float: right;
    text-align: right;
    padding: 3px 3px 0px 5px;
    color: #000;
    background:#ddd;
    font-size: 9px;
}
#designed a, #designed a:link, #esigned a:visited
{
	color: #000000;
	font-size: 12px;
}
#designed a:hover, #designed a:active
{
	color: #ff5500;
}
#amilogo
{
	float: right;
}
#tag
{
	float: left;
}
#lowerLeft
{
	width: 400px;
	float: left;
	background:#000;
}
#lowerRight
{
	padding-top: 6px;
	width: 300px;
	float: right;
	background:#000;
}
#lowerLeft ul
{
    list-style: none;
    background:000;
    padding-top: 2px;
    padding-bottom: 2px;
}
#footAddress
{	
	width: 800px;
	color: #ffffff;
	text-align: center;
}
.newsItem
{
	padding-top: 10px;
	border-bottom: 2px solid #eaeaea;
}
.aboutItem
{
	padding-top: 10px;
	border-bottom: 2px solid #eaeaea;
}
.aboutItem .headerAbout
{
	font-size: 25px;
}
.aboutItem .headerTitle
{
	font-size: 18px;
}
.summerItem
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eaeaea;
}
.summerItem .header
{
	font-size: 18px;
}
.winterItem
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eaeaea;
}
.winterItem .header
{
	font-size: 18px;
}
.highlighted
{
	color: #ff5500;
}