body{
	margin:0;
	background-color:#F7F5EE;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#37484E;
	background-repeat: no-repeat;
	background-position: center top;
	text-shadow:1px 1px 1px #ECECEC;
}
#header{
	z-index:1;
	position:absolute;
	width:100%;
	height:166px;
	background-image:url(images/bg_header.png);
	background-repeat:repeat-x;
}
.title{
	font-size:36px;
}
#slider{
	z-index:0;
	position:absolute;
	top:158px;
	width:100%;
	height:404px;
	background-color:#627176;
	background-image:url(images/bg_slider.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#seperator{
	background-color:#37484E;
	height: 569px;
}
#seperator2{
	background-color:#37484E;
	height: 164px;
}
#content{
	width:910px;
	margin:auto;
	background-color:#F7F5EE;
	padding:10px 0px 50px 0px;
	text-align:justify;
}
#footer{
	font-size:12px;
	padding-bottom:20px;
	background-color:#DCD7CA;
}

/*Slider Stuff=============================================*/
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 910px; margin: auto; position: relative; min-height: 450px;
											  background: ) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #000000; text-decoration: none; }
a:hover, a:active							{ color: #69787D; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 400px; position: absolute; top: 12px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 910px; height: 342px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 960px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ box-shadow: 0px 2px 5px #000; border: 1px solid #CCCCCC; margin-right: 5px;}
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 5px 5px 0px 5px; height: 45px; 
											  margin-top: -50px; position: relative; z-index: 9999; color:#37484e; font-weight:bold; }
.photo-meta-data span 						{ font-size: 14px; }
.cross-link									{ left:289px; display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ top:3px; }
