body {
	width: 825px;
	margin: 0px auto;
	padding: 0;
	font-family: verdana, tahoma, arial;
	font-size: 75%;
	background-color: white;
}

h1,h2 {
	font-family: verdana, tahoma, arial;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
}

h1 {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

a.active {
	font-weight: bold;
}

#header {
	width: 825px;
	height: 133px;
	background: url(../images/header_back.gif) no-repeat;
}

#logo {
	float: left;
	position: relative;
	left: -55px;
}

#logo img {
	margin-left: 55px;
}

#header_nav {
	float: right;
	color: white;
	font-size: 110%;
	margin: 12px 21px 0 0;
}

#header_nav a {
	color: white;
}

#main_nav {
	width: 825px;
	height: 26px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav li {
	float: left;
	margin: 6px 25px 0 10px;
	padding: 0px;
}

#main_nav li a {
	color: white;
	text-transform: uppercase;
}

#body { /* border: solid green 1px; background-color: #e0ffe0; */
	margin-top: 10px;
	width: 825px;
	height: 627px;
	position: absolute;
	color: #2a4581;
}

#left_bar {
	border: solid #94a3c4 1px;
	float: left;
	width: 180px;
	height: 627px;
	background-image: url(../images/truncated_snowflake.png);
	background-repeat: no-repeat;
	background-position: 50% 300px;
}

#left_bar p {
	padding: 5px 0;
	text-align: center;
}

#left_bar p.left {
	padding: 5px 15px 5px 15px;
	text-align: left;
}

#left_bar h1 {
	text-align: center;
	padding-bottom: 5px;
}

#left_bar div.header_img {
	margin: 20px 0 20px 15px;
}

#left_bar li {
	list-style-type: none;
	margin-bottom: 12px;
	margin-left: -10px;
	width: 120px;
}

#left_bar a {
	color: #2a4581;
}

#left_bar a.active {
	
}

#main_content {
	margin-left: 190px;
	padding: 10px;
	height: inherit;
	overflow: auto;
}

#main_content h1 {
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0 10px 0;
}

#main_content h2 {
	font-size: 12pt;
	margin: 5px 0 5px 0;
	clear: both;
}

#main_content p {
	margin: 10px 0 10px 0;
}

#main_content img {
	float: left;
	margin: 5px 10px 10px 0;
}

#main_content p.address {
	margin-left: 20px;
}

#main_content div.gstyle {
	border-top: solid #94a3c4 1px;
	border-bottom: solid #94a3c4 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: -1px;
}

#main_content div.gstyle div.title {
	font-style: italic;
	font-weight: bold;
}

#main_content div.gstyle div.date {
	
}

#main_content div.gstyle div.excerpt {
	
}

#main_content div.calitem {
	border-top: solid #94a3c4 1px;
	border-bottom: solid #94a3c4 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: -1px;
}

#main_content div.calitem img {
	margin-top: -5px;
}

#main_content div.calitem div.name {
	font-weight: bold;
	float: left;
	width: 100px;
}

#main_content div.calitem div.when {
	margin-left: 30px;
	float: left;
}

#main_content div.calitem div.where {
	margin-left: 350px;
}

#main_content div.calitem div.where a.mapit {
	margin-left: 10px;
}

div.quote {
	display: none;
}

div.quote_visible {
	display: block;
	font-size: 120%;
}

div.quote_visible p.text {
	font-style: italic;
	margin: 2px 0 10px 0;
}

div.quote_visible p.attribution {
	font-style: normal;
	margin: 10px 0 2px 0;
}

#footer {
	color: #808080;
	font-weight: bold;
	font-size: 80%;
	padding: 40px 0 0 10px;
	clear: both;
}

/*******************************************
Contact Form
********************************************/
.contactForm {
	background-color: white;
	border: 3px double #94a3c4;
	font-size: 12px;
	padding: 0px 15px;
	margin-top: -10px;
	margin-left: 50px;
	width: 425px;
	float: left;
}

.contactForm fieldset {
	border: 1px solid #94a3c4;
	margin: 20px 0 10px 0;
	padding: 0 15px 15px 15px;
	float: left;
	width: 395px;
}

.contactForm legend {
	font-weight: bold;
	font-size: 12px;
}

label {
	width: 100%;
	float: left;
	padding: 8px 0;
}

label span {
	float: left;
	width: 100%;
	padding: 2px;
	margin: 0px;
	font-size: 90%;
}

.contactForm .text-input {
	background-color: #fff;
	border: 1px solid #94a3c4;
	font-size: 100%;
	padding: 3px;
	width: 375px;
}

.contactForm label input.submit {
	background: #6d88c4;
	border: 1px solid #AAAAAA;
	float: right;
	margin: 10px 0;
	clear: both;
	color: #fff;
	cursor: pointer;
	padding: 4px;
	text-decoration: none;
}

.contactForm label.half {
	width: 173px;
	float: left;
}

.contactForm label.half .text-input {
	width: 100%;
	float: left;
}

.left {
	margin-right: 29px;
}

.contactForm label.zip .text-input {
	width: 125px;
}

textarea {
	height: 100px;
}

.contactForm .error {
	padding: 5px;
	color: red;
	font-weight: bold;
}

div.errm {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 40px 80px;
	border: solid red 1px;
	color: red;
	font-weight: bold;
}
