/*******************************************
 * Styles for New Hampshire Rivers Council *
 * October 2009                            *
 * Yellahoose                              *
 *******************************************/

html, body { 
	margin: 2px; 
	padding: 0;
	background-color: #C0C0C0; 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #333333; 
} 

#page { 
	width: 758px; 
	margin: 0 auto; 
	background-color: #FFFFFF; 
	border: 1px solid #333333;
} 

#header { 
	width: 758px; 
	height: 102px; 
	margin: 10px 25px 10px 25px;
} 

#header #logo { 
	width: 300px; 
	height: 102px; 
	float: left; 
} 

#header #menu { 
	width: 448px; 
	height: 102px; 
	float: right; 
} 

#header #menu ul { 
	margin: 67px 0 0 0; 
	padding: 0 0 0 25px; 
} 

#header #menu ul li { 
	display: inline; 
	list-style-type: none; 
	padding-right: 6px; 
	font-family: arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
} 

#header #menu ul li a.menu { 
	color: #333333; 
	text-decoration: none; 
} 

#header #menu ul li a.menu:hover { 
	text-decoration: underline; 
} 

#banner { 
	width: 758px; 
	height: 203px; 
	border-top: 1px solid #333333; 
	border-bottom: 1px solid #333333; 
} 

#trunk #content { 
	width: 500px; 
	float: left; 
} 

h1, h2, h3 { 
	font-family: arial, sans-serif; 
} 

h1 { 
	line-height: 125%; 
	font-size: 25px; 
} 

h2 { 
	line-height: 125%; 
	font-size: 20px; 
	color: #0058AB; 
	text-align: left; 
} 

h3 { 
	line-height: 125%; 
	font-size: 15px; 
	text-align: left; 
} 

#content blockquote { 
	line-height: 155%; 
	padding: 3px; 
} 

#content blockquote.alt_ececec { 
	background-color: #ECECEC; 
} 

span.more { 
	color: #0058AB; 
} 

span.more a { 
	color: #0058AB; 
	font-size: 10px; 
} 

span.more a:hover { 
	color: #0000FF; 
} 

#trunk #quicklinks { 
	width: 258px; 
	padding: 0; 
	margin: 0; 
	float: right; 
} 

#quicklinks #news, #quicklinks #events, #quicklinks #donate { 
	padding: 0 12px 0 8px; 
} 

#quicklinks #news p, #quicklinks #events p, #quicklinks #donate p { 
	line-height: 155%; 
} 

#footer { 
	width: 758px; 
	height: 90px; 
	margin: 5px 10px 5px 10px;
} 

#footer #menu { 
	width: 658px; 
	height: 31px; 
	float: right; 
} 

#footer #menu ul { 

} 

#footer #menu ul li { 
	display: inline; 
	list-style-type: none; 
	padding-right: 8px; 
	padding-left: 8px; 
} 

#footer #logo { 
	width: 100px; 
	height: 31px; 
	float: left; 
} 

#footer #rights { 
	width: 658px; 
	height: 31px; 
	font-size: 10px; 
	float: left; 
} 

