@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F5EDE2;
	color: #000;
	}
	
img a, a img {
	border: none;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 984px;
	}	
		
#header {
	width: 984px;
	margin: 10px auto;
	}
	
#header h1 {
	width:984px;
	height:150px;
	position:relative;
	margin: 0;
	padding: 0;
}
#header img {
	position:absolute;
	top:0;
	left:0;
}

#navbar {
	height: 43px;
	margin-top: 10px;
	background-color: #74919C;
	}
	
#menu {
	padding:0; 
	margin:0 auto; 
	list-style:none; 
	width: 301px;
	}
	
#menu li {
	display:inline; 
	margin:0;
	padding:0;
	}
	
#menu li a {
	float:left; 
	font-size:16px; 
	letter-spacing:1px; 
	padding:13px 15px 13px 15px; 
	text-decoration:none; 
	color:#fff; 
	font-weight:bold;
	}
	
#menu li a:hover, #menu li a.current {
	color: #F5EDE2;
	}	
#menu li a.current {
	background: url(/images/current.gif) no-repeat center bottom; 
	cursor:none;
	}
	
		
#content {
	padding: 30px 30px 0 30px;
	margin: 0 auto;
	}
	
#content a:link, #content a:visited, #content a:hover, #content a:active {
text-decoration: underline;
color:#5C7883;
}
/*#content a:visited {
	color: #9933CC;
	}*/
	
#content_left {
	width: 485px;
	padding: 0 30px 0 0;
	float: left;
	}
#content_left_wide {
	width: 660px;
	padding: 0 15px 0 0;
	float: left;
	min-height: 500px;
	}	
	
#content_left p, #content_right p, #content_left_wide p, #content_right_narrow p {
	font-size: 85%;
	line-height: 150%;
}	
	
#content_left h2, #content_right h2, #content_left_wide h2, #content_right_narrow h2 {
	color: #630;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}
	
#flash {
	text-align: center;
	}
#flash p {
	text-align: left;
	}	
#committee {
	margin-top: 30px;
	background-color: #D3DDD9;
	padding: 10px;
	}
#committee ul {
	font-size: 85%;
	}	
	
#content_right #flash h2 {
	margin: 0 auto;
	padding: 5px;
	font-size: 1em;
	width: 342px;
	background-color: #94704C;
	color: #F5EDE2;
	text-align: left;
	}
			
	
#content_right {
	width: 375px;
	padding: 0 0 0 30px;
	float: right;
	}
#content_right_narrow {
	width: 230px;
	padding: 0 0 0 15px;
	float: right;
	margin-top: 40px;
	}	
				
	
#footer {
	margin-top: 10px;
	background-color: #74919C;
	color: #fff;
	text-align: center;
	font-size: 80%;
	padding: 5px;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}		
	
#footer_content {
	width: 424px;
	margin: 0 auto;
	}
#footer_left {
	float: left;
	text-align: left;
	}
	
#footer_right {
	float: right;
	text-align: right;
	}	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display:inline-block;}

.first {
	margin-top: 5px;
	padding: 0;
	}
.rt {
	text-align: right;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	}
	
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	}		
.img_border {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}
.img_border_caption {
	padding: 3px 6px;
	font-size: 80%;
	font-style: italic;
	border: 1px solid #ccc;
	border-top: none;
	}			

.box24 {
	width: 242px;
	}
	
.box30 {
	width: 300px;
	}	
.box35 {
	width: 351px;
}

	
		
/*Fader*/	
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 400px; /*width of featured content slider*/
height: 145px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 370px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
display: none;
}

.pagination a{
}

.pagination a:hover, .pagination a.selected{
}
#fader {
	margin-bottom: 20px;
	}

.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 150%;
	padding: 15px;
	font-size: 110%;
	}
.quotes div {
	margin: -15px 0 0 0;
	padding: 0;
	line-height: 100%;
	font-size: 85%;
	text-align: right;
	}	
	
.blue {
	color: #005984;
	background-color: #D3DDD9;
	}
	
.rose {
	background-color: #ECDBCA;
	color: #666;
	}		
/*End Fader*/
