/* CSS Document */

body {background-color:#CCC; }
#wrapper {
	width: 900px;
	margin: 10px auto 0 auto;
	border: 1px solid #666;
	background-color: #FFF;
	}
#photo {
	float: left;
	width:418px;
	margin-left: 25px;
	margin-right: 30px;
	}
#photoright {
	float: right;
	width:418px;
	margin-left: 25px;
	margin-right: 30px;
	}
#map {
	float: left;
	width:450px;
	margin-left: 25px;
	margin-right: 30px;
	margin-bottom:30px;
	border: 1px solid #530D09;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 30px;
	background-color: #009DCA;
	}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: lighter;
	margin: 10px 20px 20px 20px;
	padding: 0 10px;
	line-height: 130%;
	}
.formtext {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	color: #333;
	font-weight: lighter;
	margin: 10px 20px 20px 20px;
	line-height: 130%;
	}	
.boldtext {
	font-weight: bold;
	}
#slogan {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	}
#centercontent {
	width: 900px;
	height: 172px;
	padding-top: 45px;
	background-image: url(images/bkgrnd_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
.centertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: lighter;
	text-align: center;
	margin-left: 15px;
	}	
#emailform {
	width: 640px;
	margin-left: 135px;
	}
#otherforms {
	width: 894px;
	height: 172px;
	background-image: url(images/bkgrnd_gradient.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: center;
	}
.subheader2 {
	text-align: center;
	margin-top: 0px;
	font-weight: bold;
	}
.subheader {
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	}
a:link {
	text-decoration: underline;
	color: #530D09;
	}
a:visited {
	color: #530D09;
	text-decoration: underline;
	}