* {
	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: 360px;
	margin-top: 30px;
	margin-left: 40px;
}

.wideRight {
	position: relative;
	float: right;	
	width: 450px;
	margin-right: 40px;
	margin-top: 30px;
	padding:0;
}

.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 20px 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;
}

.red {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #8B2018;
	font-weight: lighter;
	line-height: 1.3em;
	padding: 10px 0 10px 0;
}

.redlarge {
	font-family:Arial, Helvetica, sans-serif;
	color: #8A211B;
	font-size:16px;
	font-weight:bold;
}

.contentbold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #272727;
	font-size:14px;
}

.bodycontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	line-height: 1.5em;
	color: #272727;
	padding: 5px 0 5px 0;
}

.h1_header_style {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #737B35;
	font-variant: small-caps;
	font-weight: lighter;
	line-height: 1.3em;
	padding: 10px 0 10px 0;
}

.h2_header_style {
	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_header_style {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737B35;
	line-height: 1.3em;
	padding: 10px 0 5px 0;
}

.h4_header_style {
	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_header_style {
	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(http://www.rosemontoflittlerock.com/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;
}

#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 p, #breakfastBkgrd ul {
	margin: -10px 20px -10px 40px;
	line-height: 1.2em;
}

.pageheading {
	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;
}

.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;
}

.rooms1 {
	margin:auto;
	margin-top: 50px;
	text-align: center;
	clear: both;
}

.rooms1 img {
	border: 0;
	padding: 0 30px 0 30px;
}

.rooms2 {
	margin:auto;
	margin-top: 20px;
	text-align: center;
	clear: both;
	position:relative;
	z-index:10;
}

.rooms2 img {
	border: 0;
}

.rooms3 {
	margin:auto;
	margin-top: -70px;
	text-align: center;
	z-index:5;
	clear: both;
}

.rooms3 img {
	border: 0;
}

#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;
}

#budget {
	background-image:url(images/budget_travel_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;
}

.tripadvisorNoHeader {
	background-image: url(images/bkgrd_tripadvisor_pink_noheader.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, #budget p {
	color: #737B35;
	text-align: center;
	width: 720px;
	margin: auto;
	padding-top: 105px;
}

.tripadvisorNoHeader p {
	color: #737B35;
	text-align: center;
	width: 720px;
	margin: auto;
	padding-top: 80px;
}

#tripadvisor p small, #tripadvisorGreen p small, #tripadvisor2 p small, .tripAdvisorWedding p small {
	font-size: .8em;
	font-style: normal;
}

#email {
	position: absolute;
	width: 400px;
	text-align: center;
	z-index: 10;
	top: 50px;
	right: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737B35;
}

#email a {
	color: #687B3B;
	text-decoration: none;
}

#viewmobile {
	position: absolute;
	width: 29px;
	z-index: 12;
	top: 20px;
	left: 210px;
}

#socialmedia {
	position: absolute;
	width: 400px;
	top: 190px;
	right: 50px;
	text-align: center;
	z-index: 11;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737B35;
}

#headLinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color:#FFFFCC !important;
	padding: 5px 0 5px 0;
	z-index: 13;
	position: absolute;
	width: 400px;
	top: 31px;
	right: 50px;
	height:30px;
	float:right;
	margin-right:6px;
	text-align:center;
	color:#737B35 !important;
	font-weight:normal !important;
}

.headLinksUl {
	margin:32px 0 0 3px;
}

.headLinks li {
	display:inline;
	margin:0 5px 0 5px;
}

.headLinks a, {
	color:#FFFFCC !important;
	text-decoration: none;
}

.headLinks a:hover, {
	color:#FFFFCC !important;
	text-decoration: underline;
}

.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;
	width: 450px;
}

.pricesfont {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #8B2018;
	font-variant: small-caps;
	font-weight: lighter;
	line-height: 1.3em;
}

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;
}

.greenlarge {
	font-family:Arial, Helvetica, sans-serif;
	color: #737B35;
	font-size:16px;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	line-height: 1em;
	padding: 10px 0 10px 0;
}

.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;
}

.specials {
	width: 780px;
	clear:both;
	padding:10px 20px 20px 20px;
	position:relative;
	left:40px;
}

.gardeners-pics {
	margin: auto;
	width: 900px;
	clear: both;
	text-align: center;
	padding: 0px;
}

.gardeners-pics img {
	vertical-align: middle;
	padding: 0;
	border: 0;
}

/* ----------------------------- Layered Attractions Map ------------------------ */

.mapinstuctions {
	width: 750px;
	clear:both;
	padding:40px 20px 0px 20px;
	position:relative;
	left:50px;
}

.mapbuttons {
	width: 800px;
	clear:both;
	padding: 20px;
	margin-bottom: 60px;
	position:relative;
	left:75px;
}

#dining {
	background-color: #737B35;
	text-align: center;
	width: 125px;
	border-style: ridge;
	border-width: 2px;
	border-color: #737B35;
	position: absolute;
	left: 0px;
}

#museums {
	background-color: #F2E7E3;
	text-align: center;
	width: 125px;
	border-style: ridge;
	border-width: 2px;
	border-color: #F2E7E3;
	position: absolute;
	left:150px;
}

#river {
	background-color: #9DA768;
	text-align: center;
	width: 150px;
	border-style: ridge;
	border-width: 2px;
	border-color: #9DA768;
	position: absolute;
	left: 300px;
}

#shopping {
	background-color: #EAC5BF;
	text-align: center;
	width: 125px;
	border-style: ridge;
	border-width: 2px;
	border-color: #EAC5BF;
	position: absolute;
	left:475px;
}

#hiking {
	background-color: #89221D;
	text-align: center;
	width: 125px;
	border-style: ridge;
	border-width: 2px;
	border-color: #89221D;
	position: absolute;
	left: 625px;
	color:#FFFFFF;
}

#activities-edit {
	width: 900px;
	max-width: 900px;
	background-image:url(images/floral_bkgrd.gif);
	background-repeat: no-repeat;
}


