@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;
}

/*clearfix - easy-clearing for floats*/
.clearfix:after{/*standards-compliant browsers*/
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
* html .clearfix{/* IE6 */
zoom: 1;
}
*:first-child+html .clearfix{/* IE7 */
zoom: 1;
}

/*.clear{
clear:both;
height:0;
} */

body{
text-align:center;
font:normal 62.5%/16px Verdana, Arial, Helvetica, sans-serif;/*62.5% = 10px*/
background:#dde7e9 url(../images/layout/body-bg-wave.gif) center top repeat-x;
}

#wrapper{
position:relative;
text-align:left;
margin:0 auto;
width:960px;	
}

#logo{/*275px × 85px*/
position:relative;
float:left;
padding:0 0 12px 0;
width:275px;
height:85px;
}

#topLinks{
text-align:right;
color:#17444a;
font:normal 1.2em/24px Arial, Helvetica, sans-serif;
}

#topLinks a{
color:#17444a;
text-decoration:none;
}

.loginLink{
padding:0 0 0 16px;
background:url(../images/layout/doublearrows.gif) left top no-repeat;
}

.topQuote{
color:#ff9f23;
font:bold 1.1em/20px Arial, Helvetica, sans-serif;
}

#mainContent{
float:right;
width:742px;
color:#17444a;
}

#pagetitle{
padding:12px 0 0 12px;
}

#primaryCopy{
padding:0 30px;
}

#sidebarWrapper{
float:left;
width:218px;
background:#cee0e3 url(../images/sidebar/bg-top.jpg) left top no-repeat;
}

#mainNav{/*navigation.css*/}

#rezCalendar{/*adjusted in ie-6.css*/
float:right;
margin:0 auto;
width:218px;
height:215px;
background:#cee0e3;
}

#onlineReztitle{
position:relative;
top:0;
right:5px;
width:227px;
height:42px;
}

#signupForm{/*forms.css*/}




#footer{
clear:both;
padding:30px 0 16px 0;
}

#footer p,
#footer a{
margin:0 0 4px 0;
color:#17444a;
}

#footer #rezLogo{
position:relative;
top:8px;
}


/* ---------->>> =HOMEPAGE <<<---------------------------------- */






/* ---------->>> =INTERIORS <<<---------------------------------- */





/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/



/*~~~~~~~~~~~~~~~~~ ACCOMMODATIONS ~~~~~~~~~~~~~~~~~*/
.unitBox{
display:block;
float:left;
clear:both;
width:100%;
margin:18px auto;
}


.insetWrap{/*124px × 92px*/
float:left;
width:124px;
text-align:center;
padding:0 16px 16px 0;
}

.insetWrap img{
border:2px solid #4b787f;
}

.rezButton{
width:auto;
float:right;
}


/*~~~~~~~~~~~~~~~~~ UNITS/ROOMS ~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~ SPECIALS/PACKAGES ~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~ ACTIVITIES/EVENTS ~~~~~~~~~~~~~~~~~*/




/*~~~~~~~~~~~~~~~~~ GOOGLE MAP ~~~~~~~~~~~~~~~~~*/
#googleMap{
margin:12px auto;
text-align:center;
}

#googleMap iframe{
width:600px;
height:380px;
border:2px solid #4B787F;
}

#googleMap a{
color:#4B787F;
}