@import url("navigation.css");
@import url("tags.css");
@import url("thickbox.css");
@import url("forms.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/



/* =master layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
border:0;
}

body{
margin:0px;
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../images/body/body_bg.jpg) top no-repeat #000000;
color:#333333;
}

#main_wrapper{
position:relative;
margin:0 auto;
text-align:left;
width:900px;
}

#sc_logo {
position:relative;
top:24px;
left:30px;
width:268px;
height:60px;
}

#wrapper{
position:relative;
margin-top:23px;
width:896px;
border-top:2px #eae9d5 solid;
background:#eae9d5;
padding:2px;
}

#hp_header_wrapper{
height:360px;
}

#nav_wrapper {/* position nav above flashow */
position:absolute;
z-index:99;
top:0px;
}

#hp_slideshow {
position:relative;
top:27px;
width:896px;
height:332px;
background:url(http://www.solitudecabins.com/images/topimages/hp-top-placeholder.jpg) top left no-repeat;
}

#main_content {
float:left;
margin:4px 0px;
width:896px;
}

#left_content {
float:left;
width:610px;
margin-left:26px;
}

#pagetitle {
width:594px;
height:66px;
background:url(../images/pagetitles/pagetitle-bg.jpg) top left no-repeat;
} 

#pagetitle p,
 #pagetitle h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:21px;
font-weight:bold;
color:#870e0e;
padding: 20px 0px 0px 50px;
margin:0px;
}

#pagetitle span {
font-size:18px;
}

#right_content_wrapper {
float:right;
width:244px;
}

#right-top {
float:left;
width:244px;
padding:0px 0px 0px 0px;
background:url(../images/body/right_top_bg.jpg) top right no-repeat;
}

#right_content {
float:left;
width:244px;
padding:0px 0px 0px 0px;
background: url(../images/body/right-content-bg.jpg) top right repeat-y;
}

#right-bottom {
float:left;
width:225px;
padding:24px 0px 0px 19px;
background:url(../images/body/right-bottom-bg.jpg) bottom right no-repeat;
font-family:Georgia, "Times New Roman", Times, serif;
}

#reservationcalender {
padding-bottom:0px;
margin-bottom:0px;
height:125px;
}

#reservationcalender img {
text-align:center;
}

#footer {
margin:12px 28px 12px 28px;
}

#footer_content {
text-align:center;
font-size:90%;
line-height:16px;
color:#dfd8d1;
}

#footer_content a{
color:#efe7e0;
}

/* =interior layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
#int_header_wrapper{
height:252px;
}

#int_slideshow {
position:relative;
top:27px;
left:0px;
width:896px;
background:url(http://www.solitudecabins.com/images/topimages/int-top-placeholder.jpg) top left no-repeat;
}
/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/