@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 62.5%;
	background: url(images/header-background.jpg) repeat-x #F8F7DE;
	color: #555;
}
#main {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 14px;
}
#header {
	height: 65px;
}
#header img {
	float: left;
	border:none;
}
#header #MenuBar {
	margin-top: 28px;
}
#top {
	height: 228px;
	background: url(images/top-background.jpg) no-repeat left center;
	margin: 25px 0 0 -3px;
}
#top img {
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: right;
	margin-left: 25px;
	height: 218px;
	width: 377px;
}
#map {
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: right;
	margin-left: 25px;
	height: 218px;
	width: 377px;
}
#map img {
	background:none;
}
#top p{
	font-size: 13px;
	color: #8F8E6E;
	margin: 0 0 0 30px;
	padding-top: 35px;
	line-height: 17px;
}
#top p strong{
	font-size: 1.4em;
}
#top h2.contact{
	padding-top: 48px;
	margin: 0 0 0 30px;
	color: #8F8E6E;
	font-size: 15px;
	line-height: 20px;
}
#top p.contact{
	margin-top: 0;
	padding-top: 0;
	font-size: 15px;
	line-height: 20px;
}
#left {
	float: left;
	display:inline;
	width: 458px;
	margin: 0 14px 40px 18px;
	min-height:315px;
	_height:315px;
}
#left h1, #right h2{
	font-family: "Times New Roman", Times, serif;
	border-bottom: solid 1px #253A5F;
	font-size: 1.8em;
	color: #243A5F;
	margin: 14px 0;
}
#left h1 small{
	font-size: 75%;
	color: #8F8E6E;
}
#left h2{
	font-size: 1.2em;
	color: #243A5F;
}
#left h2.nospace{
	margin: 0px;
}
#left p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 12px;
}
#left ul{
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 0 16px;
}
#left ul li{
	background: url(images/bullet.gif) no-repeat 0em .5em;
	list-style-type: none;
	padding-left: 16px;
}
#left ul.email{
	margin: 0 0 12px;
}
#left ul.email li{
	background: url(images/email-bullet.gif) no-repeat 0em 0.25em;
	padding-left: 24px;
}
#left a, #right a, #footer a {
	text-decoration: none;
	color: #243A5F;
}
#left a:hover, #right a:hover, #footer a:hover {
	text-decoration: underline;
	color: #243A5F;
}
#left form {
	margin: 0;
}
#left form label {
	float: left;
	width: 115px;
}
#left form input {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 3px 3px;
	width: 275px;
}
#left form textarea {
	width: 276px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px 2px 2px 3px;
}
#left form p.button input {
	color: #FFF;
	font-weight: bold;
	width: 125px;
	cursor: pointer;
	margin-left: 115px;
	background-color: #253A5F;
	border: 1px solid #253A5F;
}
#left form p.button input:hover {
	background-color: #FFF;
	border: 1px solid #253A5F;
	color: #253A5F;
}
#right {
	float: left;
	display:inline;
	width: 225px;
	background: url(images/right-background.jpg) no-repeat;
	padding-left: 45px;
	margin-bottom: 40px;
	min-height:315px;
	_height:315px;
}
#right ul{
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}
#right ul li{
	background: url(images/bullet.gif) no-repeat 0em .5em;
	list-style-type: none;
	padding-left: 16px;
}
#footer {
	border-top: solid 4px #253A5F;
	padding-top: 6px;
	clear: both;
}
#footer p{
	color: #253A5F;
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
}
#footer #rightalign {
	float: right;
	text-align: right;
}
#magic {
	clear: both;
	display: block;
}

