/* ---------------------------------------------------------------------------
	
	Health Planning Council of NE FL Master Styles
	http://www.hpcnef.org/
	
	author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body { 
	background-color: #757679;
	color: #666;
	font: small/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
	
#container {
	background-color: #fff;
	margin: 0 auto 15px;
	width: 958px;
}

#content { margin-bottom: 26px; }

#content-main {
	float: right;
	margin-right: 66px;
	padding-top: 26px;
	width: 587px;
}

#content-secondary {
	float: left;
	width: 261px;
}
	
#footer {
	clear: both;
}

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link { color: #669c3b; text-decoration: none; }
	
a:visited { color: #999; text-decoration: none; }
	
a:hover { color: #637381; text-decoration: underline; }

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { line-height: 1.0em; }

h1 { font-size: 2.5em; }

h2 {
	color: #679c3c;
	font-size: 1.85em;
	margin-bottom: 24px;
}

h3 {
	color: #669c3b;
	font-size: 1.23em;
	line-height: 24px;
	margin-bottom: 24px;
}

h4 {
	color: #669c3b;
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 14px;
}

h5 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

h6 {
	font-size: 1.25em;
	margin-bottom: 20px;
}

p { margin-bottom: 26px; }

/* Subhead */
h2 span {
	display: block;
	font-size: 14px;
	margin-top: 2px;
}

/* Special cases */
#content-main.listing h3 { margin-bottom: 0; }

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

#content-main ul,
#content-main ol { margin-left: 18px; padding-bottom: 18px; }

#content-main ol li { margin-bottom: 1.0em; }

#content-main ol ol { list-style: lower-alpha; margin: 8px 0 0 32px; }
#content-main ol ol li { margin-bottom: 0.5em; }

#content-main ul.alt { padding-bottom: 0; }
#content-main ul.alt li { margin-bottom: 18px; }

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */
#header {
	background: url(../img/bg-logobar.png) repeat-x center bottom;
	margin-bottom: 13px;
	padding-top: 99px;
	padding-bottom: 26px;
	
	position: relative;
}

#logo {
	background: url(../img/logo-screen.png) no-repeat 0 0;
	margin-left: 12px;
	
	width: 287px;
	height: 53px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#logo img {
	position: absolute;
	top: 0;
	left: -9999px;
}

/* ---------------------------------------------------------------------------
	=site search
--------------------------------------------------------------------------- */
#site-search {
	line-height: 25px;
	width: auto;

	position: absolute;
		right: -5px;
		bottom: 10px;
}

/*
.nav-util {	float: left; list-style: none; margin-right: 12px; }
.nav-util li { float: left; }
.nav-util li a { color: #000; display: block; float: left; line-height: 25px; text-decoration: none; }
.nav-util li a:hover { text-decoration: underline; }
*/

#site-search-form { float: left; }
#site-search-form label { display: none; }
#site-search-form input {
	border: 1px solid #777;
	font-size: 12px;
	
	padding: 5px 2px 5px;
	line-height: 15px !important;
	
	margin: 0;
	width: 240px;
}

#search-button {
	background: url(../img/button-find.png) no-repeat 0 0;
	
	width: 75px;
	height: 27px;
}
#search-button:hover { background-position: 0 -27px; }

/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav {
	background: url(../img/nav.png) no-repeat 0 0;
	height: 73px;
	list-style: none;

	position: absolute;
		top: 0;
}

#nav li {
	background: url(../img/nav.png) no-repeat 0 0;
	float: left;
	height: 73px;
	text-indent: -9999px;
}

#nav li a {
	background: url(../img/nav.png) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
}

#nav #nav-home, #nav #nav-home a { width: 60px; background-position: 0 0; }
#nav #nav-home a:hover { background-position: 0 -73px; }
#nav #nav-home.here a, #nav #nav-home.here a:hover { background-position: 0 -146px; }

#nav #nav-planning-research, #nav #nav-planning-research a { width: 135px; background-position: -60px 0; }
#nav #nav-planning-research a:hover {	background-position: -60px -73px; }
#nav #nav-planning-research.here a, #nav #nav-planning-research.here a:hover { background-position: -60px -146px; }

#nav #nav-community, #nav #nav-community a { width: 104px; background-position: -195px 0; }
#nav #nav-community a:hover {	background-position: -195px -73px; }
#nav #nav-community.here a, #nav #nav-community.here a:hover { background-position: -195px -146px; }

#nav #nav-promotion, #nav #nav-promotion a { width: 109px; background-position: -299px 0; }
#nav #nav-promotion a:hover {	background-position: -299px -73px; }
#nav #nav-promotion.here a, #nav #nav-promotion.here a:hover { background-position: -299px -146px; }

#nav #nav-non-profit, #nav #nav-non-profit a { width: 99px; background-position: -408px 0; }
#nav #nav-non-profit a:hover {	background-position: -408px -73px; }
#nav #nav-non-profit.here a, #nav #nav-non-profit.here a:hover { background-position: -408px -146px; }

#nav #nav-publications, #nav #nav-publications a { width: 105px; background-position: -507px 0; }
#nav #nav-publications a:hover {	background-position: -507px -73px; }
#nav #nav-publications.here a, #nav #nav-publications.here a:hover { background-position: -507px -146px; }

#nav #nav-resources, #nav #nav-resources a { width: 93px; background-position: -612px 0; }
#nav #nav-resources a:hover {	background-position: -612px -73px; }
#nav #nav-resources.here a, #nav #nav-resources.here a:hover { background-position: -612px -146px; }

#nav #nav-data-access, #nav #nav-data-access a { width: 100px; background-position: -705px 0; }
#nav #nav-data-access a:hover {	background-position: -705px -73px; }
#nav #nav-data-access.here a, #nav #nav-data-access.here a:hover { background-position: -705px -146px; }

#nav #nav-about, #nav #nav-about a { width: 81px; background-position: -805px 0; }
#nav #nav-about a:hover {	background-position: -805px -73px; }
#nav #nav-about.here a, #nav #nav-about.here a:hover { background-position: -805px -146px; }

#nav #nav-contact, #nav #nav-contact a { width: 72px; background-position: -886px 0; }
#nav #nav-contact a:hover {	background-position: -886px -73px; }
#nav #nav-contact.here a, #nav #nav-contact.here a:hover { background-position: -886px -146px; }

/* ---------------------------------------------------------------------------
	=nav-secondary
--------------------------------------------------------------------------- */
#nav-secondary {
	background: url(../img/bg-nav-secondary.png) no-repeat right bottom;
	list-style: none;
	
	padding-top: 24px;
	padding-bottom: 120px;
	
	position: relative;
		left: -5px;
}

#nav-secondary li {
	color: #383838;
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
}

#nav-secondary li a {
	color: #383838;
	display: block;
	padding: 10px 10px 12px 41px;
	/*padding-left: 41px;
	padding-right: 10px;*/
	text-decoration: none;
}
#nav-secondary li a:hover,
#nav-secondary li.here a {
	background: url(../img/bg-nav-secondary-item.jpg) repeat-y 0 0;
	color: #fff;
}

/* ---------------------------------------------------------------------------
	=page header
--------------------------------------------------------------------------- */
#page-header {
	background: url(../img/page-header-planning-research.png) no-repeat 0 0;

	position: relative;
		left: -5px;
		
	/*text-indent: -9999px;*/

	width: 968px;
	height: 311px;
}

#page-header h1 {
	color: #fff;
	font-size: 30px;
	line-height: 1.0em;

	position: absolute;
		top: 205px;
		left: 420px;
}

#page-header p {
	color: #333;
	font-size: 15px;
	line-height: 24px;
	width: 610px;
	
	position: absolute;
		top: 145px;
		left: 305px;
}

/* ---------------------------------------------------------------------------
	=content-main
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
	=footer
--------------------------------------------------------------------------- */
#footer-counties { color: #666; font-size: 16px; line-height: 24px; margin-bottom: 8px; text-align: center; }

#footer-info {
	background: url(../img/bg-hash.png) repeat-y 0 0;
	border-top: 1px solid #000;
	color: #999;
	font-size: 12px;
	line-height: 24px;
	padding: 30px 0 34px;
	text-align: center;
}

#footer-info p,
#footer-info .vcard { margin: 0; }

#footer-info .vcard .type { display: none; }

#footer-info .vcard div,
#footer-info .vcard span,
#footer-info .vcard p { display: inline; }

/* ---------------------------------------------------------------------------
	=nav util
--------------------------------------------------------------------------- */
#footer { position: relative; }
#nav-util { list-style: none; position: absolute; bottom: -30px; left: 4px; }
#nav-util a { color: #333; }

/* ---------------------------------------------------------------------------
	=site by
--------------------------------------------------------------------------- */
#site-by { margin: 0 auto; padding-bottom: 65px; width: 958px; }
#site-by a { 
	background: url(../img/_site-by-ngen.png) no-repeat 0 0;
	display: block;
	float: right;
	margin-right: 10px;
	text-indent: -9999px;
	
	width: 124px;
	height: 29px;
}

/* ---------------------------------------------------------------------------
	=Callouts
--------------------------------------------------------------------------- */
.callout {
	background: #f2f3f2 url(../img/bg-callout-shadow.jpg) no-repeat bottom center;
	margin-bottom: 6px;
	padding-bottom: 11px;
}

.callout h3 {
	background-color: #e0e1e0;
	color: #5b5b5b;
	font-size: 16px;
	margin: 0 0 12px;
	padding: 10px 26px 12px;
}

/* Recent Updates */
.update-item {
	border-bottom: 1px solid #7d7d7d;
	margin: 0 26px 12px;
	padding-bottom: 12px;
	position: relative;
}

.update-item h4 {
	color: #689c3e;
	font-size: 12px;
	margin-bottom: 2px;
	padding-right: 40px;
}

.update-item .item-date {
	background: url(../img/bg-update-dates.png) no-repeat 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	font-size: 12px;
	padding: 7px 0 0 10px;
	text-transform: uppercase;
	
	width: 61px;

	position: absolute;
		top: 4px;
		/*bottom: 10px;*/
		right: -45px;
}
.update-item .item-date em {
	display: block;
	font-size: 30px;
	font-style: normal;
	font-weight: 100;
	margin-left: -2px;
}

.update-item p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 40px 0 0;
}
.update-item .read-more { border-bottom: 2px solid #cfddc4; white-space: nowrap; }
.update-item .read-more:hover { text-decoration: none; }

/* Data visualization */
#callout-data-viz { text-align: center; }
#callout-data-viz img { margin: 24px 0 18px; }
#callout-data-viz h3 { font-style: italic; margin: 0; padding: 10px 0 12px; }

/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */
.last {
	border: none !important;
}

button {
	border: none;
	cursor: pointer;
	padding: 0;
	text-indent: -9999px;
}

/* ---------------------------------------------------------------------------
	=pagination
--------------------------------------------------------------------------- */

.pagination {
	color: #669c3b;
	list-style: none;
	margin-left: 0 !important;
	margin-bottom: 50px;
	padding: 10px 0 0 0; 
	font-size: 80%;
	text-transform: uppercase;
}

.pagination li { float: left; margin-right: 4px; }

.here-total { padding-right: 10px; }

.pagination strong {
	border: 2px solid #669c3b;
	padding: 6px 8px;
}

.pagination a {
	font-weight: bold;
	padding: 6px 8px;
}

.pagination a:link,
.pagination a:visited {
	color: #669c3b;
	border: 2px solid #669c3b;
	text-decoration: none;
}

.pagination li.here a,
.pagination a:hover {
	color: #fff;
	border: 2px solid #669c3b;
	background-color: #669c3b;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#content:after,
#site-by:after,
#featured-newsletter:after,
.staff-list li:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

/* ---------------------------------------------------------------------------
	=Home
--------------------------------------------------------------------------- */
#home #page-header {
	background-image: url(../img/page-header-home.png);
	left: -5px;
	height: 311px;
}

#home #page-header h1 {
	line-height: 40px;
	width: 350px;
	top: 119px;
	left: 49px;
}

#home #content-main {
	float: left;
	margin-right: 0;
	padding-left: 48px;
	width: 532px;
}

#home #content-main .intro {
	color: #666;
	font-size: 22px;
	line-height: 31px;
}

#home #content-main blockquote {
	background: url(../img/quote-left.png) no-repeat 0 0;
	color: #669c3b;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 26px;
	padding: 0 28px;
}
#home #content-main blockquote .author {
	background: url(../img/quote-right.png) no-repeat top right;
	color: #8e8e8e;
	font-size: 14px;
	margin-right: -28px;
	padding-right: 32px;
	text-align: right;
}

#home #content-main #extra-links {
	border-top: 2px solid #669c3b;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	padding-top: 26px;
}
#home #content-main #extra-links li { margin-bottom: 14px; }
#home #content-main #extra-links li a { background: url(../img/bg-link-dots.png) repeat-x bottom left; padding-bottom: 3px; }
#home #content-main #extra-links li a:hover { text-decoration: none; }

#home #content-secondary {
	float: right;
	margin-right: 14px;
	width: 302px;
}

.facebook-link {
	background: url(../img/service-icons/facebook-16x16.png) no-repeat 0 0 !important;
	padding-left: 18px;
}

.linkedin-link {
	background: url(../img/service-icons/linkedin-16x16.png) no-repeat 0 0 !important;
	padding-left: 18px;
}

.twitter-link {
	background: url(../img/service-icons/twitter-16x16.png) no-repeat 0 0 !important;
	padding-left: 18px;
}

/* ---------------------------------------------------------------------------
	=Community Organizing
--------------------------------------------------------------------------- */
#community #page-header {
	background-image: url(../img/page-header-community.png);
	left: -5px;
	height: 274px;
}

#community #page-header h1 {
	line-height: 40px;
	width: 350px;
	top: 95px;
	left: 590px;
}

/* ---------------------------------------------------------------------------
	=Promotion & Awareness
--------------------------------------------------------------------------- */
#awareness #page-header {
	background-image: url(../img/page-header-awareness.png);
	left: -5px;
	height: 210px;
}

#awareness #page-header h1 {
	line-height: 40px;
	width: 340px;
	top: 80px;
	left: 40px;
}

/* ---------------------------------------------------------------------------
	=Non-profit Support
--------------------------------------------------------------------------- */
#non-profit #page-header {
	background-image: url(../img/page-header-nonprofit.png);
	left: -5px;
	height: 256px;
}

#non-profit #page-header h1 {
	line-height: 40px;
	width: 340px;
	top: 178px;
	left: 40px;
}

/* ---------------------------------------------------------------------------
	=Publications
--------------------------------------------------------------------------- */
#publications #page-header {
	background-image: url(../img/page-header-publications.png);
	left: -5px;
	height: 210px;
}

#publications #page-header h1 {
	line-height: 40px;
	width: 340px;
	top: 80px;
	left: 40px;
}

#featured-newsletter { margin-bottom: 38px; }
#featured-newsletter img {
	float: left;
	margin-right: 18px;
}

#featured-newsletter h2 { margin-bottom: 10px; }

#featured-newsletter a,
.download-list li a {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

/* Download list */
.download-list {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0em;
	list-style: none;
	margin-left: 0 !important;
}
#content-main .download-list li { margin-bottom: 1.0em; position: relative; }
.download-list li a {
	line-height: 1.0em;
	position: absolute;
		left: 160px;
		bottom: 0;
}

/* ---------------------------------------------------------------------------
	=Resources
--------------------------------------------------------------------------- */
#resources #page-header {
	background-image: url(../img/page-header-resources.png);
	left: -5px;
	height: 280px;
}

#resources #page-header h1 {
	line-height: 40px;
	width: 340px;
	top: 187px;
	left: 40px;
}

#resources h2 { margin-bottom: 8px; }

#content-main .link-list { margin-bottom: 24px; }
#content-main .link-list li { margin-bottom: 0; }
#content-main .link-list li a { display: block; }

/* ---------------------------------------------------------------------------
	=Healthcare Data Access
--------------------------------------------------------------------------- */
#data-access #page-header {
	background-image: url(../img/page-header-data.png);
	left: -5px;
	height: 260px;
}

#data-access #page-header h1 {
	line-height: 40px;
	width: 340px;
	top: 63px;
	left: 40px;
}

/* ---------------------------------------------------------------------------
	=About
--------------------------------------------------------------------------- */
#about #page-header {
	background-image: url(../img/page-header-about.png);
	left: -5px;
	height: 260px;
}

#about #page-header h1 {
	line-height: 40px;
	width: 340px;
	top: 73px;
	left: 40px;
}

.staff-list { list-style: none; margin-left: 0 !important; }
.staff-list li { padding: 0.25em; }
.staff-list li.even { background-color: #f5f5f5; }
.staff-list .staff-name { float: left; }
.staff-list .staff-phone { float: right; }

/* ---------------------------------------------------------------------------
	=About - News
--------------------------------------------------------------------------- */
.news-item h3 { margin-bottom: 0; }

/* ---------------------------------------------------------------------------
	=Contact
--------------------------------------------------------------------------- */
#contact #page-header {
	background-image: url(../img/page-header-contact.png);
	left: -5px;
	height: 288px;
}

#contact #page-header h1 {
	line-height: 40px;
	width: 340px;
	top: 80px;
	left: 40px;
}

#contact #content-main,
#contact #content-secondary { padding-top: 16px; }

#contact #content-main { width: 484px; }
#contact #content-secondary { 
	padding-left: 36px;
	width: 330px;
}

#contact #content-secondary h3 { margin-bottom: 0; }

/* hCard / vCard */
.vcard { margin-bottom: 14px; }
.vcard p { margin-bottom: 0; }
.vcard .type { display: none; }
.vcard .street-address { display: block; }

/* Form */
.confirm-field { display: none; }
#contact-form label { 
	display: block;
	font-weight: bold;
}

#contact-form p { margin-bottom: 10px; }

#contact-form input,
#contact-form textarea {
	border: 1px solid #ccc;
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	font-size: 12px;
	font-style: italic;
	
	padding: 5px 2px 5px;
	line-height: 15px !important;
	
	margin: 0;
	width: 478px;
}

#contact-form .city-field { width: 50%; float: left; margin-right: 4%; }
#contact-form .city-field input { width: 100%; }

#contact-form .state-field { width: 45%; float: left; clear: right; }
#contact-form .state-field input { width: 100%; }

#contact-form .checkbox { clear: both; padding: 10px 0; }
#contact-form .checkbox label { display: inline; }
#contact-form .checkbox input {	border: none; margin-top: 3px; margin-right: 3px; width: auto; }

#contact-form textarea {
	height: 8em;
}

#contact-form #send-button {
	background: url(../img/button-send.png) no-repeat 0 0;
	float: right;
	
	width: 51px;
	height: 27px;
}
#contact-form #send-button:hover { background-position: 0 -27px; }

/* ---------------------------------------------------------------------------
	=Search Results
--------------------------------------------------------------------------- */
#search h2 { margin-bottom: 0; }
#search h2 span { display: inline; font-size: 1.0em; font-style: italic; }

.search-item {
	border-bottom: 1px solid #f1f1f1;
	padding: 0.75em 0;
}

.search-item h3 { margin-bottom: 0; }
.search-item p { font-style: italic; margin-bottom: 0; }
.search-item p strong { font-style: normal; }

/* errors
-------------------------------------- */
.message {
	background-color: #fbe5e5;
	margin-bottom: 20px;
	padding: 7px 15px;
	color: #789700;
	border: 2px solid #dcdcdc;
	font-size: 0.85em;
	font-weight: bold;
}

.message p {
	margin-bottom: 0;
	padding-left: 18px;
	background: url(../img/icon_confirm.gif) no-repeat 0 50%;
}

.message ul {
	margin: 0 !important; 
	padding: 0 !important;
	list-style: none;
}

.error { color: #333; }

.error li, label.error {
	padding: 0 0 0 18px;
	margin: 3px 0;
	font-weight: normal;
	background: url(../img/icon_error.gif) no-repeat 0 50%;
}

.error span, label span { 
	color: #c00; 
	font-weight: bold;
}