﻿#pageWrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 0.8em;
	color: #263675;
	text-align: left;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/design_r6_c1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
td{
	color:#263675;
	text-align:left;
	vertical-align:top;
}
.header {
	height: 250px;
	width: 950px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
}
.photo01 {
	height: 250px;
	width: 950px;
	background-image: url(/images/headerPhoto01.jpg);
}
.photo02 {
	height: 250px;
	width: 950px;
	background-image: url(/images/headerPhoto02.jpg);
}
.photo03 {
	height: 250px;
	width: 950px;
	background-image: url(/images/headerPhoto03.jpg);
}
.photo04 {
	height: 250px;
	width: 950px;
	background-image: url(/images/headerPhoto04.jpg);
}
.photo05 {
	height: 250px;
	width: 950px;
	background-image: url(/images/headerPhoto05.jpg);
}
#menu {
	background-image: url(/images/design_r4_c2.jpg);
	background-repeat: repeat-x;
	height: 40px;
	padding-left: 50px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f8f8f8;
	height: 32px;
	padding-right: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	padding-left: 12px;
	color: #263675;
	float: left;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #263675;
	background-image: url(/images/design_r4_c4.jpg);
	background-repeat: repeat-x;
	border-right-color: #192B57;
	border-left-color: #7587B8;
}
#footer {
	font-size: 0.8em;
	background-image: url(/images/design_r8_c2v2.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 0px;
	height: 150px;
	clear: both;
}
#main {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
}
a {
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	
}
h2 {
	font-size: 1.5em;
	font-weight: normal;

}
.intro {
	font-size: 1.3em;
	font-weight: normal;
	
}
.hideMe {
	display: none;
	visibility: hidden;
}
#logo {
	/*background-image: url(/images/logo.gif);
	background-repeat: no-repeat;*/
	margin-top: 40px;
	margin-left: 50px;
	height: 147px;
	width: 130px;
}
.floatRight {
	float: right;
	margin: 0px 0px 20px 20px;
}
.feature {
	float: left;
	height: 160px;
	width: 270px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
}
.smalltext{
	font-size:10px
}
.clear {
	clear:both;
}
.right {
	margin-right: 0px;
}
#mapCanvas {
	border: 1px solid #F9F9F9;
	margin: 0px 0px 20px 20px;
	float: right;
	padding: 3px;
	width: 425px;
	height: 600px;
}
div.col1 {
	float: left;
	width: 300px;
}
div.col2 {
	margin-left: 300px;
}