@import url("navigation.css");
@import url("tags.css");
@import url("forms.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Designers:
**********************************
Joe Jenkin
email: joe.jenkin@rezstream.com
website:http://rezstream.com

**********************************

Developers:
**********************************
Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
border:0;
}

body{
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background:#4e0200;
margin:0px 0px 10px 0px;
}

#wrapper{
text-align:left;
margin:0 auto;
width:920px;
}


#innerwrapper{
background:url(../images/sidebar/wood_bg.jpg) bottom left no-repeat #603D21;
float:left;
}

#header_wrapper{
float:left;
width:100%;
}

#logo{
height:93px;
}

#header_wrapper_hp{
position:relative;
width:100%;
z-index:1;
}


#content_wrapper{
float:right;
width:730px;
background:url(../images/content/tornedge.jpg) top right repeat-y #ffe3ae;
}

#contentinner_wrapper{
float:right;
width:730px;
/*height:35px;*/
background:url(../images/content/content_footer.jpg) bottom right no-repeat;
}

#topimage_wrapper{
float:left;
width:710px;
height:228px;
padding:10px 0px 10px 0px;
background:#313c2b;
}

#topimage_wrapper_hp{
position:relative;
width:710px;
height:308px;
padding:10px 0px 10px 0px;
background:#313c2b;
}

#topimage{
float:left;
width:610px;
}

#slideshow_hp{
position:absolute;
right:0;
top:0;
z-index:50;
}

#slideshow_hp img{
visibility:hidden;
}

#vert_pagetitle{
float:right;
width:100px;
}

#hort_pagetitle{
width:710px;
}

#content_xtra_wrapper{
padding:0px 15px 0px 15px;
width:680px;
}


#content{
float:left;
padding:0px 15px 12px 15px;
width:680px;
min-height:350px;
}

.clear{
clear:both;
height:0;
}


#sidebar{
float:left;
width:190px;
}

#footer,
#footer a{
text-align:right;
color:#FFE3AE;
font-size:10px;
}

#footer{
margin-right:25px;
}

#reservationsCalender{
width:180px;
margin:50px 0px 30px 0px;
padding:0px 0px 0px 10px;
text-align:left;
}

#TA_rated686{
text-align:center;
margin:0 auto;
list-style:none;
}


.specialprice{
font-size:14px;
font-weight:bold;
}

.specialsavings{
color: #FF0000;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/
