html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
	font-family: calibri, lucida sans, arial, helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	background: white;
	height: 97%;
	color: #58595B;
}
input, textarea {
	font-family: calibri, lucida sans, arial,helvetica,sans-serif;
	font-size: 1em;
	color: #58595B;
	font-weight: bold;
}
table {
	border: 0;
	border-style: solid;
	border-collapse: collapse;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 4px 0px;
}
h1 {
	font-size: 2.1em;
	font-weight: bold;
}
h2 {
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #7A68AE;
}
h3 {
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #7A68AE;
}
h1, h3 {
    color: #7A68AE;
}
a img {
    border: none;
}
a {
    color: #7A68AE;
}
a:link, a:visited {
    color: #7A68AE;
}
a:hover, a:active {
    color: black;
}

p {
    margin: 0.8em 0px;
    padding: 0px;
}
hr {
    border-top: 1px solid #58595B;
    border-bottom: none;
    height: 1px;
    margin: 0px;
    padding: 0px;
}
.column {
    float: left;
}
.clearer {
    clear: both;
}

#main_container {
    height: 100%;
	font-size: 1.2em;
	margin: 0px auto;
	width: 980px;
	z-index: 1;
}

#sub_container {
    margin: 10px 0px 20px 0px;
}

#header_bar {
    width: 100%;
    height: 80px;
    background: url('../images/backgrounds/header.gif') top left no-repeat #7A68AE;
}
#header_bar #tagline_container {
    width: 640px; 
    padding: 20px 0px 0px 40px;
    float: left;    
}
#header_bar #logo_container {
    float: right;
    margin-right: 30px;
}

#top_nav_bar {
    width: 100%;
    border-top: 1px solid white;
    border-bottom: 1px solid #7A68AE;
    height: 2.1em;
    font-family: calibri, arial, helvetica, sans-serif;
    letter-spacing: 0.1em;
}
#top_nav_bar ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    height: 2.1em;
}
#top_nav_bar li {
    float: left;
    border-left: 1px solid white;
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 2em;
    z-index: 1;
}
#top_nav_bar span {
    margin: 0px 25px;
}
#top_nav_bar a {
    display: block;
    float: left;
    line-height: 2em;
    font-size: 1em;
    height: 2em;
    text-decoration: none;
    font-weight: bold;
    background: white;
    color: #58595B;
}
#top_nav_bar a:hover, #top_nav_bar a:active, #top_nav_bar li.selected a {
    background: #7A68AE;
    color: white;
}

#top_nav_bar ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 1px solid #58595B;
}
#top_nav_bar ul li:hover {
    z-index: 2;
    overflow: visible;
}
#top_nav_bar ul li:hover ul {
    width: 14em;
    display: block;
}
#top_nav_bar ul ul li {
    border: none;
    width: 14em;
}
#top_nav_bar ul ul li a {
    width: 14em;
    border: none;
}

#top_nav_bar ul ul li span {
    margin: 0px 10px;
}


#main_content_container {
    margin: 15px 20px;
}
#main_body {
}

#main_image_box {
    float: right;
    height: 230px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#main_image_container {
    height: 190px;
    padding: 0px 10px 0px 20px;
    float: left;
}

.large_main_image #main_image_box {
    height: 540px;
}

#bottom_image_bar {
    border-top: 1px solid #7A68AE;
    padding: 0px 0px 0px 20px;
}
#bottom_image_bar .bottom_image_box {
    padding: 10px 0px;
    margin-right: 10px;
    float: left;
}

#footer_bar {
    width: 100%;
    height: 40px;
    padding-bottom: 25px;
    background: url('../images/backgrounds/footer.gif') bottom left no-repeat white;
    border-top: 1px solid #7A68AE;
    color: #7A68AE;
    font-size: 0.8em;
    font-family: arial, helvetica, sans-serif;
}


#footer_content_container .left_col {
    width: 300px;
    margin-left: 10px;
    
}
#footer_content_container .right_col {
    float: right;
    margin-right: 5px;
}

#main_content_container ul {
    margin: 5px 0px 5px 25px;
    list-style-image: url('../images/bullets/rounded-square.gif');
}

.contact_form .required, .contact_form .error .caption {
    color: red;
    font-weight: bold;
}
.contact_form .row {
    margin: 3px 0px;
}
.contact_form .clearer {
    clear: left;
}
.contact_form label {
    cursor: pointer;
}
.thankyou {
    float: left;
    padding: 10px 30px;
    margin-top: 10px;
    color: white;
    background: #7A68AE;
}
