body{
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/web_bkg.jpg);
	background-position: left top;
	background-repeat: repeat;
	}
img {
	border:none;
	}
h1 {
	color: #af003c;
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #000000;
	font-size: .9em;
}
/*h3 used for callouts. It is larger than h2*/
h3 {
	color: #000000;
	font-size: 1em;
}
a:link, a:visited {
	color: #008c97;
	text-decoration: none;
	font-weight: bold;
}

a:hover, #nav li.on a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

p {
	color: #000000;
	line-height: 1.3em;
}

#content p, #content ul, #content ol, #footer p, #footer ul, #footer ol, #column1 p, #column1 ul, #column1 ol {
	font-size: .8em;
}
#content ol, #content ul {
	padding-top: 0px;
}

ol li, ul li {
	padding-bottom: 8px;
}
ol li.nospace, ul li.nospace {
	padding-top: 0px;
}

#content ol, #content ul{
	padding-right: 20px;
}
.nobullet {
	list-style-type: none;
}
.red {color: #af003c}

#wrapper1{
    height: 840px;
	width: 1280px;
	background-image: url(../images/page_one_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 760px 50px;
	display: block;
}
 #wrapper2{
    height: 840px;
	width: 1280px;
	background-image: url(../images/page_two_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 760px 50px;
	display: block;
}
#wrapper3{
    height: 840px;
	width: 1280px;
	background-image: url(../images/page_three_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 760px 50px;
	display: block;
}
#wrapper4{
    height: 840px;
	width: 1280px;
	background-image: url(../images/page_four_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 760px 50px;
	display: block;
}
#wrapper5{
	height: 840px;
	width: 1280px;
    background-image: url(../images/map2.gif);
    background-repeat: no-repeat;
	background-position: 750px 70px;
	display: block;
}

/*header use for logo 216px by 144px */
#header{
	position: absolute;
	top: 0px;
      left: 0px;
	height: 64px;
	width: 220px;
}
/*navigation list defined as inline */
#nav{
	position: absolute;
	width: 900px;
	left: 250px;
	top: 0px;
	list-style-type: none;
	font-size: .9em;
}

#nav ul li{
	display: inline;
}
#nav li.on, #nav li.on a:link, #nav li.on a:visited{
	color:#000000;
	
}

/*column 1 is left side */
#column1{
	position: absolute;
	width: 290px;
	left: 0px;
	top: 180px;
	background-image: url(../images/center_bkg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
}

#column1 p, #column1 h1, #column1 h2, #column1 h3{
	padding-left: 17px;
	padding-right: 50px;
}

#column1 ul{
	padding-right: 50px;
}
#column1 ul li{
	margin-left: -23px;
}
#content{
      padding-top: 65px;
	margin-left: 290px;
	width: 463px;
      padding-bottom: 10px;
}
/* _________________*/
#content form label{
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	}	
	
#content p label {
	margin: 0px;
	padding: 0px;
}
	
#content form input{
	padding: 0px;
	width: 250px;
	margin: 0px;
}	
#content form .checkboxes{
	width: auto;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	height: 1.4em;
	vertical-align: middle;
	}		
#content p.error{
	color: #af003c;
	font-size: 0.8em;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 15px;
	border: thin solid #000000;
	}
#content textarea{
	width: 450px;
	height: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#content form{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
	}
	

#footer{
	clear: both;
	margin-left: 290px;
	width: 463px;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #af003c;
	margin-top: 20px;
}
#footer p.fltrt, #content p.fltrt{
	float: right;
}
.red_bigger {
	color: #AF003C;
	font-size: 18px;
}
#wrapper1 #content h3 a {
	font-size: 18px;
}
