html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0; 
     padding: 0;
     border: 0;
}

body {
	background: #FFFFFF; 
	font: 100.01% Verdana, Arial, Helvetica, sans-serif; 
	padding: 0px 350px; 
	text-align: center; 
}
#subnav a:link,#subnav a:visited,#subnav a:hover{
	font-size:0.7em;
}

#sizer {
	margin: 0 auto; 
	padding: 0px 0; 
	width: 50%; 
	text-align: left; 
	max-width: 200px;
}

#expander {
	margin: 0 -345px;
	position: relative;
}

/*\*/
* html #expander,
* html #innerwrapper
{height: 0;}
/* */

body#tourspage li#tours a, 
body#homepage li#home a, 
body#attractionspage li#attractions a, 
body#hotelspage li#hotels a, 
body#diningpage li#dining a, 
body#contactpage li#contact a {
	color: #E3E3E3; 
	font-weight: bold; 
	background: #687033;
}

#skipnav {
 	position: absolute; 
	margin-left: -3000px; 
}

#outside {
	color: #BAA092; 
	width: 100%;  
	text-align: right; 
	margin-top: 5px; 
}

#outside ul {
	margin: 5px 20px 5px 0; 
	display: inline;
	}

#outside li {
	display: inline;
	}
	
/*\*//*/
#outside li {
	display: inline-block;
	white-space:nowrap;
	width:1px;
	}
/**/

#outside a:link, 
#outside a:visited {
	color: #BAA092; 
	font-size: 0.8em; 
	background: #703E3B; 
	text-decoration: none; 
	padding: 4px; 
}

/*  \*/
* html #outside a:link, * html #outside a:visited {
 height: 1%;
 vertical-align: bottom;
 ve\rtical-align: middle;
}
/* */

#outside a:hover, 
#outside a:focus {
	color: #687033; 
	background: #F0F0F0; 
}

#outside form {
	display: inline; 
}

#outside label {
	display: none;
}

#outside input {
	background: #703E3B;
	border: 1px solid #BAA092;
	color: #BAA092;
	padding: 2px;
}

#outside #search {padding: 2px;}

* html #outside input {padding /* */: 2px 0 0 0;}

#container {
	width: 100%; 
	color: #333; 
	border: 1px solid #333; 
	line-height: 1em; 
	margin: 10px 0; 
	background: #fff url(container_bg.jpg) repeat-y 199px 0;
} 

* html #container {
	background-image: url(container_bg.jpg) repeat-y  200px 0; 
} 

#innercontainer {
	/*background: url(innercontainer_bg.jpg) repeat-x 0 125px;*/
	background-color:#FFFFFF;
}

/* Hides from IE5-mac \*/ 
* html #innercontainer {height: 1%;} 
/* End hide from IE-mac. */ 

#header {
	/*border-bottom: 1px solid #000;*/
	border-bottom: none;
	height: 124px;
	/*background-color: #6666FF;*/
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#subnav {
	float: left; 
	width: 200px; 
	margin: 0 0 10px; 
	padding: 0; 
}

#subnav h3 {
	color: #686B3F;
	margin: 5px 0 0 5px;
	font-size: 0.95em;
	font-variant: small-caps;
}
 
#menu ul {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	list-style: none; 
}

#menu li {
	border-top: 1px solid #ECECEC; 
	border-left: 1px solid #F0F0F0; 
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

 #menu a:link, #menu a:visited {
	color: #000000; 
	display: block;
	text-decoration: none; 
	background: url(navbg.jpg) repeat-x; 
	padding: 6px 3px 6px 10px; 
}

/*\*/
* html #menu a {height: 1%;
vertical-align: bottom;
}
/* */

#menu a:hover, 
#menu a:focus {
	background: #fff url(nav_hov_bg.jpg) no-repeat; 
}

#news {
	width: 185px; 
	margin: 5px; 
}

#news p {
	font-size: .8em; 
	margin-left: 5px; 
	margin-right: 0; 
}

#news img {
	margin-top: 10px;
}

#sidebar {
	float: right; 
	width: 200px; 
}
 
#sidebar p {
	font-size: 0.8em; 
	margin-right: 5px; 
	margin-bottom: 10px; 
	margin-left: 10px; 
}

#sidebar h3 {
	color: #CC3300;
	margin: 1em 5px 0px 10px;
	font-size: 0.95em;
	font-variant: small-caps;
} 

#sidebar a:link, #sidebar a:visited {
	color: #703E3B; 
}

#sidebar a:hover, #sidebar a:focus {
	color: #5A612D; 
}

#content {
	margin-left: 200px; 
	padding: 1em;
	font-size: 0.7em;
}

#content2 {
	margin-left: 200px; 
	margin-right: 35px; 
	padding: 1em; 
}

#content h1, #content2 h1 {
	color: #CC3300;
	font-size: 1.4em;
	font-variant: normal;
	font-weight:bold;
	margin-bottom: 3px;
}
 
#content h2, #content2 h2 {
	margin: 0.5em 0 0.25em;
	color: #CC3300;
	font-size: 1.2em;
}

#content p, #content2 p {
	margin-bottom: 5px;  
	line-height: 1.5em; 
}
#content ul{
margin-left: 1.9em;
}
#content ol{
margin-left: 1.9em;
}

#footer {
	clear: both;
	color: #F0F0F0;
	/*border-top: 1px solid #000;*/
	border-top: none;
	text-align: center;
	font-size: 0.8em;
	background-color: #738dab;
	background-image: url(footer_bg.jpg);
	/*background-repeat: repeat-y;*/
	background-repeat:no-repeat;
	/*background-position: center top;*/
	
	padding: 0.5em;
}

/*  \*/
* html #footer {height: 1%;}
/* */
 
#footer ul {
	margin: 5px 0; 
	}

#footer li {
	display: inline; 
	}

#footer a:link, #footer a:visited {
	margin: 0.2em; 
	font-size: 0.85em; 
	color: #FFFFFF; 
}
	
#footer a:hover, #footer a:focus {
	color: #fff; 
	text-decoration: none; 
}

.lftflt {
	float: left;
	margin-right: 10px;
	border: 1px solid #687033;
	margin-top: 5px;
}

.rghtflt {
	float: right;
	margin-left: 10px;
	border: 1px solid #687033;
}

.pullquote {
	color: #703E3B;
	float: right;
	width: 150px;
	font: 1.1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 10px;
	border-bottom: 2px dotted #703E3B;
	border-top: 2px dotted #703E3B;
	padding-bottom: 3px;
	padding-top: 1px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	border-width:0.1em;
	border-color:#000000;
	bottom: 0px;
	padding: 3px;
	vertical-align: bottom;
	margin: 0px;
}

.padding
{
	padding: 0.3em;
}

p{
	padding: 0.3em;
}
html, body{
background-color:#86A5CA;
}
#menu_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CD5C5C;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 0.7em;
	padding-bottom: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.3em;
	margin-top: 0.6em;
	color: #FFFFFF;
}
#menu {
	margin-left: 0.6em;
}
