@import url("tags.css");
@import url("navigation.css");
@import url("forms.css");
@import url("tables.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:
------------------------------
Brown: #2c2218; 
Green: #80ac4b;
Nav-Green: #8ba13f;
Nav-Darker Green: #798f2a; 
Text-Green: #4e9000;
Dark-Blue: #1e5595;
Light-Blue: #7181a2;
Lighter-Blue: #c0ccd7;
Font-Blue: #1f3349;
Header-Tan: #dddcd8;
Content-Tan: #e9e8e4;
Sidebar-Text: #f1f1f1;
Footer-Text:  #afafaf;
------------------------------

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:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background:url(../images/body/body-bg-repeat.jpg) left top repeat;
}

#wrapper{
position:relative;
text-align:left;
margin:0 auto;
width:888px;
background:#fff;
padding:6px;
margin-top:20px;
}

#logo{
position:absolute;
top:10px;
left:38px;
z-index:10;
}

#inner_wrapper {
background:url(../images/body/faux-column-bg.jpg) left top repeat-y #e9e8e4;
width:888px;
}

#header_wrapper {
position:relative;
width:100%;
height:60px;
background:url(../images/body/color-band.jpg) left top no-repeat #dddcd8;
}

#header_wrapper p {
text-align:right;
color: #1e5595;
font-size:10px;
padding:4px 18px 0px 12px;
margin:0px
}

#header_wrapper a{
color: #1e5595;
}

#header_wrapper a:hover{
text-decoration:none;
}

#newsletter_form {
position:absolute;
right:16px;
margin-top:6px;
}

#topphoto {
clear:both;
width:888px;
background:#DDDCD8;
}

#sidebar {
float:left;
text-align:left;
padding:0;
width:200px;
color:#f1f1f1;
}

#mainNav{
/* navigation.css */
}

#rez_calendar {
clear:both;
position:relative;
margin:10px 0px;
height:175px;
}

#rez_calendar .sidebar_heading {
margin:0px 0px 0px 30px;
}


#main_content {
float:right;
width:632px; /* area is 676px */
padding:10px 22px;
}

#pagetitle {
margin:0px 0px 0px 0px;
letter-spacing:-1px;
color:#4e9000;
font-size:16px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}

#pagetitle:first-letter{
font-size:22px;
}


#footer {
position:relative;
text-align:center;
margin:0 auto;
padding:14px 0px;
width:888px;
color:#afafaf;
font-size:10px;
}

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

#footer a {
color:#afafaf;
}

#footer strong {
font-size:11px;
}

#footer img {
vertical-align:middle;
}

.clear {
clear:both;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/
/* following by Jesse August 2011 forward... */
.accolumn{width:150px;border:none;}
.rightside{width:440px;border:none;padding:5px;}
.choose{width:120px; margin-left:5px;color:#fff;font-weight:bold;text-align:center;font-size:10px;background:#9EB660;padding:2px;}
.special_box1x{
width:216px;
margin:0px 2px 0px 0px;
border:2px dashed #c0ccd7; 
text-align:center;
float:left;
padding:5px;
}

.special_box2x{
width:216px;
margin:0px 0px 0px 2px;
border:2px dashed #c0ccd7; 
text-align:center;
float:right;
padding:5px;
}



