@import url("navigation.css");
@import url("tags.css");
@import url("forms.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Browser Compatibility: IE 6, IE 7, IE 8, CHROME, FIREFOX, SAFARI 

Color Scheme:
------------------
DARK BROWN = color:#190602;
DARK RED = color:#27110c;
TAN = color:#ddc9a9;
TEXT TAN = color:#ccb590;
DARK TAN = color:#988879;
WHITE = color:#bab3aa;
ORANGE = color:#d55f00;
GREEN = color:#405215;
------------------

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/
/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
}

img{
border:none;
}

.clear{
clear:both;
}

body{
text-align:center;
color:#ddc9a9;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
background:url(../images/layout/body-bg-repeat.gif) left top repeat-x #190602;
}

#wrapper{
position:relative;
top:10px;
text-align:left;
margin:0 auto;
padding:15px;
width:870px;
background:#27110c;
}

#rightContent{
float:right;
width:680px;
}

#phone-number{/*phone-number*/
width:900px;
margin:22px auto 0 auto;
text-align:right;
}

#mainNav{/*navigation.css*/}

#topphoto{
width:680px;
height:328px;
padding:0 0 18px 0;
}

#pagetitle{
padding:18px 0 10px 16px;
}

#mainContent{
width:652px;
margin:0 auto;
color:#ccb590;
}

#leftContent{
float:left;
width:175px;
}

#logo{
margin:-6px 0 6px 0;
}

#rez_calendar{
margin:0 auto;
padding:10px 4px 12px 0;
height:160px;
}

#signupForm{/*forms.css*/
margin:18px auto;
padding:0 0 12px 0;
border-top:1px solid #988879;
border-bottom:1px solid #988879;
}

#banners{
padding:12px 0;
}

#footer{
clear:both;
padding:16px 0;
}

#footer p,
#footer a{
line-height:16px;
color:#948474;
}

#footer #rezLogo{
position:relative;
top:8px;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/

/*---------------- ACCOMMODATIONS section ---------------- */
.accomContainer{
clear:both;
margin:18px 0 0 0;
padding:18px 0 0 0;
border-top:1px solid #988879;
}

.noBorder{
border:none;
margin:18px 0 0 0;
padding:0;
}


/*---------------- PHOTO GALLERIES ---------------- */
.photogallery{
padding:8px 0;
border-top:1px solid #988879;
}

.photogallery img{
margin:6px 14px 12px 0;
padding:2px;
width:82px;
height:80px;
background:#605742;
border:2px solid #988879;
}

.photogallery a{
text-decoration:none;
}

/*---------------- SPECIALS ---------------- */
.borderBox{
margin:12px auto;
padding:12px;
border:1px dashed #988879;
}

/*---------------- ACTIVITIES ---------------- */
.activity_column_left{
float:left;
width:320px;
}

.activity_column_right{
float:right;
width:320px;
}

.activitiesTable{
width:320px;
color:#ccb590;
border:1px solid #988879;
}

.activitiesTable td.title{
background:#988879;
padding:2px 4px;
color:#190602;
font-weight:bold;
}

.activitiesTable td.photo{
padding:0 0 6px 0;
width:80px;
}

.activitiesTable td.photo img{
border:1px solid #988879;
}

.activitiesTable td.description{
font-size:80%;
padding:6px;
vertical-align:top;
}

.activitiesTable .moreinfoButton{
float:right;
padding:2px 4px;
border:1px solid #988879;
background:#405215;
/*border:1px solid #bab3aa;*/
}

.activitiesTable .moreinfoButton a{
color:#bab3aa;
text-decoration:none;
}

#mainContent .activitiesTable a:hover{
text-decoration:none;
color:#190602;
}

/*------------ GOOGLE MAP ------------*/
#googleMap{
margin:12px auto;
text-align:center;
}

#googleMap iframe{
width:580px;
height:350px;
border:2px solid #988879;
}

#googleMap a{
color:#ddc9a9;
}

