@charset "utf-8";

/* Global Stylesheet for Keystone Human Services */

/* Revised 2012-01-12 */


/*******************************
	NORMALIZE ELEMENTS
*******************************/
/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 
{ /*font-size: 100%;*/ }

/* Remove list-style from lists */
ol, ul 
{ /*list-style: none;*/ }

/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, var 
{ font-style: normal; font-weight: normal; }

/* Normalize tables */
table 
{ border-collapse: collapse; border-spacing: 0; }

/* Remove border from fieldset and img */
fieldset, img 
{ border: 0; }

/* Left-align text in caption and th */
caption, th 
{ text-align: left; }

/* Remove quotation marks from q */
q:before, q:after
{ content: ''; }


/*******************************
	COLOR PALETTE
*******************************

Black 			#000000 
White			#ffffff
Gray VV Lt		#e7e7e8
Gray V Lt		#d1d2d4
Gray Lt			#bbbdc0
Gray			#58595b (body copy)
Blue VV Lt		#BFCAD4
Blue V Lt		#c6d6e6
Blue Lt			#8095aa
Blue			#55728e (links)
Blue Dk			#445b72
Blue V Dk		#334455
Beige Lt		#F9F4DE
Beige			#f5eed4
Beige 			#F2E9C5 (keep this?)
Gold Lt			#b29f59 (heading 1 subhead)
Gold			#857743 (heading 1)
Taupe V Lt		#bbb5b1
Taupe Lt		#99918a
Taupe			#776c63
Taupe DK		#55473c (matches 2010 annual report)
Green VVV Lt	#e7ede4
Green VV Lt		#cfdbc8
Green V Lt		#b8c8ad
Green Lt		#a0b691
Green			#88a476 (matches 2010 annual report)
Green Dk		#6d835e
Green V Dk		#526247
Green VV Dk		#36422f
		
*/


/*******************************
	ELEMENTS 
*******************************/

/* ---- Font Sizes ---- */
/*
Display pixel size: 16px;

Base font = 13px		13/16=.8125
font-size: 2.308em;		30/13 = 2.308
font-size: 2.154em;		28/13 = 2.154
font-size: 2.0em;		26/13 = 2.0
font-size: 1.846em;		24/13 = 1.846
font-size: 1.692em;		22/13 = 1.692
font-size: 1.538em;		20/13 = 1.538
font-size: 1.385em;		18/13 = 1.385
font-size: 1.231em;		16/13 = 1.231
font-size: 1.154em;		15/13 = 1.154
font-size: 1.077em;		14/13 = 1.077
font-size: 1.0em;		13/13 = 1.0
font-size: .923em;		12/13 = .923
font-size: .846em;		11/13 = .846
font-size: .769em;		10/13 = .769


 */

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:.8125em;    /* 13/16=.8125 */ 
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#58595b;
	background-color:#88a476;
	background-image: url(/assets/images/graphics/bgd-body.png);
	background-position: top center;
	background-repeat: repeat-y;
}
h1 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.846em;	/* 	24/13 = 1.846 */
	font-weight: normal;
	color:#857743;
	background:#fff;
	margin:0 0 .5em;
	/* background-color:Lime; testing */
}
h1 span.subhead {
	display:block;
	color:#b29f59;
}
h1 span.prehead {
	display:block;
	/*color:#88a476;*/
	font-size: 60%;
}
h2 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.692em;	/* 	22/13 = 1.692 */
	font-weight: normal;
	color:#6d835e;
	background:#fff;
	margin:1em 0 .5em;
}
h3 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.385em;		/* 18/13 = 1.385 */
	font-weight: normal;
	color:#857743;
	background:#fff;
	margin:1em 0 .5em;
}
h4 {
	font-weight:normal;
	font-size: 1.231em;	/* 16/13 = 1.231 */
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin:1.2em 0 .5em;
	color:#526247;
	background:#fff;
}
h5 {
	font-weight:normal;
	font-size: 1.077em;	/* 	14/13 = 1.077 */
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin:1.2em 0 .5em;
	color:#6d835e;
	background:#fff;
}
h6 {
	font-weight:bold;
	font-size: 1.0em;	/* 13/13 = 1.0 */
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin:1.2em 0 .5em;
	color:#000;
	background:#fff;
}
p {
	margin: 0 0 .5em;
}
ul, ol {

	padding: 0 0 0 2em;
	margin: .5em 0 1em;
}
li {
	margin:0 0 .5em 1em;
}
ul.inline {
	display:inline;
}
ul.inline li {
	display:inline;
	padding-right:.5em;
}
ol li {
	list-style: decimal;
} 
ol ul li {
	list-style: disc;	
}
dl {
	padding:0 0 0 2em;
	margin: .5em 0 1em;
}
dt {
	font-weight:bold;
	margin: 1.5em 0 .5em 0;
}
dd {
	margin:0em 0 .5em 0;
}
dl dl {
	margin: .5em 0 2em 0;
}
dl dl dt {
	margin: 1em 0 .5em 1em;
}
dl dl dd {
	margin:0em 0 .5em 1em;
}

dl.horizontal-list dt,
dl.horizontal-list dd {
	margin:0;
	padding:0;
}
dl.horizontal-list dt {
	float:left;
}
dl.horizontal-list dd {
	text-indent:.5em;
	padding-bottom:.5em;
}
dl.no-indent {
margin-left:0;
padding-left:0;	
}

a {
	color:#55728e;
	background-color:#fff;
}
a:link {
	color:#55728e;
	background-color:#fff;
}
a:visited {
	color:#685196;
	background-color:#fff;
}
a:hover {
	background-color:#e7ede4;
}
a:active {
	color:#000;
	background-color:#fff;
}

hr {
	height:1px;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #DFC770;
	border-left:none;
}
blockquote {
	margin: 2em;
}



/* ----- Forms ----- */
form {
	padding:2em 0;
	margin:0;
	border:none;
}
fieldset {
	border:1px solid #BFCAD4;
	margin:20px 0;
	padding:0 2em 2em;
}
legend {
	padding:.5em 1em;
	border:1px solid #BFCAD4;
	font-weight:bold;
	background:#F2E9C5;
	color:#857743;
	margin-bottom:1em;
}
label {
	font-weight:bold;	
}
fieldset fieldset legend {
	background:#fafafa;
	color: #857743;
}
form table td {
padding:5px;
vertical-align:top;
}
form table td.col_1 {
text-align:right;
}
form tr.new-group td {
	border-top:1px solid #ccc;
	padding-top:10px;
}

form ul {
	margin:0 0 8px 0px;
	padding:0;
}
form ul li {
	list-style: none;
}


/* ----- Tables ----- */
table {
	
}
th {
	padding:5px;
	vertical-align:bottom;
}
td {
	padding:5px;
	vertical-align:top;
}


/***********************************
	POSITIONING
***********************************/
div#page-wrapper {
	width: 980px;	
	margin:0 auto;
	position: relative;
	text-align:left;
	background-color:#fff;
}
div#masthead { 
	width: 980px;
	height: 98px;
	margin: 0 auto;	
	position: relative;
	/* background-color:#efefef; testing */
}
#lower-wrapper {
	clear:both;
	margin:65px auto 0;
	width:980px;
	position:relative;	
}
div#primary-navs {
	width: 980px;
	height: 26px;
	margin: 0 auto 0px;
	position: absolute;
	top: 117px;
	left: 0px;
	z-index:1000;
	/*background-color:#f00;*/ /* testing */	
}

#content-wrapper { /* contains #main-content, #featured-content, and #promotional-content */
	float: right;
	width: 820px;
	margin-bottom:30px;
	/* background-color:Aqua; testing */
}
#main-content {
	float: left;
	width: 530px;
	padding-right:15px;
	text-align:left;
	margin-top:20px;
	border-right:1px solid #bfcad4;
	/* background-color:Yellow; testing */	
}
#featured-content {
float:right;
width:260px;
 /* background-color:Aqua; testing */
}
#promotional-content {
	clear:right;
	float: right;
	width: 260px;
	text-align:center;
	/* background-color: Brown; testing */	
}

#featured-navs-container {
	float:left;
	width:130px;
	margin-bottom:30px;
	/*  background-color:Aqua; testing */
}
#footer {
	 clear: both;
	 padding-top:0px;
	 width: 980px;
	 /* background-color:Orange; testing */
}


/**********************************
	MASTHEAD
**********************************/
#masthead #logo {
	position: absolute;
	top: 28px;
	left: 30px;
	z-index:1;
}
#masthead #logo img {
	border:none;
}
#masthead #logo a:hover {
	background-color:transparent;
}
#masthead #make-a-donation {
	position: absolute;
	top: 82px;	
	right: 60px;
	z-index:2;
	background-image: url(/assets/images/graphics/btns/make-a-donation-btn.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 130px;
	height: 29px;
	overflow:hidden;
}
#masthead #make-a-donation a {
	background-image: url(/assets/images/graphics/btns/make-a-donation-btn.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:transparent;
	width: 130px;
	height: 29px;
	display:block;
	text-indent: -99999px;
}
#masthead #make-a-donation a:hover {
	background-image: url(/assets/images/graphics/btns/make-a-donation-btn-ovr.png);
}


/*****************************
	NAVIGATION
*****************************/

/* ----- Primary Navs ----- */
div#primary-navs {
	background-color:#fff;
	height:26px;
	background-image: url(/assets/images/graphics/navs/primary/primary-navs-bgd.png);
    background-position: bottom center;
    background-repeat:repeat-x;
}
div#primary-navs ul {
	margin:0 0 0 20px;
	padding:0;
	width:100%;
	text-align:left;
	list-style:none;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
div#primary-navs ul li {
    padding:0;
    margin:0 1px 0 0;
    float:left;
    background-image: url(/assets/images/graphics/navs/primary/nav-tab-rt.png);
    background-position: top right;
    background-repeat:no-repeat;
    background-color: transparent;
    text-align:center;
    position:relative;
	height:26px;
}
div#primary-navs ul li a,
div#primary-navs ul li a:link,
div#primary-navs ul li a:visited {
	height:26px;
	padding:0px 12px;
	margin:0px 1px 0 0;
	line-height:1.8em; /* Positions text vertically in tab */
	text-decoration:none;
	background-image: url(/assets/images/graphics/navs/primary/nav-tab-left.png);
    background-position: top left;
    background-repeat:no-repeat;
	display:block;
	/* font-size:.9375em ; 15/16=.9375 */
	font-weight:normal;
	color:#55728e;
	background-color:transparent;
}
div#primary-navs ul li:hover {
    color:#fff;
	background-image: url(/assets/images/graphics/navs/primary/nav-tab-rt-ovr.png);
}div#primary-navs ul li:hover a {
    color:#fff;
	background-image: url(/assets/images/graphics/navs/primary/nav-tab-left-ovr.png);
}
div#primary-navs ul li a:hover {
    color:#fff; /* For IE6 */
	background-image: url(/assets/images/graphics/navs/primary/nav-tab-left-ovr.png);
}
div#primary-navs ul li.selected {
    background-image: url(/assets/images/graphics/navs/primary/nav-tab-rt-sel.png);
}
div#primary-navs ul li.selected a {
    background-image: url(/assets/images/graphics/navs/primary/nav-tab-left-sel.png);
}
div#primary-navs ul li.selected:hover a {
    color:#55728e;
}


/*---- Primary Navs: Level 2 ---- */
div#primary-navs ul ul {
	
    text-align:left;
    display:none;
    padding:0px;
    margin: 0;
	position: absolute;
    top: 26px;  /* height of primary navs */
    left: 0px;
	z-index:200;
}
div#primary-navs ul ul li {
	clear: both !important; /* IE7 */
 	float: left !important; /* IE7 */
    width: 100%; /* IE7 */
}
div#primary-navs ul li.nav-services ul {
    width:200px;
}
div#primary-navs ul li.nav-about-us ul {
   width:185px;
}
div#primary-navs ul li.nav-agencies ul {
    width:280px;
}
div#primary-navs ul li.nav-global-vision ul {
    width:250px;
}
div#primary-navs ul li.nav-news-and-events ul {
    width:190px;
}
div#primary-navs ul li.nav-ways-to-help ul {
    width:190px;
}
div#primary-navs ul li.nav-employment ul {
    width:180px;
}
div#primary-navs ul li:hover > ul {
    display:block;
}
div#primary-navs ul ul li {
    padding:0px;
    margin:0px;
    float:none;
    display:block;
    height: auto;
    text-align:left;
    background-image:none !important;
}
div#primary-navs ul ul.primary-navs-level-2 li a,
div#primary-navs ul ul.primary-navs-level-2 li a:link,
div#primary-navs ul ul.primary-navs-level-2 li a:visited {
	height:auto;
    padding:4px 4px 4px 12px;
    line-height:normal;
    font-weight:normal;
    color:#fff;
  	background-image:none;
	background-color:#5e7994;
	opacity: 0.98;
	border-width:0px 1px 1px 1px;
    border-style:solid;
    border-color: #445b72 #b29f59 #445b72 #b29f59;
	font-size: 1.0em !important;	/* 	13/13 = 1.0 */ /* For IE6 */
	/* font-size: 1.154em;		15/13 = 1.154 */
}
#primary-navs ul ul li.last-nav a {
    border-bottom: none;
}
div#primary-navs ul ul li a:hover {
    background-color:#445b72 !important;
}

/*---- Primary Navs: Level 3 ---- */
div#primary-navs ul ul ul {
	
    text-align:left;
	display:block;
    /*display:none;*/
    padding:0px;
    margin: 0;
	position:static;
/*	
	position: absolute;
    top: 26px;
    left: 0px;
	z-index:200;
*/	
}
div#primary-navs ul ul ul li {
	clear: both !important; /* IE7 */
 	float: left !important; /* IE7 */
    width: 100%; /* IE7 */
}
div#primary-navs ul li.nav-services ul ul {
    width:200px;
}
div#primary-navs ul li.nav-about-us ul ul {
   width:185px;
}
div#primary-navs ul li.nav-agencies ul ul {
    width:280px;
}
div#primary-navs ul li.nav-global-vision ul ul {
    width:250px;
}
div#primary-navs ul li.nav-news-and-events ul ul {
    width:190px;
}
div#primary-navs ul li.nav-ways-to-help ul ul {
    width:190px;
}
div#primary-navs ul li.nav-employment ul ul {
    width:180px;
}
div#primary-navs ul ul ul li {
    padding:0px;
    margin:0px;
    float:none;
    display:block;
    height: auto;
    text-align:left;
    background-image:none !important;
}
div#primary-navs ul ul ul.primary-navs-level-3 li a,
div#primary-navs ul ul ul.primary-navs-level-3 li a:link,
div#primary-navs ul ul ul.primary-navs-level-3 li a:visited {
	height:auto;
    padding:4px 4px 4px 24px;
    line-height:normal;
    font-weight:normal;
    color:#fff;
  	background-image:none;
	background-color:#8095aa;
	opacity: 0.98;
	border-width:0px 1px 1px 1px;
    border-style:solid;
    border-color: #445b72 #b29f59 #445b72 #b29f59;
	font-size: 1.0em !important;	/* 	13/13 = 1.0 */ /* For IE6 */
	/* font-size: 1.154em;		15/13 = 1.154 */
}
#primary-navs ul ul ul li.last-nav a {
    border-bottom: none;
}
div#primary-navs ul ul ul li a:hover {
	color:#fff !important;
    background-color:#445b72 !important;
}


/* ----- Featured Navs ----- */
div#featured-navs {
	margin-left:0px;
	padding-bottom:30px;
	/* background-color: Lime; testing */	
}
div#featured-navs h3 {
	margin-top:0;
	padding:3px 3px;
	font-size: 1.077em;	/* 14/13 = 1.077 */	
	/* font-size: 1.154em;	15/13 = 1.154 */	
	font-weight:bold;
	border:1px solid #DFC770;
}
div#featured-navs h3 a,
div#featured-navs h3 a:link,
div#featured-navs h3 a:visited {
	text-decoration: none;
	color:#857743;
	display:block;
	padding:3px 5px 3px 5px;
	line-height:1.1em;
}
div#featured-navs h3 a:hover {
	background-color:#DFC770;
}
div#featured-navs ul {
	margin:0;
	padding:0;
	/* background-color:Lime; testing */
}
div#featured-navs ul li {
	list-style:none;
	margin:0 0 3px 0;
	padding:0;
	/* background-color:Orange; testing */
}
div#featured-navs ul li a,
div#featured-navs ul li a:link,
div#featured-navs ul li a:visited {
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:2px 5px 3px 5px;
	color:#55728e;
	line-height:1.1em;
	/*line-height:normal;*/
	
	/* background-color:Blue; testing */
}
div#featured-navs ul li a:hover {
	background-color:#dde3e8;
}
div#featured-navs ul li a.selected {
	border-top:1px dashed #55728e;
	border-bottom:1px dashed #55728e;
}


/* ---- Level 2 ---- */
div#featured-navs ul ul {
	margin:0;
	padding:0 0 0 10px;
	/* background-color:Lime; testing */
}
div#featured-navs ul ul li {
	list-style:none;
	margin:0 0 0px 0;
	padding:0;
	/* background-color:Orange; testing */
}
div#featured-navs ul ul li a,
div#featured-navs ul ul li a:link,
div#featured-navs ul ul li a:visited {
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:2px 0px 3px 5px;
	color:#55728e;
	border-bottom:1px solid #ccc;
	/*line-height:normal;*/
	/* background-color:Blue; testing */
}
div#featured-navs ul ul li a:hover {
	background-color:#dde3e8;
}
div#featured-navs ul ul li a.selected {
	border-left:2px solid #b29f59;
	border-top:none;
	
}

/* ---- Level 3 ---- */
div#featured-navs ul ul ul li a,
div#featured-navs ul ul ul li a:link,
div#featured-navs ul ul ul li a:visited {
	border-bottom:1px solid #DFC770 !important;
}



div#featured-navs ul ul ul li a.selected {
	border-left:1px solid #DFC770;
}



/* ----- Ancillary Navs ----- */
div#ancillary-navs {
	position: absolute;
	top: 8px;
	right: 240px;
	z-index:3;
}
div#ancillary-navs ul {
	margin:0;
	padding:0;
	text-align:center;
}
div#ancillary-navs ul li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
div#ancillary-navs ul li a,
div#ancillary-navs ul li a:link,
div#ancillary-navs ul li a:visited {
	font-size: .846em; /* 11/13 = .846 */
	margin:0;
	padding:0px 5px;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #000;
	text-decoration:none;
}
div#ancillary-navs ul li a:hover {
	text-decoration:underline;
	background-color:transparent;
}
div#ancillary-navs ul li.last-nav a {
	border-right:none;
}


/**********************************
	FEATURED CONTENT
**********************************/

.featured-content-pod {
	clear:right;
	border:1px solid #BFCAD4;
	margin-bottom: 20px;
	padding-bottom:10px;
}
.featured-content-pod h2 {
	margin:0;
	padding:10px;
	color:#000;
	font-size: 1.385em; /* 18/13 = 1.385 */
	/*line-height:100%;*/
}
.featured-content-pod h3 {
	margin:0;
	padding:10px 10px 0;
	color:#b29f59;
	font-size: 1.077em; /* 14/13 = 1.077 */
}
.featured-content-pod p {
	margin:8px 0;
	padding:0 10px 0px 10px;
	/*line-height:100%;*/
}
.featured-content-pod .float-right {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.featured-content-pod hr {
	margin:10px 10px 0px 10px;
}

div#leadership-message h2 {
	text-align:center;
	color:#fff;
	background-color: #8095aa;
	margin-bottom:15px;
}
div#leadership-message h3 {
	padding-top:0px;
}
div#leadership-message div.float-left {
	margin-top: 0px;
	margin-bottom:10px;
	margin-left:10px;
}
div#leadership-message div.float-right {
	margin-top:0px;
	margin-bottom:10px;
	margin-right:10px;
}

div#top-story h2 {
	color:#b29f59;
}

div#highlights h2 {
	text-align:center;
	color:#fff;
	background-color: #b29f59;
	margin-bottom:0px;
	text-transform:uppercase;
	letter-spacing:.5em;
}
div#highlights h3 a {
	text-decoration:none;
}




/**************************************
	PVO BADGE
**************************************/
.promo-pvo-badge {
clear:right;
width:189px;
text-align:center;
margin:20px auto 20px;
}
.promo-pvo-badge a {
text-align:center;
margin:0 auto;
border:none;
}
.promo-pvo-badge a img {
text-align:center;
margin:0 auto;
border:none;
}

/**************************************
	ONE CAUSE SUPPORT BADGE
***************************************/
.promo-one-cause-support-badge {
clear:right;
width:190px;
text-align:center;
margin:20px auto;
padding:0;
border:1px solid #ccc;
}
.promo-one-cause-support-badge a,
.promo-one-cause-support-badge a:link,
.promo-one-cause-support-badge a:visited {
padding:0 0px 0px;
text-align:center;
margin:0;
text-decoration:none;
}
.promo-one-cause-support-badge a img {
text-align:center;
margin:5px auto;
padding:0;
border:none;
width:160px;
height:40px;
display:block;
}


/**********************************
	COMMUNITY
**********************************/
div#community-pod {
	clear:right;
	width:258px;
	border:1px solid #BFCAD4;
	margin-top:20px;
	margin-bottom: 20px;
	padding-bottom:10px;
}
div#community-pod h2 {
	margin:0;
	padding:10px;
	font-size: 1.385em; /* 18/13 = 1.385 */
	line-height:100%;
	text-align:center;
	color:#fff;
	background-color: #8095aa;
}

/* ----- Social Media ----- */
div#social-media-btns ul {
margin:20px auto;
padding:0px 0;
}
div#social-media-btns ul li {
	text-align:left;
	line-height:normal;
	min-height:34px;
	list-style:none;
	margin:5px 10px 5px;
	padding:0;
	vertical-align:middle;
	/* background-color: Blue; testing */
}
div#social-media-btns ul li a img {
vertical-align: text-top;
display:block;
float:left;
margin-right:10px;
}
div#social-media-btns ul li a {

/* background-color: Red; testing */
}
div#social-media-btns ul li a:hover {
background-color:transparent;
}

/**********************************
	SEARCH FEATURE
**********************************/
#search-feature {
	position: absolute;
	top: 10px;
	right: 19px;	
	z-index: 4;
}
#search-feature form {
	margin:0;
	padding:0;
	border:none;
}
#search-feature form input#q {
	color:#aaa;
}
#search-feature #google-branding {
	text-align:left;
	margin-left:20px;	
}


/**********************************
	PULL QUOTE
**********************************/
.pull-quote {
border-top:2px solid #a0b691;
border-bottom:2px solid #a0b691;
padding:10px 0;	
width:225px;
}
.pull-quote p {
	font-size: 1.385em;	/* 18/13 = 1.385 */
	/* font-size: 1.538em;	20/13 = 1.538 */
	line-height: 1.6em;
	
	color:#a0b691;
	background:#fff;
}
.pull-quote p.quotee {
	font-size: 1.077em;	/* 	14/13 = 1.077 */
	/* font-size: 1.231em;	16/13 = 1.231 */
}


/**********************************
	PHOTOGRAPHS
**********************************/
div.main-photo,
div.inset-photo,
dd.main-photo,
dd.inset-photo {
	border:1px solid #ddd;
	padding:10px 10px 7px;
	background-color:#fff;
	box-shadow: 3px 3px 4px #aaa;
	-moz-box-shadow: 3px 3px 4px #aaa;
	-webkit-box-shadow: 3px 3px 4px #aaa;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#aaaaaa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#aaaaaa');
}
div.main-photo img,
div.inset-photo img {
	border:1px solid #ccc;
	padding:0;
	margin:0;
}
img.main-photo {
	border:1px solid #000;
}
img.inset-photo {
	border:1px solid #000;
}
.captioned-photo img {
	border:1px solid #000;
}
.captioned-photo .caption {
	font-size: .846em;	/* 11/13 = .846 */
	/* font-size:.6875em; 11/16=.6875 */
	margin:0;
	padding:0;
}
.float-right {
	float:right;
	margin:5px 0 15px 15px;
}
.float-left {
	float:left;
	margin:5px 15px 15px 0;
}

/*************************************
	PROMO AD
**************************************/
#promoAd {
/*clear:left;*/
	margin:0 auto;
	padding-top:0px;
	text-align:center;
}
#promoAd img {
	border-style: solid;
	border-width: 1px;
	border-color: #58595b;
	display:block;
	margin:0 auto;
}

#promoADI {
clear:right;
width:189px;
text-align:center;
margin:20px auto;
}
#promoADI img {
	text-align:center;
	margin:0 auto;
	display:block;
}
#promoADI p {
text-align:center;
	margin:5px auto;
	padding: 0 20px;
	font-weight:bold;
	font-size: .9em;
}


/***************************
	FINANCIALS
***************************/
table#financials {
	width:100%;
	padding:0;
	margin:0 0 20px 0;
}
table#financials {
border-collapse:separate;
}
table#financials th.col_1  {
	padding-left:2em;
}
table#financials th.col_2  {
	padding-left:2em;
}
table#financials th.col_3  {
	padding-left:2em;
}
table#financials thead th.singleLineBottom {
border-bottom:1px solid #000;
}
table#financials thead th.no-border {
	border-bottom:none;
}
table#financials td {
	border-bottom:1px solid #ddd;
	padding:6px 0px;
	margin:0;
	vertical-align:bottom;
}
table#financials td.singleLineBottom {
	border-bottom:1px solid #000;
}
table#financials td.doubleLineBottom {
	border-bottom: double;
}
table#financials td.no-border {
	border-bottom:none;
}
table#financials td.dollars {
	text-align:right;
}
.negative-amount {
	color:Red;
	background:#fff;
}

#financial-notice {
clear:both;
margin:0 30px 0px 210px;
	padding-top:10px;
	padding-bottom:0;
	/*font-size:.7em;*/
	text-align:center;
}


/*****************************
	"ADD THIS" TOOLBOX
*****************************/
div#addthis-toolbox-container {
	position:absolute;
	top:160px;
	right:270px;
	z-index:999;
	width:180px;	
}
div#addthis-toolbox-container div#custom-text {
	border:1px solid #bbbdc0;
	float:left;
	padding:0px 2px;
	margin-top:-0px;
	margin-right:3px;
	font-weight:bold;
	color:#58595b;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	font-size: .846em;	/* 11/13 = .846 */
	/* font-size: .923em; 12/13 = .923 */
}
div#addthis_toolbox {
	float:right;
}



/*****************************
	PODS
*****************************/

/* ---- Sidebar Pod ---- */
.sidebar-pod {
width:200px;
background: transparent url(/assets/images/graphics/pods/sidebar-pod/sidebar-pod-mid.png) top center repeat-y;
}
.sidebar-pod-top {
	width:200px;
	height:10px;
	background: transparent url(/assets/images/graphics/pods/sidebar-pod/sidebar-pod-top.png) top center no-repeat;
}
.sidebar-pod-btm {
	clear:both;
	width:200px;
	height:10px;
	background: transparent url(/assets/images/graphics/pods/sidebar-pod/sidebar-pod-btm.png) bottom center no-repeat;
}
.sidebar-pod-content {

}
.sidebar-pod .sidebar-pod-content a,
.sidebar-pod .sidebar-pod-content a:link,
.sidebar-pod .sidebar-pod-content a:visited,
.sidebar-pod .sidebar-pod-content a:hover {
	background-color:transparent;
}
.sidebar-pod .sidebar-pod-content h2 {
	margin:0 auto 10px;
	padding:10px 10px;
	width:160px;
	color: #fff;
	background-color:#776c63;
}

.sidebar-pod .sidebar-pod-content h3 {
	background-color:transparent;
	margin-top:0;
	padding-left:20px;
	padding-right:20px;
}
.sidebar-pod .sidebar-pod-content ul {
	margin-left:0px;
	padding-left:20px;
	padding-right:20px;
}
.sidebar-pod .sidebar-pod-content dl {
	margin-left:0;
	padding-left:20px;
	padding-right:20px;
}
.sidebar-pod .sidebar-pod-content p {
	/*margin-top:10px;*/
	/*margin-bottom:10px;*/
	margin-top: .5em;
	padding-right:20px;
	padding-left:20px;
}


/* ----- Agency Landing Page Bipod ----- */
div#agency-bipod {
	margin:20px auto;
	width:530px;
	background-image: url(/assets/images/graphics/pods/agency-bi-pod/agency-bipod-mid.png);
    background-position: top center;
    background-repeat:repeat-y;	
}
div#agency-bipod div#agency-bipod-top {
	width:530px;
	height:10px;
	background-image: url(/assets/images/graphics/pods/agency-bi-pod/agency-bipod-top.png);
    background-position: top center;
    background-repeat:no-repeat;	
}
div#agency-bipod div#agency-bipod-btm {
	clear:both;
	width:530px;
	height:10px;
	background-image: url(/assets/images/graphics/pods/agency-bi-pod/agency-bipod-btm.png);
    background-position: bottom center;
    background-repeat:no-repeat;	
}
div#agency-bipod h2 {
	font-size: 1.846em;	/* 24/13 = 1.846 */
	background-color:transparent;	
	padding:0 26px;
	margin-top:13px;
	text-align:left;
}
div#agency-bipod p {
	padding:0 26px;
	text-align:left;
}
div#who-we-are-content {
width:255px;
float:left;	
text-align:center;
}
div#who-we-are-content img {
	margin:25px auto 10px;
border:none;
display:block;
}
div#what-we-do-content {
width:255px;
float:right;
text-align:center;	
}
div#what-we-do-content img {
	margin:25px auto 10px;
border:none;
display:block;
}


/* ----- Pod 530px wide ----- */

div.pod-530 {
	margin:20px auto;
	width:530px;
	background-image: url(/assets/images/graphics/pods/pod-530/pod-530-mid.png);
    background-position: top center;
    background-repeat:repeat-y;	
}
div.pod-530 div.pod-530-top {
	width:530px;
	height:10px;
	background-image: url(/assets/images/graphics/pods/pod-530/pod-530-top.png);
    background-position: top center;
    background-repeat:no-repeat;	
}
div.pod-530 div.pod-530-btm {
	width:530px;
	height:10px;
	padding-top:20px;
	background-image: url(/assets/images/graphics/pods/pod-530/pod-530-btm.png);
    background-position: bottom center;
    background-repeat:no-repeat;	
}
div.pod-530 h2.title-bar {
	margin:0px 10px 30px;
	padding:10px;
	color:#fff;
	background-color:#778ea5;
}
div.pod-530 h2 {
	margin:20px 30px 10px;
	background-color:transparent;
}
div.pod-530 h3 {
	margin:10px 30px 10px;
	color:#857743;
	background-color:transparent;
}
div.pod-530 p {
	margin:8px 30px;
}
div.pod-530 a {
	background-color:transparent;
}
div.pod-530 hr {
	margin:8px 30px;
}
div.pod-530 a:hover {
	
}
div.pod-530 img.float-left {
	margin-left:30px;
}
div.pod-530 img.float-right {
	margin-right:30px;
}
div.pod-530 div.float-left {
	margin-left:30px;
}
div.pod-530 div.float-right {
	margin-right:30px;
}


/* ---- Pod 250px wide ---- */
.pod-250 {
width:250px;
border:1px solid #bfcad4;
}
.pod-250-content {
	background-color:#f5eed4;
	margin:10px;
}
.pod-250 .pod-250-content a,
.pod-250 .pod-250-content a:link,
.pod-250 .pod-250-content a:visited,
.pod-250 .pod-250-content a:hover {
	background-color:transparent;
}
.pod-250 .pod-250-content h2 {
	margin:0 auto 10px;
	padding:10px 10px;
	width:210px;
	color: #fff;
	background-color:#776c63;
}

.pod-250 .pod-250-content h3 {
	background-color:transparent;
	margin-top:0;
	padding-left:20px;
	padding-right:20px;
}
.pod-250 .pod-250-content ul {
	margin-left:0px;
	padding-left:20px;
	padding-right:20px;
}
.pod-250 .pod-250-content dl {
	margin-left:0;
	padding-left:20px;
	padding-right:20px;
}
.pod-250 .pod-250-content p {
	/*margin-top:10px;*/
	/*margin-bottom:10px;*/
	margin-top: .5em;
	padding-right:20px;
	padding-left:20px;
}


/**********************************
	SERVICES
**********************************/
 /* ---- Tab Menu ---- */
div#hz-tabs-menu {
width:530px;
clear:both;
margin:30px 0 0 0px;
padding:10px 0px 0px;
}
div#hz-tabs-menu ul {
width:530px;
margin:0 0 0px 20px;
padding:0;
text-align:left;
list-style:none;
font-family:Arial, Helvetica, sans-serif;
}
div#hz-tabs-menu ul li {
float:left;
list-style:none;
padding:0;
margin:0 1px 0 0;
/*width:90px;*/
display: inline-block;
background-image: url(/assets/images/graphics/navs/hz-tabs/tab-rt.png);
background-position: top right;
background-repeat:no-repeat;
background-color: transparent;
text-align:center;
position:relative;
}
div#hz-tabs-menu ul li span {
	padding:5px 12px;
	line-height:normal;
	margin:0 0px 0 0;
	text-decoration:none;
	background-image: url(/assets/images/graphics/navs/hz-tabs/tab-left.png);
	background-position: top left;
	background-repeat:no-repeat;
	display:block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	color:#fff;
	background-color:transparent;
	border-bottom:1px solid #c4c9cd;
	cursor: pointer;
}
div#hz-tabs-menu ul li span:hover {
color:#f5efd5;
}
div#hz-tabs-menu ul li.selected-nav {
	background-image: url(/assets/images/graphics/navs/hz-tabs/tab-rt-sel.png);
	border-bottom:1px solid #fff;
	color:#000;
}
div#hz-tabs-menu ul li.selected-nav span {
	background-image: url(/assets/images/graphics/navs/hz-tabs/tab-left-sel.png);
	border-bottom:1px solid #fff;
}
div#hz-tabs-menu ul li a,
div#hz-tabs-menu ul li a:link,
div#hz-tabs-menu ul li a:visited {
	padding:5px 12px;
	line-height:normal;
	margin:0 0px 0 0;
	text-decoration:none;
	background-image: url(/assets/images/graphics/navs/hz-tabs/tab-left.png);
	background-position: top left;
	background-repeat:no-repeat;
	display:block;
	
	font-weight:bold;
	color:#fff;
	background-color:transparent;
	border-bottom:1px solid #c4c9cd;
}
div#hz-tabs-menu ul li a:hover {

}
div#hz-tabs-menu ul li.selected-nav {
	background-image: url(/assets/images/graphics/navs/hz-tabs/tab-rt-sel.png);
	border-bottom:1px solid #fff;
}
div#hz-tabs-menu ul li.selected-nav a,
div#hz-tabs-menu ul li.selected-nav a:link,
div#hz-tabs-menu ul li.selected-nav a:visited {
	background-image: url(/assets/images/graphics/navs/hz-tabs/tab-left-sel.png);
	border-bottom:1px solid #fff;
}
div#hz-tabs-menu ul li.selected-nav span {
	color:#8095aa;
}
#hz-tabs-menu #base {
float:left;
width:530px;
height:0px;
margin-top:-2px;
border-width:1px 0px 0px 0px;
border-style:solid;
border-color:#c4c9cd;
}

.tabbed-pod {
clear:left;
width:530px;
padding:2px 0 0 0px;
margin:0px 0 20px 0px;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #c4c9cd;
text-align:left;

}
.tabbed-pod-content {
padding:15px 30px 30px 30px;
margin:10px;
background-color:#f5efd5;
}
.tabbed-pod-content p.quotee {
text-align:right;
}
.tabbed-pod-content ul.col_1,
.tabbed-pod-content ul.col_2,
.tabbed-pod-content ul.col_3 {
margin-top:0px;
width:100px;
float:left;
}
.tabbed-pod-content h3 {
background-color:transparent;
}
div#t1 h3 {
clear:left; 
padding-top:20px;
}
div#t1 div.tabbed-pod-content > h3 {
padding-top:0px;
}
	
.tabbed-pod-content a {
background-color:transparent;
}
.tabbed-pod-content li {
list-style:none;
}
.tabbed-pod .clearfix {
	clear:both;	
}



/**********************************
	BUTTONS
**********************************/
a.button,
a.button:link,
a.button:visited {
	padding:3px 5px;
	border:1px solid #DFC770;
	background-color:#fff;
	color:#55728E;
	font-weight:bold;
	text-decoration:none;
}
a.button:hover {
	background-color:#DDE3E8;
}
p.button {
	padding:3px 5px;
	border:1px solid #DFC770;
	background-color:#fff;
	color:#55728E;
	font-weight:bold;
}


/* ---- Common rules for buttons with graphics ---- */
.graphical-button {
	width:100%;
}
.graphical-button a {
	height:44px;
	margin:0 auto;
	display:block;
	text-indent:-9999px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow:hidden;
}

/* Register Now */
.register a {
	width:194px;	
	height:44px;
}
.register a:link,
.register a:visited {
	background-image: url(/assets/images/graphics/btns/registerNow_up.gif);
}

/*****************************
	FOOTER
*****************************/
div#footer  {
	background-image: url(/assets/images/graphics/footer-links-bgd.jpg);
    background-position: top center;
    background-repeat:no-repeat;
	text-align:left;
}
div#footer div#footer-links {
	width: 920px;
	padding:12px 0;
	margin: 0px auto;
}
div#footer div#footer-links .link-col {
	/* background-color: Green; testing */	
}
div#footer div#footer-links div#footer-links-col_1 {
	width: 170px;
	float:left;
	margin-right:20px;
}
div#footer div#footer-links div#footer-links-col_2 {
	width: 160px;
	float:left;
	margin-right:20px;
}
div#footer div#footer-links div#footer-links-col_3 {
	width: 170px;
	float:left;
	margin-right:20px;
}
div#footer div#footer-links div#footer-links-col_4 {
	width: 170px;
	float:left;
	margin-right:20px;
}
div#footer div#footer-links div#footer-links-col_5 {
	width: 150px;
	float:left;
}
div#footer div#footer-links a {
	background-color:transparent;
	text-decoration:none;
	color:#7b7b7b;
}
div#footer div#footer-links a:hover {
	text-decoration:underline;
}
div#footer div#footer-links div.link-col h3 {
	margin:8px 0 4px;
	font-size: .846em;	/* 11/13 = .846  */
	/* font-size: .6875em; 11/16=.6875  */
	font-weight:bold;
	background-color:transparent;
}
div#footer div#footer-links div.link-col ul {
	margin:0;
	padding:0
}
div#footer div#footer-links div.link-col ul li {
	margin:0 0 4px 0;
	padding:0;
	list-style:none;
	font-size: .846em;	/* 11/13 = .846  */
	/* font-size: .8125em; 13/16=.8125  */
	line-height: 120%;
	
}
div#footer div#footer-links div.link-col ul li a,
div#footer div#footer-links div.link-col ul li a:link,
div#footer div#footer-links div.link-col ul li a:visited {
	margin:0;
	padding:0;
	vertical-align:text-top;
}

div#footer-info {
clear:both;
padding-top:20px;
margin-top:40px;
border-top:1px solid #d3dae1;	
font-size: .846em;	/* 11/13 = .846  */
/* font-size: .8125em; 13/16=.8125  */
color:#7b7b7b;
}
div#footer-info div#link-icons {
	width: 450px;
	padding-left: 39px;
	float: right;
	border-left:1px solid #d3dae1;
}
div#footer-info div#link-icons ul {
	margin:0 0 0 1em;
	padding:0;
	list-style:none;
}
div#footer-info div#footer-legal {
	width: 450px;
	margin-left:30px;
	float:left;
}

#footer div#par-member {
	 font-weight:bold;
}
#footer div#par-member p {
	 padding:8px;
	 border:1px solid #ccab2c;
	 width:35%;
	 margin:10px 0;
	 text-align:center;
	 color:#998023;
	 background-color:#fff;
 }
 
/**********************************
	LINK GLYPHS
**********************************/
.forward-link-w-arrow,
.link-w-rt-arrow {
padding-right:18px !important;
background-image: url(/assets/images/graphics/glyphs/link-arrow-gold-right.png);
background-position: 100% center;
background-repeat: no-repeat;	
}
.link-w-lft-arrow {
padding-left:18px !important;
background-image: url(/assets/images/graphics/glyphs/link-arrow-gold-left.png);
background-position: 0% center;
background-repeat: no-repeat;	
}

/*
a[href$=".pdf"], 
a[href$=".PDF"],
a[href*=".pdf#"], 
a[href*=".PDF#"],
a[href*=".pdf?"], 
a[href*=".PDF?"],
*/
.link-to-pdf {
	background-image: url(/assets/images/graphics/icon-adobe-pdf.gif);
	background-position: right center;
	background-repeat:no-repeat;
	padding-right: 18px;
}

.external-site {
	background-image: url(/assets/images/graphics/icon-external-site.gif);
	background-position: right center;
	background-repeat:no-repeat;
	padding-right: 18px;
}
a.popup-window,
a.popup-window:visited,
a.popup-window:hover {
	padding-right: 15px;
	background: url(/assets/images/graphics/icon-popup-window.gif) right center no-repeat;
}



/*********************************
	CONTACT INFO
*********************************/
/* Used for address, phone, email, etc. */
div.contact-info {
	margin-top:1em;
	margin-bottom: 1em;
	margin-left:2em;
}
div.contact-info + div.contact-info {
	margin-top:2em;
}
div.contact-info div.tel {
	margin-top:.5em;
}
div.contact-info div.email {
	margin-top:.5em;
}
div.contact-info div.web {
	margin-top:.5em;
}
div.no-indent {
	margin-left:0;
}


/*********************************
	COUNTY SERVICES 
*********************************/
dl.list-of-services {
margin-left:0;
padding-left:0;	
}
dl.list-of-services dt {
margin-top:20px;
padding-top:20px;

border-top:1px solid #ddd;
}
dl.list-of-services dd.offered-by {
font-style: italic;	
}
dl.list-of-services dd.offered-by ul {
	margin-left:1em;
	padding-left:0;
list-style:none;
}
dl.list-of-services dd.offered-by ul li {
font-style:normal !important;
}

/*********************************
	jQUERY BEHAVIORS
*********************************/
div#additional-text table {
border:1px solid #ccc;
}
div#additional-text table th {
border:1px solid #ccc;
}
div#additional-text table td {
border:1px solid #ccc;
}
a#toggle-text {
cursor:pointer;
}
 

/*****************************
	MISC
*****************************/
.skip-to-navigation {
	text-indent: -99999px;	
}
.required {
	color:#f00;
	background:#fff;
}
.error,
.attention {
	color:#f00;
	background:#fff;
}
.example {
	color:#aaa;
}
#president-signature {
	width:61px;
	height:17px;
	background: url(/assets/images/graphics/presidentSignature.gif) 0px 0px no-repeat;
	text-indent: -9999px;
	margin:20px 10px 10px 0px;
	padding-bottom:30px;
}
span.leadership-nav-title {
	font-weight:normal;
	color:#000;
}
.signature {
margin-top:2em;	
margin-bottom:2em;
}















