body{
	background: url('../_images/body-bg.jpg') top repeat;
	font-family: 'Times New Roman', Times, serif;
	color: #555;
}

#logo{
	height: 137px;
	width: 960px;
	position: relative;
	margin-top: 30px;
}

#logo img{ border: none !important;}

a {
	color: #FFA300;
}

#nav{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}

#nav ul{
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li{
	display: inline;
	list-style: none;
}

#nav ul li a{
	font-size: 16px;
	padding: 15px;
	text-transform: uppercase;
}

#nav ul li a:hover, #nav ul li a.active{
	text-decoration: none;
}

#header {
	background: url('../_images/creampaper.jpg') top repeat;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

img{
	border: solid 2px #999;
}

h1 {
	border-bottom: 1px solid #555555;
	padding-bottom: 5px;
}

hr{
	height: 1px;
	width: 100%;
	background: #ccc;
}

#heroshot{
	width: 882px;
	position: relative;
	margin: 0 auto;
}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-top: 1px solid white;
	background: url('../_images/footer-bg.jpg') top repeat;
}

/**************
	SLIDER
**************/

.slider-wrap{
	width: 960px;
	position: relative;
	height: 350px;
}

#main-photo-slider{
	float: left;
	border: solid 1px #ccc;
}
			
.stripViewer .panelContainer .panel ul{ 
	text-align: left; 
	margin: 0 15px 0 30px;
}

.stripViewer{
	position: relative; 
	overflow: hidden; 
	width: 760px; 
	height: 350px;
}

.stripViewer .panelContainer{
	position: relative; 
	left: 0; 
	top: 0;
}

.stripViewer .panelContainer .panel{
	float: left; 
	height: 350px; 
	position: relative; 
	width: 760px;
}

.stripNavL, .stripNavR, .stripNav{
	display: none;
}

.nav-thumb{
	border: 1px solid #ccc; 
	margin-right: 5px;
	width: 100px;
}

#movers-row{
	float: left; 
	width: 65px; 
	height: 350px; 
	margin-left: 20px; 
	position: relative;
}

#movers-row div{
	margin-right: 10px; 
	position: relative;
}

.photo-meta-data span{
	font-size: 13px;
}

.cross-link	{
	display: block; 
	width: 100px; 
	position: relative; 
	z-index: 9999;
	margin-bottom: 10px;
}

.active-thumb{
	background: transparent url(../_images/icon-uparrowsmallwhite.png) top center no-repeat;
}

#fair-housing {
	width: 75px;
	height: 75px;
}

#fair-housing img {
	border: none;
}

#content {
	padding-top: 30px;
	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.clearDiv{ clear: both; }
