
/* colors
intro copy #433b2d
body copy #60594b

orig millfalls brown #a25f12
*/

p {
	color: #756853;
}
	
.PageTitles, h1, h2, h3 {
	color: #756853; /*overriding the site styles by virtue of the css cascade */
}

a:link {  color: #a25f12; text-decoration: none; }
a:visited {  color: #a25f12; text-decoration: none; }
a:hover {  color: #444; background-color: transparent; text-decoration: underline;}

.background {
	background-image: url(../inns/inns_interface_2009/millfalls_revised_flat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
	width: 885px;
}

#MFShell {
	width: 885px; margin: 0px auto;
	position: relative;
	text-align: center;
	top: -5px;
}

#Content {  /* not a layer */
    overflow: visible;
    min-height: 692px;
    height: auto !important;
    height: 692px;
    position: relative !important;
}

#mill_fallsSWF {
	position: absolute;
	top: 73px; left: 310px;
	width: 492px; height: 338px;
}

#IndividualInnsNav {
	position: absolute;
	left: 86px; top: 216px;	
	width: 140px;
	margin: 0; padding: 0;
	text-align: left;
}

		#IndividualInnsNav ul {
			margin: 0; padding: 0; }
		
		#IndividualInnsNav li {
			list-style-type: none;
			padding-bottom: 12px;
			color: #fff;
			font: bold 12px "Helvetica Neue", Helvetica, sans-serif;
}
		
		#IndividualInnsNav li a {
			color: #433b2d; text-decoration: none; }
			
		#IndividualInnsNav li a:hover {
			color: #ffffe7; text-decoration: none; }
			
		#IndividualInnsNav a.NavHighlight   {
			color: #a25f12; font-size: 13px;}


#reserveButton {
	position: absolute;
	top: 430px; left: 87px;
	width: 100px; width: 115px; height: 37px;
}

#landingIntroCopy {
	position: absolute;
	top: 490px; left: 303px;
	width: 465px;
	text-align: center;
}
#landingIntroCopy p {
	color: #433b2d;
	font: normal 13px/20px Arial, sans-serif !important;
}

#landingIntroCopy a {
	font-weight: bold;
}

#RestaurantIcon a {
	position: absolute;
	top: 570px; left: 50px;
	width: 190px;
	height: 90px; display: block;
	}

#InnLandingInfo {
width:725px; margin: 0px auto; text-align:left;
}/* minus top margin causes problem with flash note in footer */

#innsNav {
}


#InnLandingInfo a {
	font-weight: bold;
}


#slideshowIconNew {
	float: right; padding-right: 100px; padding-top: 0px;
	width: 167px; height: 159px;
}


/* inside pages */


/* "object" is used by the "flash include" javascript code */

#object {
	position: relative;
}


