/*
Title:		Standard CSS
Author: 	J Ecker - Pemaquid Communications
Date: 		10/08/2007
*/


/* general styles
---------------------------------------------------------- */
body {
	font: small 'Lucida Grande', verdana, tahoma, arial, helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	background:#006699 url(/images/bg.gif) repeat-y top center;
	color: #fff;
	line-height:1.6em;	
	}

h1{
	font-size: 150%;
	}

h2{
	font-size: 210%; 
	font-weight:normal;
	color:#dcff6c;
	font-family:geogia, serif;
	}

h3{
	font-size:120%;
	font-weight:bold;
	color:#fff;
	}
	
a, a:visited{
	color:#dcff6c;
	text-decoration:underline;
	}

a:hover{
	color:#fff;
	}
	
.clear {
	clear:both;
	}

.right{
	float:right;
	padding:0 0 0 10px;
	}

.left{
	float:left;
	padding:0 10px 0 0;
	}

.text_right{
	text-align:right;
	}
	
.text_center{
	text-align:center;
	}
	
/*page structure
---------------------------------------------------------- */	
#content {
	margin:0px auto;
	padding:0;
	width:800px;
	}
	
#main{
	width:468px;
	padding:0px 20px 10px 0;
	margin:0 ;
	display:inline;
	float:left;
	}
	
	
#sidebar{
	width:294px;
	padding:0px 0px 110px 12px;
	margin:0;
	float:right;
	background:transparent url(/images/wave.gif) no-repeat bottom center;
	clear:right;
	font-size:110%;
	}
	
#sidebar li{
	margin-bottom:10px;
	list-style-type:none;
	}
	
#sidebar a{
	color:#ccccff;
	}

#skipnav{
	display:none;
	}


/*header
---------------------------------------------------------- */	
#header{
	padding:0;
	margin:0 auto;
	height:124px;
	width:100%;
	background:transparent url(/images/header-bg.gif) no-repeat top center;
	}
	
#header h1{
	width:800px;
	height:114px;
/*
	background:transparent url(/images/books.png) no-repeat 595px 10px;
*/
	text-indent:-9999px;
	margin:0 auto;
	padding:0;
	}
	
#header h1 a{
	float:left;
	width:282px;
	height:78px;
	background:transparent url(/images/header.gif) no-repeat bottom left;
	margin:22px 0 0 0;
	padding:0;
	display:block;
	}

/*nav
---------------------------------------------------------- */		
#nav ul{
	margin:15px 0 0 0;
	padding:0;
	width:294px;
	float:right;
	font-size:110%;
	}
	
* html #nav ul{
	}
	
#nav li{
	margin:0;
	list-style-type:none;
	border-bottom:1px dotted #123460;
	padding:0;
	}
		
#nav li a{
	color:#ccccff;
	text-decoration:none;
	display:block;
	padding:5px 0 5px 30px;
	}
	
#nav li.current a{
	background:transparent url(/images/nav-on.gif) no-repeat left center;
	color:#dcff6c;
	}
	
#nav a:hover{
	background:transparent url(/images/nav-over.gif) no-repeat left center;
	}
	
/*marquee
---------------------------------------------------------- */		
#marquee{
	padding:0;
	margin:0;
	}
	
#marquee h3{
	font-weight:normal;
	}
	
/*footer
---------------------------------------------------------- */		
#footer{
	clear:both;
	padding:20px 0 0 0;
	margin:0 auto;
	width:800px;
	font-size: 85%;
	color:#ccccff;
	}
	
#footer_nav{
	float:left;
	text-align:center;
	width:468px;
	}

#footer_nav a{
	text-decoration:none;
	border-bottom:1px dotted #ccccff;
	padding:5px 0;
	margin: 0 5px;
	color:#ccccff;
	}
	
#footer .vcard{
	float:right;
	padding:0px 20px 20px 0px;
	}
	



/* promos
---------------------------------------------------------- */	
.promo{
	border-bottom:1px solid #4a92b7;
	}
	
.promo h3{
	font-family:geogia, serif;
	text-transform:uppercase;
	font-size:130%;
	font-weight:normal;
	}
	
.promo h3, .promo h3 a{
	color:#dcff6c;
	}
	
.promo img{
	border:7px solid #fff;
	border-bottom:11px solid #fff;
	float:right;
	margin:0px 0px 10px 10px;
	}
	
/* events
---------------------------------------------------------- */		
.event_date{
	font-family:geogia, serif;
	font-size:120%;
	font-weight:normal;
	margin-bottom:0;
	text-align:right;
	}
	
.vevent{
	color:#002550;
	border-bottom:1px solid #4a92b7;
	background:#5A9CBE;
	}
	
.vevent dd{
	padding:5px;
	margin:0;
	}
	
.summary{
	background: #002550;
	font-size:120%;
	padding:5px 10px;
	color:#fff;
	}
	
.event_time{
	font-family:geogia, serif;
	}
	
.location{
	}
	
.description{
	clear:both;
	font-size:90%;
	}

/* resources
---------------------------------------------------------- */	
.resources h3{
padding:5px;
	background:#1774A2;
	}

.resources dt{	
	padding:5px 5px 0 5px;
	}
	
.resources dd{
	padding:5px 0 10px 30px;
	margin:0;
	font-size:90%;
	border-bottom:1px solid #1774A2;
	}

/* resources	
---------------------------------------------------------- */	
#news {
	padding:0;
	margin:0;
	}
	
#news li{
	padding:5px 0 10px 5px;
	margin:0;
	border-bottom:1px solid #1774A2;
	}

/* directions page
---------------------------------------------------------- */		
.branch_info{
	}
	
.branch_info img{
	float:right;
	margin:0 0 0 10px;
	}
	
.branch_info h3{
	padding:5px;
	background:#1774A2;
	}
	
.branch_info ul{
	margin:0;
	list-style-type:none;
	padding:0 0 10px 0;
	}

.map{
	margin:10px auto;
	width:400px;
	height:275px;
	color:#000;
	}