@charset "utf-8";
/* CSS Document */

/* #############  BEGIN GLOBAL STYLES ############# */

@import url("reset.css");

a { 
	text-decoration:none; 
	line-height:1.5em;
}
a:hover {
	color:#FF3300;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.75em; 
	background-color: #C6CDC5; 
}

div.neighborhood { 
	display:block;
	position:relative; 
	clear:both;
}
div.neighborhood p { 
	display:block; 
	position:relative; 
	width:340px; 
	padding-bottom:3em; 
	padding-top:0;
}
div.neighborhood p a {
	display:inline; 
	float:none; 
	width:auto;
}
div.neighborhood a { 
	display:block; 
	float:right;
	width:200px; 
	margin-bottom:3em;
}

em { 
	font-style:italic;
	line-height:1.5em;
}

img.photoThumbnail { 
	border:1px solid #000000;
}

img.right {
	margin:0 0 10px 20px; 
	float:right;
}

p {
	 line-height:1.5em;
	 padding:1em 0; 
}

strong, b {
	 line-height:1.5em;
  	 font-weight:bold;
}

p.heading1 { 
	display:block; 
	position:relative;
	font-size:18px; 
	font-weight:bold; 
	padding-top:14px; 
	padding-bottom:20px;
}

p.title {
	font-weight:bold; 
	text-decoration:underline; 
	padding-bottom:0;
}

table.topMargin {
	margin-top:4px;
}	

td {
	padding:3px 4px; 
	line-height:1.5em;
}
td.center {
	text-align:center;
}
td.highlight {
	background-color:#dddddd;
}
td.top {
	vertical-align:top;
}
td.year {
	padding-left:0; 
	width:48px;
}

tr.highlight td {
	background-color:#dddddd;
}

u {
	text-decoration:underline;
}

#adminDocuments { 
	display:block; 
	float:right;
	width:200px;
	margin:0 0 20px 10px;
	padding:4px;
}

#bodyContainer {
	width:937px;
	margin:0 auto;
	background:url(../images/background.jpg) top left repeat-y;
}



#contactForm { 
	display:block; 
	padding-top:1em; 
	width:500px; 
	margin:0 auto;
}

#contactForm div.contactFormDiv {
  display:block;
  margin-bottom:1em; 
  font-family:Arial, Helvetica, sans-serif;
}

#contactForm label { 
  display:block;
  font-weight:bold; 
  padding-bottom:3px; 
  font-family:inherit;
}
#contactForm input {
  display:block;
  width:500px;
  font-family:inherit; 
  background-color:#eee;
}
#contactForm select {
  display:block;
  font-family:inherit; 
  background-color:#eee; 
  width:500px; 
  padding:4px;
}
#contactForm optgroup {
  font-style:normal; 
}
#contactForm option {
  padding-top:4px;
  padding-bottom:4px;
}
#contactForm textarea {
  display:block; 
  width:500px;
  font-family:inherit; background-color:#eee;
}
#contactForm input[type=submit] {
  width:120px;
  margin:0 auto;
}




#footer {
	display:block; 
	position:relative;
	width:936px; 
	height:125px;
	height:120px; 
	clear:both; 
	padding-top:10px;
}
#footer a {
	text-decoration:none;
}
#footer img {
	display:inline-block; 
	border:none;
}
#footer #footerContact, #footer #footerWebmaster {
	margin-top:106px;
}

#header {
	display:block; 
	position:relative;
	width:936px;
	height:120px; 
	clear:both;
}

#leftSidebar {
	display:block; 
	float:left;
	width:181px; 
}
#leftSidebar p { 
	display:block;
	position:relative;
	margin:20px 2px 10px 4px; 
	padding:4px; 
	background-color:#989E82; 
	border:1px #000 solid; 
	border-top:1px #000 solid;
}

#mainbody { 
	display:block; 
	float:left;
	width:570px; 
	padding:0 10px 0 20px; 
	background:url(../images/index_r2_c3.jpg) 0 0 no-repeat;
}

#rightSidebar {
	display:block; 
	float:left;
	width:155px; 
	height:453px;
	background:url(../images/flag_pole.jpg) 0 0 no-repeat;
}

#splash {
	width:100%;
	height:100%;
	background-color: #989E82; 
}
#splash img {
	display:block; 
	position:absolute; 
	top:50%;
	left:50%; 
	margin-top:-300px;
	margin-left:-477px;
	width:955px; 
	height:600px; 
	border:1px #000 solid;
}


.linkNoUnderline {
	font-weight:400; 
	text-decoration:none;
}
.linkNoUnderline:hover {
	color:#FF3300;
}

.title { 
	font-weight:bold;
}
