/* HTML Defaults */

body {
	font: 75%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(../images/bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: underline;
	color: #256291;
}
a:visited {
	text-decoration: underline;
	color: #457ca6;
}
a:visited {
	text-decoration: underline;
	color: #457ca6;
}
a:hover, a:active {
	text-decoration: none;
	color: #ff9900;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	color: #256291;
	margin-top: 0;
	padding: 15px 0 10px 0;
}
img {
	border: none;
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	padding: 0;
	border: none;
}

/* Container */

#container {
	background: url(../images/container_bg.gif) repeat-y 5px top;
	width: 100%;
	min-width: 980px;
	float: left;
	margin-bottom: 5px;
}

/* Nav */

#nav {
	width: 175px;
	float: left;
	padding-bottom: 5px;
}
#logo {
	background: url(../images/logo.png) no-repeat left top;
	height: 138px;
	width: 175px;
}
#logo a {
	display: block;
	text-indent: -9999px;
	height: 138px;
	width: 175px;
}
#navouter {
	background: #256291 url(../images/nav_bg.gif) repeat-x center bottom;
	width: 170px;
	margin-left: 5px;
}
#nav ul {
	background: url(../images/nav_top.png) no-repeat center top;
	width: 170px;
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
}
#nav ul li {
	font-size: 120%;
	line-height: 1.1em;
	width: 170px;
	float: left;
	list-style: none;
	position: relative;
}
.navarrow {
	background: url(../images/nav_arrow.png) no-repeat right center;
	height: 9px;
	width: 15px;
	position: absolute;
	top: .6em;
	right: 0;
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 146px;
	padding: 6px 12px;
}
#nav ul li a:hover {
	color: #fff;
	background: #8aafca;
}
#nav ul li ul {
	background: #256291;
	display: none;
	width: 190px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 170px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	font-size: 80%;
	line-height: 1.2em;
}
#nav ul li ul li a {
	width: 180px;
	padding: 4px 5px;
}

/* Header */

#header {
	height: 85px;
	margin-left: 175px;
	border-bottom: solid 1px #ccc;
}
#header p {
	margin: 0;
}
#logotext {
	background: url(../images/logotext.png) no-repeat left top;
	height: 85px;
	width: 500px;
	float: left;
}
#logotext a {
	display: block;
	text-indent: -9999px;
	height: 85px;
	width: 500px;
}
#contact {
	font-size: 83%;
	line-height: 1.3em;
	float: right;
	padding: 10px;
}

/* Footer */

#footer {
	font-size: 75%;
	line-height: 1.2em;
	color: #666;
	background: url(../images/footer_bg.png) repeat-x left top;
	height: 40px;
	min-width: 980px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 15px;
}
#copyright {
	background: url(../images/copyright_bg.png) no-repeat left top;
	float: left;
}
#credit {
	background: url(../images/credit_bg.png) no-repeat right top;
	float: right;
}

/* Content */

#content {
	padding: 5px 0 0 180px;
}
.clear {
	clear: both;
}
#bodytextinner {
	width: 100%;
	float: left;
}
#bodytextside {
	margin-right: 220px;
}
#bodytextside #bodytextinner {
	margin-right: -220px;
}
#bodytextpad {
	padding: 0 20px 20px 20px;
}
#side {
	width: 220px;
	float: right;
}
#sidenav {
	background: url(../images/sidenav_bg.png) no-repeat right top;
	width: 180px;
	min-height: 110px;
	padding: 10px 20px;
}
#sidenav a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 4px 0;
}
#sidenav h2 {
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
	color: #256291;  /* so we can keep headers as text for structure; aam */
}
#sidenav ul {
	margin: 0;
	padding: 0;
}
#sidenav ul li {
	font-size: 110%;
	font-weight: normal;  /* changed from bold; aam 5/13/08 */
	list-style: none;
}
.rates {
	font-size: 85%;
	margin-left: 15px;
}
.biopicLF {
	float: left;
	margin-right: 15px;
}
.servpicLF {
	float: left;
	margin-right: 10px;
	height: 150px;
/*	border: 1px solid #256291; */
}
.servpicRT {
	float: right;
	margin-left: 10px;
	height: 150px;
/*	border: 1px solid #256291; */
}

/* front */

#intro {
	background: url(../images/photo_intro.jpg) no-repeat left bottom;
	height: 290px;
	padding: 0 20px 0 415px;
}
#intro h1 {
	font-size: 140%;
}
#intro p {
	font-size: 110%;
}
#tour, #hours, #newsletter {
	color: #fff;
	height: 176px;
	width: 260px;
	float: left;
	margin-right: 5px;
}
#newsletter {
	margin-right: 0;
}
#tour h2, #hours h2, #newsletter h2 {
	font-size: 166%;
	line-height: 1.8em;
	font-weight: normal;
	text-indent: 12px;
	margin: 0;
}
#tour h3, #hours h3, #newsletter h3 {
	font-size: 100%;
	line-height: 1.2em;
	margin: 0;
	padding-left: 12px;
}
#tour p, #hours p, #newsletter p {
	line-height: 1.2em;
	margin: 0 0 .2em 0;
	padding: 0 12px;
}
#tour a {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/tour_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 176px;
	width: 260px;
}
#tour a:hover {
	background-position: left -176px;
}
#hours {
	background: url(../images/hours_bg.png) no-repeat left top;
}
#newsletter {
	background: url(../images/newsletter_bg.png) no-repeat left top;
}
a.newsletterbutton {
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	background-image: url(../images/newsletterbutton_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 120px;
	margin-top: 1em;
}
a.newsletterbutton:hover {
	text-decoration: none;
	color: #fff;
	background-position: left -28px;
}

input, select, textarea {
	color: #256291;
    font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;

}

.error{
color: #FF0000;
}




#facebook {
	background: transparent;
	height: 40px;
	width: 145px;
	padding-top:9px;
	border: 0px solid #000000;
	float: left;
	
}
#facebook a {
	background-image: url(../images/facebook13.jpg);
}



#twitter {
	background: transparent;
	height: 45px;
	padding-top:-2px;
	padding-left: 0px;
	width: 45px;
	border: 0px solid #cccccc;
	float: left;
	
}
#twitter a {
	background-image: url(../images/twitter3.jpg);
	background-repeat: no-repeat;
}