/***********************
HTML ELEMENTS
************************/
/* top elements */
* { padding: 0; margin: 0; }

html {
	margin-left: -1px;

}
body {
	margin: 0; 	padding: 0;
	font: normal 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: center;
	background:#765c44 url(../img/layout/wrapper_bg-hf.jpg) 50% top no-repeat;	
	position: relative;
}

/*links*/ 
a {
	color:#aa4025; 
	background-color: inherit;
	text-decoration: none;	
}
a:visited {
	background-color: inherit;
	text-decoration: inherit;
}
a:hover {
	background-color: inherit;
	text-decoration: inherit;
}
a:focus {
	outline: none;
}

/* headers */
h1 { 
	letter-spacing:-1px;
	color: #111;
	font: normal 2.2em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;
	margin: 60px 0 20px 0px;
	background: url(../img/layout/gr_dotted.gif) repeat-x left bottom;
} 

h1.home { 
	letter-spacing:-1px;
	color: #111;
	font: normal 2.2em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;
	margin: 30px 0 20px 0px;
	background: url(../img/layout/gr_dotted.gif) repeat-x left bottom;
} 

h2 { 
	color: #222222;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 4.0em 0 1.0em 0;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px dotted #222222;
} 

h2.first { 
	color: #222222;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 2.0em 0 0 0;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px dotted #222222;
} 


h3 { 
	color: #702412;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 3.5em 0 0.8em 0;
	padding: 0 0 0.3em 0;
	border-bottom: 1px dotted #dad9d9;
} 


h3.first { 
	color: #702412;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 2.0em 0 0 0;
	padding: 0;
} 

h3.worship { 
	color: #865e3f;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 2.0em 0 0 0;
	padding: 0;
} 

h4 { 
	color: #77833b;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0 0.4em 0;
	padding: 0 0 0.3em 0;
} 

h4.first { 
	color: #77833b;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 2.5em 0 0.8em 0;
	padding: 0 0 0.3em 0;
	border-bottom: 1px dotted #dad9d9;
} 

h4.directory { 
	color: #77833b;
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	margin: 2.5em 0 0.8em 0;
	padding: 0 0 0.3em 0;
	border-bottom: 1px dotted #dad9d9;
} 

h5 { 
	color: #444444;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 -0.5em 0;
	padding: 0;
	text-transform: uppercase;
} 

h5.first { 
	color: #444444;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	margin: 1.6em 0 -0.5em 0;
	padding: 0;
	text-transform: uppercase;
} 

h5.map { 
	color: #444444;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	margin: 1.6em 0 1.2em 0;
	padding: 0;
	text-transform: uppercase;
}

h5.comgroups { 
	color: #a38759;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	margin: 2.0em 0 -0.5em 0;
	padding: 2.0em 0 0 0;
	text-transform: uppercase;
	border-top: 1px dotted #dbcfb9;
}

h6 { 
	color: #444444;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
} 

.secondaryintitle {
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
}

.special_home {
	font: normal 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
}

/* images */
img {
	padding: 0;	
}
img.float-right {
  margin: 0 0 0 0.3em;  
}
img.float-left {
  margin: 0 0.3em 0 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 20px 0;
 	padding: 10px 20px;  	
  	font: normal 1.1em/1.6em Georgia, "Times New Roman", Times, serif;   
	background: #ffffff;
    border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #555555;
}

table.precipitation {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.precipitation caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}
table.precipitation th {
	text-align: left;
    font-weight: normal;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
}

table.precipitation td { 
	text-align: center;
    border-top: 1px dotted #b6b5b5;
    padding: 0.2em;
}

table.precipitation thead th {
    text-align: center;
    border-bottom: 1px solid #baba83;
	background-color: #3f2f1f;
	color: #ffffff;
}

table.precipitation th.corner {
    text-align: left;
}



table.tradingarea {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.tradingarea caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}
table.tradingarea th {
	text-align: left;
    font-weight: normal;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	background-color: #3f2f1f;
	color: #ffffff;
	text-transform: uppercase;
}

table.tradingarea td { 
	text-align: left;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}

table.tradingarea thead th {
    text-align: left;
    border-bottom: 1px solid #baba83;
	background-color: #ffffff;
	color: #444444;
	text-transform: uppercase;
	padding: 1.0em 0;
	font-weight: bold;
}

table.tradingarea td.odd {
    padding-left: 3.0em;
}

table.tradingarea th.odd {
    padding-left: 3.0em;
}

table.tradingarea td.numbers {
    text-align: right;
	padding: 0 0.7em 0 0;
}




table.employment  {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.employment caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}

table.employment th {
	text-align: left;
	font-weight: normal;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	width: 75%;
}

table.employment td { 
	text-align: left;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}

table.employment thead th {
    text-align: left;
    border-bottom: 1px solid #baba83;
	background-color: #3f2f1f;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5em 0.2em;
	font-weight:normal;
}

table.employment td.numbers {
    text-align: right;
	padding-right: 2.0em;
	width: 25%;
}

table.employment th.numbers {
    text-align: right;
	width: 25%;
	padding: 0 1em 0 0;
}



table.population {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.population caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}

table.population td { 
	text-align: left;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}

table.population td.numbers {
    text-align: right;
	padding-right: 2.0em;
}


table.age {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.age caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}
table.age th {
	text-align: left;
	font-weight: normal;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	width: 55%;
}

table.age td { 
	text-align: center;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}

table.age thead th {
    text-align: left;
    border-bottom: 1px solid #baba83;
	background-color: #3f2f1f;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5em 0.2em;
}

table.age td.numbers {
    text-align: right;
	width: 15%;
}

table.age th.numbers {
    text-align: right;
	width: 15%;
}



table.commonlaw {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.commonlaw caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}
table.commonlaw th {
	text-align: left;
    font-weight: normal;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	width: 55%;
}

table.commonlaw td { 
	text-align: center;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}

table.commonlaw thead th {
    text-align: left;
    border-bottom: 1px solid #baba83;
	background-color: #3f2f1f;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5em 0.2em;
}

table.commonlaw td.numbers {
    text-align: right;
	width: 15%;
}

table.commonlaw th.numbers {
    text-align: right;
	width: 15%;
}



table.dwelling {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.dwelling caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}

table.dwelling th {
	text-align: left;
	font-weight: normal;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	width: 80%;
}

table.dwelling td { 
	text-align: left;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}


table.dwelling thead th {
    text-align: left;
    border-bottom: 1px solid #baba83;
	background-color: #3f2f1f;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5em 0.2em;
	font-weight:normal;
}

table.dwelling td.numbers {
    text-align: right;
	padding-right: 2.0em;
	width: 20%;
}

table.dwelling th.numbers {
    text-align: right;
	width: 20%;
	padding: 0 1em 0 0;
}



table.family {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.family caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}

table.family th {
	text-align: left;
	font-weight: normal;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	width: 80%;
}

table.family td { 
	text-align: left;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}


table.family thead th {
    text-align: left;
    border-bottom: 1px solid #baba83;
	background-color: #3f2f1f;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5em 0.2em;
	font-weight:normal;
}

table.family td.numbers {
    text-align: right;
	padding-right: 2.0em;
	width: 20%;
}

table.family th.numbers {
    text-align: right;
	width: 20%;
	padding: 0 1em 0 0;
}



table.household {
	margin: 0;	
	padding: 0;
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #baba83;
    border-bottom: 1px solid #3f2f1f;
}
table.household caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}

table.household th {
	text-align: left;
	font-weight: normal;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	width: 80%;
}

table.household td { 
	text-align: left;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}

table.household thead th {
    text-align: left;
    border-bottom: 1px solid #baba83;
	background-color: #3f2f1f;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5em 0.2em;
	font-weight:normal;
}

table.household td.numbers {
    text-align: right;
	padding-right: 2.0em;
	width: 20%;
}

table.household th.numbers {
    text-align: right;
	width: 20%;
	padding: 0 1em 0 0;
}


table.location {
	margin: 0;	
	padding: 0;
	width: 70%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

table.location th {
	text-align: left;
	font-weight: bold;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	width: 60%;
	text-transform: uppercase;
}

table.location td { 
	text-align: left;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}

table.location td.numbers {
    text-align: left;
	padding: 0 1em 0 0;
	width: 40%
}


table.wastedisposal {
	margin: 0;	
	padding: 0;
	width: 60%;
	border-spacing: 0px;
    border-collapse: collapse;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

table.wastedisposal caption {
	margin: 0;
	padding: 0 0 0.8em 0;	
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #444444;
}

table.wastedisposal th {
	text-align: left;
	font-weight: bold;
    padding: 0.2em;
    border-top: 1px dotted #b6b5b5;
	width: 60%;
	text-transform: uppercase;
}

table.wastedisposal td { 
	text-align: left;
    border-top: 1px dotted #b6b5b5;
    padding: 0.5em 0.2em;
}

table.wastedisposal td.numbers {
  text-align: left;
	padding: 0 1em 0 0;
	width: 40%
}


/* walking tour map page */

ol.walkingtour {
  margin: 0;
  padding: 0;
}
 
li.walkingtour {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
	text-align: left;
}
 
.col1 {margin-left: 2em;}
 
.col2 {margin-left: 25em;}
  
.coltopper {margin-top: -20em;} 

table.maplegend {
	margin: 0;	
	padding: 0;
	width: 100%;
}

table.maplegend td { 
	text-align: left;
  padding: 0.5em;
}


#hwtmap table {

}

#hwtmap tr {
	background: #ffffff;
}

#hwtmap td {
	background: #ffffff;
	padding: 10px 25px 10px 0px;
}



/* form elements 
form {
	margin: 15px;
	padding: 0;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em  Verdana, Arial, Helvetica, sans-serif;	
	color: #666666;
}
textarea {
	width: 280px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	height:100px;
	display:block;		
	color: #666666;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}*/


/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	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
************************/

#header-content, #footer-content, #content {
	width: 760px;	
}
#header-wrap, #footer-wrap, #content-wrap, #content {
	min-width: 760px;	
}

/* header */
#header-wrap {
	position: relative;
	margin: 0 auto; 
	padding: 0;	
}

#header-content {
	position: relative;
	margin: 0 auto; 
	padding: 0;
}

#header-links {
	padding: 0;
	margin: 0;
	text-align: right;
	height: 133px;
}

#language ul {
	margin: 0;
	padding: 0;
}

#language li { 
	display: inline; 
	list-style:none; 
	padding: 0;
	width: 90px;
	height: 30px;
	vertical-align: bottom;
}

#language li a { 
	display: block; 
	width: 90px; 
	height: 30px; 
	padding: 0;
	margin: 0 0 0 670px;
}
#language li a img { 
	border:none; 
	vertical-align:bottom; /* for IE6 */
	padding: 0;
	margin: 0;
}
#language li a:hover { 
	visibility:visible; /* for IE6 */ 
}
#language li a:hover img { 
	visibility:visible; /* for IE6 */ 
	padding: 0;
	margin: 0;
}
#language li a:hover img/**/ { 
	visibility:hidden; /* hide from IE5.0/win */
	padding: 0;
	margin: 0;
}

#french {
	background: url(../img/layout/bt_langfr_ov.jpg) no-repeat right bottom;
}

#english {
	background: url(../img/layout/bt_langen_ov.jpg) no-repeat right bottom;
}


/* header menu */
#header-nav {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	margin: 0; padding: 85px 0 0 0;		
}

#header-nav li {
	display: inline; 
	list-style:none;
}
#header-nav li a {
	float: right;
	padding: 0px 10px 0px 10px;	
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
}
#header-nav li a:visited {
	color: #fff;
}
#header-nav li a:hover {
	color: #C8935D;
}

#header-nav li a#current  {	
	color: #FFF;	
}


/* banner + menu sections */

#banner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner01.jpg) 0 0 no-repeat;
}

#banner_business {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-business.jpg) 0 0 no-repeat;
}

#banner_visitors {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-visitors.jpg) 0 0 no-repeat;
}

#banner_residents {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-residents.jpg) 0 0 no-repeat;
}

#banner_newsevents {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-newsevents.jpg) 0 0 no-repeat;
}

#banner_townoffice {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-town.jpg) 0 0 no-repeat;
}

#banner_sitemap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-sitemap.jpg) 0 0 no-repeat;
}

#banner_contact {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-contact.jpg) 0 0 no-repeat;
}

#banner_home {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-home.jpg) 0 0 no-repeat;
}

/* FRENCH banners */

#banner_business-f {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-business-f.jpg) 0 0 no-repeat;
}

#banner_visitors-f {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-visitors-f.jpg) 0 0 no-repeat;
}

#banner_residents-f {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-residents-f.jpg) 0 0 no-repeat;
}

#banner_newsevents-f {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-newsevents-f.jpg) 0 0 no-repeat;
}

#banner_townoffice-f {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-town-f.jpg) 0 0 no-repeat;
}

#banner_sitemap-f {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-sitemap-f.jpg) 0 0 no-repeat;
}

#banner_contact-f {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 235px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-contact-f.jpg) 0 0 no-repeat;
}

#banner_home-f {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 474px;
	width: 760px;
	background-color:#6b5541;
	background: url(../img/layout/banner-home-f-01-03.jpg) 0 0 no-repeat;
}

#solsticelink a {
  position: absolute;
  height: 26px;
  width: 280px;
  top: 493px; 
  text-decoration: none;
  }
#solsticelink a i { visibility: hidden; }

a#solstice { left: 443px; }

a#solstice:hover { background-image: url(../img/layout/solstice-over.jpg); border: none; }

#aviva {
  position: absolute;
  height: 90px;
  width: 728px;
  top: 378px; 
  left: 16px;
  text-decoration: none;
  border: none;
  }

#sections {
	width: 237px;
	margin: 0 0 0 523px;
	padding: 8px 0 0 0;
	text-align: right;
}

#sections ul {
	display: block;
	color: #ffffff; 
	text-decoration: none;
	padding: 0;		
}

#sections li {
	list-style: none;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding: 25px 26px;
	letter-spacing: 4px;
}

#sections li a:link{
	color: #ffffff;
	text-decoration: none;
}
#sections li a:visited{
	color: #ffffff;
	text-decoration: none;
}

#sections li a:hover{
	color: #542514;
	text-decoration: none;
}

#sections li.current a {
	color: #542514;
	text-decoration: none;
}



#sections_home {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

#sections_home ul {
	display: block;
	color: #ffffff; 
	text-decoration: none;
	padding: 0;		
}

#sections_home li {
	list-style: none;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0px;
	padding: 5px 0;
	letter-spacing: 2px;
}

#sections_home li a:link{
	color: #542514;
	text-decoration: none;
}
#sections_home li a:visited{
	color: #542514;
	text-decoration: none;
}

#sections_home li a:hover{
	color: #95955a;
	text-decoration: none;
}

#sections_home li.current a {
	color: #95955a;
	text-decoration: none;
}

#sidebar_home {
	float: left;
	width: 190px;
	margin: 0 0 0 10px;
	padding: 0;	
	background-color: #ffffff;
}

.sections_subtext {
	font: normal 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #72723c;
}

/* HOME PAGE LAYOUT */

#home_navbar li { 
	display: inline; 
	list-style:none; 
	padding: 0;
	margin: 0;
}
#home_navbar li a { 
	float: left; 
	display: block; 
	width: 152px; 
	height: 87px; 
	padding: 0;
	margin: 0;
}

#bt_residents
{
  float:left;
  width: 152px;
  height: 87px;
  background: url("../img/layout/bt_residents_hf.jpg") no-repeat 0 0;
}
#bt_residents:hover
{ 
  background-position: 0 -87px;
}
#bt_residents span
{
  display: none;
}

#bt_visitors
{
  float:left;
  width: 152px;
  height: 87px;
  background: url("../img/layout/bt_visitors_hf.jpg") no-repeat 0 0;
}
#bt_visitors:hover
{ 
  background-position: 0 -87px;
}
#bt_visitors span
{
  display: none;
}

#bt_business
{
  float:left;
  width: 152px;
  height: 87px;
  background: url("../img/layout/bt_business_hf.jpg") no-repeat 0 0;
}
#bt_business:hover
{ 
  background-position: 0 -87px;
}
#bt_business span
{
  display: none;
}

#bt_news
{
  float:left;
  width: 152px;
  height: 87px;
  background: url("../img/layout/bt_news_hf.jpg") no-repeat 0 0;
}
#bt_news:hover
{ 
  background-position: 0 -87px;
}
#bt_news span
{
  display: none;
}

#bt_town
{
  float:left;
  width: 152px;
  height: 87px;
  background: url("../img/layout/bt_town_hf.jpg") no-repeat 0 0;
}
#bt_town:hover
{ 
  background-position: 0 -87px;
}
#bt_town span
{
  display: none;
}


/* content */
#content {
	clear: both;
	text-align: left;	
	margin: 0 auto;
	padding: 0;	
	background-color: #ffffff;
	height: 100%;
}

.breadcrumbs {
	font: normal 0.9em/1.6em Verdana, Arial, sans-serif;
	color: #a79a79;
	float: left;
	padding: 5px 0 0 0; 
}

.mydate {
	font: normal 0.9em/1.6em Verdana, Arial, sans-serif;
	color: #009999;
	float: right; 
	padding: 5px 0px 0 0; 
}

.mydate_home {
	font: normal 0.9em/1.6em Verdana, Arial, sans-serif;
	color: #009999;
	float: left; 
	padding: 5px 0px 0 0; 
}



/* sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin: 0 0 0 10px;
	padding: 0;	
	background-color: #ffffff;
}

#sidebar p a:link{
	color: #aa4025;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #aa4025;
}

#sidebar p a:visited{
	color: #6d2816;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #6d2816;
}

#sidebar p a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #aa4025;
	border-bottom: none;
}


#sidebar p {
	padding: 0 10px 10px 10px;
}
#sidebar h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #6C6E3A;
	padding: 0;
	margin: 15px 0 10px 5px;	
	letter-spacing:-1px;	
	background: none;
	border: none;
}

#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:visited {
	padding: .3em 0 .3em 10px;
	color: #666666;
	text-decoration: none;
}

#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #ffffff;
	background:#95955a url(../img/layout/hovers.gif);	
}


/* main */
#main {
	margin: 0; 
	padding: 0 30px 50px 25px;		
	width: 505px;
	height: 100%;
	float: right;
	background-color: #ffffff;
	clear: both;
}

#main a:link{
	color: #aa4025;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #aa4025;
}

#main a:visited{
	color: #6d2816;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #6d2816;
}

#main a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #aa4025;
	border-bottom: none;
}

#main p{
	font: normal 1.0em/1.6em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 25px 0;
}

#main p.first {
	margin-top: 2.0em; 
}

#main p.intro {
	margin-top: 2.5em;
}


#main ul, ol {
	margin: 10px 20px 15px 20px;
	padding: 0 15px;
	font-size: 1.0em;
	line-height: 1.8em;
}
/*#main p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	margin-left: 0;
}*/
#main form p {
	margin: 15px;
}



#maincalendar {
	margin: 0; 
	padding: 0 30px;		
	width: 700px;
	height: 100%;
	background-color: #ffffff;
	clear: both;
}

#maincalendar a:link{
	color: #aa4025;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #aa4025;
}

#maincalendar a:visited{
	color: #6d2816;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #6d2816;
}

#maincalendar a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #aa4025;
	border-bottom: none;
}

#calendar {
	margin: 0 auto;
	padding: 0;
}


#maingallery {
	margin: 0; 
	padding: 0 30px;		
	width: 700px;
	height: 100%;
	background-color: #ffffff;
	clear: both;
}

#maingallery a:link{
	color: #aa4025;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #aa4025;
}

#maingallery a:visited{
	color: #6d2816;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #6d2816;
}

#maingallery a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #aa4025;
	border-bottom: none;
}

#business_directory table{
	width: 100%;
}


#business_directory td{
	vertical-align: top;
	line-height: 1.8em;
	border-bottom: 1px #cccccc dotted;
}

#business_directory td.backtomenu{
	text-align:right;
	border-bottom: none;
	padding-top: 10px;
}

td.directory_section {
	font: normal 1.4em/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding: 25px 0 0 0;
	border-bottom: 1px dotted #a5a5a5;	
	font-weight: bold;
}

td.directory_section a {
	text-decoration: none;
	border-bottom: none;	
}

td.directory_col2 {
	text-align: right;
}


/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 0;
	text-align: left;	
	background:#765c44 url(../img/layout/footerbg.jpg) center bottom no-repeat;
	color: #f2f1eb;
	width: 100%;
	float: left;
	height: 300px;	
}
#footer-wrap p {
	margin-left: 0;
	margin-right: 0;
}
#footer-wrap h2 {
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#footer-content {	
	margin: 0 auto;	
	padding: 20px 0 0 0;	
	clear: both;
}
#footer-content a {
	color: #e9e792;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;	
}

#footer-content ul li a {
	display: block;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	padding: 0;
	color: #ffffff;
	border-bottom: 1px dotted #8d6f57;
}
#footer-content ul li a:hover {
	color: #C8935D;
	text-decoration: none;
}
#footer-content .col-copyright {
	width: 190px;
	padding: 0 0 30px 0;
	text-align: left;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;	
}

.col-copyright p{
	color: #f2f1eb;	
	text-transform: uppercase;
}
#footer-content .col-links {
	width: 350px;
	padding: 7px 0;
	margin: 5px 20px 0 20px;
	text-align: left;
	border-top: 1px solid #95955a;	
	border-bottom: 1px solid #95955a;
	float: right;		
}

.float-left-footer { 
	float: left;
	margin: 0 30px;
}


#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col-contact {
	width: 135px;
	padding: 0 0 30px 10px;	
	text-align: left;
	font: normal 1.0em/1.4em Verdana, Arial, Helvetica, sans-serif;	
}

#footer-content .col-contact-home {
	width: 550px;
	padding: 0 0 30px 10px;	
	text-align: right;
	font: normal 1.0em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer-content .eyekreate a {
	color: #8b6e53;
	text-decoration: none;
	letter-spacing: 0.6em;
}
#footer-content .eyekreate a:visited {
	text-decoration: none;
	color: #8b6e53;
	letter-spacing: 0.6em;
}
#footer-content .eyekreate a:hover {
	text-decoration: none;
	color: #2e261e;
	letter-spacing: 0.6em;
}

/* 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; }
.clearfix {display: block;}
.hide { display: none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.orange { color: #F3A251; }

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url(../img/layout/clock.gif) no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url(../img/layout/comment.gif) no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url(../img/layout/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}

.mynote {
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	color: #FF0099;
	margin: 30px 0;
	display: block;
}

.check {
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	color: #FF0099;
}

.source {
	color: #777777;
	text-align: left;
	background-color: #ffffff;
	font-size: 0.9em;
}

.businessname {
	color: #423532;
}

#map {
	border: 1px #cccccc solid;
	padding: 10px;
}

#hwtmap {
	border: 1px #cccccc solid;
	padding: 10px;
}

.tantxt {
	color: #a38759;
}

.top {
	text-align: right;
	margin-top: 50px;
}

a.top:link {
	color: #aa4025;
	text-decoration: none;
	background: none;
	border-bottom: none;
}

a.top:visited {
	color: #6d2816;
	text-decoration: none;
	background: none;
	border-bottom: none;
}

a.top:hover {
	color: #fff;
	text-decoration: none;
	background-color: #aa4025;
	border-bottom: 1px dotted #aa4025;
}



