
/* top elements */

* {
	padding: 0;
	margin: 0;
}

body {
	font: normal .80em/1.5em 'Verdana';
	color: #444;
	background: #FFFFFF;
	text-align: center;
	height: 100%;
}

/* links */

a {
	background: inherit;
	color: #003399;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #0033FF;
	text-decoration: none;
}

a:visited {
	background:inherit;
	color: #0033FF;
	text-decoration: underline;
}

/* headers */

h1 {
	font-size:20px;
	font:'Arial';
	font-weight:bold;
	color:#223C78
}

h2 {
	font-size:18px;
	font:'Arial';
	font-weight:bold;
	color:#223C78
}

h3 {
	font-size:16px;
	font:'Arial';
	font-weight:bold;
	color:#223C78
}

p, h1, h2, h3 { margin: 10px 0px; }

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #6D5434;
}

ul span, ol span { color: #000000; }

/* images */

img { border: none; }

img.float-right { margin: 5px 0px 5px 15px; }

img.float-left { margin: 5px 15px 5px 0px; }

a img { border: none; }

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */

  background: #FAFAFA;
	border: 1px solid #eee;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 45px;
	border: 1px solid #eee;
	font: bold 1.2em/1.5em 'Arial', Helvetica, sans-serif;
	color: #0066CC;
}

/* Contact Form */



#contact-area {
	width: 500px;
	margin-top: 5px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 1 em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea { height: 90px; }

#contact-area textarea:focus, #contact-area input:focus { border: 2px solid #900; }

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto;
	height: 500px;
}

label {
	float: left;
	width: 100px;
	padding-top: 5px;
	font-size: 1 em;
}

/* form elements */

#main { padding: 0; }

form { background-color: #FFFFFF; }

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #000000;
	font: normal 1em 'Arial', Helvetica, sans-serif;
	color:#777;
	background: #ffffff;
}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em 'Arial', Helvetica, sans-serif;
	border:1px solid #000000;
	height:100px;
	display:block;
	color:#777;
}

input.button {
	margin: 0;
	font: bold 1em 'Arial', Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}

/* Search For: style up to 11 types */



#class0 {
	border: none;
	background: transparent;
}

#class1 {
	border: none;
	background: transparent;
}

#class2 {
	border: none;
	background: transparent;
}

#class3 {
	border: none;
	background: transparent;
}

#class4 {
	border: none;
	background: transparent;
}

#class5 {
	border: none;
	background: transparent;
}

#class6 {
	border: none;
	background: transparent;
}

#class7 {
	border: none;
	background: transparent;
}

#class8 {
	border: none;
	background: transparent;
}

#class9 {
	border: none;
	background: transparent;
}

#class10 {
	border: none;
	background: transparent;
}

#class11 {
	border: none;
	background: transparent;
}

option {
	padding-left:5px;
	padding-bottom:1px;
}

/* search form */

.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.searchform p {
	margin: 10px;
	padding: 0;
}

.searchform input.textbox {
	width: 130px;
	color: #333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}

.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************

	  LAYOUT

************************/



#wrap {
	width: 960px;
	float: center;
	text-align:left;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* header */

#header {
	height:150px;
	text-align: left;
	background: #FFF;
}

#logo {
	width: 310px;
	float:left;
	height:auto;
}

#picture {
	width: 960px;
	height:auto;
}

/* header menu */



#menu {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	float: right;
}

#menu ul {
	font: bolder 12px 'Arial', Helvetica, sans-serif;
	color: #6D5434;
	background-color: #FFF;
	margin: 0 15px;
	padding: 0;
	border-bottom: 6px solid #FFF;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
	display: block;
	padding: 5px 15px;
	color: #6D5434;
	text-decoration: none;
}

#menu ul li { width: auto }

#menu ul ul {
	position:absolute;
	margin: -5% 0 0 95%;
}

/* content */

#content {
	clear: both;
	text-align: left;
	padding: 0;
}

/* Main Page Top Content */



#top {
	width: 960px;
	height: 300px;
}

div.topleft {
	width: 315px;
	float: left;
}

div.topright {
	width: 630px;
	float: right;
	border:#6388C5;
	border-style:solid;
	border-width:thin;
}

/* Main Page Middle Content */



#middle1 {
	width: 960px;
	height: 225px;
}

div.middleleft {
	width: 305px;
	height: 200px;
	float: left;
	padding-left: 10px;
	border:#6388C5;
	border-style:solid;
	border-width:thin;
}

div.middleright {
	float: right;
	height: 200px;
}

/* Bottom Content */



#bottom {
	width:960px;
	height: 250px;
}

div.bottomleft {
	width: 600px;
	padding-right:5px;
	float: left;
	text-align:left;
	border-right-color:#6388C5;
	border-right-style:solid;
	border-right-width:thin;
}

div.bottommiddle {
	width: 300px;
	float:left;
	padding-left: 10px;
	padding-right:5px;
	text-align:left;
	border-right-color:#6388C5;
	border-right-style:solid;
	border-right-width:thin;
}

div.bottomright {
	width:305px;
	padding-left: 10px;
	padding-right:5px;
	float:left;
	text-align:left;
}

/***** Town Pages *****/



/* Top Content */

#toptownpage {
	width: 960px;
	height: 150px;
}

div.toptownpageleft {
	width: 630px;
	height:150px;
	float: left;
}

div.toptownpageright {
	width: 305px;
	height: 135px;
	float: right;
	padding-left: 10px;
	border:#6388C5;
	border-style:solid;
	border-width:thin;
}

/* End Top Content */



/* Middle Content */



#middletownpage {
	width: 960px;
	height: 140px;
}

div.middletownpageright {
	width: 315px;
	height: 125px;
	float: right;
}

div.middletownpageleft {
	width: 630px;
	height:125px;
	float: left;
}

/* End Middle Content */



/* Bottom Content */



#bottomtownpage {
	width: 960px;
	height: 225px;
}

div.bottomtownpageright {
	width: 305px;
	height: 200px;
	float: right;
	padding-left: 10px;
	border:#6388C5;
	border-style:solid;
	border-width:thin;
}

div.quicksearchTP {
	float:left;
	width:600px;
	height: 200px;
	padding: 10px;
	border-style:solid;
	border-color: #6388C5;
	border-width: thin;
}

div.bottomtownpageleft {
	float: left;
	height: 200px;
}

/* End Bottom Content */



/***** End Town Pages *****/



/***** Community Pages *****/



/* Top Content */

#topcommunitypage {
	width: 960px;
	height: 250px;
}

div.topcommunitypageleft {
	width: 630px;
	height:250x;
	float: left;
}

div.topcommunitypageright {
	width: 315px;
	height: 250px;
	float: right;
	border:#6388C5;
	border-style:solid;
	border-width:thin;
}

/* End Top Content */



/* Middle Content */



#middlecommunitypage {
	width: 960px;
	height: 175px;
}

div.middlecommunitypageright {
	width: 315px;
	height: 175px;
	float: right;
}

div.middlecommunitypageleft {
	width: 630px;
	height:175px;
	float: left;
}

/* End Middle Content */



/* Bottom Content */



#bottomcommunitypage {
	width: 960px;
	height: 225px;
}

div.bottomcommunitypageright {
	float: right;
	width: 305px;
	height: 200px;
	padding: 10px;
	border-style:solid;
	border-color: #6388C5;
	border-width: thin;
}

div.quicksearchCP {
	float:left;
	width:600px;
	height: 200px;
	padding: 10px;
	border-style:solid;
	border-color: #6388C5;
	border-width: thin;
}

div.bottomcommuntypageleft {
	float: left;
	height: 200px;
}

/***** End Bottom *****/



/***** End Community Pages *****/

#left {
	float: left;
	width: 300px;
	height: auto;
}

#lefttwothirds {
	float:left;
	width:60%;
	height: auto;
}

.lefttwothirds { margin-right: 350px; }

#right {
	float: right;
	width: 305px;
	height: 350px;
}

#middle {
	float: left;
	width: 300px;
	height: 350px;
}

/* Quick Search */



div.quicksearch {
	float:right;
	width:620px;
	height: 200px;
	padding-left: 10px;
	border-style:solid;
	border-color: #6388C5;
	border-width: thin;
}

/* sidebar */

#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	color: #6D5434;
}

.sidebox { margin-bottom: 10px; }

/* sidebar menu */

#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
}

#sidebar ul.sidemenu li { padding: 0px 10px; }

#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}

#sidebar ul.sidemenu a.top { border-top: 1px dashed #D5D5D5; }

#sidebar ul.sidemenu a:hover { color: #003399; }

/* footer */

#footer {
	clear: both;
	margin: 0;
	padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Arial', Helvetica, sans-serif;
	height: 45px;
	color: #666666;
	text-align: center;
}

#footer20 { height:200px; }

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: #777;
}

#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */

.float-left { float: left; }

.float-right { float: right; }

.align-left { text-align: left; }

.align-right { text-align: right; }

/* additional classes */

.clear { clear: both; }

.gray { color: #BFBFBF; }
