html,body {margin:0;
	padding:0;
/*	background: #F8F2DA; */
	background: #C2B8A3;
	}
	
body {font: 76% verdana,arial,sans-serif;
}

p, ul {line-height: 125%;
	color: black;}

h1 {font-size: 175%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 115%;}
h5 {font-size: 105%;}
h6 {font-size: 105%;
	color: #CD2626;
	border-right: 3px solid #8B1A1A;
	border-bottom: 3px solid #8B1A1A;	
	border-top: 2px solid #EE2C2C;
	border-left: 2px solid #EE2C2C;	
	padding: .5em;
	margin-top: 2px;}
	
h6 span {font-variant: small-caps;
	font-size: 115%;}	

cite {display: block; }

div#header1 {background: #C7AFBD url(images/title.gif) no-repeat center right;
	height: 99px; 
	line-height: 99px; 
	border: 1px solid black;
}

div#header1 h1 {padding: 0;
	margin: 0;
	text-align: center; 
	color: #484452}
	
div#header2 {background: #484452 url(images/madison.gif) no-repeat center right;
	height: 37px;
	line-height: 37px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;}
	
div#header2 h2 {font-weight: bold;
	color: #C7AFBD;
	padding: 0;
	margin: 0;
	margin-left: 215px;}
	
div#box {background: #A098B3 url(images/westport.gif) center center no-repeat;
	height: 143px;
	width: 180px;
   border-left:1px solid black; 
   border-right:1px solid black;	
	display:block; 
   overflow:hidden;   	}
	
div#menu {background: #484452;
	margin: 0 0 0 29px;
	width: 172px;	
	border-left: 1px solid #484452;
	border-right: 1px solid #484452;
	float: left;
	display: inline;
	overflow:hidden	}	
	
div#boxmenuline {background: #C7AFBD;
	height: 8px;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black; }   
	
div#wrapper {background: url(images/fauxcolumn.gif) repeat-y top left;
	overflow: hidden; 
	margin-bottom: 0;
	padding: 0;
	clear: right; 
}  	
	

* html div#wrapper {height: 1px;
	overflow: visible;}	  /* IE Hack to get rid of gap below link */
	
div#content {margin: 0 195px 0 215px;
	text-align: justify;}
	
div#content a:link {color: 	#5D5868; }
div#content a:visited {color: 	#5D5868; }

div#content img {border: 2px solid #484452;
	padding: 2px;
	margin: 1em; }
	
div#footer {clear:left;
	text-align: center;
	background: #C7AFBD;
	height: 8em;
	margin: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black; 
	overflow-x:hidden; 	}	
	
div#footer p {color: black;
	font-size: 75%;
	font-style: italic;
	float: right;
	text-align: right;
	margin: .5em;
	float: right; }

div#footer img {border: 0;}
	
div#eXTReMe, div#eXTReMe a {float: left;}	

/* ######### RIGHTBAR ######## */		
	
 div#rightbar {float: right;
	width: 190px;
	margin-left: -190px;
	padding: 1em 0;} 	
	
div#rightbar img {border: 2px solid #484452;
	padding: 2px;
	margin: 5px; }	
	
/* ######### CONTACT FORM ######## */		
	
div#content form {width: 95%;
	float: left; }

div#contact_form input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	background: #FEF0FF;
}

div#contact_form label {
	display: block;
	float: left;
	margin-bottom: 10px;	
	text-align: right;
	width: 75px;
	padding-right: 20px;
 }	
 
div#contact_form p { clear: left; }

/* ######### CONTACT FORM FROM PHP FILE ######## */	
	 
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 80%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
	
/* ######### NEWS ######## */		

.news {width: 95%;
	float: left; }
	
.postloop {border: 2px solid #DDDDDD;
	padding: 1em;
	margin: 1em;}

div.news h1 {float: left;}

.news a:link {color: 	#A098B3; 
	text-decoration: none; }
.news a:visited {color: 	#A098B3; 
	text-decoration: none; }
.news a:hover {text-decoration: underline; }
	
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { float: right; font-weight: bold; margin-top: 20px; }
.post_short { clear: left; 
	text-align: justify; 
		padding-bottom: 5px; 
		border-top: 1px solid #DDDDDD;
}

.comment {border: 2px solid #A098B3; 
	padding: .5em;
	margin: .5em;}
	
.comment_title { font-weight: bold; float: left; }
.comment_text { padding-bottom: 15px; clear: both; border-top: 1px solid black;}
.comment_text p {padding-top: 2em;}
.comment_info { float: right; font-style: italic; }
	
/* ######### SEARCH BOX ######## */	

.search_box {text-align: center;
	margin-top: .5em;}
	
.search_results {width: 95%;
	float: left; }	
	
/* ######### LOGIN ######## */	

div#loginbox {text-align: center;}

div#loginbox h1, div#loginbox h2 {color: #A098B3;
}
	
div#loginbox p {color: #A098B3;
	font-weight: bold;
	margin-bottom: 0; }	

div#loginbox a:link {color: 	#A098B3; }
div#loginbox a:visited {color: 	#A098B3; }
div#loginbox a:hover {color: #A098B3;
	text-decoration: none;  }	
	
/* ######### PHOTO GALLERY ######## */	

hr {
	border-style: none;
 	height: 1px;
	background-color: #A098B3;
	color: silver;
}
#pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}
#pagenumbers a:link, #pagenumbers a:visited, #pagenumbers a:hover {
	color: #000000;
	text-decoration: none;
}
#pictures {
	text-align: center;
}
#pictures img {
	border: none;
}
#pictures a:link, #pictures a:visited, #pictures a:hover {
	color: #000000;
	text-decoration: none;
}
.picturelink {
	margin: 1em;        
	float: left;
}
#picturelink img {
	border: none;
}
#filename {
	text-align: center;
}
#directories { }

/* ############ EVENT CALENDAR ########### */

.eventcalendar {width: 95%;
	float: left; 
	margin: auto;}

.evheader {
	text-align: center;
	margin-bottom: 10px; 
}
.eventborder {
	border :  solid 1px;
	border-color : #A098B3;
	margin-bottom: 10px; 
}
	
.tdeventheading {
	line-height : 20px; 
	padding: 2px;
	background-color : #A098B3;
	color: #484452;
	font-weight : bold;
	text-align : center;
	}
.tdevent, .mtevent  {
    padding: 2em;
}
.eventheading {
	text-align : center;
}

 .mteventheading {
	line-height : 20px;
	padding: 2px; 
	background-color : #A098B3;
	color: #484452;
	font-weight : bold;
	text-align : center;
} 

.mteventdate  {
	float: left;
	margin-left: 2em; }
	
.mteventdescription  {
 	margin: 0 100px;
 	float: left;
/* 	width: 100%; */ }
	
.mteventurl  {
	float: left;
	width: 100px;
	margin-left: -100px;
	text-align: center; }
	
.alleventheading {
	line-height : 20px;
	padding: 2px;
	background-color : #A098B3;
	color: #484452;
	font-weight : bold;
	text-align : center;
}
.allevent li {
    padding: 2px;
	list-style: none;
}
.evfooter {
	text-align: center;
}

/* ############ LINKS PAGE ########### */

.BMheader  {width: 95%;
	background-color: #A098B3;
	color: #484452;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
   padding: .5em;
   margin: .5em;
}
.BMlink  {
   margin-left: 2em;
	text-align: left;
}

.BMlink a:link {color: 	#5D5868;}
.BMlink a:visited {color: #5D5868;}
.BMlink a:hover {text-decoration: none;}

.BMlink img {
	border: none;
}

/* ######### ROUNDED CORNERS ######## */

.curved {
  background: transparent; 
  width:182px;
  margin: -136px 0 0 26px }
  
.curved .line1 {
  display:block; 
  overflow:hidden;   
  height: 1px;
  margin: 0 5px;
  background: black; }
  
.curved .line2 {  
  display:block; 
  overflow:hidden;   
  height: 1px;
  margin: 0 3px;
  background: #A098B3;
  border-left:1px solid black; 
  border-right:1px solid black; }
  
.curved .line3 {  
  display:block; 
  overflow:hidden;   
  height: 1px;
  margin: 0 2px;
  background: #A098B3;
  border-left:1px solid black; 
  border-right:1px solid black; }
  
.curved .line4 {  
  display:block; 
  overflow:hidden;   
  height: 2px;
  margin: 0 1px;
  background: #A098B3;
  border-left:1px solid black; 
  border-right:1px solid black; }
  

/* ######### NAV LIST BUTTONS FOR NEW MENU######## */  

.menu-top {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 172px; }

.menu-top li {display: block;
	list-style: none;
   background: #A098B3;
/*   padding: .5em; */
   margin: 1em 0 0 0;  
}

.menu-top li a { text-decoration: none; 
/*   border:1px solid #A098B3; */
   padding: .25em .5em .25em .25em;
   border-left: 1em solid #A098B3;   
   text-transform: uppercase;
   color: #484452;
   font-size: 125%;
   font-weight: bold;
   display: block;
   margin-bottom: 0;
}

* html #menu-top li a {height: 1px; }	 /* IE Hack to get rid of gap below link */

.menu-top li a:hover {background: #A098B3;
	border-color: #C7AFBD;}
	
.menu-top li .menu-current	{	border-color: #C7AFBD;}

.menu-expand li a {font-size: 100%;}
