@CHARSET "UTF-8";

/* CSS Document */
* {
    margin:0;
    padding:0;
}

body {
	line-height: 20px;
	font-size: 12px;
	color: #666666;
}

#pageWrapper, header {
    width: 1270px;
}

#pageWrapper {
	margin: 0px 100px 0px auto;
}

#header {
	height: 55px;
}

#headerLeft {
	width: 100px;
	height: 55px;
	float: left;
}

#header a#logo {
	width:226px;
    height:87px;
    float:left;
    display:block;
    margin-left: 50px;
}

#renderMenuDiv {
	float: left;
}

#headerRight {
	width: 101px;
	height: 55px;
	float: right;
}

#leftPane {
    width: 333px;
    float: left;
}

#leftPaneHome {
	float: left;
	margin-left: 160px;
}

#leftPaneTop {
	width: 305px;
	margin-left: 100px;
}

#areaMapsHome, #welcome {
	margin-top: 119px;
}

#areaMapsHome {
	width: 306px;
	height: 150px;
	float: left;
	margin-left: -60px;
}

#areaMaps {
    width: 306px;
    height: 150px;
    float: left;
    margin-left: 100px;
    margin-top: 60px;
}

#mapsContent {
	margin-left: 60px;
	margin-top: -10px;
}

#mapsContent img {
	margin-left: -10px;
}

#areaMapsHome img {
	border: none;
	padding-top: 10px;
}

#areaMaps img {
    border: none;
    padding-top: 10px;
}

#areaMapsHome p {
	width: 225px;
	font-size: 11px;
}

#areaMaps p {
    width: 225px;
    font-size: 11px;
}

#areaMapsHome h1 {
	margin-top: -20px;
	margin-left: 60px;
	color: #FFFFFF;
}

#areaMaps h1 {
    margin-top: -20px;
    margin-left: 60px;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}


#welcome {
	width: 370px;
	height: 150px;
	float: left;
}

#welcomeContent {
	width: 350px;
    height: 140px;
    margin-top: -5px;
	overflow: hidden;
}

#welcome h1 {
	margin-top: -20px;
	color: #FFFFFF;
}

#welcome ul {
	margin-left: 25px;
}

#centerPane {
    width: 500px;
    float: left;
    margin-left: 40px;
    margin-top: -30px;
}

#centerPaneHome {
	width: 333px;
	float: left;
}

#contentBackRepeat {
	float: left;
	margin-left: 73px;
	margin-top: 60px;
}

#contentBackTop {
	width: 693px;
}

#contentFrontRepeat {
	float: left;
	margin-left: 35px;
	margin-top: 170px;
	
}

#contentFrontTop {
	width: 626px;
	padding-top: 50px;
}

#content {
	min-height: 333px;
	margin-top: 10px;
}

#content img {
	margin-left: 10px;
	margin-right: 10px;
}

#content ul li {
	margin-left: 30px;
	color: #333333;
}

#content ol li {
	margin-left: 30px;
	color: #333333;
}

#footer {
	width: 1070px;
    padding-top:10px;
    margin-left: 100px;
}

#footerLeft {
	float: left;
	margin-left: 80px;
	text-align: left;
}

#footerRight {
    float: right;
    margin-right: 80px;
    text-align: right;
}

#bottomBorder {
	border: 3px solid #660000;
}

#flash {
	width: 667px;
	height: 312px;
	margin-left: -60px;
	float: left;
}

#title {
	margin-top: -35px;
	margin-left: -30px;
	font-size: 20px;
	color: #FFFFFF;
}

#pageLogo {
	float: left;
	margin-top: -250px;
	margin-left: -60px;
}

img#pageLogo  {
	width: 660px;
	height: 200px;
}

a:link#email, a:visited#email, a:hover#email {
	text-decoration: none;
	color: #660000;
}

#areaMapsImgHome {
	margin-left: 50px;
	margin-top: -30px;
	padding-bottom: 10px;
}

#welcomeImgHome {
	margin-top: -20px;
	padding-bottom: 10px;
}

#newsImgHome {
	margin-left: 25px;
}

#areaMapsSubImg {
	margin-left: 50px;
	margin-top: -33px;
	padding-bottom: 10px;
}

#house {
	height: 60px;
	float: right;
	margin-right: 10px;
	margin-top: -60px;
}

.spacer {
    clear:both;
    height:5px;
    width:5px;
}

.clear {
    clear:both;
}

#applicationForm {
	margin-left: -10px;
}

