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

------------------

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;
}

body{
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background:#36210c;
}

#background_wrapper{
position:relative;
text-align:left;
margin:0 auto;
width:1024px;
min-height:800px;
background:url(../images/layout/body-bg.jpg) -61px top no-repeat;
}

#main_wrapper{
margin:0 auto;
width:904px;
}

#top_container{
width:100%;
height:128px;
}

#logo{
float:left;
width:309px;
padding:2px 0 0 0;
}

#toplinks{
float:right;
width:300px;
margin-top:10px;
padding:0 12px 0 0;
color:#fff;
font-size:.9em;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#toplinks a{
text-decoration:none;
color:#fff;
}

#mainNav{/*navigation.css*/}

#sub_wrapper{/* png swap in ie-6.css */
width:898px;
padding:30px 8px 0 0;
background:url(../images/layout/wrapper-bg-repeat.png) left top repeat-y;
}

#right_wrapper{
float:right;
width:654px;
}

#topphoto{
margin:0;
}

#pagetitle{
float:left;
width:654px;
}

#hp_pagetitle{
float:left;
width:335px;
margin:0 0 0 2px;
}

#content_wrapper{ /* adjusted in ie-7.css and ie-6.css */
float:right;
width:614px;
padding:0 20px 12px 18px; 
color:#604219;
}

#twoCols{
float:left;
width:500px;
}

.sideButton{
float:right;
text-align:right;
width:100px;
}

#sidebar_wrapper{ /* adjusted in ie7.css and ie6.css */
float:left;
width:243px;
min-height:16px;
background:url(../images/sidebar/top-cap.png) left top no-repeat;
}

#sidebar_content{
width:218px;
margin:0 auto;
padding:16px 12px;
text-align:center;
}

#rez_calendar{ /* adjusted in ie7.css */
height:150px;
text-align:left;
}

#sidebar_bottom{ /* adjusted in ie-7.css and ie-6.css */
position:relative;
top:-16px;
width:243px;
height:16px;
background:url(../images/sidebar/bottom-cap.png) left top no-repeat;
}

#subNav_wrapper{
margin:0 auto;
width:149px;
text-align:center;
}

#subNav{/*navigation.css*/}

#footer{ /* png hack in ie-6.css */
position:relative;
z-index:9999;
width:900px;
margin-top:-16px;
padding:1px 4px 6px 0;
color:#fff;
font-size:.85em;
text-align:center;
background:url(../images/layout/footer-bg.png) left top no-repeat;
}

#footer p {
line-height:12px;
margin:7px 0 4px 0;
}

#footer p.rezLinks {
line-height:30px;
}

#footer a {
text-decoration:none;
color:#fff;
}

#footer img.rezLogo {
vertical-align:bottom;
padding-bottom:2px;
}

.clear{
clear:both;
}

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