﻿/* -------------------------------------
RESET DEFAULT STYLES
------------------------------------- */
@import url("reset.css");

/* -------------------------------------
BODY
------------------------------------- */

body {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.8em;
	text-align: center;
	color: #ffffff;
	/*background: #84beff url(../images/bg_body.png) repeat-x 50% 0;*/
	/*background: #84beff url(../images/bg_body.jpg) no-repeat 50% 0;*/
	background: #929292 url(../images/bg_body_new_gray.jpg) no-repeat 50% 0;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 200px;
	color: #000000;
	background: #ffffff url(../images/bg_wrapper_new.png) repeat-y 0 0;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
	color: #3366CC;
	background: transparent;
}

a:visited {
	color: #3366CC;
	background: transparent;
}

a:hover {
	color: #000000;
	background: transparent;
}

a:active {
	color: #6699CC;
	background: transparent;
}

a:focus {
}

img.right {
	float: right;
	display: inline;
	margin: 0.4em 0 0 12px;
}

img.right_outside {
	float: right;
	display: inline;
	margin: 0.3em -120px 0 12px;
}

img.left {
	float: left;
	display: inline;
	margin: 0.4em 12px 0 0;
}

img {
	border: none;
}

hr {
	display: none;
}

/* -------------------------------------
MAIN HEADER AND PARAGRAPH STYLES
------------------------------------- */

h1 {
}

h2 {
	font-family: Constantia, "Palatino Linotype", "Book Antiqua", Garamond, serif;
	font-weight: normal;
	font-size: 260%;
	line-height: 120%;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.2em;
}

#main_col h1 {
	font-size: 120%;
	color: #ffffff;
	/*background-color: #617f8e;*/
	background-color: #595959;
	padding: 6px 35px 8px 35px;
}

#main_col p {
	margin-bottom: 1em;
}

p.lead_in {
	color: #617f8e;
	font-weight: bold;
}

/* -------------------------------------
HEADER DIV
------------------------------------- */

#header {
	width: 960px;
	height: 113px;
	position: relative;
	/*background: #4a792e url(../images/logo_banner_2.png) no-repeat 0 0;*/
	background: #ebebeb url(../images/logo_banner_new.png) no-repeat 0 0;
}

#header h1, #header p.mphca {
	text-indent: -9999px;
	line-height: 0;
}

#header p.mphca a {
	display: block;
	width: 500px;
	height: 72px;
}

#global_search {
	position: absolute;
	bottom: 48px;
	right: 16px;
	text-align: right;
	font-size: 85%;
}

#global_search input.text {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif !important;
	width: 150px;
	/*border: 1px solid #64c704;*/
	border: 1px solid #424242;
}

#global_search input.button {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif !important;
	/*border: 1px solid #bf6200;*/
	border: 1px solid #8E1925;
	color: #ffffff;
	/*background-color: #fa7f00;*/
	background-color: #BE1B2D;
}

p#member_login {
	position: absolute;
	top: 7px;
	right: 16px;
	text-align: right;
	font-size: 85%;
}

p#member_login a {
	text-decoration: none;
	/*color: #ffffff;*/
	color: #424242;
}

p#member_login a:hover {
	text-decoration: underline;
}

/* -------------------------------------
MAIN NAV
------------------------------------- */

#cat_14623_divs ul {
	width: 193px;
	list-style: none;
	margin-top: 20px;
	margin-left: 17px;
}

#cat_14623_divs ul li {
	position: relative;
}

#cat_14623_divs ul li a {
	font-size: 90%;
	line-height: 150%;
	padding: 7px 12px;
	margin-bottom: 8px;
	display: block;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

#cat_14623_divs ul li a:hover {
	color: #000000;
	background-color: #ffffdd;
}

#cat_14623_divs ul li.selected a {
	font-weight: bold;
}

/* Secondary menu -- rollover */
#cat_14623_divs ul li ul {
	position: absolute;
	top: -10px;
	left: 160px;
	width: 193px;
	border: 1px solid #dddddd;
	border-bottom: none;
	background-image: none;
	background-color: #ffffff;
	display: none;
}

#cat_14623_divs ul li ul li {
	border-bottom: 1px solid #dddddd;
	border-top: none;
}

#cat_14623_divs ul li ul li a {
	padding: 7px 12px;
	margin-bottom: 0;
	color: #333333;
	background-color: #ffffff;
}

#cat_14623_divs ul li ul li a:hover {
	color: #000000;
	background-color: #ffffdd;
}

#cat_14623_divs ul li:hover ul {
	display: block;
	z-index: 100;
}

#cat_14623_divs ul li.current a {
	color: #000000;
	background: transparent url(../images/interface/bg_nav_current.png) no-repeat 180px 50%;
}

body#s_about #cat_14623_divs ul li#b_about a,
body#s_news #cat_14623_divs ul li#b_news a,
body#s_contact #cat_14623_divs ul li#b_contact a,
body#s_health_centers #cat_14623_divs ul li#b_health_centers a,
body#s_careers #cat_14623_divs ul li#b_careers a,
body#s_resources #cat_14623_divs ul li#b_resources a,
body#s_member_services #cat_14623_divs ul li#b_member_services a {
	font-weight: bold;
	margin-bottom: 0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
}

/* Secondary menu -- static */
body#s_about #cat_14623_divs ul li#b_about ul,
body#s_news #cat_14623_divs ul li#b_news ul,
body#s_contact #cat_14623_divs ul li#b_contact ul,
body#s_health_centers #cat_14623_divs ul li#b_health_centers ul,
body#s_careers #cat_14623_divs ul li#b_careers ul,
body#s_resources #cat_14623_divs ul li#b_resources ul,
body#s_member_services #cat_14623_divs ul li#b_member_services ul {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border: none;
	display: block;
	background-color: #ffffff;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
}

body#s_about #cat_14623_divs ul li#b_about ul li,
body#s_news #cat_14623_divs ul li#b_news ul li,
body#s_contact #cat_14623_divs ul li#b_contact ul li,
body#s_health_centers #cat_14623_divs ul li#b_health_centers ul li,
body#s_careers #cat_14623_divs ul li#b_careers ul li,
body#s_resources #cat_14623_divs ul li#b_resources ul li,
body#s_member_services #cat_14623_divs ul li#b_member_services ul li {
	border: none;
}

body#s_about #cat_14623_divs ul li#b_about ul li a,
body#s_news #cat_14623_divs ul li#b_news ul li a,
body#s_contact #cat_14623_divs ul li#b_contact ul li a,
body#s_health_centers #cat_14623_divs ul li#b_health_centers ul li a,
body#s_careers #cat_14623_divs ul li#b_careers ul li a,
body#s_resources #cat_14623_divs ul li#b_resources ul li a,
body#s_member_services #cat_14623_divs ul li#b_member_services ul li a {
	color: #999999;
	background-color: transparent;
	padding-left: 24px;
	font-weight: normal;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}

body#s_about #cat_14623_divs ul li#b_about ul li a:hover,
body#s_news #cat_14623_divs ul li#b_news ul li a:hover,
body#s_contact #cat_14623_divs ul li#b_contact ul li a:hover,
body#s_health_centers #cat_14623_divs ul li#b_health_centers ul li a:hover,
body#s_careers #cat_14623_divs ul li#b_careers ul li a:hover,
body#s_training #cat_14623_divs ul li#b_training ul li a:hover,
body#s_resources #cat_14623_divs ul li#b_resources ul li a:hover,
body#s_member_services #cat_14623_divs ul li#b_member_services ul li a:hover {
	color: #000000;
	background-color: #eeeeee;
}

body#s_about #cat_14623_divs ul li#b_about ul li.selected a,
body#s_news #cat_14623_divs ul li#b_news ul li.selected a,
body#s_contact #cat_14623_divs ul li#b_contact ul li.selected a,
body#s_health_centers #cat_14623_divs ul li#b_health_centers ul li.selected a,
body#s_careers #cat_14623_divs ul li#b_careers ul li.selected a,
body#s_training #cat_14623_divs ul li#b_training ul li.selected a,
body#s_resources #cat_14623_divs ul li#b_resources ul li.selected a,
body#s_member_services #cat_14623_divs ul li#b_member_services ul li.selected a {
	color: #000000;
	font-weight: bold;
}

/* -------------------------------------
BOARD MEMBER NAV (SECURE ZONE)
------------------------------------- */

#cat_648054_divs ul {
	width: 193px;
	list-style: none;
	margin-top: 20px;
	margin-left: 17px;
}

#cat_648054_divs ul li {
	position: relative;
}

#cat_648054_divs ul li a {
	font-size: 90%;
	line-height: 150%;
	padding: 7px 12px;
	margin-bottom: 8px;
	display: block;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

#cat_648054_divs ul li a:hover {
	color: #000000;
	background-color: #ffffdd;
}

#cat_648054_divs ul li.selected a {
	font-weight: bold;
}

/* -------------------------------------
HOMEPAGE CONTENT
------------------------------------- */

#home_intro {
	color: #ffffff;
	/*background: #617f8e url(../images/bg_home_intro.png) no-repeat bottom right;*/
	background: #595959 url(../images/bg_home_intro_new.png) no-repeat bottom right;
}

#home_slideshow {
	float: left;
	width: 366px;
	line-height: 0;
}

#intro_text {
	float: right;
	width: 366px;
}

#intro_text p {
	margin: 18px;
}

#special_notice {
	padding: 30px 35px 25px 35px;
	margin-bottom: 30px;
	background: #fffecc url(../images/bg_special_notice.png) no-repeat 0 0;
}

#special_notice h2 {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	border: none;
	padding: 0;
}

#latest_news {
	float: left;
	width: 312px;
	margin-left: 35px;
}

#latest_news h2, #upcoming_events h2 {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 200%;
}

#latest_news div.news_summary {
	padding-top: 10px;
	padding-bottom: 5px;
	background: #ffffff url(../images/bg_news_events_listing.png) no-repeat top right;
}

div.news_summary {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	padding-top: 10px;
}

p.news_date {
	font-size: 90%;
	line-height: 135%;
	font-weight: bold;
	color: #999999;
	margin: 0 !important;
}

#upcoming_events {
	float: left;
	width: 312px;
	margin-left: 35px;
}

#upcoming_events div.event_summary {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	background: #ffffff url(../images/bg_news_events_listing.png) no-repeat top right;
}

div.event_summary {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.sidebar div.event_summary {
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dddddd;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 85%;
}

div.event_summary p {
	margin: 0 !important;
}

div.event_summary strong {
	color: #666666;
	margin-right: 1em;
}

p.event_dates {
	font-size: 90%;
	font-weight: bold;
	color: #999999;
	margin: 0 !important;
}

p.more_button {
	margin-top: 1em;
	clear: both;
}

p.more_button a {
	/*border: 1px solid #bf6200;*/
	border: 1px solid #8E1925;
	color: #ffffff;
	text-decoration: none;
	/*background-color: #fa7f00;*/
	background-color: #BE1B2D;
	padding: 0.2em 0.8em 0.4em 0.8em;
}

/* -------------------------------------
CALENDAR
------------------------------------- */

td.events span {
	background-color: #617f8e !important;
}

td.events ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 120% !important;
}

/* -------------------------------------
BREADCRUMB
------------------------------------- */

#breadcrumb a {
	color: #ffffff;
}

#breadcrumb {
	padding: 2px 35px;
	color: #ffffff;
	/*background-color: #64c704;*/
	background-color: #8E1925;
}

/* -------------------------------------
MAIN COLUMN
------------------------------------- */

#main_col {
	width: 732px;
	float: right;
	display: inline;
	line-height: 180%;
	margin: -36px 0 2em 0;
	position: relative;
	background-color: #ffffff;
}

#main_col ul {
	margin-bottom: 1em;
}

#main_col ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

#main_col ol {
	margin-bottom: 1em;
}

#main_col ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

#main_col ol ol {
	margin-bottom: 0;
}

#main_col ol ol li {
	list-style: lower-alpha;
	margin-left: 1.5em;
	padding-left: 0.1em;
}

#content {
	padding: 24px 35px;
}

div.sidebar {
	float: right;
	width: 200px;
	padding: 8px 12px;
	margin-left: 12px;
	background-color: #eee;
}

/* -------------------------------------
SUB COLUMN
------------------------------------- */

#sub_col {
	width: 228px;
	float: left;
	display: inline;
	margin-bottom: 2em;
	font-size: 85%;
	line-height: 160%;
}

#sidebar_paypal {
	margin: 24px 0 0 17px;
}

p.sidebar {
	margin: 18px 0 0 17px;
}

p.sidebar a img {
	border: 1px solid #ffffff;
}

p.sidebar a:hover img {
	border: 1px solid #333333;
}

/* -------------------------------------
ANNOUNCEMENTS
------------------------------------- */

div.announcement_list h3 {
	font-size: 100%;
	margin-bottom: 0;
}

h2.news_headline {
	margin-bottom: 0;
}

span.headline_label {
	display: block;
	font-weight: normal;
}

p.date {
	font-size: 85%;
	color: #333333;
}

/* -------------------------------------
STAFF
------------------------------------- */

div.staff_summary {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #dddddd;
	clear: both;
}

div.staff_summary img {
	float: right;
	width: 100px;
	height: auto;
	margin-left: 10px;
	padding: 1px;
	border: 5px solid #eeeeee;
}

h3 span.staff_title {
	font-weight: normal;
	font-style: italic;
}

/* -------------------------------------
PHOTO GALLERIES
------------------------------------- */

p.download_photo {
	margin-top: 0;
	font-size: 85%;
}

p.download_photo a {
	text-decoration: none;
	color: #C0C0C0;
}

p.download_photo a:hover {
	text-decoration: none;
	color: #999999;
}

/* -------------------------------------
HEALTH CENTERS
------------------------------------- */

/*div.health_center h2 {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}*/

div#map {
	float: right;
	width: 280px;
	height: 280px;
}

/* -------------------------------------
AV LIBRARY
------------------------------------- */

div.av_note {
	padding: 8px 16px;
	background-color: #ffffdd;
	border: 1px solid #dddddd;
}

ul.productList {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_col ul.productList li.productItem,
#main_col ul.productList li.productItemLast {
	list-style: none;
	margin: 0 0 2em 0;
}

ul.productList div.product_img_sm {
	width: 48px;
	float: left;
}

ul.productLarge div.product_img_lg {
	width: 48px;
	float: left;
	margin: 18px 0 0 28px;
}

ul.productList div.details {
	width: 580px;
	float: right;
}

ul.productLarge div.details {
	width: 520px;
	float: right;
}

.shop-product-small h3 {
	font-weight: normal;
	padding: 8px 20px;
}

/* -------------------------------------
ALERTS AND NOTICES
------------------------------------- */

div.notice {
	margin-bottom: 1em;
	padding: 0.4em 0.6em;
	color: #006600;
	background-color: #CCFF99;
}

div.notice p {
	margin-bottom: 0 !important;
}

/* -------------------------------------
FORMS
------------------------------------- */

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1em 0;
	padding: 12px;
}

div.item {
	margin-bottom: 0.5em;
}

label {
	font-size: 90%;
	color: #666666;
	background-color: transparent;
}

/* Newsletter signup messages */
p.signup_success {
}

p.unsubscribe_success {
}

/* Contact form messages */
div.webform-results table {
	border: 1px solid #dddddd;
	color: #333333;
	background-color: #eeeeee;
	font-size: 90%;
	width: 100%;
}

div.webform-results table td {
	padding: 0.2em 0.4em;
	border: 1px solid #dddddd;
}

td#title {
	color: #000000;
}

/* -------------------------------------
CONTACT PAGE
------------------------------------- */

div.google_map {
	float: left;
	width: 300px;
	margin-right: 24px;
	display: inline;
}

/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
	clear: both;
	width: 960px;
	text-align: left;
	font-size: 85%;
	margin: 0 auto 0.5em auto;
	padding: 1em 0 3em 0;
}

/* -------------------------------------
FORUM
------------------------------------- */

table.forum {
	margin-bottom: 2em;
}

/* -------------------------------------
RECEIPT
------------------------------------- */

body#s_receipt {
	color: #000000;
	background-color: #ffffff;
	background-image: none;
	margin-top: 2em;
}

#receipt_wrap {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background: #eeeeee;
	border: 1px solid #cccccc;
}

#receipt_wrap h1, #receipt_wrap p {
	margin: 1em;
}

/* -------------------------------------
MISCELLANEOUS
------------------------------------- */

p.goBack {
	margin-top: 2em;
}

p.goBack a {
	padding: 4px 8px;
	text-decoration: none;
	background-color: #dddddd;
}

p.goBack a:hover {
	background-color: #cccccc;
}

ul.logout {
	margin: 36px 25px;
}

p.subscribeRSS a {
	text-decoration: none;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

#wrapper:after, #header:after, #content:after, #main_col:after, #sub_col:after, div.staff_summary:after, div.project_summary:after, #home_intro:after, #project_slideshow:after, li.productItem:after, li.productItemLast:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

