@charset "UTF-8";
/* CSS Document */

body {
	background: #515535 url(images/bg.gif) repeat center top;
	text-align: center;
	margin: 20px;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #515532;
}
a:link, a:active {
	color: #e76220;
	text-decoration: none;
}
a:hover {
	color: #d62734;
	text-decoration: underline;
}
a:visited {
	color: #883d16;
}

h2 {
	font-size: 14px;
	color: #75311b;
}

h3 {
	color: #b39357;
	margin: 0px;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}
hr {
 color: #ece7be;
background-color: #ece7be;
height: 3px;border: 0;
  width: 100%;
}
#container {
	width: 985px;
	text-align: center;
	margin: 0px auto;
	background: url(images/frame_bg.gif) repeat-y center top;
}
#container #frameTop {
	background: url(images/frame_top.gif) no-repeat center top;
	height: 121px;
}
#container #frameMiddle {
	float: left;
	width: 985px;
	background: url(images/frame_middle.gif) no-repeat center bottom;
}
#container #frameBottom {
	clear: both;
	background: url(images/frame_bottom.gif) no-repeat center top;
	height: 103px;
}
#container #logo {
	margin: -121px 0px 0px 265px;
	float: left;
}
#logo h1, #logo h1 a {
	background: url(images/logo.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 172px;
	width:471px;
	display: block;
	text-indent: -9999px;
	text-align: center;
}
#nav {
	text-align: left;
	clear: both;
}
#nav ul {
	margin: 0 0 0 102px;
	padding: 0px;
	height: 75px;
	width: 785px;
	list-style-type: none;
	
}
#home #nav ul {
	margin: 0 0 0 0px;
}
#nav ul li {float:left; display:block; padding: 0px; margin: 0px;}
#nav ul a {display:block; height:75px;text-align:left; text-indent: -9999px; color:#000; text-decoration:none; overflow:hidden; background-image: url(images/nav_new.gif); background-repeat: no-repeat;}
* html #nav ul a:link, * html #nav ul a:visited {height:75px;}

#nav ul li#item1, #nav ul li#item1 a { width:73px; background-position: 0 0; }
#nav ul li#item2, #nav ul li#item2 a { width:113px; background-position: -73px 0; }
#nav ul li#item3, #nav ul li#item3 a { width:165px; background-position: -186px 0; }
#nav ul li#item4, #nav ul li#item4 a { width:202px; background-position: -351px 0; }
#nav ul li#item5, #nav ul li#item5 a { width:140px; background-position: -553px 0; }
#nav ul li#item6, #nav ul li#item6 a { width:92px; background-position: -693px 0; }

#nav ul li#item1 a:hover, #nav ul li#item1 a.active { background-position: 0px -75px; z-index:50;}
#nav ul li#item2 a:hover, #nav ul li#item2 a.active { background-position: -73px -75px; z-index:50;}
#nav ul li#item3 a:hover, #nav ul li#item3 a.active { background-position: -186px -75px; z-index:50;}
#nav ul li#item4 a:hover, #nav ul li#item4 a.active { background-position: -351px -75px; z-index:50;}
#nav ul li#item5 a:hover, #nav ul li#item5 a.active { background-position: -553px -75px; z-index:50;}
#nav ul li#item6 a:hover, #nav ul li#item6 a.active { background-position: -693px -75px; z-index:50;}

* html #nav ul a:hover {height:75px;}
#container #content {
	clear: both;
	text-align: left;
	margin: 20px 120px;
}
#home #container #content {
	clear: both;
	text-align: center;
	position: relative;
	margin: -55px 96px 0 97px;
	float: left;
}
#container #content #contentLeft{
	float: left;
}
#container #content #contentRight {
	float: right;
}
.note {
	font-style: italic;
	color: #a6a37b;
	font-weight: normal;
}
.moveRight {
	margin-left: 20px;
	margin-top: 0px;
}

.testimonial {
	background: url(images/quote_right.gif) no-repeat right bottom;
}
.testimonial p {
	background: url(images/quote_left.gif) no-repeat left top;
	padding: 10px 35px 10px 35px;
}
.testimonialAuthor {
	color: #8f5a30;
	line-height: normal;
	font-weight:normal;
	margin: 0 0 20px 35px;
}
.testimonialPic {
	float: right; margin-right: -275px; padding-top:15px
}
#gallery a img {opacity: .75; -moz-opacity: .75; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);}
#gallery a:visited img {opacity: .5; -moz-opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}
#gallery a:hover img {opacity: 1; -moz-opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}