@charset "utf-8";
.highlight {
	font-weight: bold;
	color: #488AC7;
}
.italic {
	font-style: italic;
	font-size: small;
	background-color: #CCCCCC;
	padding: 10px;
}
.galContainer {
	overflow: auto;
	display: block;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	margin: 10px;
}


body {
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #488AC7;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #5CB3FF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: lighter;
}
a:link {
	color: #488AC7;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #488AC7;
	text-decoration: none;
}
a:hover {
	color: #5CB3FF;
	text-decoration: none;
}
#container {
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #488AC7;
	border-right-color: #488AC7;
	border-bottom-color: #488AC7;
	border-left-color: #488AC7;
	height: 100%;
	margin-bottom: 0px;
}
#header, #header span {
	height: 193px;
	width: 771px;
	background-image: url(images/header_2.png);
}
#header span {
	margin-bottom: -193px;
	display: block;
	position: relative;
	z-index: 1;
}
.mainNavigation {
	text-align: center;
	background-color: #488AC7;
	position: relative;
	z-index: 2;
	margin-bottom: 5px;
}
.mainNavigation    ul {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0;
}
.mainNavigation  ul  li {
	display: inline;
}
.mainNavigation  ul  li  a {
	text-decoration: none;
	color: #fff;
	background-color: #488AC7;
	padding-right: 2.5em;
	padding-left: 2.5em;
}
.mainNavigation  ul  li  a:hover {
	color: #fff;
	background-color: #5CB3FF;
}
#mainBody {
	padding-right: 15px;
	padding-left: 15px;
}
#contactBody {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contactError {
}
#mainBody li {
	color: #488AC7;
	font-size: large;
}
#footerNavigation {
	font-size: small;
	text-align: center;
	margin-top: 40px;
}
#footerNavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNavigation ul li {
	display: inline;
}
#footerNavigation ul li a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	font-size: x-small;
	padding-top: 20px;
	color: #999999;
}
.hRule {
	border-bottom-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 50px;
	padding-top: 50px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;

}
.maintImgLeft {
	display: block;
	float: left;
	width: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
}
.maintImgRight {
	display: block;
	float: right;
	width: auto;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.clearFloat {
	clear: both;
}
.galleryLeft {
	display: block;
	float: left;
	width: 48%;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
.galleryRight {
	display: block;
	float: right;
	width: 48%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#contactFormTextFields {
	text-align: right;
	width: 30em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.radioButton {
	margin-right: 5px;
	margin-left: 5px;
}
.formRadioField {
	width: 30em;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imageCenter {
	text-align: center;
}
