/* EAST BEACHES STYLE SHEET     */
/* REVISED JULY 2010  */
/*                      */

/* ----------- */
/* Normalizing */
/* ----------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
acronym {
	border: 0;
	text-decoration: none;
}
fieldset, img {
	border: none;
}

/* -------------- */
/* GENERAL STYLES */
/* -------------- */

body {
	border-top: 2px solid #31539B;
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	background-color: #046AB4;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#branding {
	height: 164px;
	position: relative;
	background: #fff;
}
#branding h1 {
	text-indent: -9999px;
	position: absolute;
	top: 12px;
	left: 107px;
	width: 202px;
	height: 138px;
	background: url(../i/EB-Coalition-logo.gif) 0 0 no-repeat;
}
#branding a {
	display: block;
	width: 202px;
	height: 138px;
	overflow: hidden;
}
#branding h2 {
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 585px;
	width: 176px;
	height: 125px;
	background-image: url(../i/tagline-new.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav {
	font-size: 95%;
	border-bottom: 2px solid #fff;
	float: left;
	width: 100%;
	background-color: #046AB4;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#primary-nav {
	padding-left: 205px;
	float: left;
}
#primary-nav li {
	float: left;
	padding-right: 2em;
}
#primary-nav a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 0.8em 0 0.7em 0;
}
#primary-nav a.active, #primary-nav a:hover {
	background: url(../i/nav-over.gif) 50% 0 no-repeat;
	color: #E3F0D5;
}
#splash {
	clear: left;
	width: 100%;
	border-bottom: 2px solid #fff;
	background-color: #FFF;
}
#splash img {
	display: block;
}
#centremeter {
	background: #ec3c12;
	width: 100%;
	border-bottom: 2px solid #fff;
}
#centremeter img {
	display: block;
}
#content {
	clear: left;
	width: 575px;
	margin-left: 187px;
	position: relative;
	font-size: 95%;
	color: #FFF;
}
#primary-content {
	padding: 15px;
	background: #0475C8;
	color: #FFF;
}
#primary-content p {
	margin: 1.25em 0;
	line-height: 1.25em;
}
#home #primary-content p {
	margin: 0 0 1.25em 0;
}
#primary-content img {
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#primary-content ul {
	margin: 1em 2em;
}
#primary-content li {
	list-style: disc;
}
#primary-content h3 {
	text-transform: uppercase;
	color: #BBD9EE;
	padding-bottom: 5px;
	margin-bottom: 1.5em;
	background-image: url(../i/bordertest-02.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#primary-content h4 {
	font-size: 150%;
	margin: 0 0 1em 0;
}
#primary-content h5 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 1em 0;
}
#primary-content a {
	color: #fff;
	font-weight: bold;
}
p.pub-date {
	margin: 1em 0 0 0 !important;
	padding: 0;
	color: #CCC;
	font-size: 90%;
}
#home #primary-content h4 {
	margin: 0;
}
#secondary-content {
	position: absolute;
	top: 0px;
	left: -170px;
	width: 150px;
	color: #FFF;
}
#secondary-content a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
}
#secondary-content h5 {
	font-size: 120%;
	color: #eee;
	margin: 1em 0;
	padding-top: 0.5em;
	background-image: url(../i/bordertest-02.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Georgia, serif;
}
#secondary-content p {
	margin: 1em 0;
}
#secondary-content p.today {
	padding: 0.25em 0;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBD9EE;
	border-bottom-color: #BBD9EE;
}
#secondary-nav li {
	margin: 1em 0;
}
#secondary-nav li span.date {
	font-weight: bold;
	font-size: 85%;
}
#site-info {
	clear: right;
	color: #31539B;
	width: 760px;
}
#site-info p {
	margin-left: 200px;
	font-size: 85%;
	padding: 1em;
	color: #FFF;
}
#site-info a {
	color: #fff;
}
.features {
	padding: 1em;
	margin: 1em 0;
}
.features h4 {
	color: #fff;
}
.features p {
	color: #fff;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: 1px dashed #ccc;
}
