﻿@import url('layout.css');
body {
	font-family: Verdana, "Lucida Console", sans-serif;
	font-size: 100%;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin: 8px 0px;
	padding: 0;
	color: #133053;
}
img {
	color: #FFFFFF;
}
p.indented {
	margin-left: 18px;
	margin-top: 6px;
}
#banner {
	background: url('images/clouds.jpg') no-repeat;
	padding: 0;
	margin:0px;
	border-bottom: 3px solid #ccc;
	color: #fff;
	height:140px;
	padding-top: 20px;
}
#banner h1 {
	margin-left: 240px;
	color: #2761C0;
	font-size: 30px;
}
#banner h4 {
	width: 550px;
	margin-left: 290px;
	color: #5993D9;
	line-height: 1.4;
	margin-top: 24px;
	font-size: 16px;
}
#logo_box {
	width: 165px;
	height: 128px;
	float: left;
	margin-left: 20px;
}
div#main {
	border: 1px #EBEBEB solid;
	margin: auto;
	background-color: #FFFFFF;
	width: 998px;
	height: auto;
	float: left;
	visibility: visible;
}
#content {
	padding: 20px 80px 10px 80px;
	float: left;
	width: 656px;
	margin-bottom: 10px;
	color: #608FFC;
	font-size: 14px;
	margin-top: 20px;
}
#content a:link {
	color: #5993D9;
}
#content a:visited {
	color: #800080;
}
#content a:hover {
	background-color: #5993D9;
	color:white;
}
#content p.divider {
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
	height: 12px;
}
/* top navigation */
#nav {
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	background: url('images/bg1.gif') repeat;
	padding: 13px;
	margin: 0;
	text-align: center;
	border-bottom: 3px solid #ccc;
	font-size: 14px;
}
#nav a:active {
	background: url('images/bg1.gif') repeat;
	padding: 13px 16px;
	text-decoration: none;
	color: #000000;
}
#nav a:visited {
	background: url('images/bg1.gif') repeat;
	padding: 13px 16px;
	text-decoration: none;
	color: #000000;
}
#nav a:link {
	background: url('images/bg1.gif') repeat;
	padding: 13px 16px;
	text-decoration: none;
	color: #000000;
}
#nav a:hover { padding: 13px 16px; background: url('images/bannerbg.jpg'); text-decoration: none; color: #FFFFFF; }
/* right list of links */
#links {
	float: left;
	width: 165px;
	padding: 7px 5px 7px 0px;
	margin: 10px 0px 5px 10px;
}
#links ul {
	list-style-type: none;
	margin-left: 10px;
	margin-top: 4px;
}
#links li {
	font-size: 11px;
	background: url('images/article.jpg') no-repeat scroll 0px 5px;
	padding-left: 18px;
	margin-top: 6px;
}
#links a {
	color: #767EE2;
	text-decoration: none;
}
#links a:hover { text-decoration: underline; } #links a:visited {
	color: #767EE2;
}
#links p {
	font-size: 18px;
	color: #767EE2;
	margin-bottom: 8px;
	margin-top: 16px;
}
#links p.news {
	margin-top: 30px;
}
#content h2 {
	border-bottom: 1px solid #aaa;
	color: #5993D9;
	font-weight: bold;
	font-size: 24px;
	line-height: 2;
	margin-top: 20px;
	text-align: center;
}
#content h3 {
	color: #5993D9;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h4 {
	color: #5993D9;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 16px;
	margin-bottom: 0px;
}
#content h5 {
	color: #51A628;
	font-weight: bold;
	font-size: 20px;
	line-height: 2;
	margin-top: 10px;
	margin-bottom: 8px;
}
#content ul {
	margin-left: 60px;
	line-height: 2;
	margin-top: 0px;
}
#content ul li {
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	margin: 0;
	background: url('images/bg1.gif') repeat;
	padding: 5px 0px 5px 0px;
	border-top: 3px #ccc solid;
	clear: both;
	font-size: 10px;
	text-align: center;
}
.condensed {
	width: 500px;
}
.center {
	text-align:center;
}
.blankspace {
	height: 30px;
}
.underline {
	text-decoration: underline;
}
.filler {
	height: 12px;
}
a.hugginslink {
	font-size: 10px;
	margin-left: 240px;
	color: #2166A9;
}
.meta {
	border-top: 1px solid #aaa;
	color: #aaa;
}
.photo {
	border: 1px #666666 solid;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content .center a.photolink {
	text-decoration:none;
} 
#emailform {
	width: 630px;
}
#emailform label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
#emailform #button_row {
	margin-left: 176px;
	margin-top: 20px;
}
.redtext {
	color: #EA0000;
}
.purpletext {
	color: #6600FF;
}
.greentext {
	color: #51A628;
}



