@charset "UTF-8";

/* 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* web fonts */


@font-face{ 
	font-family: 'vistaslab-light';
	src: url('../fonts/vistaslab-light.eot');
	src: url('../fonts/vistaslab-light.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vistaslab-light.woff') format('woff');
}
@font-face{ 
	font-family: 'vistaslab-light-italic';
	src: url('../fonts/vistaslab-light-italic.eot');
	src: url('../fonts/vistaslab-light-italic.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vistaslab-light-italic.woff') format('woff');
}
@font-face{ 
	font-family: 'vistaslab-medium';
	src: url('../fonts/vistaslab-medium.eot');
	src: url('../fonts/vistaslab-medium.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vistaslab-medium.woff') format('woff');
}
@font-face{ 
	font-family: 'vistasansnarrow-light';
	src: url('../fonts/vistasansnarrow-light.eot');
	src: url('../fonts/vistasansnarrow-light.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vistasansnarrow-light.woff') format('woff');
}


/* common */


body  {
	font: 80%/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #666;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5 */
}


a {
	color: #d25a1e;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #d25a1e;
	border-bottom: 1px solid #ddd;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #984708;
	border-bottom: 1px solid #d25a1e;
}
a:active {
	text-decoration: none;
	color: #999;
}

ul {
	margin: 0.5em 2em 2em 2em;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
}
ol {
	margin: 0.5em 2em 2em 2em;
	padding: 0;
	list-style: decimal;
}
ol.citation {
	margin: 0.5em 2em 2em 2em;
	padding: 0;
	color: #999;
	font: 90%/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
li {
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding: 0;
}




.name-list ul {
	margin: 0;
	list-style-image: none;
	color: #777;
	font: 85%/0.85em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
.name-list ul li {
	margin: 0 0 4px 0;
}
.name-list h4 {
	margin: 80px 0 10px 0;
	color: #954612;
	font: 18px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
.name-list h4 span {
	font: 15px/15px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #888;
}



/* Grid Layout
------------------------------------------------------------ */

.row {
	width: 848px;
	margin: 0 auto 8px auto;
	padding: 0 31px;
	text-align: left; /* override body center */
	clear: both;
}
.row.section {
	margin-top: 20px;
	padding: 20px 31px;
	background: url(../images/section-divider.png) no-repeat 50% 0;
}
.col {
	margin-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.one { width: 133px; }
.two { width: 276px; }
.three { width: 419px; }
.four { width: 562px; }
.five { width: 705px; }
.six { width: 848px; }
.last { margin-right: 0; }

.divide {
	background: url(../images/slide-divide.png) no-repeat 100% 0;
	height: 280px;
}

.col p {
	margin-right: 20px;
}


/* Home Slideshow */

#slideshow {
	margin: 0 auto;
}

.home-slideshow { height: 254px; width: 254px; padding:0; margin:0; overflow: hidden }
.home-slideshow img { height: 254px; width: 254px; top:0; left:0 }




/* Layout Containers - Old
------------------------------------------------------------ */


#body-wrapper-about {  /* for about section pages, it adds bg to the right */
	width: 100%;
	min-width: 850px;
	text-align: center;
	clear: both;
}
#body-container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* overrides the text-align: center on the body */
	clear: both;
}

.body-3-col-left {
	width: 550px;
	padding-bottom: 40px;
	float: left;
}
.body-2-col-left {
	width: 320px;
	float: left;
}
.body-3-col-right {
	width: 510px;
	float: right;
}
.body-2-col-right {
	width: 276px;
	float: right;
}
.body-1-col-middle {
	width: 170px;
	float: right;
}



/* Images
------------------------------------------------------------ */

img {
	display:block;
}

.image-box {
	margin: 0;
	overflow: hidden;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}

.image-box p  {
	margin: 0;
	padding: 3px 0;
	font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #888;
	text-align: center;
}

.image-box a, .image-box a:visited {
	border-bottom: 0;
}


.promo a img, .promo a:visited img {
	background-color: transparent;
}
.promo a:hover img {
	background-color: #fff;
}

p.caption {
	margin: 0 0 30px 0;
	padding: 3px 0;
	font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #888;
	text-align: center;
}

div.image-1col {
	margin: 10px 0;
	width: 133px;
	overflow: hidden;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
div.image-1col-left {
	float: left;
	margin: 0 20px 20px 0;
	width: 133px;
	overflow: hidden;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
div.image-1col-right {
	float: right;
	margin: 0 20px 20px 20px;
	width: 133px;
	overflow: hidden;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
div.image-2col {
	margin: 0 0 20px 0;
	width: 276px;
	overflow: hidden;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
div.image-3col {  /* now actually 4 col */
	margin: 0 0 20px 0;
	width: 490px;
	overflow: hidden;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
div.image-6col { 
	margin: 20px 0;
	width: 850px;
	overflow: hidden;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}

div.image-1col p, div.image-1col-right p, div.image-2col p, div.image-3col p  {
	margin: 0;
	padding: 3px 0 10px 10px;
	font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #888;
	text-align: right;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
div.image-1col-left p {
	margin: 0;
	padding: 3px 0;
	font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #888;
	text-align: left;
}

div.image-1col a, div.image-2col a, div.image-3col a {
	border-bottom: 0;
}

a.image-link {
	border: 0;
}
a.slideshow {
	border: 0;
}

a img {
	border: 0;
}
.float-right { 
	float: right;
	margin: 0 10px 20px 20px;
}
.float-left { 
	float: left;
	margin: 0 20px 20px 0;
}





/* Page Section
------------------------------------------------------------ */

.page-section {
	background: url(../images/new-bottom-nav-container-bg.jpg) 50% -100px no-repeat;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #e5e5e5; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.page-section h2, .page-section h3 {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}


.pull-quote, .page-section .pull-quote {
	font: 1.4em/1.2em "Helvetica Neue", Helvetica, Verdana, sans-serif;
	margin: 0 0 5px 0;
	padding-top: 10px;
	color: #999;
}

p.author {
	margin: 0;
	padding: 5px 0;
	font: 0.85em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top: 1px dotted #ddd;
}



/* Headers
------------------------------------------------------------ */

h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-family: "vistasansnarrow-light", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	clear: both;
}

h1 { font-size: 38px; line-height: 44px; color: #333; }
h2 { font-size: 32px; line-height: 38px; color: #444; }
h3 { font-size: 28px; line-height: 32px; color: #555; }
h4 { font-size: 24px; line-height: 28px; color: #666; }
h5 { font-size: 20px; line-height: 24px; color: #777; }
h6 { font-size: 18px; line-height: 20px; color: #888; }

.section-about h1 { color: #904397 }
.section-living h1 { color: #d2691e }
.section-giving h1 { color: #ae6e3e }
.section-working h1 { color: #6b8e23 }
.section-helping h1 { color: #ad9343 }
.section-learning h1 { color: #6495ed }
.section-services h1 { color: #708090 }

.section-about h2 { color: #54004e }
.section-living h2 { color: #8b4513 }
.section-giving h2 { color: #984708 }
.section-working h2 { color: #526e1b }
.section-helping h2 { color: #916d00 }
.section-learning h2 { color: #4568a5 }
.section-services h2 { color: #455660 }

.section-about h3 { color: #904397 }
.section-living h3 { color: #d2691e }
.section-giving h3 { color: #984708 }
.section-working h3 { color: #6b8e23 }
.section-helping h3 { color: #ad9343 }
.section-learning h3 { color: #6495ed }
.section-services h3 { color: #708090 }


h1.sectioned, h2.sectioned, h3.sectioned, h4.sectioned, h5.sectioned, h6.sectioned {
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

h1.top, h2.top, h3.top, h4.top, h5.top, h6.top {
	margin-top: 0;
}

h1 span, h2 span, h3 span, h4 span, h4 span, h5 span, h6 span { 
	color: #aaa;
}




/* Text
------------------------------------------------------------ */


p.key-message {
	font-family: "vistaslab-light", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin: 10px 0 20px 0;
	color: #777;
}
p.key-message b, p.key-message strong {
	font-family: "vistaslab-medium", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
}
p.key-message i, p.key-message em {
	font-family: "vistaslab-light-italic", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-style: normal;
}

p.sub-head {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 2px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	color: #666;
}
p.pre-head {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	margin: 0;
	padding-bottom: 2px;
	border-bottom: solid 1px #eee;
	color: #888;
}
p.sub-head a:link, p.sub-head a:visited {
	border-bottom: 0;
}

p {
	margin: 5px 0 1.2em 0;
	padding: 0;
}
p strong, li strong {
	font-weight: normal;
	color: #000;
}
p.intro strong {
	font-weight: normal;
	color: #434343;
}



p.reference {
	margin: 0 0 2em 0;
	padding: 0.4em 0 0 0;
	font: 0.9em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	border-top: 1px solid #dedede;
}
p.reference a, p.reference a:visited {
	border-bottom: 0;
}

p.section {
	margin: 0 0 1.2em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}
.side-indent p {
	margin: 0 0 1.2em 0;
	padding: 0;
}

.body-1-col-middle p {
	margin: 1em 10px 1em 0;
	font: 1.3em/1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #888;
}
.caps {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 1px;
}
.date-published {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 1px;
	color: #999;
	margin: 0;
}



/* Button
------------------------------------------------------------ */

.button-container {
	height: 22px;
	margin: 10px 0;
}

a.button {
    background: transparent url('../images/button-arrow-a.png') no-repeat scroll top right;
	color: #ea13ff;
    display: block;
    float: right;
	border-bottom: 0;
	font: 0.85em/1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
    height: 20px;
    margin-left: 10px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/button-span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 12px;
} 
a.button:active {
    background-position: bottom right;
	color: #6e0a78;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
}

a.button-plain {
    background: transparent url('../images/button-plain-a.png') no-repeat scroll top right;
	color: #ea13ff;
    display: block;
    float: right;
	border-bottom: 0;
	font: 0.85em/1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
    height: 20px;
    margin-left: 10px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button-plain span {
    background: transparent url('../images/button-span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 12px;
} 
a.button-plain:active {
    background-position: bottom right;
	color: #6e0a78;
    outline: none; /* hide dotted outline in Firefox */
}

a.button-plain:active span {
    background-position: bottom left;
}




/* New Banner
------------------------------------------------------------ */


#banner-container-new {
	background: url(../images/banner/banner-bg.png) 0 0 repeat-x;
	height: 110px;
	width: 100%;
}

#banner-new {
	width: 850px;
	height: 110px;
	padding: 0 30px;
	background: url(../images/banner/banner-logo.png) no-repeat 2px 12px;
	margin: 0 auto;
}

a#logo, a:visited#logo {
	display: block;
	height: 62px;
	width: 360px;
	float: left;
	margin-left: -20px;
	text-indent: -9999px;
	line-height: 0;
	overflow: hidden;
	outline: none;
	text-decoration: none;
	border-bottom: 0;  /* override a:link */
}
a:hover#logo {
	background-position: 0 -58px;
}


/* Banner Pre Nav
------------------------------------------------------------ */

#pre-nav {
	font-family: "vistaslab-medium", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	width: 421px;
	height: 24px;
	float: right;
}

#pre-nav ul {
	list-style: none;
	list-style-image: none;  /* override */
	margin: 0;
	padding: 0;
}

#pre-nav li {
	float: right;
	margin: 0;
	padding: 0;
}

#pre-nav li a, #pre-nav li a:visited {
	display: block;
	color: #56004e;
	outline: none;
	padding: 0;
	line-height: 20px;
	margin-left: 16px;
	text-decoration: none;
	border-bottom: 0;  /* override */
}


/* Search Boxes, banner and footer
------------------------------------------------------------ */

#banner-search, #footer-search {
	width: 282px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0 4px 0 0;
}

#footer-search {
	margin-bottom: 5px;
}

form#banner-search-box, form#footer-search-box {
	margin: 0;
	padding: 0;
}
form#banner-search-box input#banner-search-field, form#banner-search-box textarea, form#footer-search-box input#footer-search-field, form#footer-search-box textarea {
	width: 240px;
	height: 18px;
	background-color: #fff;
	color: #666;
	margin: 0;
	padding: 2px 26px 2px 8px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
form#banner-search-box #submit, form#footer-search-box #search { 

	vertical-align: top;
	margin-top: 4px;
	margin-left: -24px;
}


/* bottom-nav-container Search
------------------------------------------------------------ */

form#cse-search-box {
	margin: 0;
	padding: 3px 0;
}
form#cse-search-box input#search-field, form#cse-search-box textarea {
	width: 110px;
	height: 16px;
	background-color: #fff;
	color: #666;
	margin: 0;
	padding: 2px 22px 2px 6px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}
form#cse-search-box #search {
	vertical-align: middle;
	margin-left: -23px;
}




/*  Nav One
------------------------------------------------------------ */


#nav-one {
	width: 850px;
	height: 40px;
	clear: both;
}


#nav-one ul {
	list-style: none;
	list-style-image: none;  /* override */
	margin: 0;
	padding: 0;
}

#nav-one li {
	float: left;
	margin: 0;
	padding: 0;
}



#nav-one li a, #nav-one li a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	height: 40px;
	background: url(../images/banner/nav-buttons.png) no-repeat;
	text-decoration: none;
	border-bottom: 0;  /* override */
}
#nav-one li.living a, #nav-one li.living a:visited {
	width: 135px;
	margin-right: 8px;
	background-position: 0 0;
}
#nav-one li.giving a, #nav-one li.giving a:visited {
	width: 135px;
	margin-right: 8px;
	background-position: -143px 0;
}
#nav-one li.working a, #nav-one li.working a:visited {
	width: 135px;
	margin-right: 8px;
	background-position: -286px 0;
}
#nav-one li.helping a, #nav-one li.helping a:visited {
	width: 135px;
	margin-right: 8px;
	background-position: -429px 0;
}
#nav-one li.learning a, #nav-one li.learning a:visited {
	width: 135px;
	margin-right: 8px;
	background-position: -572px 0;
}
#nav-one li.services a, #nav-one li.services a:visited {
	width: 135px;
	background-position: -715px 0;
}


#nav-one li a:hover {
	display: block;
	text-decoration: none;
}

#nav-one li.living a:hover { background-position: 0 -41px }
#nav-one li.giving a:hover { background-position: -143px -41px }
#nav-one li.working a:hover { background-position: -286px -41px }
#nav-one li.helping a:hover { background-position: -429px -41px }
#nav-one li.learning a:hover { background-position: -572px -41px }
#nav-one li.services a:hover { background-position: -715px -41px }

#nav-one li.living a:active { background-position: 0 -82px }
#nav-one li.giving a:active { background-position: -143px -82px }
#nav-one li.working a:active { background-position: -286px -82px }
#nav-one li.helping a:active { background-position: -429px -82px }
#nav-one li.learning a:active { background-position: -572px -82px }
#nav-one li.services a:active { background-position: -715px -82px }

.section-living #nav-one li.living a { background-position: 0 -123px }
.section-giving #nav-one li.giving a { background-position: -143px -123px }
.section-working #nav-one li.working a { background-position: -286px -123px }
.section-helping #nav-one li.helping a { background-position: -429px -123px }
.section-learning #nav-one li.learning a { background-position: -572px -123px }
.section-services #nav-one li.services a { background-position: -715px -123px }




/*  Nav Two
------------------------------------------------------------ */

#nav-two {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 25px;
	margin: 8px 0 18px 0;
}

.section-about #nav-two { background: #56004e }
.section-living #nav-two { background: #d67518 }
.section-giving #nav-two { background: #984708 }
.section-working #nav-two { background: #747b35 }
.section-helping #nav-two { background: #916d00 }
.section-learning #nav-two { background: #4d68ad }
.section-services #nav-two { background: #455660 }

#nav-two ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;

	list-style-image: none;  /* override */
}

#nav-two ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#nav-two ul li a, #nav-two ul li a:visited {
	font-family: "vistaslab-medium", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	display: block;
	margin: 0;
	color: #fff;
	outline: none;
	padding: 2px 10px 0 10px;
	font-size: 13px;
	line-height: 23px;
	height: 25px;
	text-decoration: none;
	border-bottom: 0;  /* override */
}

.section-about #nav-two ul li a:hover { background-color: #33002f }
.section-living #nav-two ul li a:hover { background-color: #a65e1b }
.section-giving #nav-two ul li a:hover { background-color: #67310b }
.section-working #nav-two ul li a:hover { background-color: #505726 }
.section-helping #nav-two ul li a:hover { background-color: #634d06 }
.section-learning #nav-two ul li a:hover { background-color: #3a4778 }
.section-services #nav-two ul li a:hover { background-color: #313c43 }








/* Sidebar Nav
------------------------------------------------------------ */

.section-nav-right {
	width: 276px;
	float: right;
}

#section-nav {
	margin: 0 0 20px 0;
	padding: 20px 0;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
#section-nav.nav-about { background: #d9bedb url(../images/section-nav-box.png) 50% 50% no-repeat }
#section-nav.nav-living { background: #ffd8a8 url(../images/section-nav-box.png) 50% 50% no-repeat }
#section-nav.nav-giving { background: #cca181 url(../images/section-nav-box.png) 50% 50% no-repeat }
#section-nav.nav-working { background: #c4e19c url(../images/section-nav-box.png) 50% 50% no-repeat }
#section-nav.nav-helping { background: #cebe8f url(../images/section-nav-box.png) 50% 50% no-repeat }
#section-nav.nav-learning { background: #cadbf9 url(../images/section-nav-box.png) 50% 50% no-repeat }
#section-nav.nav-services { background: #ced4d9 url(../images/section-nav-box.png) 50% 50% no-repeat }
#section-nav.nav-jsl { background: #ecc58d url(../images/section-nav-box.png) 50% 50% no-repeat }

#section-nav h2 {
	margin: 0;
	padding: 0 10px 4px 10px;
	font-size: 24px;
	line-height: 28px;
	color: #888;
}



/* Sidebar Nav links */

#section-nav ul {
	list-style-image: none;  /* override */
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #aaa;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#section-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#section-nav li a:link, #section-nav li a:visited {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#section-nav li a:hover, #section-nav li ul li a:hover {
	background: url(../images/section-nav-box.png) 0 50% repeat-x;
}
#section-nav li a.active, #section-nav li a:hover.active {
	padding: 5px 10px;
	background: #fff url(../images/arrow-side-nav.png) 0 50% no-repeat;
}

/* Sidebar Nav Sub-section links (nested ul) */

#section-nav li span.sub-section-nav  {
	margin: 0;
	padding: 3px 10px 4px 10px;
	background: #fff; 
	font-weight: bold;
	display: block;
}
#section-nav li ul {
	background: transparent;
	margin: 1px 0 0 0;
	padding: 0;
	border-top: 0;
}
#section-nav li ul li a:link, #section-nav li ul li a:visited { 
	margin-bottom: 1px; 
	background: #fff; 
	border-bottom: 0;
}
#section-nav li ul li a.active, #section-nav li ul li a:visited.active, #section-nav li ul li a:hover.active {
	padding: 5px 10px;
	background: #fff url(../images/arrow-side-nav.png) 0 50% no-repeat;
	margin: 1px 0;
	border-bottom: 0;
}

#section-nav li ul li a:hover {
	background: #fff;
	border-bottom: 0;
}


/* Sidebar Nav color changes */


.nav-about li a:link, .nav-about li a:visited { color: #6e0a78; }
.nav-about li a:link.active, .nav-about li a:visited.active, .nav-about li a:hover.active { color: #ea13ff; }
.nav-about li span.sub-section-nav { border-top: 1px solid #6e0a78; }
.nav-about li ul { border-bottom: 1px solid #6e0a78; }
.nav-about li ul li a:link, .nav-about li ul li a:visited { color: #ea13ff; }
#section-nav.nav-about h2 { color: #6e0a78; }


.nav-living li a:link, .nav-living li a:visited { color: #d2691e; }
.nav-living li a:link.active, .nav-living li a:visited.active, .nav-living li a:hover.active { color: #8b4513; }
.nav-living li span.sub-section-nav { border-top: 1px solid #d2691e; }
.nav-living li ul { border-bottom: 1px solid #d2691e; }
.nav-living li ul li a:link, .nav-living li ul li a:visited { color: #8b4513; }
#section-nav.nav-living h2 { color: #d2691e; }


.nav-giving li a:link, .nav-giving li a:visited { color: #b0000e; }
.nav-giving li a:link.active, .nav-giving li a:visited.active, .nav-giving li a:hover.active { color: #F70014; }
.nav-giving li a:link.donate, .nav-giving li a:visited.donate { color: #fff; background: #fa0b12; }
.nav-giving li a:hover.donate { color: #F70014; background: #fa0b12; }
.nav-giving li span.sub-section-nav { border-top: 1px solid #b0000e; }
.nav-giving li ul { border-bottom: 1px solid #b0000e; }
.nav-giving li ul li a:link, .nav-giving li ul li a:visited { color: #F70014; }
#section-nav.nav-giving h2 { color: #b0000e; }


.nav-helping li a:link, .nav-helping li a:visited { color: #ed7548; }
.nav-helping li a:link.active, .nav-helping li a:visited.active, .nav-helping li a:hover.active { color: #9d4c2e; }
.nav-helping li span.sub-section-nav { border-top: 1px solid #ed7548; }
.nav-helping li ul { border-bottom: 1px solid #ed7548; }
.nav-helping li ul li a:link, .nav-helping li ul li a:visited { color: #9d4c2e; }
#section-nav.nav-helping h2 { color: #ed7548; }


.nav-working li a:link, .nav-working li a:visited { color: #6b8e23; }
.nav-working li a:link.active, .nav-working li a:visited.active, .nav-working li a:hover.active { color: #526e1b; }
.nav-working li span.sub-section-nav { border-top: 1px solid #6b8e23; }
.nav-working li ul { border-bottom: 1px solid #6b8e23; }
.nav-working li ul li a:link, .nav-working li ul li a:visited { color: #526e1b; }
#section-nav.nav-working h2 { color: #6b8e23; }


.nav-learning li a:link, .nav-learning li a:visited { color: #6495ed; }
.nav-learning li a:link.active, .nav-learning li a:visited.active, .nav-learning li a:hover.active { color: #4568a5; }
.nav-learning li span.sub-section-nav { border-top: 1px solid #6495ed; }
.nav-learning li ul { border-bottom: 1px solid #6495ed; }
.nav-learning li ul li a:link, .nav-learning li ul li a:visited { color: #4568a5; }
#section-nav.nav-learning h2 { color: #6495ed; }


.nav-services li a:link, .nav-services li a:visited { color: #647382; }
.nav-services li a:link.active, .nav-services li a:visited.active, .nav-services li a:hover.active { color: #6ba4d3; }
.nav-services li span.sub-section-nav { border-top: 1px solid #708090; }
.nav-services li ul { border-bottom: 1px solid #708090; }
.nav-services li ul li a:link, .nav-services li ul li a:visited { color: #6ba4d3; }
#section-nav.nav-services h2 { color: #708090; }


.nav-jsl li a:link, .nav-jsl li a:visited { color: #b0000e; }
.nav-jsl li a:link.active, .nav-jsl li a:visited.active, .nav-jsl li a:hover.active { color: #F70014; }
.nav-jsl li a:hover.donate { color: #F70014; background: #fa0b12; }
.nav-jsl li span.sub-section-nav { border-top: 1px solid #b0000e; }
.nav-jsl li ul { border-bottom: 1px solid #b0000e; }
.nav-jsl li ul li a:link, .nav-giving li ul li a:visited { color: #F70014; }
#section-nav.nav-jsl h2 { color: #ca430e; }





/* Related Link Box
------------------------------------------------------------ */

.related-link-section {
	width: 274px;
	margin: 20px 0;
	border: 1px #ddd solid;
	padding-bottom: 10px;
	background: url(../images/container-bg-related-link.png) 100% 0 repeat-x;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}

.related-link-section h3 {
	padding: 4px 10px;
	margin: 0;
	color: #777;
	border-bottom: 1px #fff solid;
	font-size: 24px;
}

.related-link-section ul {
	margin: 0;
	padding: 0;
	list-style-image: none;  /* override */
}

.related-link-section li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.related-link-section li a:link, .related-link-section li a:visited {
	padding: 5px 10px 7px 10px;
	display: block;
	text-decoration: none;
	font: 0.9em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #6e0a78;
	border-bottom: 1px solid #fff;
}
.related-link-section li a:hover {
	color: #ea13ff;
	background: #fff;
}



/* Related Link Icons (these go in a span with a nbsp placeholder)
------------------------------------------------------------ */

a span.pdf, a:visited span.pdf { 
	background: url(../images/icon-pdf-off.gif) 0 50% no-repeat; 
	margin: 0;
	padding: 0 0 0 22px;
	font: 0.85em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	text-transform: uppercase;
	border-bottom: 0;
}
a:hover span.pdf { 
	background: url(../images/icon-pdf-on.gif) 0 50% no-repeat; 
	color: #ea13ff;
}

a span.mail, a:visited span.mail { 
	background: url(../images/icon-mail-off.png) 0 50% no-repeat; 
	margin: 0;
	padding: 0 0 0 20px;
	font: 0.85em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	text-transform: uppercase;
	border-bottom: 0;
}
a:hover span.mail { 
	background: url(../images/icon-mail-on.png) 0 50% no-repeat; 
	color: #ea13ff;
}

a span.outlink, a:visited span.outlink { 
	background: url(../images/icon-outlink-off.gif) 0 50% no-repeat; 
	margin: 0;
	padding: 0 0 0 22px;
	font: 0.85em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	text-transform: uppercase;
	border-bottom: 0;
}
a:hover span.outlink { 
	background: url(../images/icon-outlink-on.gif) 0 50% no-repeat; 
	color: #ea13ff;
}

a span.divider, a:visited span.divider { padding: 0 4px; color: #ccc; }

a span.contact-mail, a:visited span.contact-mail { 
	background: url(../images/icon-mail-off.png) 0 50% no-repeat; 
	margin: 0;
	padding: 0 0 0 20px;
	font: 0.85em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	text-transform: uppercase;
	border-bottom: 0;
}
a:hover span.contact-mail { 
	background: url(../images/icon-mail-on.png) 0 50% no-repeat; 
	color: #ea13ff;
}
span.contact-mail { 
	background: url(../images/icon-mail-on.png) 0 50% no-repeat; 
	margin: 0;
	padding: 0 0 0 20px;
}






/* Web Resources
------------------------------------------------------------ */
.web-resource {
	padding: 20px 0;
	margin: 0;
	border-top: 1px solid #ddd;
}
.web-resource p {
	margin: 0;
}
.web-resource h3 {
	margin: 0;
}
p.resource-link {
	padding: 3px 5px;
	margin: 4px 0 8px 0;
	font: 0.9em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}
p.resource-link a:link, p.resource-link a:visited  {
	border-bottom: 0;
}


/* Sidebar Items
------------------------------------------------------------ */
.side-indent { /* pads children, so they don't touch the sidebar edge */
	margin-top: 30px;
	padding-left: 10px;
}

.side-box-living {
	margin: 0;
	padding: 10px;
	background: url(../images/container-bg-page-nav-living.png) 0 0 repeat-x;
	font: 0.95em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
.side-box-living-head {
	margin: 20px 0 0 0;
	padding: 10px 10px 0 10px;
	border-bottom: solid 1px #ff8c00;
	background: url(../images/side-box-head-living.png) 0 0 repeat-x;
}
.side-box-living h3 {
	margin: 0.5em 0 0 0;
	border-bottom: solid 1px #ffd8a8;
	color: #d2691e;
}
.side-box-living-head h3 {
	margin: 0.2em 0 0 0;
	color: #8b4513;
}





	

/* Thumbnail Table
------------------------------------------------------------ */

table.thumbnail-table {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 480px;
	font: 0.85em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #666;
}
table.thumbnail-table p {
	margin: 3px 11px 20px 11px;
	padding: 0;
}

table.thumbnail-table td {
	margin: 0;
	padding: 0;
	width: auto;
	vertical-align: top;
}
table.thumbnail-table td a, table.thumbnail-table td a:visited  {
	margin: 0;
	padding: 11px 11px 6px 11px;
	display: block;
	text-align: center;
	background: #eee;
	border-bottom: 0;  /* override */
	border-right: solid 1px #fff;
}
table.thumbnail-table td a:hover  {
	background: #ddd;
}
table.thumbnail-table td a img  {
	border: 1px solid #fff;
	margin: 0 0 5px 0;
	display: block;
}



/* Charitable Giving Table
------------------------------------------------------------ */

table.giving-table {
	margin: 0 0 12px 0;
	padding: 0;
	width: 850px;
	height: 340px;
	background: #a0511c url(../images/giving/charitable-giving-bg.jpg) no-repeat 0 50%;
}
table.giving-table td {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 425px;
	height: 170px;
	overflow: hidden;
}
table.giving-table h2 {
	font-size: 30px
}





/* Seals
------------------------------------------------------------ */

#seals {
	width: 850px;
	margin: 20px auto;
	padding: 10px 0 50px 0;
	background: #fff url(../images/wide-divide-medium-gray.png) 50% 0 no-repeat;
} 

#seals ul {
	width: 380px;
	margin: 0 auto;
	padding: 0;
}
#seals ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#seals a {
	display: block;
	border-bottom: 0;
	text-indent: -9999px;
}
a.message-1 {
	background: #fff url(../images/giving/seal-BIA-gray.png) 50% 50% no-repeat; width: 100px; height: 150px;
}
a:hover.message-1 {
	background: #fff url(../images/giving/seal-BIA-color.png) 50% 50% no-repeat;
}
a.message-2 {
	background: #fff url(../images/giving/seal-exchange-gray.png) 50% 50% no-repeat; width: 100px; height: 150px;
}
a:hover.message-2 {
	background: #fff url(../images/giving/seal-exchange-color.png) 50% 50% no-repeat;
}
a.message-3 {
	background: #fff url(../images/giving/seal-CMS-5-star-rating-gray.png) 50% 50% no-repeat; width: 180px; height: 150px;
}
a:hover.message-3 {
	background: #fff url(../images/giving/seal-CMS-5-star-rating-color.png) 50% 50% no-repeat;
}



/* Tour
------------------------------------------------------------ */

#tour, #starstour, #yadtour {
	height: 0;
	width: 0;
	overflow: hidden;
}


/* Contact
------------------------------------------------------------ */

table#contact-us {
	width: 490px;
	font: 0.95em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 0 0 20px 0;
}
table#contact-us td {
	padding: 4px 10px 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
table#contact-us td.align-right {
	padding: 3px 10px 3px 0;
	text-align: right;
}
table#contact-us td.label {
	padding: 3px 10px 3px 0;
	text-align: right;
	width: 100px;
	vertical-align: middle;
}
table#contact-us td.v-align-middle {
	vertical-align: middle;
}
table#contact-us td a:link, table#contact-us td a:visited {
	border-bottom: 0;
}


table#contact-us p.pre-head {
	margin: 20px 0 0 0;
	color: #000;
}

/* Feedback and sign-up forms
------------------------------------------------------------ */
form.info {
}
form.info label {
}

/* Miscellaneous
------------------------------------------------------------ */

.clearfloat { /* close containers with floating children */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear-float { /* wrap around floating images */
	clear: both;
}

.no-wrap {
	white-space: nowrap;
}


/* Golf
------------------------------------------------------------ */

table.data-boxes {
	border-top: solid 3px #b7ddb3;
	border-left: solid 3px #b7ddb3;
}

table.data-boxes td {
	border-bottom: solid 3px #b7ddb3;
	border-right: solid 3px #b7ddb3;
	padding: 10px;
	vertical-align: top;
	width: 50%;
}

h2.bid, h2.sponsor, h2.play {
	text-indent: -9999px;
	height: 50px;
	background: url(../images/golf/2009/jh-golf-heads.png) 0 0 no-repeat;
}

h2.bid {
	background-position: -4px -144px;
}
h2.sponsor {
	background-position: -4px -73px;
}
h2.play {
	background-position: -4px -3px;
}

ul.sponsor-list {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	list-style-type: none;
	list-style-image: none;
}
ul.sponsor-list li {
	margin: 0;
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
h3.sponsor-category {
	margin: 0;
	color:#ff0000;
	font-size: 1.4em;
}

.sponsor-name {
	color: #555;
	background-color: #efefef;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	font-family: Georgia, Times sans-serif;
	padding: 10px;
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}





/* New Footer Nav
------------------------------------------------------------ */

.footer-nav {
	background: url(../images/new-bottom-nav-container-bg.jpg) 50% 1px no-repeat;
	border-top: solid 12px #dedede;
	clear: both;
}

.footer-nav h5 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 24px;
	color: #777;
}
.footer-nav h5 a:link, .footer-nav h5 a:visited {
	display: block;
	border-bottom: 0;
	padding: 0;
}


.footer-nav ul {
	list-style-image: none;  /* override */
	margin: 0 0 10px 0;
	padding: 0;
}

.footer-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.footer-nav li a:link, .footer-nav li a:visited   {
	font: 11px/12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding: 4px 0;
	display: block;
	text-decoration: none;
	border-bottom: 0;
}
.footer-nav li a:hover {
}

.footer-nav li a:link span, .footer-nav li a:visited span {
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	color: #999;
	white-space: nowrap;
	padding: 0;
	margin: 2px 0;
	width: auto;
}

.footer-nav p {
	margin: 0;
	padding: 0;
	font: 0.85em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #a4a4a4;
	text-align: center;
}



/* Footer
------------------------------------------------------------ */

#footer {
	width: 100%;
	min-width: 850px;
	margin: 20px 0 0 0;
	padding: 10px 0 15px 0;
	background: #fff url(../images/wide-divide.png) 50% 0 no-repeat;
} 

#footer p {
	margin: 0;
	padding: 0;
	font: 0.85em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #a4a4a4;
}
p.footer-links {
	margin: 0;
	padding: 0;
	font: 0.85em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #a4a4a4;
	text-align: center;
}




/* Research
------------------------------------------------------------ */

.contracts-section p {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 0;
	margin: 0;
	border-top: 1px solid #ddd;
}











