* {
	margin:					0;
	padding:				0;
}
img {
	border:					0;
}
body {
	font:					normal 13px/20px Arial, sans-serif;
	color:					#333;
	background-color:		#FFF;
	line-height: 1.4;
}
#container {
	width:					939px;
	margin:					0px auto;
	border-top:				solid 10px #b4d771;
}
/* #### NAV #### */

#nav {
	float:					left;
	width:					230px;
	height:					493px;
	padding:				127px 0px 0px 0px;
	color:					#FFF;
	background:				transparent url("../images/nav.jpg") no-repeat;
	overflow:				hidden;
}
#nav ul li {
	display:				block;
	float:					left;
	width:					220px;
	height:					43px;
	margin-bottom:			2px;
	overflow:				hidden;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	display:				block;
	height:					13px;
	padding: 				14px 0px 16px 40px;
	font:					normal 13px/14px Arial, sans-serif;
	color:					#FFF;
	text-decoration: 		none;
}
#nav ul li a:hover {
	background:				transparent url("../images/nav-selected.gif") no-repeat;
}
#nav ul li.selected {
	height:					13px;
	padding:				14px 0px 16px 40px;
	font:					normal 13px/14px Arial, sans-serif;
	background:				transparent url("../images/nav-selected.gif") no-repeat;
}
#secondary-nav {
	float:					left;
	width:					709px;
	height:					43px;
	margin-top:				10px;
	font:					normal 13px/14px Arial, sans-serif;
	background:				transparent url("../images/secondary-nav.gif") no-repeat;
}
#secondary-nav p {
	display:				block;
	float:					left;
	width:					182px;
	padding:				12px 0px 0px 0px;
	font:					bold 15px/20px Arial, sans-serif;
}
#secondary-nav ul {
	float:					left;
	list-style:				none;
}
#secondary-nav ul li {
	float:					left;
	border-right:			solid 2px #FFF;
	overflow:				hidden;
}
#secondary-nav ul li a:link, #secondary-nav ul li a:visited, #secondary-nav ul li a:active {
	float:					left;
	height:					13px;
	padding: 				14px 15px 16px 15px;
	color:					#333;
	text-decoration: 		none;
	overflow:				hidden;
}
#secondary-nav ul li a:hover {
	background-color:		#dbdbdb;
	overflow:				hidden;
}
#secondary-nav ul li.selected {
	height:					13px;
	padding:				14px 15px 16px 15px;
	color:					#FFF;
	background-color: 		#00acec;
}
/* #### A-FEATURE #### */

#a-feature {
	float:					left;
	width:					709px;
	height:					330px;
	margin:					10px 0px 10px 0px;
	background-color: 		#022e5b;
	overflow:				hidden;
}
#a-feature.home {
	height:					378px;
}
#a-feature.display-home {
	height:					318px;
	background-color: 		#FFF;
}
/* #### DISPLAY HOME GALLERY #### */

#gallery-active-window {
	float:					left;
	width:					528px;
	height:					314px;
	margin:					10px 0px 10px 0px;
}
.gallery {
	display:				block;
	float:					left;
	width:					181px;
	height:					314px;
	margin:					9px 0px 11px 0px;
	overflow:				hidden;
}
.gallery li {
	display:				block;
	float:					left;
	width:					88px;
	height:					77px;
	border:					1px solid #FFF;
	overflow:				hidden;
}
.gallery li a {
	display:				none;
}
.gallery li img.thumb {
	cursor:					pointer;
	display:				block;
	width:					auto;
	height:					auto;
}
#text {
	float:					left;
	width:					469px;
	padding:				20px 40px 0px 20px;
}
#text a:link, #text a:visited, #text a:active {
	color:					#333;
}
#text a:hover {
	color:					#999;
}
#text h1 {
	font-size:				42px;
	color:					#00acec;
	margin-bottom:			20px;
}
#text p {
	margin-bottom:			8px;
}
#text strong {
	font:					bold 15px/20px Arial, sans-serif;
}
#text sup {
	line-height:			1px;
}
#text ul {
	list-style: 			inside;
}
#call-to-action {
	float:					left;
	width:					180px;
}
#call-to-action a:link.btn, #call-to-action a:visited.btn {
	display:				block;
	float:					left;
	width:					169px;
	height:					29px;
	padding:				6px 0px 0px 11px;
	color:					#333;
	background: 			url("../images/btn.gif") no-repeat;
	text-decoration: 		none;
	margin-top: 10px;
}
#call-to-action a:hover.btn {
	background-position-y: 	-35px;
	background-position: 	0px -35px;
}
#call-to-action a:active.btn {
	background-position-y: 	-70px;
	background-position: 	0px -70px;
}
#footer {
	float:					left;
	clear:					left;
	width:					939px;
	height:					70px;
	margin:					19px 0px 10px 0px;
	font:					normal 10px/13px Arial, sans-serif;
	background: 			url("../images/footer.gif") no-repeat;
}
#footer p {
	float:					left;
	padding:				5px 0px 0px 138px;
}
#footer img {
	float:					right;
	padding-top:			4px;
}
#footer a {
	color:					#333;
}
#footer a:hover {
	color:					#999;
}
/* #### PRIVACY & DISCLAIMER #### */

body.privacy-disclaimer {
	padding:				30px;
}
.privacy-disclaimer p {
	margin-bottom:			10px;
}
.privacy-disclaimer a:link, .privacy-disclaimer a:visited, .privacy-disclaimer a:active {
	color:					#333;
}
.privacy-disclaimer a:hover {
	color:					#999;
}
.privacy-disclaimer ul {
	margin-bottom:			10px;
}
.privacy-disclaimer ul li {
	margin-bottom:			5px;
	list-style: 			inside;
}
.privacy-disclaimer h1 {
	margin-bottom:			10px;
	color:					#022e5b;
}
.privacy-disclaimer h2 {
	margin:					20px 0px 10px 0px;
	color:					#00acec;
}
.privacy-disclaimer h3 {
	margin-bottom:			10px;
	color:					#666666;
}
div.map {
	text-align:center;
}

