@charset "utf-8";

/* Global Stylesheet for Keystone Human Services */

/*******************************
	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: ''; }


/*******************************
	ELEMENTS 
*******************************/
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:75%;
	font-family: verdana, helvetica, sans-serif;
	background:#998023 url(../assets/images/global/bgd_body_v2.gif) top center no-repeat;
color:#000;
}

p {
	font-size:1.1em;
	margin: 0 0 1em;
}

/* Keystone Logo (See Masthead for full declarations) */
h1 {
	
}
/* Page Title */
h2 {
	font:bold 2.1em/1em  "trebuchet ms", arial, helvetica, sans-serif;
	color:#525759;
	background:#fff;
}
h3 {
font:normal 1.9em/1em  "trebuchet ms", arial, helvetica, sans-serif;
	color:#700;
	background:#fff;
}

h4 {
font-weight:bold;
font-size: 1.6em;
line-height: 1em;
font-family: "trebuchet ms bold", arial,helvetica,sans-serif;
	margin:1.2em 0 .5em;
	color:#700;
	background:#fff;
}
h5 {
	font:bold 1.4em arial,helvetica,sans-serif;
	margin:1.2em 0 .5em;
	color:#000;
	background:#fff;
}
h6 {
	font:bold 1.3em arial,helvetica,sans-serif;
	margin:1.2em 0 .5em;
	color:#998023;
	background:#fff;
}
ul, ol {

font-size:1.1em;
	padding-left: 30px;
	margin: 8px 0 1em;
	
	/*padding:8px 0 8px 30px;*/
}
li {
	padding:0 0 8px 0px;
}
ol li {
	list-style: decimal;
}
ul ul,
ol ol,
dl dl,
dl ol,
dl ul,
dl dl ol,
dl dl ul,
dl ol p,
dl ul p,
ol dl,
ul dl,
ol p {
	font-size:1em;
}
dl {
	font-size:1.1em;
	padding:0;
	margin:0em 0 1em 0;
}
dt {
	font-weight:bold;
	margin: 1.5em 0 .3em 0;
}
dd {
	margin:0em 0 .3em 0;
}
dl dl {
	margin: 0em 0 2em 0;
}
dl dl dt {
	margin: 1.5em 0 .3em 1em;
}
dl dl dd {
	margin:0em 0 .3em 1em;
}
dd td {
	font-size: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;
}

a {
	color:#036;
	background:#fff;
}
a:link {
	color:#036;
	background:#fff;
}
a:visited {
	color:#547;
	background:#fff;
}
a:hover {
	color:#036;
	background:#fff;
	text-decoration:none;
}
a:active {
	color:#000;
	background:#fff;
}
hr {
	height:1px;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #b90;
	border-left:none;
}
blockquote {
	font-size:1.1em;
	margin: 2em;
}
blockquote p {
	font-size:1em;
}

/* Forms */
form {
	padding:2em;
	border:1px solid #ccc;
	background:#fff;
	color:#000;
}
fieldset {
	border:1px solid #ccc;
	margin:20px 0;
	padding:0 2em 2em;
	background:#fff;
	color:#000;
}
legend {
	padding:.5em 1em;
	border:1px solid #ccc;
	font-weight:bold;
	background:#F4EED7;
	color:#700;
	margin-bottom:1em;
}
fieldset fieldset legend {
	background:#fafafa;
	color: #700;
}
form table td {
padding:5px;
vertical-align:top;
}
form table td.col_1 {
text-align:right;
}
form h4 {
padding-top:0;
margin-top:0;
	background-color:#fff;
	color:#700;
}
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;
	font-size:.9em;
}

table {
	
}
th {
	padding:5px;
	vertical-align:bottom;
}
td {
	font-size:1.1em;
	padding:5px;
	vertical-align:top;
}
small {
	font-size: .8em;
}
sup {
	vertical-align:text-top;
	font-size:.6em;
	padding-left:.2em;
}
.required {
	color:#700;
	background:#fff;
}
.error,
.attention {
	color:#f00;
	background:#fff;
	
}

/***********************************
	POSITIONING
***********************************/

#masthead {
	width:760px;
	height:150px;	
	margin:0 auto;	
	
}

#content-wrapper {
	position:relative;
	margin:0px auto;
	width:760px;
}
#content {
	float: right;
	width:550px;
		
}
#content-material {
padding-right:30px;
	margin:30px 0px 20px 0;
	
}
#navigation {
	float:left;
	width:190px;
}
#footer {
 clear: both;
 padding-top:0px;
 margin:0px 30px 0px 210px;
}

/**********************************
	MASTHEAD
**********************************/
#masthead {
	text-align:left;
	background-color:#525759;
	color:#babcbd;
	position:relative;
}

/* Keystone logo */
#masthead h1 a {
position:absolute;
top:0;
left:200px;
	width:360px;
	height:150px;
	background: #fff url(../assets/images/global/keystoneLogo.gif) top center no-repeat;
	color:#000;
	text-indent: -9999px;
	display:block;
	z-index:1;
}
/* Photos */
#masthead  {
	background-repeat:no-repeat;
	background-position:top left;
}
#masthead { /* default photo */
	background-image:url(../assets/photos/masthead/hug.jpg);
}
body#home #masthead {
	background-image:url(../assets/photos/masthead/hug.jpg);
}
body#privacyPolicy #masthead {
	background-image:url(../assets/photos/masthead/hug.jpg);
}
body#vision #masthead {
	background-image:url(../assets/photos/masthead/boysWithBat.jpg);
}
body#aboutUs #masthead {
	background-image:url(../assets/photos/masthead/womanAndBoy.jpg);
}
body#agencies #masthead {
	background-image:url(../assets/photos/masthead/boyDoctor.jpg);
}
body.autism-services #masthead {
	background-image:url(../assets/photos/masthead/IMG_8620.jpg) !important;
}
body#services #masthead {
	background-image:url(../assets/photos/masthead/manWomanWithFruit.jpg);
}
body#international #masthead {
	background-image:url(../assets/photos/masthead/Brinza203web.jpg);
}
body#newsEvents #masthead {
	background-image:url(../assets/photos/masthead/threeGuys.jpg);
}
body#waysToHelp #masthead {
	background-image:url(../assets/photos/masthead/boysWithBat.jpg);
}
body#leadership #masthead {
	background-image:url(../assets/photos/masthead/boyDoctor.jpg);
}
body#directory #masthead {
	background-image:url(../assets/photos/masthead/boyOnJungleGym_lg.jpg);
}

/**********************************
	NAVIGATION
**********************************/
/* level 1 menu */
#navigation ul {
margin:34px 0 0 10px;
padding:0;
	list-style:none;
}
#navigation ul li {
padding:0;
margin: 0 0 0 -10px;
border-top:1px solid #ccab2c;
}
#navigation ul li.last-nav {
	border-bottom:1px solid #ccab2c;
}
#navigation ul li a {
	display:block;
	color:#525759;
	background-color:#fff;
	font:bold 1em/1em verdana, helvetica, sans-serif;
	text-decoration: none;
	padding:2px 5px 3px 10px;
	width:175px;
}
#navigation ul li a:link {
	color:#525759;
	background-color:#fff;
}
#navigation ul li a:visited {
	color:#525759;
	background-color:#fff;
}
#navigation ul li a:hover {
	color:#fff;
	background-color:#525759;
}
#navigation ul li a:active {
	color:#525759;
	background-color:#fff;
}
#navigation ul li a.selected-nav {
	background: url(../assets/images/global/navGlyph.gif) left center no-repeat;
}
#navigation ul li a:hover.selected-nav {
	color:#fff;
	background:#525759 url(../assets/images/global/navGlyph_ovr.gif) left center no-repeat;
}

/* level 2 menu */
#navigation ul ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation ul ul li {
padding:0px 0;
margin:0;
border-top:none;
border-bottom:1px solid #ccc;
}
#navigation ul ul li.first-nav {
border-top:1px solid #ccab2c;
}
#navigation ul ul li.last-nav {
	padding-bottom:0px;
	margin-bottom:0;
	border-bottom:none;
}
#navigation ul ul li a {
	display:block;
	color:#998023;
	background-color:#fff;
	text-decoration: none;
	padding:2px 5px 3px 20px;
	width:165px;
	line-height: normal;
}
#navigation ul ul li a.selected-nav {
	background: url(../assets/images/global/navGlyph_L2.gif) 10px center no-repeat;
}
#navigation ul ul li a:hover.selected-nav {
	background:#e0e0e0 url(../assets/images/global/navGlyph_L2.gif) 10px center no-repeat;
	color:#000;
}

#navigation ul ul li a:link {
	color:#998023;
	background-color:#fff;
}
#navigation ul ul li a:visited {
	color:#998023;
	background-color:#fff;
}
#navigation ul ul li a:hover {
	color:#000;
	background-color:#e0e0e0;

}
#navigation ul ul li a:active {
	color:#998023;
	background-color:#fff;
}


/* level 3 menu */
#navigation ul ul ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation ul ul ul li {
padding:0;
margin:0;
border-bottom:1px solid #eee;
}
#navigation ul ul ul li.first-nav {
border-top:1px solid #ccc;
}
#navigation ul ul ul li.last-nav {
border:none;
}
#navigation ul ul ul li a {
	display:block;
	color:#000;
	background-color:#fff;
	/*font-weight:normal;*/
	/*font-size:.9em;*/
	text-decoration: none;
	padding:2px 5px 3px 30px;
	width:155px;
	line-height:normal;
}

#navigation ul ul ul li a:link {
	color:#000;
	background-color:#fff;
}
#navigation ul ul ul li a:visited {
	color:#000;
	background-color:#fff;
}
#navigation ul ul ul li a:hover {
	color:#000;
	background-color:#f0f0f0;

}
#navigation ul ul ul li a:active {
	color:#000;
	background-color:#fff;
}
#navigation ul ul ul li.last-nav {
	border:none;
}
#navigation ul ul ul li a.selected-nav {
	background: url(../assets/images/global/navGlyph_L3.gif) 20px center no-repeat;
}
#navigation ul ul ul li a:hover.selected-nav {
	background:#f0f0f0 url(../assets/images/global/navGlyph_L3.gif) 20px center no-repeat;
	color:#000;
}

/* level 4 menu */
#navigation ul ul ul ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation ul ul ul ul li {
padding:0;
margin:0;
border-bottom:1px solid #eee;
}
#navigation ul ul ul ul  li.first-nav {
border-top:1px solid #eee;
}
#navigation ul ul ul ul  li.last-nav {
border:none;
}
#navigation ul ul ul ul li a {
	display:block;
	color:#000;
	background-color:#fff;
	font-weight:normal;
	font-size: .9em;
	text-decoration: none;
	padding:2px 5px 3px 40px;
	width:145px;
}

#navigation ul ul ul ul  li a:link {
	color:#000;
	background-color:#fff;
}
#navigation ul ul ul ul  li a:visited {
	color:#000;
	background-color:#fff;
}
#navigation ul ul ul ul  li a:hover {
	color:#000;
	background-color:#f9f9f9;
}
#navigation ul ul ul ul  li a:active {
	color:#000;
	background-color:#fff;
}
#navigation ul ul ul ul  li.last-nav {
	border:none;
}
#navigation ul ul ul ul li a.selected-nav {
	background: url(../assets/images/global/navGlyph_L4.gif) 30px center no-repeat;
}
#navigation ul ul ul ul li a:hover.selected-nav {
	background:#f0f0f0 url(../assets/images/global/navGlyph_L4.gif) 30px center no-repeat;
	color:#000;
}

/* level 5 menu */
#navigation ul ul ul ul ul {
	/*margin:0px;
	padding:0px;
	list-style:none;*/
}
#navigation ul ul ul ul ul li {
padding:0;
margin:0;
border-bottom:1px solid #eee;
}
#navigation ul ul ul ul ul li.first-nav {
border-top:1px solid #eee;
}
#navigation ul ul ul ul ul li.last-nav {
border:none;
}
#navigation ul ul ul ul ul li a {
	color:#700;
	background-color:#fff;
	padding:2px 5px 3px 60px;
	width:125px;
}

#navigation ul ul ul ul ul li a:link {
	color:#700;
	background-color:#fff;
}
#navigation ul ul ul ul ul li a:visited {
	color:#700;
	background-color:#fff;
}
#navigation ul ul ul ul ul li a:hover {
	color:#700;
	background-color:#f9f9f9;
}
#navigation ul ul ul ul ul li a:active {
	color:#700;
	background-color:#fff;
} ul
#navigation ul ul ul ul ul li.last-nav {
	border:none;
}
#navigation ul ul ul ul ul li a.selected-nav {
	background: url(../assets/images/global/navGlyph_L4.gif) 48px center no-repeat;
}
#navigation ul ul ul ul ul li a:hover.selected-nav {
	background:#f0f0f0 url(../assets/images/global/navGlyph_L4.gif) 48px center no-repeat;
	color:#000;
}

/* Navigation Special Link */
#navigation a.nav-special,
#navigation a:link.nav-special,
#navigation a:visited.nav-special {
	background-color:#700;
	color:#ffd637;
}
#navigation a:hover.nav-special {
	background-color:#000;
	color:#ffd637;
}



span.leadership-nav-title {
	font-weight:normal;
	color:#000;
	background-image:none;
	background-color: inherit;
}


/* Resources Jump Menu */
form#resources-jump-menu {
	position:absolute;
	top:5px;
	left:5px;
	padding:0;
	margin:0;
	border:none;
}


/**********************************
	PHOTOGRAPHS
**********************************/
.main-photo {
	border:1px solid #000;
}
.inset-photo {
	border:1px solid #000;
}
.captioned-photo img {
	border:1px solid #000;
}
.captioned-photo .caption {
	font-size:.8em;
	margin:0;
	padding:0;
}
.float-right {
	float:right;
	margin:5px 0 15px 15px;
}
.float-left {
	float:left;
	margin:5px 15px 15px 0;
}


/**********************************
	CONTENT
**********************************/
#content-wrapper {
	background-color:#fff;
	color:#000;
	border-top:12px solid #ffd637;
	text-align:left;
	position:relative;
}
#content {

}
#content-material {

}
#page-title {
	margin-bottom:2em;
}

/* First paragraph */
p.first-paragraph:first-letter {
	float: left;
	font-size: 430%;
	color: #700;
	background-color: #fff;
	font-family: "trebuchet ms bold",arial,helvetica,sans-serif;
	padding: 0 0px 0 3px;
	margin: -10px 5px 0px 0px;
	
}

/* Pull Quote */
.pull-quote {
	font-size:1.5em;
	line-height: 1.6em;
	width:225px;
	color:#998023;
	background:#fff;
}
.pull-quote p.quotee {
	font-size:1em;
}

#president-signature {
width:61px;
height:17px;
background: url(../assets/images/pods/presidentSignature.gif) 0px 0px no-repeat;
	text-indent: -9999px;
	margin:10px 10px 10px 10px;
	padding-bottom:30px;
}

/*******************************************
	PODS (does not include homepage pods)
********************************************/

/* Generic pod for general use */
div.pod {
clear:both;
padding:0;
margin:30px 0 0 0;
width:520px;
background: url(../assets/images/pods/featurePod_mid.gif) 0px 0px repeat-y;
}
div.pod-top {
	margin:0;
padding:0;
	width:520px;
	height:20px;
	background: url(../assets/images/pods/featurePod_top.gif) top left no-repeat;
}
div.pod-content {
width:520px;
}
div.pod-content h4 {
margin-top:0;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:8px;
	color:#700;
	background:#fff0af;
}
div.pod-content img {
	/* Ideal width: 245px; */
	border:1px solid #000;
}
div.pod-content img.float-right {
	float:right;
	margin: 5px 25px 12px 20px;
}
div.pod-content img.float-left {
	float:left;
	margin: 5px 20px 12px 25px;
}
div.pod-content p {
margin-right:20px;
margin-left:20px;
margin-bottom:8px;
}

div.pod-btm {
	clear:both;
	width:520px;
	height:21px;
	background: url(../assets/images/pods/featurePod_btm.gif) top left no-repeat;
}
div.pod div.pod-content p a {
	color:#036;
	background-color:#fff0af;
}


/* Agency BiPod */
#agency-bipod {
padding:0;
margin:20px 0 0 0;
width:520px;
}
#agency-bipod-content {
padding:0;
margin:0;
width:520px;
background: url(../assets/images/pods/agencyBipod_mid.gif) 0px 0px repeat-y;
}
#agency-bipod-btm {
clear:both;
	width:520px;
	height:20px;
	background: url(../assets/images/pods/agencyBipod_btm.gif) 0px 0px no-repeat;
}

/* Service Spotlight */
#agency-bipod #agency-bipod-content #service-spotlight-content {
padding:0;
margin:0;
width:165px;
float:right;
font-size: .8em;
}
#agency-bipod #agency-bipod-content #service-spotlight-content h4 {
padding:0;
margin:0;
height:45px;
width:165px;
background: url(../assets/images/pods/serviceSpotlight_top.gif) 0px 0px no-repeat;
	text-indent: -9999px;
}
#agency-bipod #agency-bipod-content #service-spotlight-content h5 {
color:#700;
background-color: #fff7d7;
padding:0;
margin: 0px 10px 8px 12px;
}
#agency-bipod #agency-bipod-content #service-spotlight-content p {
padding:0;
margin: 0px 10px 8px 12px;
}
#agency-bipod #agency-bipod-content #service-spotlight-content a,
#agency-bipod #agency-bipod-content #service-spotlight-content a:link,
#agency-bipod #agency-bipod-content #service-spotlight-content a:visited {
background-color: #fff7d7;
color:#036;
}

/* A Word from the President (Agencies) */
#agency-bipod #agency-bipod-content #president-message-content {
padding:0;
margin:0 0 0 0;
width:345px;
float:left;
}
#agency-bipod #agency-bipod-content #president-message-content h4 {
padding:0;
margin:0;
height:45px;
background: url(../assets/images/pods/presidentMessage_top.gif) 0px 0px no-repeat;
	text-indent: -9999px;
}
#agency-bipod #agency-bipod-content #president-message-content p {
padding:0 20px 8px;
margin: 0;
}

/* A Word from the Executive Director (Agencies) */
#agency-bipod #agency-bipod-content #exec-director-message-content {
padding:0;
margin:0 0 0 0;
width:345px;
float:left;
}
#agency-bipod #agency-bipod-content #exec-director-message-content h4 {
padding:0;
margin:0;
height:45px;
background: url(../assets/images/pods/execDirectorMessage_top.gif) 0px 0px no-repeat;
	text-indent: -9999px;
}
#agency-bipod #agency-bipod-content #exec-director-message-content p {
padding:0 20px 8px;
margin: 0;
}
#agency-bipod #agency-bipod-content #exec-director-message-content p.signature {
margin-top:2em;
}

/* A Word from the Executive Director (Agencies) wide */
#executive-director-wide-pod {
	clear:both;
padding:30px 0 0 0;
margin:0 0 0 0;
width:520px;
}
#executive-director-wide-pod h4 {
margin:0;
padding:0;
	width:520px;
	height:36px;
	background: url(../assets/images/pods/execDirectorMssg-wide-top.gif) top left no-repeat;
	text-indent: -9999px;
}
#executive-director-wide-pod-content {
width:520px;
background: url(../assets/images/pods/execDirectorMssg-wide-mid.gif) 0px 0px repeat-y;
padding:16px 0 10px 0;
}
#executive-director-wide-pod-content a,
#executive-director-wide-pod-content a:link {
background-color:#ffde5f;
color:#036;
}
#executive-director-wide-pod-content a:visited {
background-color:#ffde5f;
color:#547;
}
#executive-director-wide-pod h5 {
background:transparent;
margin-top:0;
padding-top:20px;
padding-right:20px;
padding-left:20px;
}
#executive-director-wide-pod p {
padding-right:20px;
padding-left:20px;
}
#executive-director-wide-pod hr  {
margin-right:20px;
margin-left:20px;
}
#executive-director-wide-pod-btm {
	width:520px;
	height:21px;
	background: url(../assets/images/pods/execDirectorMssg-wide-btm.gif) top left no-repeat;
}

/* A Word from the Director (Agencies) */
#agency-bipod #agency-bipod-content #director-message-content {
padding:0;
margin:0 0 0 0;
width:346px;
float:left;
}
#agency-bipod #agency-bipod-content #director-message-content h4 {
padding:0;
margin:0;
height:45px;
background: url(../assets/images/pods/directorMessage_top.gif) 0px 0px no-repeat;
	text-indent: -9999px;
}
#agency-bipod #agency-bipod-content #director-message-content p {
padding:0 20px 8px;
margin: 0;
}

/* A Word from the CEO (Agencies) */
#agency-bipod #agency-bipod-content #ceo-message-content {
padding:0;
margin:0 0 0 0;
width:346px;
float:left;
}
#agency-bipod #agency-bipod-content #ceo-message-content h4 {
padding:0;
margin:0;
height:45px;
background: url(../assets/images/pods/ceoMessage_top.gif) 0px 0px no-repeat;
	text-indent: -9999px;
}
#agency-bipod #agency-bipod-content #ceo-message-content p {
padding:0 20px 8px;
margin: 0;
}


/* Industry Highlights (Agencies) */
#industry-highlights-pod {
clear:both;
padding:30px 0 0 0;
margin:0 0 0 0;
width:520px;
}

#industry-highlights-pod h4 {
margin:0;
padding:0;
	width:520px;
	height:36px;
	background: url(../assets/images/pods/industryHighlights_top.gif) top left no-repeat;
	text-indent: -9999px;
}
#industry-highlights-pod-content {
width:520px;
background: url(../assets/images/pods/industryHighlights_mid.gif) 0px 0px repeat-y;
padding-bottom:8px;
}
#industry-highlights-pod-content h5 {
color:#700;
background-color: #ffde5f;
padding-top:12px;
margin: 0px 20px 12px 20px;
}
#industry-highlights-pod p {
padding-right:20px;
padding-left:20px;
}
#industry-highlights-pod hr  {
margin-right:20px;
margin-left:20px;
}
#industry-highlights-pod dl {
padding-right:20px;
padding-left:20px;

padding-top:0;
margin-top:0;
}
#industry-highlights-pod dl dt {
font:bold 1.2em arial,helvetica,sans-serif;
color:#700;
background-color: #ffde5f;
padding-top:1em;
margin-top:0;
}
#industry-highlights-pod-btm {
	width:520px;
	height:21px;
	background: url(../assets/images/pods/industryHighlights_btm.gif) top left no-repeat;
}
#industry-highlights-pod-content a {
	color:#036;
	background-color:#ffde5f;
}

/* Spotlight On... */
#spotlightOn-pod {
	clear:both;
padding:30px 0 0 0;
margin:0 0 0 0;
width:520px;
}
#spotlightOn-pod h4 {
margin:0;
padding:0;
	width:520px;
	height:36px;
	background: url(../assets/images/pods/spotlightOn_top.gif) top left no-repeat;
	text-indent: -9999px;
}
#spotlightOn-pod-content {
width:520px;
background: url(../assets/images/pods/spotlightOn_mid.gif) 0px 0px repeat-y;
padding-bottom:8px;
}
#spotlightOn-pod-content a,
#spotlightOn-pod-content a:link {
background-color:#ffde5f;
color:#036;
}
#spotlightOn-pod-content a:visited {
background-color:#ffde5f;
color:#547;
}
#spotlightOn-pod h5 {
background:transparent;
margin-top:0;
padding-top:20px;
padding-right:20px;
padding-left:20px;
}
#spotlightOn-pod p {
padding-right:20px;
padding-left:20px;
}
#spotlightOn-pod hr  {
margin-right:20px;
margin-left:20px;
}
#spotlightOn-pod-btm {
	width:520px;
	height:21px;
	background: url(../assets/images/pods/spotlightOn_btm.gif) top left no-repeat;
}

/* Sidebar Pod */
.sidebar-pod {
padding:0;
margin:0;
width:174px;
background: transparent url(../assets/images/pods/sidebarPod_mid.gif) top center repeat-y;
}
.sidebar-pod-top {
	width:174px;
	height:12px;
	background: url(../assets/images/pods/sidebarPod_top.gif) top center no-repeat;
}
.sidebar-pod-btm {
	clear:both;
	width:174px;
	height:12px;
	background: url(../assets/images/pods/sidebarPod_btm.gif) bottom center no-repeat;
}
.sidebar-pod-content {
	padding:0 10px;
}
.sidebar-pod a,
.sidebar-pod a:link,
.sidebar-pod a:visited,
.sidebar-pod a:hover {
color:#036;
	background:#FFF7D7;
}
.sidebar-pod h4 {
color:#700;
	background-color: #fff7d7;
	margin-top:0;
	padding-top:0;
}
.sidebar-pod h5 {
color:#998023;
	background-color: #fff7d7;
	margin-top:0;
	padding-top:0;
}
.sidebar-pod ul {
	margin-left:0;
	padding-left:15px;
}


/***************************
	EMPLOYMENT
***************************/
dl.employment-positions-available dt.position-title {
	padding-top:10px;
	margin-top:20px;
	font:bold 1.3em/1em  "trebuchet ms", arial, helvetica, sans-serif;
	color:#998023;
	background:#fff;
	border-top:1px solid #ccc;
}

/***************************
FINANCIALS
***************************/
table#financials {
	width:100%;
	padding:0;
	margin:0 0 20px 0;
}
table#financials th {

}
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 th.col_4 {

}
table#financials th.col_5 {

}
table#financials th.col_6 {

}
table#financials th.col_7 {

}
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;
}

/*************************************
	LEADERSHIP TEAM
**************************************/
.leader-name {
	font-weight:bold;
	display: block;
}

/*************************************
	PROMO AD
**************************************/
#promoAd {
clear:left;
	padding-top:30px;
}
#promoAd img {
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #000;
}

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

/**************************************
	TWITTER BADGES
**************************************/
.promo-twitter-badge {
clear:left;
width:189px;
text-align:center;
padding-top:20px;
}
.promo-twitter-badge a {
text-align:center;
margin:0 auto;
border:none;
}
.promo-twitter-badge a img {
text-align:center;
margin:0 auto;
border:none;
}


/**************************************
	FACEBOOK BADGES
**************************************/
.promo-facebook-badge {
clear:left;
width:189px;
text-align:center;
padding-top:20px;
}
.promo-facebook-badge a {
text-align:center;
margin:0 auto;
border:none;
}
.promo-facebook-badge a img {
text-align:center;
margin:0 auto;
border:none;
}

/**************************************
	PVO BADGE
**************************************/
.promo-pvo-badge {
clear:left;
width:189px;
text-align:center;
padding-top: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;
}


/**************************************
	SSD BLOG BADGE
***************************************/
#promo-ssdblog-badge {
clear:left;
width:189px;
text-align:center;
padding-top:20px;
}
#promo-ssdblog-badge a {
text-align:center;
margin:0 auto;
border:none;
}
#promo-ssdblog-badge a img {
text-align:center;
margin:0 auto;
border:none;
}


/**************************************
	ONE CAUSE SUPPORT BADGE
***************************************/
.promo-one-cause-support-badge {
clear:left;
width:189px;
text-align:center;
padding-top:20px;
}
.promo-one-cause-support-badge .content-holder {
width:170px;
text-align:center;
margin: 0 auto;
border:1px solid #ccc;
}
.promo-one-cause-support-badge .content-holder a,
.promo-one-cause-support-badge .content-holder a:link,
.promo-one-cause-support-badge .content-holder a:visited {
padding:5px;
text-align:center;
margin:0;
}
.promo-one-cause-support-badge .content-holder a img {
text-align:center;
margin:5px auto 0;
border:none;
width:160px;
height:40px;
}
.promo-one-cause-support-badge .content-holder a p#shop-now {
font-size:12px; 
color: #666666; 
line-height:normal; 
text-decoration:none; 
font-family:sans-serif; 
font-weight:normal; 
padding:2px 5px; 
margin:0
}
.promo-one-cause-support-badge .content-holder a p#one-cause-ssd {
font-size:12px; 
color: #2087CB; 
line-height:normal; 
text-decoration:none; 
font-family:sans-serif; 
font-weight:bold; 
padding:2px 5px 5px; 
margin:0
}


/**************************************
	UPDATE NOTICE
***************************************/
#update-notice {
	position:absolute;
	top:-155px;
	right:10px;
	z-index:0;
}
#update-notice p {
color:#ccc;
background-color: #525759;
	font:.8em arial, helvetica, sans-serif;
	text-align:right;
}

/**************************************
	SEARCH BOX
***************************************/
#search-box {
	position: absolute;
	top:-100px;
	right:10px;
	z-index:2;
	width: 180px;
}
#search-box form {
color:#ccc;
background-color: #525759;
margin:0;
padding:0;
border:none;
}
#search-box form input {
margin:0;
padding:0;
}
#search-box div#google-branding {
color:#ccc;
background-color: #525759;
margin:5px 0 0 0;
}
#search-box div#google-branding span#branding-text {
color:#ccc;
background-color: #525759;
text-align:left;
font: normal .8em arial, helvetica, sans-serif;
margin:0 0 .5em .2em;
padding-bottom:.5em;
}


/**********************************
	DIRECTIONS
**********************************/
dl.directions-list dt {
	padding-top:15px;
	border-top:1px solid #ccc;
}
dl.directions-list dl dt {
	padding-top:0;
	border-top:none;
}
dl.directions-list dd.address span,
dl.directions-list dd.travel-time span,
dl.directions-list dd.directions span {
	font-weight:bold;
}


/**********************************
	LINK ICONS
**********************************/
a.link-w-glyph,
a.link-w-glyph:link,
a.link-w-glyph:visited,
a.link-w-glyph:hover {
	padding-left:17px;
	background: url(../assets/images/global/link-glyph.gif) 0em .2em no-repeat;
}
a.link-w-glyph-return,
a.link-w-glyph-return:link,
a.link-w-glyph-return:visited,
a.link-w-glyph-return:hover {
	padding-left:17px;
	background: url(../assets/images/global/link-glyph-return.gif) 0em .2em no-repeat;
}
a.external-site,
a.external-site:visited,
a.external-site:hover {
	padding-right: 15px;
	background: url(../assets/images/global/icon-external-site.gif) right center  no-repeat;
}
a.pdf-file,
a.pdf-file:visited,
a.pdf-file:hover {
	padding-right: 15px;
	background: url(../assets/images/global/icon-adobe-pdf.gif) right center  no-repeat;
}
a.popup-window,
a.popup-window:visited,
a.popup-window:hover {
	padding-right: 15px;
	background: url(../assets/images/global/icon-popup-window.gif) right center no-repeat;
}

/* used for links within the body text */
ul.link-list,
ol.link-list {
	padding-left:0;
	margin-left:0;
}
ul.link-list li,
ol.link-list li {
	list-style:none;
	padding-left:17px;
	margin-left:0;
	background: url(../assets/images/global/link-glyph.gif) 0px 25%  no-repeat;
}
.link-w-glyph {
	padding-left:17px;
	background: url(../assets/images/global/link-glyph.gif) 0px 50%  no-repeat;
}
.link-w-glyph-return {
	padding-left:17px;
	background: url(../assets/images/global/link-glyph-return.gif) 0px 50%  no-repeat;
}
dd.link-w-glyph {
	background-position: 0% 40%;
}


/* used to move back to the top of the page */
a.link-to-top {
font-weight:normal;
	font-size:14px;
	color:#003366;
	background-color:#eee;
	text-decoration:none;
	margin:0 0 4px 0;
	padding:0px 4px 2px;
	line-height:normal;
	border:1px solid #ccc;
}
a.link-to-top:link {
	color:#003366;
	background-color:#eee;
	
}
a.link-to-top:visited {
	color:#003366;
	background-color:#eee;
}
a.link-to-top:hover {
	color:#003366;
	background-color:#ddd;
}
a.link-to-top:active {
	color:#003366;
	background-color:#eee;
}
dd.link-to-top-dd  {
	text-align: right;
}

/**********************************
	BUTTONS
**********************************/
/* common rules */
.button {
	width:100%;
}
.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/global/btns/registerNow_up.gif);
}

/* Buy Tickets Online */
.buy-tickets-online a {
	width:194px;	
	height:44px;
}
.buy-tickets-online a:link,
.buy-tickets-online a:visited {
	background-image: url(/assets/images/global/btns/buyTicketsOnline_up.gif);
}

/* Order Now */
.order-now a {
	width:194px;	
	height:44px;
}
.order-now a:link,
.order-now a:visited {
	background-image: url(/assets/images/global/btns/orderNow.gif);
}

/* Make a Donation */
.make-a-donation a {
	width:194px;	
	height:44px;
}
.make-a-donation a:link,
.make-a-donation a:visited {
	background-image: url(/assets/images/global/btns/makeADonation.png);
}


/**********************************
	CONTACT INFORMATION
**********************************/
div.contact-info {
	text-indent:2em;
}
dl.address dt,
dl.address dd {
margin:0;
	padding:0;
}
dl.phone-email dt,
dl.phone-email dd {
	margin:0;
	padding:0;
}
dl.phone-email dt,
dl.additional-info dt {
	float:left;
}
dl.phone-email dd,
dl.additional-info dd {
text-indent:.5em;
}


/**********************************
	FOOTER
**********************************/
#footer {
padding-top:10px;
padding-bottom:20px;
	font-size:.7em;
	text-align:center;
	border-top:1px solid #ccc;
}
#footer ul {
padding:10px 0 10px;
	margin:10px auto 10px;
text-align: center;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
#footer ul li {
display:inline;
	margin:0px;
	padding:0 5px;
}
#footer ul li a {
height:auto;
	color:#039;
	background:#fff;
	margin:0px;
	padding:0px;
}

/* Link icons */
#footer div#link-icons {
	text-align:left;
	margin:0 0 4px 20px;
}
#footer div#link-icons p {
	text-align:left;
	margin-bottom:0;
	padding-bottom:0;
}
#footer div#link-icons ul {
text-align:left;
border-top: none;
	border-bottom: none;
	padding-top:0;
	list-style:none;
}
#footer div#link-icons ul li {
margin:0 0 4px 0px;
	border-bottom: none;
	display:block;
}

#footer div#info {
	
}

#footer div#par-member {
border-top:1px solid #ccc;
	 margin:0px auto 10px;
	 text-align:center;
	 font-weight:bold;
}
#footer div#par-member p {
 padding:8px;
 border:1px solid #ccab2c;
 width:35%;
 margin:10px auto;
 text-align:center;
 color:#998023;
 background-color:#fff;
 }

/*********************************
	MISC. CLASSES
*********************************/
.smallText {
	font-size:.8em;
}

