/* Reset */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	border: 0; 
	margin: 0;
	padding: 0;
}



/* Miscellaneous */
body {
	background: url("../images/background_watercolor.gif") no-repeat top center #fffdee;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: center;
}

/* Container */
.container {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 960px;
}


/* Logo */
.logo {
	float: left;
	margin: 25px 0 0 0;
}

/* Social */
.social {
	float: right;
	margin: 110px 20px 0 0;
}

/* Rotator */
.rotator {
	margin: 35px 0 0 0;	
}

.info {
	float: left;
	margin: 25px 80px 0 0;
	width: 240px;
}

.info p {
	margin: 10px 0 10px 0;	
}

.info h2,
.about h2,
.find h2 {
	color: #e77b06;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.about {
	float: left;
	margin: 25px 80px 0 0;
	width: 260px;
}

.about p {
	margin: 10px 0 10px;	
}

.find {
	float: left;
	margin: 25px 0 0 0;
	width: 240px;
}

.find p {
	margin: 10px 0 10px;	
}


/* Footer */
.footer {
	background: url("../images/background_cityscape.png") no-repeat;
	bottom: 0;
	height: 285px;
	left: 0;
	position: relative;
	width: 100%;
}




/*--Main Container--*/
.main_view {
	float: left;
}
/*--Window/Masking Styles--*/
.window {
	height: 437px;
	width: 938px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	text-align: left;
	height: 46px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin-bottom: -15px;
}
.paging a {
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	height: 46px;
	width: 46px;
	background: url("../images/rotator_paging.png") no-repeat -44px -10px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 0 0 -5px;
}
.paging a.active {
	font-weight: bold; 
	background: url("../images/rotator_paging.png") no-repeat -5px -10px;
	height: 46px;
	width: 46px;
	display: block;
}

.paging a:focus { outline: none; }
