/* General Declarations */
*, body, h1, h2, p, img, ul, li, 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: #000;
    background: url(site_images/background.gif) top left repeat-y; 
}
h1 {
    clear: both;
	font-weight:normal;
	font-size: 1.8em;
    line-height: 2em;
	margin: 0 0 5px 0;
	color: #663803;
}
h2 {
    clear: both;
    font-weight:bold;
    font-size: 1em;
    line-height: 1.7em;
    color: #000;
    padding: 10px 0 5px 0;
}
h2 a {
    text-decoration: none;
    color: #000;
    font-size: 1em;
}
h2 a:hover {
    text-decoration: none;
}
p {
	color: #000;
}
a {
    text-decoration: none;
    color: #a66f30;
    font-size: 0.9em;
}
a:hover {
    text-decoration: underline;
}
img {
	border: 0;
}
input, select, textarea {
    font: 1em Helvetica, Arial, Verdana, sans-serif;
    border: 1px solid #000;
    padding: 2px;
}
.container {
    margin: 0 auto;
    width: 760px;
}
.imageContainer {
    float: left;
    width: 760px;
    height: 167px;
    background: url(site_images/backgroundimage.png) top left no-repeat;
    margin: 5px 0 0 0;
    padding: 3px 0 0 5px;
}
.image {
    border: 1px solid #e7e7e7;
    padding: 5px;
    margin: 3px;
}
.imageLeft {
    border: 1px solid #e7e7e7;
    padding: 5px;
    margin: 0 3px 5px 0;
    float: left;
}
.imageRight {
    border: 1px solid #e7e7e7;
    padding: 5px;
    margin: 0 0 5px 3px;
    float: right;
}
.bar {
    width: 100%;
    clear: both;
    float: left;
    border-bottom: 1px dotted #b19f89;
    padding: 10px 0 0 0;
}
.clear {
    position: relative;
    width: 100%;
    clear: both;
    float: left;
}

/* 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;
}
.noclear {
    font: inherit;
    clear: none;
    width: 10%;
    margin-bottom: 20px;
    padding: 5px;    
}

/* Header */
#header {
    width: 100%;
    height: 43px;
    background: url(site_images/header.gif) top center repeat-x;
}
#topNav {
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
    height: 33px;
}
#topNav ul {
    list-style-type: none;
}
#topNav ul li {
    display: inline;
    text-transform: lowercase;
    margin: 0 15px;
}
#topNav ul li a {
    color: #ffe4c5;
    text-decoration: none;
    height: 43px;
}
#topNav ul li a:hover {
    color: #999;
    border-bottom: 4px solid #000;
}
#topNav ul li.active {
    font-weight: bold;
}

#main {
    background: url(site_images/background.png) top left repeat-x;
    width: 100%;
    padding: 60px 0 0 0;
}
#logo {
    float: left;
    width: 155px;
    height: 50px;
    background: url(site_images/logo.png) top left no-repeat;
}
#contact {
    float: right;
    width: 150px;
    margin: 0px 0 0 0;
}
#contact ul {
    list-style-type: none;
}
#contact ul li {
    display: block;
    font-size: 0.9em;
}

/* Scriptaculous Slideshow */
#slide-images{
    float: left;
    position:relative;
    display:block;
    overflow:hidden;
    width: 760px;
    height: 167px;
    background: url(site_images/backgroundimage.png) top left no-repeat;
    margin: 5px 0 0 0;
    padding: 3px 0 0 5px;
}
#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}
#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

#subNav {
    clear: both;
    float: left;
    width: 150px;
    margin: 10px 0 0 0;
}
#subNav ul {
    list-style-type: none;
}
#subNav ul li {
    display: block;
    text-transform: lowercase;
}
#subNav ul li a {
    color: #c3a077;
    text-decoration: none;    
    height: 20px;
    display: block;
    padding: 5px 0 5px 20px;
    border-left: 3px solid #c3a077;
}
#subNav ul li a:hover {
    color: #000;
    border-left: 3px solid #93724c;
}
#subNav ul li.active {
    background: #93acd1;
}
#subNav ul li.active a:hover {
    text-decoration: none;
    color: #000;
}
#rightContent {
    float: right;
    width: 575px;
    margin: 10px 0 0 0;
}
#rightContent ul {
    list-style-type: none;
}
#rightContent ul li {
    display: inline;
    margin: 0 50px 0 0;
    width: 200px;
}
#content {
    clear: both;
    float: left;
    width: 100%;
}
#HarmonyOutput {
    width: 100%;
    border: 1px solid #000;
    background: #e7e7e7;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #000;
}

/* End Page Footer*/
#footer {
    clear: both; 
    background: url(site_images/footer.gif) no-repeat top center #fff;
    width: 100%;
    color: #999;
    padding: 10px 10px 10px 10px;
}
#footer ul {
    list-style-type: none;
}
#footer ul li {
    display: block;
}

.footerColumn {
    float: left;
    width: 165px;
}
.footerColumn ul {
    list-style-type: none;
}
.footerColumn ul li {
    display: inline;
    font-size: 0.9em;
} 

.footerColumnRight {
    text-align: right;
    float: right;
    width: 330px;
    margin: 0;
    padding: 0;
}
.footerColumnRight ul {
    list-style-type: none;
}
.footerColumnRight ul li {
    display: inline;
    font-size: 0.9em;
}
.footerColumnRight a {
    font-size: 0.9em;
    font-weight: bold;
} 

#copyright {
    float: right;
    width: 330px;
}
#copyright ul {
    list-style-type: none;
}
#copyright ul li {
    display: inline;
    text-transform: lowercase;
    margin: 0 5px 0 0;
}
#copyright ul li a {
    color: #666;
    text-decoration: none;
}