/* General Declarations */
*, body, h1, h2, img, ul, li, div {
	/* Reset browser default margins and paddings, as each browser has 
	slightly different settings for this */
	margin: 0;
	padding: 0;
}
body {
	/*background:url(site_images/background.gif) top center repeat-x #fff;   */
    background:url(site_images/background.jpg) top center repeat-x #fff;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 70%; /* = 12px; */
	color: #000; 
}
h1 {
	font-weight:normal;
	font-size: 1.7em;
	color: #000;
}
h2 {
	font-weight: bold;
	color: #666;
}
p {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #000;
    margin: 0 0 15px 0;
}
a {
    font-size: 1.2em;
    text-decoration: none;
    /* color: #1e3b77; */
    color: #295c7f;
}
a:hover {
    text-decoration: underline;
}
img {
	border: 0;
    /* The following two lines vertically align images so the text next to them looks vertically centered */
    vertical-align: middle;
    padding-bottom: 5px;
}
.imageBox {
	clear: both;
	float: left;
	width: 740px;
	border: 1px solid #d8d8d8;
	padding: 5px;
	margin: 0 0 5px 3px;
}
.image {
	border: 1px solid #e7e7e7;
	padding: 5px;
	margin: 3px;
}
.imageLeft {
	border: 1px solid #e7e7e7;
	padding: 5px;
	margin: 0 3px 0 0;
	float: left;
}
.imageRight {
	border: 1px solid #e7e7e7;
	padding: 5px;
	margin: 0 0 0 3px;
	float: right;
}
.container {
	width: 780px;
	margin: 0 auto;
}

/* Forms */
form p {
    clear: both;
    margin: 0;    
}
label {
    width: 10%;
    margin: 6px 5% 3px 0;
    font-weight: bold;
    float: left;
    text-align: right;
}
textarea {
    float: left;
    font-size: 1.2em;
    padding: 2px;
    margin: 3px 0;
    height: 100px;
}
.full {
    float: left;
    font-size: 1em;
    padding: 2px;
    margin: 3px 0;
    width: 80%;
}
.checkbox {
    float: right;
    margin: 5px 0 0 0;
}

/* Header */
#header {
    float: left;
	width: 780px;
	height: 200px;
    background:url(site_images/head_background.jpg) top center no-repeat;
}
#logo {
    float: left;
    background:url(site_images/logo.png) top center no-repeat;
	width: 227px;
	height: 53px;
    margin: 40px 0 0 40px;
}
#contact {
	float: right;
	width: 350px;
	height: 50px;
	margin: 30px 50px 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;
    font-size: 0.9em;
}

/* Navigation */
#nav {
    clear: both;
	float: left;
	width: 680px;
    height: 30px;
    padding: 40px 50px 0 50px;
}
#nav ul {
    list-style-type: none;
}
#nav ul li {
    display: inline; 
	text-transform: lowercase;
	padding: 0;
    margin: 0;
}
#nav ul li a {
    float: left;
    text-align: center;
	color: #000;
	background: #9f9f9f;
    height: 15px;
	padding: 6px 20px;
    margin: 0 2px;
    text-decoration: none;
}
#nav ul li a:hover, #nav ul li a.active {
	color: #000;
	background: #fff;
}
#nav ul li.last {
    float: right;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}

/* Content */
#main {
    clear: both;
    float: left;
    width: 780px;
    background:url(site_images/area_background.jpg) top center no-repeat;  
}
#content {
    float: left;
    width: 700px;
    padding: 10px 35px;
}
#leftContent {
    float: left;
    width: 530px;
    padding: 10px 0 0 35px;
}
#leftContent ul {
    margin: 0 0 0 20px;
}
#leftContent ul li {
    font-size: 1.2em;
    line-height: 1.4em; 
}
#HarmonyOutput {
    width: 100%;
    border: 1px solid #000;
    background: #e7e7e7;
    padding: 10px;
    margin: 0 0 15px 0;
}
#rightContent {
    float: right;
    width: 150px;
    padding: 10px 35px 0 0;
}

/* Sub Navigation */
#subNav {
    width: 150px;
}
#subNav ul {
    list-style-type: none;
}
#subNav ul li {
    display: block;
    text-transform: lowercase;
}
#subNav ul li a {
    color: #295c7f;
    text-decoration: none;    
    height: 20px;
    display: block;
    padding: 5px 0 5px 5px;
}
.underlineNav {
    border-bottom: 1px dotted #cdcdcd;
}
#subNav ul li a:hover {
    background: #f9f9f9;
    text-decoration: underline;
}
#subNav ul li .active {
	font-weight: bold;
}
.description {
    color: #8b8a8a;
    text-decoration: none;    
    display: block;
    padding: 5px 0 5px 20px;
}

/* Newsletter Box */
#newsletter {
    width: 140px;
    font-size: 0.8em;
    background: #e7e7e7;
    border: 1px solid #999999;
    padding: 5px;
    margin: 0 0 10px 0;
}
#newsletter .full {
    width: 63%;
    float: right;
}

#footer {
    clear: both;
    width: 780px;
    height: 60px;
    background:url(site_images/foot_back.jpg) top center no-repeat;  
}
#footerContainer {
    padding: 10px 30px;
}
#footerContainer ul {
    list-style-type: none;
}
#footerContainer ul li {
    display: block;
    color: #fff;
}

.footerColumn {
    float: left;
    width: 165px;
}
.footerColumn ul {
    list-style-type: none;
}
.footerColumn ul li {
    display: inline;
    font-size: 0.9em;
}
.footerColumn a {
    font-size: 0.9em;
    font-weight: bold;
    color: #fff; 
    text-decoration: underline;
} 

.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;
    color: #fff; 
    text-decoration: underline;
} 

#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: #fff;
    text-decoration: none;
}
