html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000023;
	margin: 0;
	min-width: 1000px;
	padding: 0;
}
img { border-style: none; }
a { 
	text-decoration: none;
	color: #9e9eb9;	
}
a:hover {
	color: #b99768;
}

h1 {
	color: #3b4563;
	font: lighter 22px Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
h2 {
	color: #ffffff;
	font: normal 16px Arial, sans-serif;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
h3, h3 a {
	font: normal 16px Arial, sans-serif;
	margin: 10px 0 0 0;
}
h4 {
	color: #3b4563;
	font: lighter 16px Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

#wrapper {
	margin: 0 auto;
	width: 990px;
}

/* !header */
#header {
	height: 359px;
	position: absolute;
	top: 0;
	width: 990px;
}
#header #logo a {
	background: url(../images/logo.png) no-repeat;
	height: 192px;
	display: block;
	left: 25px;
	position: absolute;
	text-indent: -9999px;
	top: 65px;
	width: 159px;
}
#header #h-text {
	position: absolute;
	top: 153px;
	left: 192px;
}
#h-text span#slogan {
	color: #ffffff;
	font: normal 38px/36px Arial, sans-serif;
}
#h-text span#tag {
	color: #b99768;
	font: normal 14px/22px Arial, sans-serif;
	text-shadow: 0px 0px 4px #000000;
	text-transform: uppercase;
}
#h-gallery ul {
	height: 317px;
	list-style: none;
	margin: 0;
	padding: 0;
}
/*\*/ * html #h-gallery ul { margin: 0 0 -4px 0 !important; } /**/

/* !footer */
#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 340px;
	width: 990px;
}
#f-content {
	height: 207px;
	margin: 0 0 6px 0;
	padding: 40px 40px 0 40px;
	width: 910px;
}
.f-boxes {
	float: left;
	width: 270px;
	margin: 0 60px 0 0;
}
.f-boxes p {
	color: #ffffff;
	font: normal 12px Arial, sans-serif;
}
#f-box-news {
	width: 200px !important;
	margin: 0 0 0 10px;
}
ul.blog {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.blog li.icon {
	background: url(../images/news-icon.png) 0px 4px no-repeat;
	border-bottom: dotted 1px #262e43;
	color: #ffffff;
	font: bold 14px/18px Arial, sans-serif;
	margin: 15px 0 5px 0;
	padding: 0 0 5px 0;
	text-indent: 20px;
}
ul.blog li.title {
	font: normal 14px/18px Arial, sans-serif;
	color: #9e9eb9;
	text-indent: 20px;
}
ul.blog li.author {
	font: italic 12px/18px Arial, sans-serif;
	color: #ffffff;
	text-indent: 20px;
}

#bottom-text {
	color: #999999;
	font: normal 11px Arial, sans-serif;
	height: 40px;
	padding: 10px 20px 0 20px;
	width: 950px; /* down from 990 to account for padding */
}
#bottom-text a {
	color: #999999;
}
#bottom-text ul#left {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#bottom-text ul#right {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 275px;
}
#bottom-text ul li {
	float: left;
}
/* !nav */
#h-navbar {
	background: url(../images/navbar.jpg) no-repeat;
	height: 42px;
	margin: 0;
	padding: 0;
	width: 990px;
}
ul.nav {
	list-style: none;
	margin: 0 0 0 45px;
	padding: 0;
}
#f-navbar ul.nav {
	margin: 0 auto;
	width: 767px;
}
ul.nav li {
	float: left;
}
ul.nav li a {
	color: #ffffff;
	float: left;
	font: normal 14px Arial, sans-serif;
	margin: 0 10px 0 0;
	padding: 14px;
}
ul.nav li a:hover,
ul.nav li.active a {
	color: #b99768;
}
#h-navbar ul.nav li a:hover,
#h-navbar ul.nav li.active a {
	background: url(../images/nav-hover.png) center 1px no-repeat;
}
/*\*/ * html #h-navbar ul.nav li a:hover { background: none !important; } /**/
/*\*/ * html #h-navbar ul.nav li.active a { background: none !important; } /**/

/* !body */
#content {
	background: #ffffff;
	margin: 359px 0 0 0;
	overflow: auto;
	padding: 40px 40px 40px 60px;
	width: 890px;
}
#content p,
#content ul {
	color: #605F5F;
	font: normal 12px/17px Arial, sans-serif;
}
#content-inside {
	float: left;
	height: 100%;
	margin: 0 60px 0 0;
	width: 500px;
}
#aside {
	float: left;
	width: 300px;
}

.row {
	clear: both;
	margin: 10px 0 0px 0;
	padding: 10px;
	overflow: auto;
	font: normal 12px/17px Arial, sans-serif;
}
.dark {
	background-color: #d9dfef;
}
.cell-1 {
	clear: left;
	float: left;
	padding: 0 0 10px 0;
	width: 60px;
}
.cell-2 {
	float: left;
	padding: 0 0 10px 0;
	width: 50px;
}
.cell-3 {
	clear: right;
	float: left;
	padding: 0 0 10px 0;
	width: 350px;
}
span.red { color: #b30000; }

.meta {
	border-top: solid 1px #A6C2E9;
	margin: 2px 0 10px 0;
	padding: 2px 0 0 0;
}
.meta p {
	margin: 0;
}
.meta img {
	margin: 1px 0 -2px 0;
}
/* !highlights/coda slider */

.highlights {
	background: url(../images/highlight-background.jpg) no-repeat !important;
	height: 338px;
	overflow: hidden !important;
}
.panel-wrapper .highlights-image {
	float: left;
	height: 280px;
	margin: 0 40px 0 0;
	width: 400px;
}
.panel-wrapper .highlights-content {
	float: left;
	width: 400px;
}
.highlights-content h3 {
	font: normal 20px/22px Arial, sans-serif;
	margin: 40px 0 0 0;
	padding: 0;
}
.highlights-content p {
	font: normal 13px/18px Arial, sans-serif;
	margin: 4px 0 1em 0px;
}
.join a {
	background: url(../images/join.jpg) no-repeat;
	display: block;
	height: 66px;
	margin: 30px 0 0 0;
	text-indent: -9999px;
	width: 384px;
}
.join a:hover {
	background: url(../images/join-hover.jpg) no-repeat;
}

/* Most common stuff you'll need to change */
	.panel h2.title { text-indent: -9999px; display: none; margin: 0; padding: 0; }

	.coda-slider-wrapper { padding: 0px; }
	.coda-slider {/*  background: #ebebeb */ }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 890px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 890px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { /* background: #000; color: #fff; padding: 5px; width: 100px */ display: none !important; }
	
	/* Tab nav */
	.coda-nav ul li a.current { color: #000000; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { /* padding: 20px */ }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; overflow: hidden; margin: 0; padding: 0;}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { color: #888888; display: block; float: left; margin-right: 1px; padding: 3px 18px 3px 0; text-decoration: none; font: normal 12px Arial, sans-serif; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }


/* !archive */
.newsdate {
	float: left;
	width: 150px;
}
.newscontent {
	float: left;
	width: 350px;
}
ul.archives {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.archives li {
	margin: 4px 0 4px 4px;
}
.navigation {
	float: left;
	font: normal 11px/14px Arial, sans-serif;
	margin: 10px 0 0 0;
}
.navigation .alignleft,
.navigation .alignright {
	float: left;
	width: 90px;
}
/* !budget */
#budget .b-row {
	clear: both;
	font: normal 11px/14px Arial, sans-serif;
	overflow: auto;
	padding: 8px 2px;
	width: 525px;
}
#budget .grey {
	background-color: #bbbbbb;
}
#budget .divider {
	background-color: #333333;
	height: 2px;
	padding: 0 2px;
}
#budget .b-row .cell {
	float: left;
	overflow: hidden;
	text-align: right;
	width: 65px;
}
#budget .b-row .first {
	text-align: left;
	width: 130px;
}

/* !contact */
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
label {
	float: left;
	width: 60px;
}
label.error {
	color: #b60000;
}
label.long {
	clear: right;
	width: 200px;
}
input,
textarea {
	background: #9E9EB9;
	border: solid 1px #3F4A66;
	height: 20px;
	width: 200px;
}
textarea {
	height: 100px;
}
input.btn-submit {
	cursor: pointer;
	width: 60px;
}
:focus {
	outline: none;
}
