@import url("main-nav.css");
@import url("tags.css");

/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Developers:
**********************************
Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com

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;
}

body{
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:small;
background:#333333;
}

#wrapper{
text-align:left;
margin:17px auto 0 auto;
width:700px;
background:#edecce;
background-repeat:repeat-y;
}

#main-content{
float:left;
width:603px;
min-height:395px;
padding:20px 16px 15px 81px;
background:url(../images/bg-homepage.jpg) top left no-repeat;
}

#main-copy{
float:right;
width:293px;
}

.clear-floats{
clear:both;
}

/* IAMGE
----------------------------------------------------------------*/
.image-flright{
float:right;
width:282px;
padding-left:20px;
}

/* FOOTER
----------------------------------------------------------------*/

#email-signup{
float:left;
padding-left:185px;
}

#trip-advisor{
float:left;
}

#footer-wrapper{
position:relative;
width:700px;
text-align:center;
margin:auto auto;
}

#footer{
text-align:left;
width:656px;
padding:0px 22px 20px 22px;
}

ul.footer-logos li{
float:left;
padding:10px 0px 10px 25px;
list-style:none;
border:none;
line-height:114px;
}

.sub-footer,
.sub-footer a{
color:#ccc;
}