﻿body {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color:#0B173D;
	font-weight:lighter;
	padding:15px 0px 10px 0px;
}
h2 {
	font-size: 14px;
	color:#0B173D;
	padding-bottom:5px;
}
h3 {
	font-size: 14px;
	padding-left:10px;
}
p{
	padding-top:5px;
	padding-bottom:20px;
	text-align:left;
}
.left {
	float: left;
	display: inline;
	margin:2px 10px 0px 0px;
}
.right {
	float: right;
	display: inline;
	margin:2px 0px 0px 10px;
}
.content li{
	color:#000000;
	list-style:none;
	padding-left:15px;
}
/* form values */
#commentForm label {
	width: 8em; 
	float: left;
}
#commentForm label.error { 
	float: right;
	color: red; 
	padding-left: 15px;
	width:100%;
	vertical-align: top; 
	display:block;
}
#commentForm .submit { 
	margin-left: 12em; 
}
#commentForm em { 
	font-weight  bold; 
	padding-right: 1em; 
	vertical-align: top; 
	color:#FF0000;
}
/************************************************
 *                content                       *
 ************************************************/

.content {
	width:873px;
	color: #1f1a6b;
	background-image:url('../images/content.jpg');
	background-repeat:repeat-y;
	padding:0px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
	html>body height:475px;
}
.content a {
	color: #4F4F4F;
	text-decoration: none;
}
.content a:hover {
	color: #FF0000;
	text-decoration: none;
}

.content_image{
	width:834px;
	height:263px;
}
#content_left{
	float:left;
	width:400px;
	text-align:left;
	display:inline;
}
#content_right{
	float:right;
	width:400px;
	text-align:left;
	display:inline;
	padding-right:10px;
}
#content_full{
	width:834px;
	text-align:justify;
	display:block;
	padding:10px 10px 0px 5px;
	margin-bottom:15px;
}

#content_cols{
	float:left;
	margin-top:10px;
	text-align:left;
	display:inline;	
	padding: 12px 12px 4px 27px;
}
.clear_both{
	clear:both;
	width:834px;
	border-bottom:thin #4F4F4F solid;
	margin-bottom:20px;
}
/************************************************
 *                footer                        *
 ************************************************/
.footer {
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	padding-left:110px;
	padding-top:80px;
	color: #ffffff;
	font-size:75%;
	text-align:center;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #fbd93b;
	text-decoration: none;
}
.footer li{
	list-style: none;
	display:inline;
	padding-right:45px;
}
/************************************************
 *                Map                           *
 ************************************************/
.map{
	border:thin black solid;
	width:350px;
}
.map a {
	color: #4F4F4F;
	text-decoration: none;
	font-size: 12px;
	color:#0B173D;
	padding-left:5px;
	padding-right:10px;
}
.map a:hover {
	color: #FF0000;
	text-decoration: none;
}
/************************************************
 *                navigation                    *
 ************************************************/

.lavaLamp {
    position: relative;
    height: 40px;
    width: 730px;
    background: url("../images/bg.gif") no-repeat top;
    padding: 5px; margin: 10px 0;
    overflow: hidden;

}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("../images/lava.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
    .lavaLamp li.back .left {
        background: url("../images/lava.gif") no-repeat top left;
        height: 30px;
        margin-right: 15px;
    }
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 14px arial;
    color: #fff; outline: none;
    text-align: center;
    height: 30px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
    padding-right:10px;
    padding-bottom:10px;
}

.about_image{
	padding-top:15px;
	float:left;
	width:165px;
	height:210px;	
}
.about_info_tall{
	margin-left:180px;
	width:205px;
	height:455px;
}
.about_info{
	margin-left:180px;
	width:205px;
	height:350px;
}