/*COLORS*/
/* Light Teal  #A2C3BD #88A39B*/
/* Dark Red  #C1272D  #B86D4F*/
/* Grey-Green #7F867F */
/* Pale Peach #FDFBEF */


body {
	margin:0 auto auto auto;
	background:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	width:780px;
	color:#7F867F;
	}
	
img {
	border:0;
	}	
	
	
a {
        color: #B86D4F;
        text-decoration:none;
}

a:hover {
        text-decoration:underline;
}
	
/*CLEARFIX*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


.spacer {
	height:20px;
}
	
	
#wrapper {
	width:780px;
	background: url(../images/saam07/background.jpg) repeat-y;
	}
	
#content {
	width:730px;
	margin:0 25px;
	}	
	
ul#nav {
	list-style: none;
	width: 160px;
	float: left;
	margin:0;
	padding:0;
}

ul#nav li { 
    display: block;
    width:160px;
}

ul#nav li a {
	display: block;
	background: transparent;
        font-family:'Trebuchet MS',Helvetica,sans-serif;
	color: #B86D4F;
	text-transform: uppercase;
	font-size: 11px;
        line-height:15px;
	text-decoration: none;
	padding:2px;
}

ul#nav li a:hover {
	background: #FFFFFF;
	color:#88A39B;
}

ul#nav .linkhead {
	font-family:Impact,Charcoal,sans-serif;
	text-transform:none;
	font-size:12px;
	letter-spacing:1px;
}
		


ul#topright {
	list-style: none;
	height: 101px;
	margin-left:160px;
}

ul#topright li {
	float:right;
	display: inline;
	height: 15px;	
}

ul#topright li a {
	display: inline;
	height: 15px;
        font-family:'Trebuchet MS',Helvetica,sans-serif;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
    line-height:13px;
	color: #B86D4F;
	letter-spacing: 1px;
}

ul#topright li a:hover {
	background: #FFFFFF;
	color:#88A39B;
}

ul#topright .linkhead {
	font-family:Impact,Charcoal,sans-serif;
	text-transform:none;
	font-size:12px;
	letter-spacing:1px;
}





#titleheader {
/*	margin-left:160px;*/
        margin-left:20px;
	padding: 6px;
	border: 1px solid #88A39B;
	color: #88A39B;
	font-family: Impact,Charcoal,sans-serif;
	font-size:150%;
	letter-spacing:2px;
	float:left;
}

#rule {
	border-top:1px solid #88A39B;
	width:30px;
	margin-top:18px;
	float:left;
	margin-right:5px;
}

#dateheader {
	text-transform:uppercase;
	font-family:Impact,Charcoal,sans-serif;
	letter-spacing:2px;
	color:#B86D4F;
	padding:12px 0;
	float:left;
	}
	
#pagecontent {
	margin:0 80px 0 180px;
	}
	
#pagecontent p	{
	line-height:150%;
	}	

#pagecontent h3 {
	font-family:Impact,Charcoal,sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:120%;
	border-bottom:1px solid #B86D4F;
	color:#B86D4F;
	text-align:center;
	font-weight:normal;
	margin-bottom:3px;
}

#pagecontent .date {
        font-style:italic;
        margin-bottom:0;
        padding-bottom:0;
}

#pagecontent h4.title {
         color: #88A39B;
         font-weight:normal;
         border-bottom: 1px solid #88A39B;
         font-size:110%;
         padding:0;
         margin:0 0 10px 0;
         letter-spacing:1px;
}

#pagecontent td.label {
         width:110px;
         font-weight:bold;
         vertical-align:top;
}

#pagecontent td.eventinfo {
         padding-bottom:10px;
         vertical-align:top;
}


#event {
        line-height:150%;
}

#calendar {
        width:730px;
	}



/*CALENDAR STYLES*/



.calendarBG {
 background-color: #88A39B; 
 width:720px;
}

.calendarBlank { 
 background-color: #88A39B;
}



.calendarDayHeading {
 font-weight: bold; 
 color: #fff; 
 background-color: #88A39B; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #000;
 background-color: 	#DEDEDE;
}

.calendarCell {
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #7F867F;
 background-color:  #fff;
}

.day {
text-align:right;
}

.caltitle {
padding-top:5px;
}



