/* CSS Document */

body {
	background-color: #8A7A57;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #3b150a;
	background-color:transparent;
	text-decoration:none;
	}
	
a:link {
	color: #675734;
	background-color:transparent;
	}
	
a:visited {
	background-color:transparent;
	color: #cc9966;
	}

a:hover {
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	}

a:active {
	color: #FFFFCC;
	background-color: transparent;
}

a img {
	border: 0 none;
}

img {
	border: 0 none;
}

table {
	border: 0px;
}

#wrapper {
	width:800px;
   margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
   text-align: left;
	background-color: #e9e6df;
   }

#header {
	margin:0;
	padding:1px 0 0 0;
	background-image: url(../images/header_bottom.gif);
	background-repeat: no-repeat;
	height: 116px;
 }

#header-new {
	margin:0;
	padding:0 0 0 0;
	height: 116px;
 }


 #banner {
 	margin:0;
	padding:0;
 }
 
 #showcase {
 	margin:0;
	padding:0;
 }
 
 #horzbar {
 	background-image: url(../images/home_topd.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 14px;
 }
 
 #topNavLeft ul {
	padding: 0;
	margin: 0 0 0 0px;
	list-style: none;
	display: block;
	}

#topNavLeft li {
	list-style: none;
	float: left;
	padding:0;
	margin: 0 0 0 0;
	}
	
#topNavLeft li a 
{
	display: block;
	margin:0px;
	padding:0px;
}
 
#topNavMiddle ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	display: block;
	}
#topNavMiddle li {
	list-style: none;	
	float: left;
	padding:0;
	margin: 0;
	} 
 
 #topNavRight ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	}

#topNavRight li {
	list-style: none;
	display: block;
	float: right;
	padding:0;
	margin: 0 0 0 0px;
	}

#topNavRight li a 
{
	display: block;
	margin:0px;
	padding:0px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #330000;
}

#dropmenudiv a:active {
   color: #330000;
   width: 100%
   display: block;
   text-indent: 3px;
   border-bottom:1px solid black;
   padding: 1px 0;
   text-decoration: none;
   font-weight: normal;
}

#dropmenudiv a:visited { 
   color: #330000;
   width: 100%
   display: block;
   text-indent: 3px;
   border-bottom:1px solid black;
   padding: 1px 0;
   text-decoration: none;
   font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
   background-color: rgb(224,221,211);
   color: blue;
}

	
#maincontent {
	background-color: #cfc9bb;
	height: 326px;
	vertical-align: top;
	}
	
#homepageLeft {
	float: left;
	width: 345px;
	height: 315px;
	padding: 0 0 10px 0;
	/*background-color: #cfc9bb;*/
}

#homepageLeft p {
	padding: 10px 36px 10px 36px;
	margin: 0;
	text-align: justify;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	color: #3b150a;
	background-color: #cfc9bb;
}

#homepageRight {
	float: right;
	width: 380px;
	background-color: #e9e6df;
	padding: 0 50px 10px 20px;
	height: 316px;
	background-image: url(../images/home_middle_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-left: #cfc9bb 2px solid;
}

#homepageRight p {
	color: #3b150a;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	margin: 5px 0 0 0;
}

#footer {
	margin:0;
	padding:0;
	background-color: #e9e6df;
	/*height: 145px;*/
	width: 800px;

 }

#footer-links {
	height: 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin:0;
	padding:39px 0 5px 0;
	background-color: #cfc9bb;
	color:#fff;
	text-align: center;
	background-image: url(../images/bottom_01.gif);
	background-repeat: repeat-x;
	border-bottom: #E3CE83 3px solid;
}

#footer-links a {
	color: #fff;
}

#footer-address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#000;
	text-align: center;
	background-color: #e9e6df;
	background-image: url(../images/bottom_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 25px 0 0 0;
	margin: 0;
}

#footer-address p {
	text-align: left;
	padding:10px 0 10px 10px;
	margin:0
}

#sitemap {
	background-image: url(../images/header_top.gif);
	background-repeat: no-repeat;
	height: 49px;
}

#maplink {
	margin: 10px 10px 0 0;
	float: right;

}

#about p {
	color: #3b150a;
}

#gallery p {
	color: #675734;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}