@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:


Developers:
**********************************
Joe Jenkin
email: joe.jenkin@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
}

img{
border:none;
}

body{
margin:15px 0px 15px 0px;
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background:#5e0000;
color:#f0e2c1;
}

#wrapper{
text-align:left;
margin:0 auto;
width:896px;
background:#000;
border:2px solid #000;
}

#header{
width:896px;
height:128px;
background:url(../images/header/header.jpg) left top no-repeat;
}

#logo{
float:left;
margin:10px 0px 0px 20px;
}

#header_content{
float:right;
width:600px;
height:86px;
}

#header_content img{
margin:0 5px 0 0;}

#topphoto{
clear:both;
}

#babybanners{
width:896px;
}

#babybanners img{
float:left;
opacity:100;
}

#babybanners img:hover{
opacity:.92;
}

#content{
clear:both;
width:896px;
padding:30px 0px;
background:url(../images/content/content_bg.gif) left top repeat-x #000;
}

#maincontent{
float:left;
width:600px;
padding:0px 30px;
background:url(../images/content/maincontent_border.png) right top no-repeat;
}

.pagetitle{
margin:0px 0px 20px 0px;
color:#9c0f10;
font-weight:bold;
font-size:140%;
font-family:Georgia, "Times New Roman", Times, serif;
}

.pagetitle span{
font-size:50%;
font-style:italic;
}

#sidebar{
float:right;
width:170px;
padding:0px 30px;
}

#sidebar img{
margin-bottom:10px;
}

#reservationBox{
height:200px;
margin-bottom:20px;
background:url(../images/sidebar/sidebar_divider.jpg) bottom center no-repeat;
}

#footer{
clear:both;
margin:20px auto 20px auto;
width:896px;
text-align:center;
color:#f1e6c7;
font-size:80%;
}

#footer a{
color:#f1e6c7;
}

.clear{
clear:both;
}

/* ACTIVITIES TABLE
----------------------------------------------------------------*/

.activity_column_left{
float:left;
width:290px;
}

.activity_column_right{
float:right;
width:290px;
}

.activitiesTable{
width:290px;
border:1px solid #DEAB74;
}

.activitiesTable td.title{
background:#DEAB74;
padding:2px 4px;
color:#D7BC6F;
font-weight:bold;
color:#684D2F;
}


.activitiesTable td.title a{
color:#9C0F10;
}


.activitiesTable td.photo{
padding:0 0 6px 0;
width:80px;
}

.activitiesTable td.photo img{
border:1px solid #D7BC6F;
}

.activitiesTable td.description{
font-size:80%;
padding:6px;
vertical-align:top;
}

.activitiesTable .moreinfoButton{
float:right;
padding:2px 4px;
background:#4D7333;
border:1px solid #000;
color:#4D7333;
}

.activitiesTable .moreinfoButton a{
text-decoration:none;
color:#DEAB74;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/
