/* General Declarations */
*, body, h1, h2, p, img, div {
	/* Reset browser default margins and paddings, as each browser has 
	slightly different settings for this */
	margin: 0;
	padding: 0;
}
body {
	font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif;
	color: #fff; 
}
h1 {
	font-weight:normal;
	font-size: 1.8em;
	color: #fff;
}
h2 {
    font-weight:bold;
    font-size: 1.5em;
    color: #fff;
}
ul {
    margin: 0 0 10px 0;
}
li {
    margin: 0 0 0 20px;
}
p {
	margin: 0 0 10px 0;
}
a {
    text-decoration: none;
    color: #bac384;
}
a:hover {
    text-decoration: underline;
}
img {
	border: none;
	/* The following two lines vertically align images so the text next to them looks vertically centered */
	vertical-align: middle;
	padding-bottom: 5px;
}
.image {
	border: 1px solid #e7e7e7;
	padding: 3px;
	margin: 3px 0;
}
.imageLeft {
	border: 1px solid #e7e7e7;
	padding: 3px;
	margin: 0 3px 0 0;
	float: left;
}
.imageRight {
	border: 1px solid #e7e7e7;
	padding: 3px;
	margin: 0 0 0 3px;
	float: right;
}	
.container {
    margin: 0 auto;
    width: 780px;
}
.title {
    width: 100%;
}

/* Forms */
label {
    clear: both;
    float: left;
    width: 45%;
}
.description {
    float: right;
    width: 45%;
    text-align: right;
    color: #333;
}
.text {
    clear: both;
    float: left;
    width: 100%;
    padding: 3px;
    border: 1px solid #000;
    margin: 0 0 10px 0;
    background: #e7e7e7;
}
.button {
    clear: both;
    float: left;
    width: 75px;
    padding: 3px;
    margin: 0 0 10px 0;
}
textarea {
	width: 100%;
	height: auto;
}

/* Header */
#header {
	width: 100%;
	height: 88px;
    background: url(/site_images/background_header.gif) top center repeat-x;
}
#logo {
    float: left;
    background:url(/site_images/logo.png) top left no-repeat;
	width: 350px;
	height: 45px;
    margin: 15px 0 0 0;
}
#logo h1 {
	display: none;
}
#contact {
	float: right;
	width: 350px;
	height: 50px;
	margin: 10px 0 0 0;
	color: #333;
	font-size: 0.9em;
}
#contact ul {
    list-style-type: none;
}
#contact ul li {
    display: block;
    text-align: right;
}
#contact ul li a {
	color: #0000ff;
}

#main {
    clear: both;
    float: left;
    width: 100%;
    background: url(/site_images/background.jpg) top center no-repeat #112d5c;
    padding: 20px 0;
}
#main .container h1 {
    /* width: 70%; */
}


/* Sub Navigation */
#nav {
    clear: both;
    float: left;
    width: 165px;
}
#nav ul {
    list-style-type: none;
}
#nav ul li {
    display: block;
    text-transform: lowercase;
}
#nav ul li a {
    text-decoration: none;    
    height: 20px;
    display: block;
    padding: 5px 0 5px 5px;
}
#nav ul li a:hover {
    color: #999;
}
#nav ul li .active {
    font-weight: bold;
    color: #e7e7e7;
}

#content {
    float: right;
    width: 605px;
}
#content h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
    border-bottom: #ebe7e7 1px solid;
}
.contentItem {
	clear: both;
	margin: 0 0 20px 0;
}
#map {
	clear: both;
	float: left;
}
#HarmonyOutput {
    width: 100%;
    border: 1px solid #000;
    background: #e7e7e7;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #000;
}

#footer {
	clear: both;
	float: left;
    width: 100%;
	height: 88px;
	background: url(/site_images/background_footer.gif) top center repeat-x; 
	color: #333;
	font-size: 0.9em;
	color: #000;
	padding: 10px 0 0 0;
}
#footer ul {
    list-style-type: none;
}
#footer ul li {
    display: block;
    text-align: right;
}
#footer ul li a {
	color: #0000ff;
}