@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{
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-thatch.jpg) left top repeat;
color:#656565;
margin:0px 0px 20px 0px;
}

#wrapper{
text-align:left;
margin:0 auto;
width:900px;
}

#header{
height:81px;
width:900px;
}

#logo{
float:left;
width:223px;
height:81px;
}

#headerContent{
float:right;
width:675px;
height:81px;
}

#contentWrapper{
clear:both;
width:894px;
background:#fffbe2;
border:2px solid #705031;
padding:1px;
}

#hp_topphoto{
clear:both;
width:894px;
height:390px;
background:#655838;
}


#topphoto{
clear:both;
width:894px;
height:331px;
}

#content{
width:894px;
background:url(../images/content/content_bg.jpg) left top repeat-x;
}

#sidebarfauxColumn{
width:894px;
background:url(../images/sidebar/sidebarfauxColumn_bg.png) right top repeat-y;
}


#mainContent{
float:left;
width:610px;
padding:30px;
}

#sidebar{
float:right;
width:213px;
background:url(../images/sidebar/sidebar_bg.jpg) left 30px no-repeat;
}

#footer {
text-align:center;
font-size:80%;
color:#654223;
margin-top:12px;
}

#footer a {
color:#654223;
}

#footer img {
vertical-align:bottom;
}

.pagetitle{
padding:0px 0px 15px 0px;
font-size:130%;
color:#e15735;
font-weight:bold;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
}


.clear{
clear:both;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/

/*--------------------
=ACTIVITIES PAGES 
----------------------*/
.activity_column_left{
float:left;
width:300px;
}

.activity_column_right{
float:right;
width:300px;
}

.activitiesTable{
width:300px;
border:1px solid #624120;
}

.activitiesTable td.title{
background:#624120;
padding:2px 4px;
color:#FFFBE2;
font-weight:bold;
}

.activitiesTable td.photo{
padding:0 0 6px 0;
width:80px;
}

.activitiesTable td.photo img{
border:1px solid #624120;
}

.activitiesTable td.description{
font-size:80%;
padding:6px;
vertical-align:top;
}

.activitiesTable .moreinfoButton{
float:right;
padding:2px 4px;
background:#6C9902;
border:1px solid #624120;
}

.activitiesTable .moreinfoButton a{
text-decoration:none;
color:#FFFBE2;
}
