@import url("navigation.css");
@import url("tags.css");
@import url("forms.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Browser Compatibility: IE 6,7,8, FIREFOX, SAFARI 

Color Scheme:
------------------------------

------------------------------

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/
/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{ /**reset all**/
margin:0;
padding:0;
outline:0;
border:0 none;
vertical-align:baseline;
background:transparent;
}

.clear{
clear:both;
height:0;
}

body{
text-align:center;
font:normal 62.5%/16px Verdana, Arial, Helvetica, sans-serif;/*62.5% = 10px*/
background: url(../images/layout/body-bg.jpg) left top repeat;
}

#wrapper{
position:relative;
text-align:left;
margin:52px auto 0 auto;
width:960px;
background:#7DC2E3 url(../images/layout/content-repeat.gif) left top repeat-y;	
}

#logo{/*272 126*/
position:absolute;
left:20px;
top:-36px;
width:272px;
height:126px;
}

#topLinks{
position:absolute;
right:12px;
top:-46px;
color:#005071;
font:bold 1.6em/16px Verdana, Arial, Helvetica, sans-serif;
}

#header{
float:left;
width:960px;
height:37px;
background:url(../images/layout/top-cap.gif) left top no-repeat;
}

#mainNav{/*navigatin.css*/}

#topphotos{
float:left;
width:932px;
margin:0 auto;
padding:0 15px 8px 15px;
}

#topphotos img{
float:left;
}

#subWrapper{
float:left;
width:932px;
margin:0 auto;
padding:0 15px;
}

#mainContent{
float:right;
padding:12px 16px 12px 16px;
width:684px;
min-height:230px;
color:#42381a;
}

#pagetitle{
width:100%;
margin:0 0 6px 0;
}

#sidebar{
float:left;
width:176px;
padding:12px 20px;
}

#rez_calendar{/*BE-calendar.css*/}

#signupForm{/*forms.css*/}

#footer{
margin:0 auto;
text-align:center;
width:960px;
padding:20px 0;
background:url(../images/layout/bottom-cap.gif) left top no-repeat;
}

#footer p,
#footer a{
line-height:16px;
color:#00456b;
}

#footer #rezLogo{
position:relative;
top:8px;
}


/* ---------->>> =HOMEPAGE <<<---------------------------------- */






/* ---------->>> =INTERIORS <<<---------------------------------- */





/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/



/*~~~~~~~~~~~~~~~~~ ACCOMMODATIONS ~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~ UNITS/ROOMS ~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~ SPECIALS/PACKAGES ~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~ ACTIVITIES/EVENTS ~~~~~~~~~~~~~~~~~*/




/*~~~~~~~~~~~~~~~~~ GOOGLE MAP ~~~~~~~~~~~~~~~~~*/
#googleMap{
margin:12px auto;
text-align:center;
}

#googleMap iframe{
width:580px;
height:350px;
border:2px solid #67788c;
}

#googleMap a{
color:#67788c;
}