@charset "UTF-8";
/* CSS Document */

/************** Globat Reset *****************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

table {
	vertical-align:top;
}

/************** End Globat Reset *****************/

/************** Begin Layout *****************/

img.normal {
	margin:1px;
	padding:0;
	vertical-align:text-top;
}

body {
	background-image:url(graphics/sandBG.jpg);
}

table.mainTable {
	border-collapse:separate;
	border-spacing:5px;
	
}

table.ratesTable {
	border:5px solid #D8D8B1;
}

#headerContainer { 
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
}

#header { 
	background:transparent;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:925px;
	margin:0 auto;
}

.subHeader { 
	background-image:url(graphics/header_border.gif);
	background-repeat:no-repeat; 
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:925px;
	margin:0 auto;
}

/*#contentHomeWrapper {
	width:100%;
	float:right;
	background:#ffffff;
	height:auto;
}*/

#contentHomeWrapper {
	width:925px;
	margin:0 auto;
	height:auto;
	background:#ffffff;
	background-image: url(graphics/whiteBG.gif);
	background-repeat:repeat-y;	
}

#contentHome {
	background:#FFFFFF;
	width:925px;
	margin:0px auto;
}

#l_border {
	background-image:url(graphics/l_border.gif);
	background-position:left top;
	background-repeat:repeat-y;
	float: left; /*since this element is floated, a width must be given */
	width: 50px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
}

#navMenu {
	background-image:url(graphics/menuBg.gif);
	/*float: left; since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0;
	height: 600px;
	float:left;
	margin:0 0 0 36px;
	display:inline;
}

#contentL_shadow {
	width:33px;
	float:left;
	margin: 0 0 0 0px;
	background-image:url(graphics/content_lShadow.gif);
	background-repeat:no-repeat;
	height:600px;
}

#contentR_shadow {
	width:35px;
	float:right;
	margin: 0 0 0 0px;
	background-image:url(graphics/content_rShadow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:600px;
}

#mainContent {
	background:#ffffff;
	/*float: left; since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px;
	float:left;
}

#footerContainer { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:60px;
}

#footer {
	background-image:url(graphics/b_border.gif);
	background-repeat:no-repeat;
	height:60px;
	width:925px;
	margin:0 auto;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.preloadNav {
	display:none;
}

.roundedcornr_box_732754 {
   background: #efefdf;
}
.roundedcornr_top_732754 div {
   background: url(./graphics/roundedcornr_732754_tl.png) no-repeat top left;
}
.roundedcornr_top_732754 {
   background: url(./graphics/roundedcornr_732754_tr.png) no-repeat top right;
}
.roundedcornr_bottom_732754 div {
   background: url(./graphics/roundedcornr_732754_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_732754 {
   background: url(./graphics/roundedcornr_732754_br.png) no-repeat bottom right;
}

.roundedcornr_top_732754 div, .roundedcornr_top_732754, 
.roundedcornr_bottom_732754 div, .roundedcornr_bottom_732754 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_732754 { margin: 0 10px; }

/************** End Layout *****************/

/************** Begin Links *****************/

ul.nav {
	padding:0;
}

li.nav {
	padding:0;
	height:36px;
}

a.home:link, a.home:visited {
	height:36px;
	background-image:url(graphics/nav_homeUp.gif);
	background-repeat:no-repeat;
	display:block;
}

a.home:hover {
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_homeDown.gif);
}

a.homeActive:link, a.homeActive:visited {
	display:block;
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_homeDown.gif);
}

a.rooms:link, a.rooms:visited {
	height:36px;
	background-image:url(graphics/nav_roomsUp.gif);
	background-repeat:no-repeat;
	display:block;
}

a.rooms:hover {
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_roomsDown.gif);
}

a.roomsActive:link, a.roomsActive:visited {
	display:block;
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_roomsDown.gif);
}

a.things:link, a.things:visited {
	height:36px;
	background-image:url(graphics/nav_thingsUp.gif);
	background-repeat:no-repeat;
	display:block;
}

a.things:hover {
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_thingsDown.gif);
}

a.thingsActive:link, a.thingsActive:visited {
	display:block;
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_thingsDown.gif);
}

a.map:link, a.map:visited {
	height:36px;
	background-image:url(graphics/nav_mapUp.gif);
	background-repeat:no-repeat;
	display:block;
}

a.map:hover {
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_mapDown.gif);
}

a.mapActive:link, a.mapActive:visited {
	display:block;
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_mapDown.gif);
}

a.rates:link, a.rates:visited {
	height:36px;
	background-image:url(graphics/nav_ratesUp.gif);
	background-repeat:no-repeat;
	display:block;
}

a.rates:hover {
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_ratesDown.gif);
}

a.ratesActive:link, a.ratesActive:visited {
	display:block;
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_ratesDown.gif);
}

a.specials:link, a.specials:visited {
	height:36px;
	background-image:url(graphics/nav_specialsUp.gif);
	background-repeat:no-repeat;
	display:block;
}

a.specials:hover {
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_specialsDown.gif);
}

a.specialsActive:link, a.specialsActive:visited {
	display:block;
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_specialsDown.gif);
}

a.reservations:link, a.reservations:visited {
	height:36px;
	background-image:url(graphics/nav_reservationsUp.gif);
	background-repeat:no-repeat;
	display:block;
}

a.reservations:hover {
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_reservationsDown.gif);
}

a.reservationsActive:link, a.reservationsActive:visited {
	display:block;
	height:36px;
	background-position:0 0;
	background-image:url(graphics/nav_reservationsDown.gif);
}

/************** End Links *****************/

/************** Start Typography *****************/

p {
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin:0 0 1em 0;
}

p.rateTable {
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin:0 0 1em .3em;

}

strong {
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin:0 0 1em 0;
	font-weight:bold;
}

em {
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin:0 0 1em 0;
	font-style:italic;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	color: #996633;
	font-size:20px;
	font-weight:bold;
	margin:2px 0 8px 0;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	color: #333333;
	font-size:17px;
	font-weight:bold;
	margin:2px 0 8px 0;
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	color: #666666;
	font-size:15px;
	font-weight: 200;
	margin:2px 0 8px 0;
	text-align:center;
}

ul.main {
	list-style-type:none;
	padding:0;
	margin:0 0 0 1em;

}

li.main {
	background-image:url(http://www.riverhouseflorence.com/css/graphics/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 .2em;
	padding-left:.8em;
	padding-bottom:.1em;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.5em;
}

a {
	color:#003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

/************** End Typography *****************/