@charset "utf-8";
/* Little Bit of the Blues */

body { background: #eee url('../images/background.jpg') repeat-y center top; }

blockquote {
	background-color: #eee;
	border-top-color: #64748B;
	border-left-color: #64748B;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
}

strong { font-weight: bold; }

em {font-style: italic; }

h1, h2, h3 { font-family: color: #333; }

td { padding: 15px 10px; }

/* jquery activated stuff */ 

.active {background-color:#ccc;}

.title { background: #eee; border-left: 1px solid #64748B; border-top: 1px solid #64748B; margin-bottom: 20px;}


/* end jquery stuff */ 

.standout {color: #F00;}


#skip { 
	background-color: #eee;
	border-bottom: 1px dotted black	;
	font-size: .7em;
}


#top { 
	border: 1px solid #64748B;
	background: #eee;
}

#search input.clearme { color: #999; }
#search input { color: #666;  }


#globalnav, .localnav {
	background: #fff;
	border-top: 1px solid #64748B;
	border-left: 1px solid #64748B;
	border-bottom: 1px solid #64748B;
	border-right: 1px solid #64748B;
}

#nav h2 { 	
	background-color:#eee; 
	font-size: .8em;
	font-weight: bold;
}

#nav a, #nav a:visited, #nav a:active { 
	border-bottom: 1px solid #ccc;
	color: #64748B;
	font-size: 1em;
}

#nav a:hover {
	background:#64748B;
	color: #fff;
}

#nav .buttons {
	background: none;
	text-align: center;

}

#nav .buttons a:hover {
	background: none; 
	color: #64748B;
}

#nav .buttons li {

}

#foot {
	background: #eee;	
	border: 1px solid #64748B;
}

#foot p.update {
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #64748B;
}

.buttons span { font-size: .8em; }
.buttons span:hover { text-decoration: underline; }

.floatRight { float: right; padding: 10px; }

/* banner code also see jquery */


#banner { 
	position: relative;
	margin-left: -5px;
	padding: 0px;
	height: 168px;
	width: 576px;
	border: 1px solid #64748B;
	background-color: #000;
}

#banner ul, #banner li, #banner li + li {
	list-style: none;
	padding: 0;
	margin: 0;

}

#bannerContent {
   width: 576px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.bannerImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.bannerImage span {
   position: absolute; /* important */
   left: 0px;
   font: 14px/15px Georgia, serif;
   font-weight: bold;
   font-style: italic;
   padding: 10px;
   width: 556px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.left {
	top: 0;
	left: 0;
	width: 148px !important;
	height: 148px;
}

.right {
	right: 0;
	top: 0;
	width: 160px !important;
	height: 148px;
}


span.nocaption {display: none; top: -9999px; left: -90909px; overflow: hidden; }

/* events boxes */ 

#box {
	margin-top: 30px;
	margin-left: -5px;
}

/*jquery stripe for the event lists */ 

.stripe  {
	background-color: #eee;
	
	}
	
/*//*/

.optional {	
	background-color:#64748B; 
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 6px;
	margin-top: 0px;
}

#box h2 {
	background-color:#64748B; 
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 6px;
	margin-top: 0px;
}


#box li + li, #box li + h2, #box h2 + ul {
margin-top: 0px;
}


.announcements li > ol li {
	margin-left: 8px;
	padding: 2px;
	border-bottom: none;
}

.events li, .announcements li {
	list-style: none;
	margin-left: 0px;
	padding: 12px 8px;
	border-bottom: 1px dashed #64748B;
}



.events ul, .announcements ul {
	margin-left: 0px;
}


.events {
	float: left;
	width: 268px; 
	
}


.announcements {
	float: right;
	width: 268px;

}


/* MCS Core Values List */

.values {
	
	list-style: none;
	font-size: 1.2em;
	letter-spacing: .03em;
}

.values li:first-letter { 
	
	padding: 5px;
	background: #64748B;
	font-weight: bold; 
	color: #fff;
}
	
	

#foot { padding: 15px; margin-bottom: 5px;}


/* web feedback form */


.label { font-weight: bold; color: #64748B; }

textarea, input, option { font-family: Verdana, Geneva, sans-serif; font-size: 1em; }



a { color: #42689E; } 
a:visited { color: #42689E; } 
a:hover { text-decoration: none; color: #64748B }



