

/* reset margins and padding */

body, div, h1, h2, h3, h4, p, ul, li {
	margin: 0 ;
	padding: 0 ;
}

/* default fonts and colors */
body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    vertical-align: top; 
	background-color: rgb(144, 9, 40); 
	color: black ;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

/* structures */

body {
	width:700px;
}

div#banner {
	background-color: rgb(53, 84, 22);	/*dark green */
}


/* this wrapping div ensures that the depth of the #sidebar color extends as deep as the content of #main */
div#sidebarbgcolor {
	background-color: rgb(144, 9, 40); 
}

div#main-tour {
	padding-top:20px;
	background-color: rgb(144, 9, 40);  
	margin-left: 30%;
}

div#sidebar-tour {
	background-color: rgb(144, 9, 40); 
	padding-top:20px;
	float: left;
	width:30%;
}
/*
div#photowrapper {
	width:500px;
	background-color: rgb(53, 84, 22);
}
*/

/* set padding or margin of enclosed elements */

h3 {
	margin-left: 25px;
}

ul#tourtopmenu {
	margin-left: 85px;
}
/* text styles - quicklinks & copyright*/

p#copyright {	
	position:absolute;
	left:0px;
	width:100%;
	font-size: 70%;
	background-color: rgb(53, 84, 22);	/*dark green */
	color: white; 
	padding: 1em 40px;  
	clear: both;
}

#innTour p#copyright {
	top:750px;
}

#roomsTour p#copyright {
	top:683px;
}

#amenitiesTour p#copyright {
	top:683px;
}

/* text styles - main */

 h2 {
	font-size: 110%;
	color: rgb(53, 84, 22);	/*dark green */
	padding-bottom: 12px;
	line-height:1.1em;
	font-weight: normal;
}


h3, h4 {
	font-weight: bold;
	font-size: 85%;
	color: rgb(255, 227, 99); 
	padding-bottom: 10px;
}

h4 {
	padding-top:10px;
	color:  rgb(255, 227, 99);
}

p, li {
	font-size: 95%;
	color:white;
	padding-bottom: 5px;
	line-height: 1.0em;
}

p#description {
	padding-right: 30px;

}

p.clear {
	clear:both;
}


div#sidebar-tour p {
	font-size: 75%;
	color: white;
}

span.italic {
	font-style: italic;
}

/*  style lists */

ul#tourtopmenu {
	display: inline;
	list-style-type: none;
	font-size: 90%;
	
}

ul#tourtopmenu li {
	display: inline;
	padding-right: 10px; 
	color: white;
}

/* style image */


img.menuphoto {
	width:65px;
	margin-left: 50px;
	margin-right: 5px;
}

img.main {
	width:450px;
}

a img {
	border:0;
}

/*  main menu stylings */

/*  main menu stylings */

ul#tourtopmenu li a:link {
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: transparent;
}

ul#tourtopmenu li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: white;	
	background: transparent;
}

ul#tourtopmenu li a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(255, 227, 99);
	background: transparent;
}

ul#tourtopmenu li a:active {
	font-weight: bold;
	text-decoration: none;
	color: rgb(255, 227, 99);
	background: transparent;
}


div#sidebar-tour a:link {
	color: white;
	background: transparent;
}

div#sidebar-tour a:visited {
	color: white;	
	background: transparent;
}

div#sidebar-tour a:hover {
	border: 2px;
	color: white;
	background: transparent;
}

div#sidebar-tour a:active {
	font-weight: bold;
	text-decoration: none;
	color: rgb(255, 227, 99);
	background: transparent;
}


