* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bkgrd_olive.gif);
	background-repeat: repeat;	
}

#container {
	margin: auto;
	width: 900px;
	position:relative;
}

table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	color: #272727;
	padding: 5px 0 5px 0;
}

/*----------Navigation----------*/

#nav {
	width: 100%;
	height: 25px;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #8A211B;
	background-image: url(images/nav_sprite.gif);
	zoom: 1;
}

  #nav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
}

  #nav li, #nav a {
    height: 25px; 
	display: block;
}

#home {left: 0; width: 65px;}
#rosemont {left: 65px; width: 100px;}
#rosehaven {left: 165px; width: 90px;}
#breakfast {left: 255px; width: 90px;}
#corporate {left: 355px; width: 85px;}
#activities {left: 445px; width: 85px;}
#specials {left: 535px; width: 75px;}
#maps {left: 620px; width: 60px;}
#weddings {left: 690px; width: 85px;}
#reservations {left: 770px; width: 130px;}

#home a:hover {
    background: transparent url(images/nav_sprite.gif)
    0 -25px no-repeat;}
#rosemont a:hover {
    background: transparent url(images/nav_sprite.gif)
    -65px -25px no-repeat;}
#rosehaven a:hover {
    background: transparent url(images/nav_sprite.gif)
    -165px -25px no-repeat;}
#breakfast a:hover {
    background: transparent url(images/nav_sprite.gif)
    -255px -25px no-repeat;}
#corporate a:hover {
    background: transparent url(images/nav_sprite.gif)
    -355px -25px no-repeat;}
#activities a:hover {
    background: transparent url(images/nav_sprite.gif)
    -445px -25px no-repeat;}
#specials a:hover {
    background: transparent url(images/nav_sprite.gif)
    -535px -25px no-repeat;}
#maps a:hover {
    background: transparent url(images/nav_sprite.gif)
    -620px -25px no-repeat;}
#weddings a:hover {
    background: transparent url(images/nav_sprite.gif)
    -690px -25px no-repeat;}
#reservations a:hover {
    background: transparent url(images/nav_sprite.gif)
    -770px -25px no-repeat;}


/*---------Content---------*/

#headerHome {
	background-image: url(images/header_home.jpg);
	height: 212px;
	width: 900px;
}

#headerInn {
	background-image: url(images/header_inn.jpg);
	height: 171px;
}

#headerCottage {
	background-image: url(images/header_cottage.jpg);
	height: 171px;
}

#content {
	background-color: #FFF;
}

.contentContainer {
	margin: auto;
	width: 800px;
}

.narrowLeft {
	float: left;
	width: 350px;
	margin-top: 30px;
	margin-left: 40px;
}

.wideRight {
	position: relative;
	float: right;	
	width: 450px;
	margin-right: 40px;
	margin-top: 30px;
}

.wideRightSpecials {
	float: right;	
	width: 550px;
}

.wideRightSpecialsText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	color: #272727;
	text-align: center;
}

.narrowRight {
	float: right;
	width: 350px;
	margin-top: 30px;
	margin-right: 40px;
}

.mediumRight {
	float: right;
	width: 370px;
	margin-right: 40px;
	margin-top: 10px;
}

.wideLeft {
	float: left;	
	width: 440px;
	margin-top: 20px;
	margin-left: 40px;
}

.fullWidth {
	margin: auto;
	width: 900px;
	clear: both;
	text-align: center;
	padding: 30px 0 40px 0;
}

.fullWidthVertical {
	margin: auto;
	width: 900px;
	clear: both;
	text-align: center;
	padding: 30px 0 10px 0;
}

.fullWidthLeft {
	margin: 20px 40px 0 40px;
	width: 830px;
}

.fullWidth img {
	vertical-align: top;
	padding: 0 10px 0 20px;
	border: 0;
}

.fullWidthVertical img {
	vertical-align: middle;
	padding: 0 20px 0 20px;
	border: 0;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #737B35;
	font-variant: small-caps;
	font-weight: lighter;
	line-height: 1.3em;
	padding: 10px 0 10px 0;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #8B2018;
	font-variant: small-caps;
	font-weight: lighter;
	line-height: 1.3em;
	padding: 15px 0 10px 0;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737B35;
	line-height: 1.3em;
	padding: 10px 0 5px 0;
}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #8B2018;
	font-variant: small-caps;
	font-weight: lighter;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #8A211B;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
}

p, ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	color: #272727;
	padding: 5px 0 5px 0;
}

ul {
	list-style-position: inside;
}

a:link, a:visited {
	color: #8A201D;
}

a:hover {
	color: #90936B;
}

#floralBkgrd {
	background-image:url(images/floral_bkgrd.gif);
	margin:auto;
	padding-top: 20px;
	background-repeat: no-repeat;

}

#innBkgrd {
	background-image:url(images/inn_rooms_bkgrd.png);
	padding-top: 80px;
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 70px;
}

#cottageBkgrd {
	background-image:url(images/cottages_rooms_bkgrd.png);
	padding-top: 80px;
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 70px;
}

#romanceBkgrd {
	background-image: url(images/romance_bkgrd.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 400px;
	width: 830px;
	clear: both;
	background-position: bottom;
}

#romanceBkgrd p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	color: #272727;
	margin-left: 325px;
	padding: 210px 30px 0 20px;
	text-align: center;
}

#breakfastBkgrd {
	background-image: url(images/breakfast/bkfst_bkgrd.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 320px;
	width: 380px;
	float: right;
	padding: 30px 30px 0 0;
	margin-top: 20px;
}

#breakfastBkgrd h5 {
	margin-left: 40px;
	font-size: .85em;
}

#breakfastBkgrd p, #breakfastBkgrd ul {
	margin: -10px 20px -10px 40px;
	line-height: 1.2em;
}

.centered {
	text-align: center;
	margin: auto;
}

.centered img {
	text-align: center;
	margin: auto;
}

.centeredNarrow {
	width: 700px;
	margin: auto;
	text-align: center;
	margin-top: -10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	color: #272727;
}

.clickHere {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: auto;
	color:#600;
	text-decoration: underline;
}

.fineprint {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272727;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

.emphasis {
	color: #8F1E15;	
}

.rooms {
	margin:auto;
	margin-top: 50px;
	text-align: center;
	clear: both;
}

.rooms img {
	border: 0;
	padding: 0 5px 0 5px;
}

#tripadvisor {
	background-image:url(images/trip_advisor_bkgrd.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 200px;
	width: 860px;
	clear: both;
	background-position: bottom;
	margin-bottom: -35px;
}

#tripadvisorCorporate {
	background-image:url(images/corporate/trip_advisor_bkgrd.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 200px;
	width: 860px;
	clear: both;
	background-position: bottom;
	margin-bottom: -35px;
}

#tripadvisorGreen {
	background-image: url(images/trip_advisor_bkgrd_green.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 200px;
	width: 860px;
	clear: both;
	background-position: bottom;
	margin-bottom: -35px;
}

#tripadvisor p, #tripadvisorGreen p, #tripadvisorCorporate p {
	color: #737B35;
	text-align: center;
	width: 600px;
	margin: auto;
	padding-top: 105px;
}

#tripadvisor p small, #tripadvisorGreen p small {
	font-size: .8em;
	font-style: normal;
}

#email {
	position: absolute;
	width: 400px;
	text-align: center;
	z-index: 10;
	top: 60px;
	right: 50px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737B35;
}

#email a {
	color: #687B3B;
	text-decoration: none;
}

.left img {
	float: left;
}

.right img {
	float: right;
}

.availableReserve {
	margin: auto;
	padding-top: 30px;
	clear: both;
	text-align: center;
}

.availableReserve img {
	padding-right: 10px;
}

.prices {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #8B2018;
	font-variant: small-caps;
	font-weight: lighter;
	line-height: 1.3em;
	padding: 15px 0 5px 0;
}

small {
	font-size: .8em;
}

#buttons {
	width: 600px;
	float: right;
	padding-top: 50px;
	padding-left: -50px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#buttons img {
	padding-right: 50px;

}

.nobullet ul, .nobullet li {
	font-weight: bold;
	list-style-type: none;
	margin: 5px 0 0 15px;
	text-indent: -15px;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#272727;
	margin: auto;
	text-align: center;
	padding:30px 0 10px 0;
	clear: both;
}

#footer a {
	color: #272727;
	text-decoration: none;
}
	
#footer .red a {
	color: #8A211B;
	text-decoration: underline;
}

.seo {
	position: relative;
	color: #8A211B;
	margin-top: -120px;
	margin-left: 12px;
	width: 300px;
	text-align:center;
	z-index: 5;
}

.green {
	color: #737B35;
	font-weight: bold;
}

.shortHead {
	text-align: center;
	margin-top: -10px;
}

.clearBoth {
	clear: both;
}

#clinton {
	position: relative;
	float: right;
	top: -120px;
	width: 440px;
	height: 50px;
	z-index: 1000;
}

.divgooglemap {
	width: 760px;
	height: 500px;
	border: 1px solid #316AC5;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
}

td {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.divtripadvicon {
	margin: auto;
	width: 200px;
}