/* General browser overrides */

* {
	margin: 0;
	padding: 0;
}

a img {
	border-style: none;
}

/* Universal styles */

body {
//	font-family: Georgia, Garamond, serif;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Helvetica', 'Arial', sans-serif;
//	background-color: #ddd;
	background-color: #7c7c7c;
	display: block;
}

#home_page {
	position: relative;
	display: block;
	width: 710px;
	height: 494px;
	margin: auto;
	background-color: #fff;
//	background: #fff url(../images/gradient.png) repeat-x fixed 0 20px;
}

#nav_bar {
	font-family: Futura, sans-serif;
}

#nav_bar ul {
	float: left;
	width: 100%;
	background-color: #517EA3;
	list-style-type: none;
}

#nav_bar ul li {
	float: left;
}

#nav_bar ul a {
	display: block;
	text-align: center;
	color: #CFE6CF;
	font-size: 14px;
	text-decoration: none;
	width: 142px;
	padding: 2px 0;
}

#nav_bar ul a:hover {
	background-color: #406380;
}

#home_body {
	clear: both;
	height: 475px;
	z-index: 1;
	background: #7c7c7c url(images/front_page_logo.jpg) no-repeat center top;
}

#home_special {
	background: rgba(221,221,221,0.6);
	color: #000;
	text-align: center;
	position: absolute;
	top: 460px;
	left: 200px;
	padding: 10px;
}

#home_special a {
	color: #000;
	text-decoration: none;
}

#home_special a:hover {
	color: #000;
	text-decoration: underline;
}

#home_description {
	background-color: #000;
	opacity: 0;
	position: relative;
	top: 324px;
	left: 10px;
	padding: 10px;
	width: 200px;
	height: 120px;
	color: #fff;
	clear: none;
	float: left;
	z-index: 2;
	line-height: 24px;
	text-align: center;
}

#home_description a {
	color: #fff;
	text-decoration: none;
	margin: 5px;
	font-style: italic;
}

#home_description a:hover {
	text-decoration: underline;
}

#home_logo {
	position: relative;
	top: 335px;
	left: 264px;
	opacity: 0;
//	padding: 2px;
	clear: none;
	float: left;
	z-index: 2;
}

#home_footer {
	clear: both;
	width: 710px;
	margin: auto;
	text-align: right;
	position: relative;
	color: #333;
	font-size: 12px;
	padding-top: 5px;
}

#page {
	position: relative;
	display: block;
	width: 710px;
	margin: auto;
}

#logo {
	background-color: #eee;
	width: 710px;
	padding: 2px;
}

#logo_inner {
	margin: 0 auto;
	width: 216px;
}

#body {
	clear: both;
	background-color: #fff;
	z-index: 1;
	padding: 5px;
	min-height: 350px;
}

.indented {
	padding: 10px 40px;
}

.unit_photos {
	float: right;
	width: 140px;
	padding: 3px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #bbb;
}

.unit_photos img {
	margin: 3px 0;
}

p {
	line-height: 24px;
}

h1 {
	clear: both;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	color: #A64B3C;
	margin-top: 10px;
}

h2 {
	font-size: 16px;
	font-variant: small-caps;
}

#units_special {
	background: #eee;
	border: 2px solid #527ea3;
	padding: 10px;
	width: 300px;
	margin: 10px auto;
}

#units_special li {
	list-style-type: none;
	left: 15px;
	position: relative;
}

/* Form styling */

form {
	
}

fieldset {
	border: 1px #406380 solid;
	background: url(images/form_gradient.png) repeat-x 0 bottom;
	margin: 0 auto;
	margin-top: 10px;
	width: 80%;
}

fieldset ol {
	list-style: none;
	padding: 2px;
	margin-top: 10px;
}

fieldset ol li {
	margin-bottom: 8px;
	float: left;
	width: 100%;
}

legend {
	margin-left: 15px;
	background: #fff;
}

label {
	float: left;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
}

.required {
	color: #ff0000;
}

#start_date_container, #end_date_container {
	display: none;
	position: absolute;
//	top: 342px;
//	left: 412px;
	z-index: 2;
}

/* Photo gallery styling */

#photo_caption {
	background-color: #ddd;
	text-align: center;
	margin: 5px 0px;
	padding: 3px;
	font-size: 12px;
}

#photo_thumbs {
	background-color: #cfdbe6;
	padding: 6px;
}

#photo_thumbs img {
	margin: 1px;
}
