@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fff;
	color: #666;
	}
	
img a, a img {
	border: none;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 984px;
	background: #fff url(../images/family_bottom.jpg) no-repeat 30px top;
	}	
		
#header {
	margin: 0 auto;
	background: #fff url(../images/bg_hdr.gif) repeat-x top left;
	height: 186px;
	min-height: 186px;
	}

#innerhdr {
	width: 984px;
	margin: 0 auto;
	padding: 10px 0 0 0;
		}
	
#subhdr {
	float: right;
	width: 651px;
        height: 141px;
        text-align: center;
	}	
	
#header img {
	float: left;
	padding-left: 30px;
}

.hdr_text {
         font-family: Georgia, "Times New Roman", Times, serif;
         color: #0F75BC;
         font-size: 52px;
}

.smlr {
         font-size: 42px;
}

.tagline {
         color: #F7931D;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         font-style: italic;
}

.subtag {
         color: #656669;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 34px;
}

#navbar {
	height: 35px;
	width: 651px;
	margin-left: 333px;
	background-color: #0F75BC;
	float: right;
	margin-top: -35px;
	}

	
#menu {
	padding:0; 
	margin:0 auto; 
	list-style:none;
	width: 351px;
	}
	
#menu li {
	display:inline; 
	margin:0;
	padding:0;
	}
	
#menu li a {
	float:left; 
	font-size:16px; 
	letter-spacing:1px; 
	padding: 9px 0 8px 30px;
	text-decoration:none; 
	color:#fff; 
	font-weight:bold;
	}
	
#menu li a:hover {
	color: #F7931D;
	}	
#menu li a.current {
	background:  #FFF url(../images/tab_left.gif) no-repeat top left;
    color: #F7931D;
	cursor:none;
	}
#menu li a.current b {
	background:  #FFF url(../images/tab_right.gif) no-repeat top right;
	padding: 9px 25px 9px 0;
    }
		
#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:#0F75BC;
}
/*#content a:visited {
	color: #9933CC;
	}*/
	
#content_left {
	width: 570px;
	padding: 0 30px 0 0;
	border-right: 1px solid #ccc;
	float: left;
	}
#content_left_wide {
	width: 660px;
	padding: 0 15px 0 0;
	float: left;
	min-height: 500px;
	position: relative;
	}	
	
#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: #F7931D;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}
	
#committee {
	margin-top: 30px;
	background-color: #FEF0DF;
	padding: 10px;
	}
#committee ul {
	font-size: 85%;
	}	
		
#content_right {
	width: 290px;
	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: #0F75BC;
	color: #fff;
	text-align: center;
	font-size: 80%;
	padding: 5px 0 8px 0;
	}
#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;
	}	

.white {
	color: #000;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 80%;
	}
.orangestripe {
	background-color: #F7931D;
	height: 10px;
	min-height: 10px;
	}		
	
.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;
	}			

.box20 {
	width: 202px;
	}
	
.box30 {
	width: 302px;
	}	
	
.box35 {
	width: 352px;
	}	
	
		
/*Fader*/	
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 290px; /*width of featured content slider*/
height: 175px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 290px; /*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: -5px 0 0 0;
	padding: 0;
	line-height: 100%;
	font-size: 85%;
	text-align: right;
	}	
	
.blue {
	color: #666;
	background-color: #DDECF6;
	}
	
.salmon {
	background-color: #FEF0DF;
	color: #666;
	}

.smaller {
	font-size: 90%;
	}			
/*End Fader*/
