body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #000 url(../imgs/bkg_tile.gif) repeat-x;
	color: #3D3D3D;
	margin: 0;
}
#wrapper {
	width: 1030px;
	height: 600px;
	margin:auto;
}
#header {
	height: 120px;
}
#logo {
	float: left;
	padding-left: 60px;
}
#topnav {
	float: right;
	padding-right: 63px;
	padding-top: 80px;
}
#topnav a, #toplink a:visited {
	color: #474747;
}
#topnav a:hover, #topnav a:visited:hover {
	color: #52bbea;
	text-decoration: none;
	cursor: pointer;
}
#menu {
	float: left;
	text-align: right;
	width: 130px;
	margin-right: 20px;
}

#imagery {
	width: 820px;
	height: 461px;
	overflow: hidden;
	position: relative;
}
#image {
	position: relative;
	z-index: 10;
}
#hello, #contact {
	position: absolute;
	display: inline;
	z-index: 100;
	width: 820px;
	height: 421px;
	padding-top: 54px;
	top: -500px;
}
#hello div, #contact div {
	float: left;
	height: 100px;
	width: 200px;
}
#hello {
	background: url(../imgs/bkg_hello.png) repeat-x;
}
#contact {
	background: url(../imgs/bkg_contact.png) repeat-x;
}
#contact a {
	color: #424242;
	text-decoration: underline;
}
#preloading {
	position: absolute;
	display: inline;
	z-index: 90;
	width: 820px;
	height: 461px;
	padding-top: 54px;
	top: 150px;
	left:400px;
}
#largeArrows {
	position: absolute;
	display: inline;
	z-index: 95;
	width: 820px;
	height: 461px;
	top: 0px;
	left:0px;
}
#content {
	float: left;
	width: 820px;
	height: 461px;
}
#detailsContainer {
	min-height: 120px;
}
#copy {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height:18px;
}
#detailsTitle {
	margin-top: 10px;
}
#detailsTitle a:link, #detailsTitle a:visited:hover, #detailsTitle a:hover {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
#detailsTitle a:visited {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
#arrow_left {
	margin-left: 5px;
	background: url(../imgs/arrow_left_off.gif) no-repeat;
}
#arrow_left:hover {
	background: url(../imgs/arrow_left_on.gif) no-repeat;
}
#arrow_right {
	background: url(../imgs/arrow_right_off.gif) no-repeat;
	margin-right: 5px;
}
#arrow_right:hover {
	background: url(../imgs/arrow_right_on.gif) no-repeat;
}
#arrow_details {
	background: url(../imgs/arrow_details_off.gif) no-repeat;
	margin-right: 5px;
}
#arrow_details:hover {
	background: url(../imgs/arrow_details_on.gif) no-repeat;
}
#progress {
	background-color: #333;
	color:#f00;
	height: 25px;
}
#bullet_nav {
	display: inline;
	width: 200px;
}
ul {
	list-style-type:none;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
a:link, a:visited:hover, a:hover {
	color: #52bbea;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #424242;
	text-decoration: none;
	cursor: pointer;
}
hr {
	border: 0;
	background-color: #2c2b2d;
	color:#2c2b2d;
	height: 1px;
	width: 84px;
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
}
.on {
	color: #52bbea;
}
.off {
	color: #424242;
}
img {
	border: 0;
}
.closeArrow {
	padding-left: 85px;
}