* { margin: 0; padding: 0; }
body { background: #fff url(../images/way-burst-bkgd.gif) no-repeat center; font-family: Arial, "Lucida Grande", Verdana, sans-serif; font-size: small; color: #343434; }
#page { margin: auto; width: 100%; height: 752px; background: url(../images/way-content-bkgd2.gif) no-repeat center top; border:0; display: table;}
#header { margin: auto;width: 800px; padding-top: 85px; background: url(../images/header-bkgd.gif) no-repeat bottom; border:  }
/* old
#banner { margin: auto;  float: left; padding: 10px 0 0 10px; height: 135px; width: 300px;  } 
*/
#banner { margin: auto;  float: center; padding: 0; } 
#container { margin: auto; width: 750px; }
#content { margin: auto; float: left; width: 740px; }
#footer { clear: left; position: absolute; top: 550px; padding: 0 0 0 30px; font-size: .8em; }
#logo { border: 0;}
.article {width: 365px; float: left; }
.article img { float: left; margin-right: 10px;}
.article p { padding: 5px 10px 0px 30px;}

.detail {width: 100%; float: left; margin-top: 20px; }
.detail img { float: left; margin-right: 10px; }
.detail p { padding: 5px 10px 0px 30px;}



#nav	{ margin: auto; margin-top: 0px; width: 600px; float:center; font-size: 1em; list-style: none; }
#nav li	{ float: left; margin: 0 2px 0 0; padding: 0; }
#nav a	{ float: left; display: block; padding: 5px 15px; color: #343434; text-decoration: none; text-transform: uppercase;}
#nav a:hover	{ color: #000; background:url(../images/star_ro.gif) no-repeat center; }
#nav a.on	{ color: #000; background:url(../images/star_on.gif) no-repeat center; }

#navgal	{
	margin-top: 0px;
	width: 600px;
	float:center;
	font-size: 1.5em;
	list-style: none;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#navgal li	{ float: left; margin: 0 0 0 5px; padding: 0; }
#navgal a	{ float: left; display: block; padding: 13px 15px; color: #f06; text-decoration: none; text-transform: uppercase;}
#navgal a:hover	{ color: #000; background:url(../images/butterfly_ro.gif) no-repeat center; }
#navgal a.on	{ color: #000; background:url(../images/butterfly_on.gif) no-repeat center; }

a	{color:#000099;}
a:hover	{color: #000;}
a:active	{color: #ffcc00;}
#footer a	{text-decoration:none; color: #343434; }

#home h1	{ text-align:center; font-size:3em; margin-top: 40px; color:#FF0066; margin-left: 0px;}
#home h2	{ text-align:center; font-size:2em; margin-top: 2px; color:#CC6633; margin-left: 0px;}
#home h3	{ text-align:center; font-size:1.25em; margin-top: 2px; color:#CC6633; margin-left: 0px;}
#home p	{ text-align:left; font-size:1.25em; margin-top: 20px; }


h1, h2, h3	{ margin-left: 30px; }
h1 { font-size:1.5em; margin-top: 0px; }
h2 { font-size:1em; padding: 9px 30px 0 30px; }
h3 { padding: 12px 30px 0 30px; }

p { line-height: 155%; padding: 5px 30px; }
#switcher p	{ padding: 5px 2px; }

ul { line-height: 155%; list-style-type:disc; color: #343434; margin: 0 0 0.5em 30px; }
ol { line-height: 155%; list-style-type: decimal; margin: 0 0 0.5em 30px; }

img	{ border: 0; }



.note { background-color:#ff9933; }

/* contact */

#contact	{ float: left; width: 400px; }
#contactcopy	{ float: left; width: 300px; }
#contactcopy p	{padding: 5px 0px 5px 0px; }
#contactinfo 	{padding-top: 10px; }
#contactinfo p	{ color:#0033FF; }






/* photogallery */
#photogallery	{ clear:both; float:left; width:100%; }
#photogallery ul	{ clear:both; float:left; width:100%; list-style:none; }
#photogallery ul li	{ float:left; display:block; margin:5px; border:1px solid #ddd; }
#photogallery ul li a, #photogallery ul li a:visited	{ display:block; border:1px solid #009; }
#photogallery ul li a:hover, #photogallery ul li a:active	{ border:1px solid #900; }

/*
			lighbox */
		



#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: url(../images/prevlabel.gif) left 15% no-repeat; }
#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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	
	*/
	
	
	}
	
		/*
			Vertical Accordions
		
		*/
		
		#vertical_container { margin-top: 10px;}
		
		.accordion_toggle {
			display: block;
			height: 20px;
			background: url(../images/butterfly_blue.gif) no-repeat top right #fff;
			padding: 0 5px 0 10px;
			line-height: 20px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 13px;
			color: #c30;
			border-bottom: 1px solid #6cf;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #f09;
			color: #ffffff;
			border-bottom: 1px solid #fff;
		}
		
		.accordion_content {
			background-color: #fff;
			color: #000;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 0;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px ;
			}
			



