@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background: #66662a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
color:#333333;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#d7722a;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#222222;
margin:0px;
padding:0px
}

.shadow_left {
	background-image:url(images/shadow_left.png);
	background-repeat:repeat-y;
	width:23px;
}

.shadow_right {
	background-image:url(images/shadow_right.png);
	background-repeat:repeat-y;
	width:23px;
}

.bumper {
	margin-left:32px;
	}
	
.bumperright {
	margin-right:32px;
	}	

a { color:#666666 }

#topnav {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#ffffff;
}

#topnav a {text-decoration:none; text-transform:uppercase }

#topnav a:link {color: #ffffff}     /* unvisited link */
#topnav a:visited {color: #ffffff}  /* visited link */
#topnav a:hover {color: #d7722a; text-decoration:underline}   /* mouse over link */
#topnav a:active {color: #d7722a}   /* selected link */

#bottomnav {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#ffffff;
}

#bottomnav a {text-decoration:none }

#bottomnav a:link {color: #ffffff}     /* unvisited link */
#bottomnav a:visited {color: #ffffff}  /* visited link */
#bottomnav a:hover {color: #d7722a; text-decoration:underline}   /* mouse over link */
#bottomnav a:active {color: #d7722a}   /* selected link */

.styled {
width:200px;
margin:0px;
padding:2px
}

body#home a#homenav,
body#guestbook a#guestbooknav,
body#location a#locationnav,
body#guestinfo a#guestinfonav,
body#reservations a#reservationsnav,
body#contact a#contactnav,
body#faq a#faqnav,
body#gallery a#gallerynav {
color: #d7722a;
font-weight:bold
}

.readmorelink { font-weight:bold; color:#4f4e21; text-decoration:none }
.readmorelink a:link {color:#4f4e21; text-decoration:none }
.readmorelink a:visited {color:#4f4e21; text-decoration:none }
.readmorelink a:hover {color:#4f4e21; text-decoration:underline !important }

.helperText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

.mandatory {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#d7722a;
}


.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.orangeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #d7722a;
}
