@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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* common text */


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:link {
	color: #ea13ff;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #ea13ff;
	border-bottom: 1px solid #ddd;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #6e0a78;
	border-bottom: 1px solid #ea13ff;
}
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;
}



/* Containers
------------------------------------------------------------ */


#body-wrapper-about {  /* for about section pages, it adds bg to the right */
	width: 100%;
	min-width: 850px;
	margin: 0;
	text-align: center;
	background: url(../images/container-bg-section-nav.png) no-repeat 50% top;
	clear: both;
}
#body-container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* overrides the text-align: center on the body */
	clear: both;
	background: url(../images/related-nav-lines.png) 340px 0 no-repeat;
}

.body-3-col-left {
	width: 490px;
	margin: 0;
	padding: 10px 0 30px 0;
	float: left;
}
.body-2-col-left {
	width: 320px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}
.body-3-col-right {
	width: 510px;
	margin: 0;
	padding: 0;
	float: right;
}
.body-2-col-right {
	width: 340px;
	margin: 0;
	padding: 0;
	float: right;
}
.body-1-col-middle {
	width: 170px;
	margin: 0;
	padding: 0;
	float: right;
}




/* Page Sections
------------------------------------------------------------ */

.page-section {
	background: url(../images/new-bottom-nav-container-bg.jpg) 50% -100px no-repeat;
	margin: 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 {
	color: #888;
	margin: 20px 0;
	padding: 2px 0;
	border-top: 10px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pull-quote p.key-message {
	margin: 0;
}


/* Image containers
------------------------------------------------------------ */

div.image-1col {
	margin: 10px 0;
	width: 159px;
	border-right: solid 1px #ccc;
	overflow: hidden;
}
div.image-1col-left {
	float: left;
	margin: 0 20px 20px 0;
	width: 159px;
	border-left: solid 1px #ccc;
	overflow: hidden;
}
div.image-1col-right {
	float: right;
	margin: 0 20px 20px 20px;
	width: 159px;
	border-right: solid 1px #ccc;
	overflow: hidden;
}
div.image-2col {
	margin: 0 0 20px 0;
	width: 339px;
	border-right: solid 1px #ccc;
	overflow: hidden;
}
div.image-3col {
	margin: 20px 0;
	width: 489px;
	border-right: solid 1px #ccc;
	overflow: hidden;
}
div.image-5col {
	margin: 20px 0;
	width: 849px;
	border-right: solid 1px #ccc;
	overflow: hidden;
}

div.image-1col p, div.image-1col-right p, div.image-2col p, div.image-3col p, div.image-5col p  {
	margin: 0;
	padding: 3px 10px 10px 10px;
	font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #888;
	text-align: right;
}
div.image-1col-left p {
	margin: 0;
	padding: 3px 10px;
	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;
}


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

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

h1 { font-size: 28px; line-height: 32px; color: #333; }
h2 { font-size: 28px; line-height: 32px; color: #444; }
h3 { font-size: 22px; line-height: 26px; color: #444; }
h4 { font-size: 20px; line-height: 24px; color: #555; }
h5 { font-size: 18px; line-height: 20px; color: #555; }

.section-about h2 { color: #6e0a78 }
.section-living h2 { color: #8b4513 }
.section-giving h2 { color: #b0000e }
.section-working h2 { color: #526e1b }
.section-helping h2 { color: #9d4c2e }
.section-learning h2 { color: #4568a5 }
.section-services h2 { color: #708090 }

.section-about h3 { color: #904397 }
.section-living h3 { color: #d2691e }
.section-giving h3 { color: #fa0b12 }
.section-working h3 { color: #6b8e23 }
.section-helping h3 { color: #ed7548 }
.section-learning h3 { color: #6495ed }
.section-services h3 { color: #6ba4d3 }


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

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

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


/* Text
------------------------------------------------------------ */
p.key-message {
	font-size: 22px;
	line-height: 26px;
	margin: 10px 0 20px 0;
	color: #555;
}
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: #444;
}
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.author {
	margin: 10px 0 0 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;
}

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



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

.button-container {
	height: 22px;
}

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



/* Banner
------------------------------------------------------------ */
#print-banner {
 display: none;
}

#banner-container {
	width: 100%;
	min-width: 850px;
	margin: 10px 0;
	text-align: center;
	background: url(../images/banner-2010.png) no-repeat 50% 0;
	height: 55px;
}
#banner {
	width: 850px;
	height: 55px;
	margin: 0 auto;
	text-align: left;
}

#banner-image {
	width: 850px;
	height: auto;
	margin: 0 auto 10px auto;
}
#banner-image p {
	margin: 0;
	padding: 3px 0 0 0;
	font: 0.9em/1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #888;
	text-align: right;
}

#banner a, #banner a:visited {
	float: left;
	display: block;
	line-height: 0;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	height: 55px;
	width: 410px;
	text-decoration: none;
	border-bottom: 0;  /* override */
}


/* Banner Search
------------------------------------------------------------ */

#banner-search {
	width: 340px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 16px 0 0 0;
}
form#banner-search-box {
	margin: 0;
	padding: 0;
}
form#banner-search-box input#banner-search-field, form#banner-search-box textarea {
	width: 180px;
	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#banner-search-box #submit {
	vertical-align: top;
	margin-top: 3px;
	margin-left: -24px;
}



/* Main Navigation
------------------------------------------------------------ */

#nav-container {
	height: 100px;
	margin: 0;
	background: url(../images/container-bg-top-nav.png) 50% 100% no-repeat;
}
#nav {
	width: 850px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
}
#nav-section {
	background: url(../images/gradient-down.png) repeat-x left top;
	margin: 0 auto;
	width: 850px;
	height: 50px;
	text-align: left;
	text-indent: -9999px;
}


/* Tagline Header Section
------------------------------------------------------------ */

#tag-container-about, #tag-container-find, #tag-container-living, #tag-container-giving, #tag-container-working, #tag-container-helping, #tag-container-learning, #tag-container-services, #tag-container-event {
	width: 100%;
	min-width: 850px;
	margin: 0 0 20px 0;
	text-align: center;
	height: 25px;
	background: url(../images/tag-container-bg-about.png) 50% 0 no-repeat;
	clear: both;
}
#tag-container-about {	background: url(../images/tag-container-bg-about.png) 50% 0 no-repeat; }
#tag-container-find { background: url(../images/tag-container-bg-find.png) 50% 0 no-repeat; }
#tag-container-living {	background: url(../images/tag-container-bg-living.png) 50% 0 no-repeat;	}
#tag-container-giving {	background: url(../images/tag-container-bg-giving.png) 50% 0 no-repeat;	}
#tag-container-working { background: url(../images/tag-container-bg-working.png) 50% 0 no-repeat; }
#tag-container-helping { background: url(../images/tag-container-bg-helping.png) 50% 0 no-repeat; }
#tag-container-learning { background: url(../images/tag-container-bg-learning.png) 50% 0 no-repeat; }
#tag-container-services { background: url(../images/tag-container-bg-services.png) 50% 0 no-repeat; }
#tag-container-event { background: url(../images/tag-container-bg-event.png) 50% 0 no-repeat; }


#tag {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	height: 25px
}

#tag h1 {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 850px;
	text-indent: -9999px;
	overflow: hidden;
}

#tag h1.home { background: url(../images/tag-home.png) 0 0 no-repeat; }

#tag h1.about-admission { background: url(../images/tag-about-admission.png) 0 0 no-repeat; }
#tag h1.about-facts { background: url(../images/tag-about-facts.png) 0 0 no-repeat; }
#tag h1.about-tour { background: url(../images/tag-about-tour.png) 0 0 no-repeat; }
#tag h1.about-awards { background: url(../images/tag-about-awards.png) 0 0 no-repeat; }
#tag h1.about-publications { background: url(../images/tag-about-publications.png) 0 0 no-repeat; }
#tag h1.about-news { background: url(../images/tag-about-news.png) 0 0 no-repeat; }
#tag h1.about-mission { background: url(../images/tag-about-mission.png) 0 0 no-repeat; }
#tag h1.about-vision { background: url(../images/tag-about-vision.png) 0 0 no-repeat; }
#tag h1.about-partners { background: url(../images/tag-about-partners.png) 0 0 no-repeat; }
#tag h1.about-leadership { background: url(../images/tag-about-leadership.png) 0 0 no-repeat; }
#tag h1.about-charitable { background: url(../images/tag-about-charitable.png) 0 0 no-repeat; }
#tag h1.about-benefit { background: url(../images/tag-about-benefit.png) 0 0 no-repeat; }
#tag h1.about-history { background: url(../images/tag-about-history.png) 0 0 no-repeat; }

#tag h1.find-search { background: url(../images/tag-find-search.png) 0 0 no-repeat; }
#tag h1.find-contact { background: url(../images/tag-find-contact.png) 0 0 no-repeat; }
#tag h1.find-directions { background: url(../images/tag-find-directions.png) 0 0 no-repeat; }
#tag h1.find-feedback { background: url(../images/tag-find-feedback.png) 0 0 no-repeat; }
#tag h1.find-sitemap { background: url(../images/tag-find-sitemap.png) 0 0 no-repeat; }
#tag h1.find-disclaimers { background: url(../images/tag-find-disclaimers.png) 0 0 no-repeat; }
#tag h1.find-subscribe { background: url(../images/tag-find-subscribe.png) 0 0 no-repeat; }

#tag h1.living-resident-life { background: url(../images/tag-living-resident-life.png) 0 0 no-repeat; }
#tag h1.living-at-home { background: url(../images/tag-living-at-home.png) 0 0 no-repeat; }
#tag h1.living-family-matters { background: url(../images/tag-living-family-matters.png) 0 0 no-repeat; }

#tag h1.giving { background: url(../images/tag-giving.png) 0 0 no-repeat; }
#tag h1.giving-forsake { background: url(../images/tag-giving-forsake.png) 0 0 no-repeat; }
#tag h1.giving-foundation { background: url(../images/tag-giving-foundation.png) 0 0 no-repeat; }
#tag h1.giving-annual-fund { background: url(../images/tag-giving-annual-fund.png) 0 0 no-repeat; }
#tag h1.giving-legacy-gifts { background: url(../images/tag-giving-legacy-gifts.png) 0 0 no-repeat; }
#tag h1.giving-comprehensive-campaign { background: url(../images/tag-giving-comprehensive-campaign.png) 0 0 no-repeat; }
#tag h1.giving-golf-tournament { background: url(../images/tag-giving-golf-tournament.png) 0 0 no-repeat; }
#tag h1.giving-kitchen { background: url(../images/tag-giving-kitchen.png) 0 0 no-repeat; }
#tag h1.giving-cards { background: url(../images/tag-giving-cards.png) 0 0 no-repeat; }
#tag h1.giving-donate { background: url(../images/tag-giving-donate.png) 0 0 no-repeat; }

#tag h1.working-employees { background: url(../images/tag-working-employees.png) 0 0 no-repeat; }
#tag h1.working-opportunities { background: url(../images/tag-working-opportunities.png) 0 0 no-repeat; }
#tag h1.working-training { background: url(../images/tag-working-training.png) 0 0 no-repeat; }
#tag h1.working-apply { background: url(../images/tag-working-apply.png) 0 0 no-repeat; }
#tag h1.working-benefits { background: url(../images/tag-working-benefits.png) 0 0 no-repeat; }

#tag h1.helping-how { background: url(../images/tag-helping-how-to.png) 0 0 no-repeat; }
#tag h1.helping-opportunities { background: url(../images/tag-helping-opportunities.png) 0 0 no-repeat; }
#tag h1.helping-generations { background: url(../images/tag-helping-generations.png) 0 0 no-repeat; }

#tag h1.learning-matters { background: url(../images/tag-learning-matters.png) 0 0 no-repeat; }
#tag h1.learning-research { background: url(../images/tag-learning-research.png) 0 0 no-repeat; }
#tag h1.learning-research-review { background: url(../images/tag-learning-research-review.png) 0 0 no-repeat; }
#tag h1.learning-research-grant { background: url(../images/tag-learning-research-grant.png) 0 0 no-repeat; }
#tag h1.learning-research-staff { background: url(../images/tag-learning-research-staff.png) 0 0 no-repeat; }
#tag h1.learning-articles { background: url(../images/tag-learning-articles.png) 0 0 no-repeat; }
#tag h1.learning-web { background: url(../images/tag-learning-resource.png) 0 0 no-repeat; }

#tag h1.services { background: url(../images/tag-services.png) 0 0 no-repeat; }

#tag h1.event-rosenberg { background: url(../images/tag-event-rosenberg.png) 0 0 no-repeat; }
#tag h1.event-meeting { background: url(../images/tag-event-meeting.png) 0 0 no-repeat; }
#tag h1.event-meeting-2009 { background: url(../images/tag-event-meeting-2009.png) 0 0 no-repeat; }
#tag h1.event-chanukah { background: url(../images/tag-event-chanukah.png) 0 0 no-repeat; }
#tag h1.event { background: url(../images/tag-events.png) 0 0 no-repeat; }






/* Main Navigation
------------------------------------------------------------ */


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

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



#nav li a, #nav li a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	height: 50px;
	background: url(../images/site-nav.png) no-repeat;
	text-decoration: none;
	border-bottom: 0;  /* override */
}
#nav li.living a, #nav li.living a:visited {
	width: 102px;
	background-position: 0 0;
}
#nav li.giving a, #nav li.giving a:visited {
	width: 102px;
	background-position: -102px 0;
}
#nav li.working a, #nav li.working a:visited {
	width: 102px;
	background-position: -204px 0;
}
#nav li.helping a, #nav li.helping a:visited {
	width: 102px;
	background-position: -306px 0;
}
#nav li.learning a, #nav li.learning a:visited {
	width: 102px;
	background-position: -408px 0;
}
#nav li.services a, #nav li.services a:visited {
	width: 340px;
	background-position: -510px 0;
}




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

#nav li.living a:hover { background-position: 0 -50px }
#nav li.giving a:hover { background-position: -102px -50px }
#nav li.working a:hover { background-position: -204px -50px }
#nav li.helping a:hover { background-position: -306px -50px }
#nav li.learning a:hover { background-position: -408px -50px }
#nav li.services a:hover { background-position: -510px -50px }

#nav a:hover span {
	background-color: #fff;
	border: solid 1px #ddd;
	border-left: none;
	text-indent: 0;
	display: block;
	position: absolute;
	top: 140px;
	left: 0;
	width: 800px;
	padding: 2px 10px 4px 0;
	margin: 0;
	z-index: 100;
	color: #ff3300;
	font-size: 12px;
	text-align: right;
	line-height: 14px;
}

.section-living #nav li.living a { background-position: 0 -100px }
.section-giving #nav li.giving a { background-position: -102px -100px }
.section-working #nav li.working a { background-position: -204px -100px }
.section-helping #nav li.helping a { background-position: -306px -100px }
.section-learning #nav li.learning a { background-position: -408px -100px }
.section-services #nav li.services a { background-position: -510px -100px }



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

.related-link-section {
	width: 158px;
	margin: 20px 0;
	border: 1px #ddd solid;
	padding-bottom: 10px;
	background: url(../images/container-bg-section-nav.png) 100% 5% no-repeat;
	-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: 18px;
}

.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:link 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;
}
a:hover span.pdf { 
	background: url(../images/icon-pdf-on.gif) 0 50% no-repeat; 
	color: #ea13ff;
}

a:link 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;
}
a:hover span.mail { 
	background: url(../images/icon-mail-on.png) 0 50% no-repeat; 
	color: #ea13ff;
}

a:link 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;
}
a:hover span.outlink { 
	background: url(../images/icon-outlink-on.gif) 0 50% no-repeat; 
	color: #ea13ff;
}

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

a:link 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;
}
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;
}



/* Nav Level Two and Three
------------------------------------------------------------ */

.section-nav-right {
	width: 340px;
	float: right;
	margin: 0;
	padding: 0;
}

#section-nav {
	margin: 0;
	padding: 17px 0 100px 0;
}
#section-nav.nav-about { background: url(../images/container-bg-page-nav.png) 0 100% repeat-x; }
#section-nav.nav-living { background: url(../images/container-bg-page-nav-living.png) 0 100% repeat-x; }
#section-nav.nav-giving { background: url(../images/container-bg-page-nav-giving.png) 0 100% repeat-x; }
#section-nav.nav-working { background: url(../images/container-bg-page-nav-working.png) 0 100% repeat-x; }
#section-nav.nav-helping { background: url(../images/container-bg-page-nav-helping.png) 0 100% repeat-x; }
#section-nav.nav-learning { background: url(../images/container-bg-page-nav-learning.png) 0 100% repeat-x; }
#section-nav.nav-services { background: url(../images/container-bg-page-nav-services.png) 0 100% repeat-x; }

#section-nav h2 {
	margin: 0;
	padding: 0 10px 4px 10px;
	font-size: 22px;
	color: #888;
}






/* Nav Two 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/bg-page-nav-hover.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;
	margin: 1px 0;
}

/* Nav Two Sub-section links */

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


/* Nav Two 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; }



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





/* Slider Promo Links
------------------------------------------------------------ */

/* On parent page */

#slider-wrap {
	width: 100%;
	padding: 15px 0;
	margin: 0;
	background: url(../images/gradient-down.png) 0 0 repeat-x;
	}

#slider {
	width: 954px;
	margin: 0 auto;
	background: transparent;
	}

	
.panel {
	width: 954px;
	height: 170px;
	margin: 0 0 40px 0;
	background: url(../images/gradient-down.png) 0 -15px repeat-x;
	}


.panel-item {
	width: 169px;
	height: 169px;
	margin: 0 2px 0 0;
	float: left;
	background: #dedede;
	-webkit-border-radius: 9px; 
	-moz-border-radius: 9px;
	}
.panel-item a:link, .panel-item a:visited, .panel-item a:hover {
	width: 169px;
	height: 169px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	-webkit-border-radius: 9px; 
	-moz-border-radius: 9px;
	}
.panel-item a img {
	border: 0;
	}
.panel-item a:hover {
	}
.panel-item a.fifth-commandment { background: url(../images/slider/promo-5th-commandment.jpg) 0 0 no-repeat; }
.panel-item a.stars { background: url(../images/slider/promo-stars.jpg) 0 0 no-repeat; }
.panel-item a.forsake { background: url(../images/slider/promo-forsake.jpg) 0 0 no-repeat; }
.panel-item a.donate { background: url(../images/slider/promo-donate.jpg) 0 0 no-repeat; }
.panel-item a.cards { background: url(../images/slider/promo-cards.jpg) 0 0 no-repeat; }
.panel-item a.e-news { background: url(../images/slider/promo-e-news.jpg) 0 0 no-repeat; }
.panel-item a.chanukah { background: url(../images/slider/promo-chanukah.jpg) 0 0 no-repeat; }
.panel-item a.rosenberg { background: url(../images/slider/promo-rosenberg.jpg) 0 0 no-repeat; }
.panel-item a.newsom { background: url(../images/slider/promo-newsom.jpg) 0 0 no-repeat; }
.panel-item a.meeting { background: url(../images/slider/promo-meeting.jpg) 0 0 no-repeat; }
.panel-item a.golf { background: url(../images/slider/promo-golf-2010.jpg) 0 0 no-repeat; }
.panel-item a.jsl { background: url(../images/slider/promo-jsl.jpg) 0 0 no-repeat; }
.panel-item a.legacy { background: url(../images/slider/promo-legacy.jpg) 0 0 no-repeat; }
.panel-item a.vision { background: url(../images/slider/promo-vision.jpg) 0 0 no-repeat; }
.panel-item a.history { background: url(../images/slider/promo-history.jpg) 0 0 no-repeat; }
.panel-item a.awards { background: url(../images/slider/promo-awards.jpg) 0 0 no-repeat; }
.panel-item a.meeting { background: url(../images/slider/promo-meeting.jpg) 0 0 no-repeat; }


.panel-nav {
	width: 49px;
	margin: 0;
	padding-top: 70px;
	float: left;
	}
.panel-nav a, .panel-nav a:visited {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../images/arrow-panel.gif);
	border-bottom: 0;
	}

.panel-nav a.arrow-left, .panel a:visited.arrow-left {
	float: right;
	margin-right: 5px;
	background-position: 0 0;
	}
.panel-nav a:hover.arrow-left {
	background-position: 0 30px;
	}
.panel-nav a.arrow-right, .panel a:visited.arrow-right {
	float: left;
	margin-left: 3px;
	background-position: 30px 0;
	}
.panel-nav a:hover.arrow-right {
	background-position: 30px 30px;
	}




/* Coda Slider
------------------------------------------------------------ */

p#cross-links { text-align: center }
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }


.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-tray {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/gradient-down.png) 0 9px repeat-x;
}

.slider-container { /* contains arrow buttons */
	margin: 0 auto 10px auto;
	position: relative;
	width: 931px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 855px; height: 170px; padding:23px 38px 0 38px; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}


.stripViewer { /* viewing window */
	position: relative;
	overflow: hidden; 
	border: 0;
	margin: 0 auto;
	width: 855px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 170px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 855px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
}

.stripNav { /* holds nav generated at run time */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0;
}

.stripNav ul li {
	float: left;
	margin: 0 2px 0 0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	width: 18px;
	padding-bottom: 4px; /* Best way to get consistent space between stripViewer across browsers, due to float */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	background: #999;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	display: block;
	padding: 0;
}

.stripNav li.tab1 a { background: #ea13ff; color: #fff; }
.stripNav li.tab2 a { background: #ea13ff; color: #fff; }
.stripNav li.tab3 a { background: #ea13ff; color: #fff; }
.stripNav li.tab4 a { background: #ea13ff; color: #fff; }
.stripNav li.tab5 a { background: #ea13ff; color: #fff; }

.stripNav li a:hover {
	background: #6e0a78;
}

.stripNav li a.current {
	background: #999;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 90px;
	text-indent: -9000em;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/arrow-panel.gif) no-repeat;
	border-bottom: none;
}

.stripNavL a { background-position: 0 -30px}
.stripNavL a:hover { background-position: 0 0}

.stripNavR a { background-position: -30px -30px}
.stripNavR a:hover { background-position: -30px 0}

	

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


/* Giving Nav
------------------------------------------------------------ */

#giving-nav {
	height: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #dedede;
	margin: 0 0 8px 0;
	padding: 8px 0;
	overflow: hidden;
}

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

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


#giving-nav li a, #giving-nav li a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	height: 40px;
	width: 135px;
	background: url(../images/giving/giving-nav.png) no-repeat;
	text-decoration: none;
	border-bottom: 0;  /* override */
}
#giving-nav li.annual a, #giving-nav li.annual a:visited { background-position: 0 0 ; margin-right: 8px }
#giving-nav li.forsake a, #giving-nav li.forsake a:visited { background-position: -143px 0 ; margin-right: 8px }
#giving-nav li.legacy a, #giving-nav li.legacy a:visited { background-position: -286px 0 ; margin-right: 8px }
#giving-nav li.golf a, #giving-nav li.golf a:visited { background-position: -429px 0 ; margin-right: 8px }
#giving-nav li.tribute a, #giving-nav li.tribute a:visited { background-position: -572px 0 ; margin-right: 8px }
#giving-nav li.donate a, #giving-nav li.donate a:visited { background-position: -715px 0 ; margin-right: 0 }


#giving-nav li a:hover {
	display: block;
	text-decoration: none;
}
#giving-nav li.annual a:hover { background-position: 0 -40px }
#giving-nav li.forsake a:hover { background-position: -143px -40px }
#giving-nav li.legacy a:hover { background-position: -286px -40px }
#giving-nav li.golf a:hover { background-position: -429px -40px }
#giving-nav li.tribute a:hover { background-position: -572px -40px }
#giving-nav li.donate a:hover { background-position: -715px -40px }

#giving-nav li.annual a:active { background-position: 0 -80px }
#giving-nav li.forsake a:active { background-position: -143px -80px }
#giving-nav li.legacy a:active { background-position: -286px -80px }
#giving-nav li.golf a:active { background-position: -429px -80px }
#giving-nav li.tribute a:active { background-position: -572px -80px }
#giving-nav li.donate a:active { background-position: -715px -80px }


.page-annual #giving-nav li.annual a { background-position: 0 -120px }
.page-forsake #giving-nav li.forsake a { background-position: -143px -120px }
.page-legacy #giving-nav li.legacy a { background-position: -286px -120px }
.page-golf #giving-nav li.golf a { background-position: -429px -120px }
.page-tribute #giving-nav li.tribute a { background-position: -572px -120px }
.page-donate #giving-nav li.donate a { background-position: -715px -120px }


/* 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
}




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

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

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

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

#seals a {
	display: block;
	width: 100px;
	height: 150px;
	border-bottom: 0;
	text-indent: -9999px;
}
a.message-1 {
	background: #fff url(../images/giving/seal-BIA-gray.png) 50% 50% no-repeat;
}
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;
}
a:hover.message-2 {
	background: #fff url(../images/giving/seal-exchange-color.png) 50% 50% no-repeat;
}




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

#tour, #starstour {
	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;
}


/* Footer Sitemap Nav
------------------------------------------------------------ */

#bottom-nav-container {
	width: 100%;
	min-width: 850px;
	background: url(../images/new-bottom-nav-container-bg.jpg) 50% 1px no-repeat;
	border-top: solid 12px #dedede;
}
#bottom-nav {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* override body */
}
.bottom-nav-col {
	width: 149px;
	padding: 0 10px;
	float: left;
	border-left: solid 1px #fff;
}


.bottom-nav-col h5 {
	margin: 20px 0 0 0;
	padding: 0;
}
.bottom-nav-col h5 a:link, .bottom-nav-col h5 a:visited {
	display: block;
	border-bottom: 0;
	padding: 6px 0;
}


.bottom-nav-col ul {
	list-style-image: none;  /* override */
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 1px solid #ddd;
}

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

.bottom-nav-col li a:link, .bottom-nav-col li a:visited   {
	font: 11px/12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding: 4px 0;
	display: block;
	text-decoration: none;
	color: #6e0a78;
	border-bottom: 1px solid #ddd;
}
.bottom-nav-col li a:hover {
	color: #ea13ff;
}

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


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















