.hide, #masthead, #sidebar, form, ul#nav{
	display: none;
}
.cb{clear: both;}
.cl{clear: left;}
.cr{clear: right;}
.nomargin{margin: 0;}
.fl{float: left;}
.fr{float: right;}

body{
	font-family: Arial, sans-serif;
	font-size: 100%;
}
/*------------------------------------------------------------------
links
*/
a:link, a:visited{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #25a3e3;
	color: #25a3e3;
	text-decoration: none;
}
a:active{
	text-decoration: none;
	color: #25a3e3;
}

.caption{
	font-family: Arial, sans-serif;
	font-size: 0.65em;
}
h1{
	font-family: Georgia, serif;
	font-size: 1.55em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
h2{
	color: #035b87;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
h3{
	color: #333;
	font-size: 0.75em;
	margin: 0;
}
h6{
	color: #666;
	font-size: 0.7em;
	font-weight: normal;
}
p{
	color: #333;
	font-size: 0.75em;
	margin: 0 0 15px 0;
}
address{
	font-size: 0.8em;
	font-style: normal;
}

/*------------------------------------------------------------------
masthead
*/
#cover{
	background: #1b4c98;
	height: auto !important;
	height: 250px;
	margin: 0 0 10px 0;
	min-height: 250px;
	width: 980px;
}
#featurehead{
	background: url(/images/line-fullwidth.gif) 90px 9px no-repeat;
	margin: 0;
	padding: 0 0 10px 0;
}
.featured, .featured-middle{
	background: #f8f8f8;
	float: left;
	margin: 0 0 20px 0;
	width: 313px;
}
.featured-middle{
	margin: 0 20px;
}
.caption{
	background: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
	padding: 4px 6px;
}

/*------------------------------------------------------------------
main
*/
#main{
	margin: 0 0 15px 0;
}
address{
	border: 1px solid #ccc;
	background: #eee;
	margin: 0 0 15px 0;
	padding: 10px;
}
/* blog */
.entry{
	background: url(/images/line-fullwidth.gif) 50% bottom no-repeat;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	width: 100%;
}
.entry-log{
	float: left;
	padding: 0 15px 0 0;
	width: 15%;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.25em;
}
.entry-log div{
	color: #333;
	font-weight: bold;
}
.entry-body{
	float: right;
	width: 75%;
}
.entry-folio{
	background: #fff;
	float: right;
	width: 75%;
}
#comments .entry-log{
	width: 15%;
}
#comments .entry-body{
	width: 75%;
}
#comments{
	background: #eee;
	padding: 20px;
}

/*------------------------------------------------------------------
footer
*/
#footer{
	background: url(/images/line-fullwidth.gif) 50% top no-repeat;
	padding: 15px 0;
}
#legal{
	background: url(/images/star.gif) no-repeat;
	float: left;
	padding: 0 0 0 25px;
	width: 45%;
}
#memberships{
	float: right;
	text-align: right;
	width: 45%;
}
#legal, #memberships{
	font-family: Arial, sans-serif;
	font-size: 0.65em;
}
