body, p, ul, ol,
li, dl, dt, dd, img, 
h1, h2, h3, h4, h5, h6, 
blockquote, form, label, 
fieldset, legend, button {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	font-size: 1em;
}

html, body {
	height: 100%;
}

div.container, div.containerInner {
	min-height: 100%;
}
* html div.container, * html div.containerInner {
	height: 100%;
}

body {
	background: #c6c2ab url(img/background.jpg) no-repeat 50% 100%;
	background: #333;
	color: #FFF;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}
.Normal {
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
}

a, a:link, a:hover, a:visited {
	color: #17539b;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}   
h1 {
	color: #004737;
	font-size: 2.6em;
	line-height: 1.15em;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	display: block;
}

h2, legend span, h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .005em;
	margin: 20px 0 15px;
	color: #333;
}
h3 {
    font-weight: normal;
    margin: 15px 0 10px;
}
hr {
    clear: left;
    display: block;
    height: 1px;
    overflow: hidden;
    color: #c9cbcb;
    background: #c9cbcb;
    border: 0;
    margin: 0;
}
.hidden, 
img.tracking {
	position: absolute;
	left: -999em;
}
img.tracking {
    width: 1px;
    height: 1px;
}

div.container label {
	display: block;
	line-height: 1em;
	font-size: 1.1em;
	padding: 0 0 8px 0;
}
/*Form overrides for admin tool*/
div.container table label {
    display: inline;
    padding: 0 5px;
}
input, textarea, .NormalTextBox {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

div.container input {
	margin: 0;
	vertical-align: middle;
}
label.hiddenLabel span {
	position: absolute;
	left: -999em;
}
label.text, 
label.select {
	margin: 0 15px 0 0;
}
label.text input {
    width: 16.5em;
}

fieldset label span {
	letter-spacing: 0.075em;
	display: inline-block;
	width: 192px;
	text-align: right;
	padding: 0 8px 0 0;
}

fieldset label span.vdator, 
fieldset label span.vdator span {
    width: auto;
    letter-spacing: normal;
    text-align: left;
    padding: 0;
    display: block;
}

label.radio, 
label.checkbox {
	padding: 0;
}
label.radio input, 
label.checkbox input {
	margin: 0 5px 0 0;
}
*+html label.radio input, 
*+html label.checkbox input {
	margin: 1px 3px 0 -5px;
	position: relative;
}
label.radio span, 
label.checkbox span, 
label.textarea span {
	width: auto;
	display: inline;
	vertical-align: middle;
	line-height: 1.25em;
	
}
label.radio {
	margin: 10px 0 13px;
	padding: 10px 0 0;
}

.req {
	color: #F00;
	letter-spacing: 0.075em;
}
label span.req {
	display: inline !important;
	width: auto;
	padding: 0;
}
div.pageInnerClosest p.req {
	margin: 30px 0 -5px;
	color: #F00;
}

fieldset span.note {
	display: block;
	font-style: italic;
	color: #888787;
	text-align: left;
	padding: 0 0 0 19px;
	line-height: 1.272727em;
	font-size: 1.1em;
	/*overflow: hidden; safari freakout  */
}
fieldset label span.note {
	font-size: 1em;
}

label.honorarium, 
div.container label.honorarium,
label.anonymous, 
div.container label.anonymous  {
	background: #e4e4e4;
	clear: both;
	padding: 15px 19px;
	margin: 15px 0 18px;
	min-height: 1%;
}

label.textarea {
	padding: 10px 0 0;
}
label.textarea span {
	vertical-align: top;
	width: 5em;
}
label.textarea textarea {
	width: 320px;
}

label strong.error {
	display: block;
	color: #F00;
	margin: 0 0 2px 203px;
	font-weight: normal;
}
fieldset label strong.error span, 
label strong.error span {
    display: inline;
    letter-spacing: normal;
    width: auto;
    text-align: left;
}
.error, strong.error, h2.error {
    color: #F00;
}
h2.error, 
div.errorSummary {
    text-transform: none;
    border: 1px solid;
    padding: 7px 7px 7px 30px;
    background: #FFF url(img/icon_error.gif) no-repeat 7px .5em;
}
div.errorSummary {
    padding-bottom: 4px;
}
div.errorSummary ul, 
div.mainContent div.errorSummary ul {
    padding: 0;
    font-size: 1.1em;
}
div.errorSummary ul li, 
div.mainContent div.errorSummary ul li {
    font-size: 1.1em;
    margin: 0 0 3px;
    list-style-type: none;
}
p.error, 
div.pageInnerClosest p.error {
    margin: 0;
}
p.error strong {
    font-weight: normal;
}

legend {
	display: block;
	padding: 17px 0 15px !important;
	text-align: left;
	background: transparent;
}
*+html legend {
	margin-left: -7px;
}
* html legend {
	margin-left: -7px;
}
legend span {
	display: block;
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #a8a8a8;
	width: 100%;
	text-align: left;
}
legend span label.subText 
{
	text-transform: none;
	font-size: .9em;
	letter-spacing: normal;
	font-weight:normal;
	display:inline;
}

fieldset p, 
div.pageInnerClosest fieldset p {
    margin-top: 0;
}

fieldset.personalGift legend, 
fieldset.acknowledgement legend {
	padding-bottom: 0 !important;
}

div.subRadioRow {
	margin: -14px 0 0 21px;
	font-weight: bold;
	overflow: hidden;
}
div.subRadioRow.recurringGift label {
	float: left;
	margin-right: 20px;
}
div.subRadioRow.recurringGift label.giftAmount {
	margin-right: 8px;
}
div.subRadioRow.recurringGift label.numPayments {
    margin-right: 20px;
}
div.subRadioRow.recurringGift label.totalGift {
	margin-right: 0;
}
* html div.subRadioRow.recurringGift label.numPayments {
    margin-right: 8px;
}
div.subRadioRow.recurringGift label span {
	display: block;
	text-align: left;
	width: auto;
	font-weight: bold;
	font-size: .90909090em;
	letter-spacing: normal;
	padding: 0 0 6px;
}
* html div.subRadioRow.recurringGift label span {
    width: 10em;
}
* html div.subRadioRow.recurringGift label.numPayments span {
    width: 7em;
}
div.subRadioRow.recurringGift label.text input {
	width: 90px;
}
div.subRadioRow.recurringGift label.text input, 
div.subRadioRow.recurringGift label.select select {
	margin-right: 5px;
}
div.subRadioRow.recurringGift label.text.numPayments input {
    width: 3em;
}
fieldset.personalGift span.note {
    clear: both;
}

div.submits {
	margin: 25px 0 0;
	padding: 0 85px 0 0;
	max-width: 480px;
	text-align: right;
}
div.submits span.note 
{
	clear:both;
	float:right;
	font-size:0.9em;
	margin:-20px 0 15px 0;
	text-align:center;
	width:132px;
}
div.submits span.or {
    float: right;
    clear: both;
    text-align: center;
    width: 153px;
    margin: -10px 0 7px;
}
div.submits button {
    float: right;
	clear: right;
	margin: 0 0 18px;
	cursor: pointer;
	background: transparent;
}

div.submits button.return {
	float: none;
	margin-right: 0 !important;
}

*+html div.submits button {
	margin-right: -35px;
}
div.submits p.checkoutnote {
    float: left;
    width: 21em;
    text-align: left;
    margin-top: 0 !important;
}
a.ch 
{
	font-size: 1.3em;
	padding-right:10px;
	font-weight: bold;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

button.ch {
	line-height: 1em;
	font-size: 1.1em;
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
button.ch span {
	background: #7dc0d7;
	padding: 0;
	color: #FFF;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}
button.ch span span {
	background: #17539b;
	padding: 6px;
	line-height: 1.25em;
	position: relative;
	top: -3px;
	left: -3px;
	z-index: 1;
}
button.ch span span span.sub-text 
{
	padding:0 0 0 2px;
	top:1px;
	left:-1px;
	font-size:.8em;
	line-height:1.0em;
}
button.disabled 
{
	cursor:pointer;
	opacity:.6;
	-ms-filter:"projid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
* html button.disabled
{
	filter:alpha(opacity=60);
}
*+html button.disabled
{
	filter:alpha(opacity=60);
}

/*hide/reveal functionality*/
body.jsEnabled fieldset.memorialGift, 
body.jsEnabled fieldset.acknowledgement{
    position: absolute;
    left: -999em;
    top: -999em;
} 
body.jsEnabled fieldset.acknowledgement label.text, 
body.jsEnabled fieldset.acknowledgement label.select, 
body.jsEnabled fieldset.acknowledgement label.textarea,
body.jsEnabled fieldset#attendeeInformation div.group {
    position: absolute;
    left: -999em;
}

/*Checkout form*/
div.checkout fieldset label span {
	width: 10.96em;
}
div.checkout fieldset label span span, 
div.checkout fieldset label strong.error span {
    display: inline;
    width: auto;
}
div.checkout label strong.error, 
div.group.expiration p.error {
    margin-left: 132px;
}
div.group.expiration p.error {
    font-size: 1.1em;
}
*+html div.group.expiration label span {
    padding-right: 11px;
}
*+html div.group.expiration label span span {
    padding-right: 0;
}
* html div.group.expiration label span {
    padding-right: 11px;
}
* html div.group.expiration label span span {
    padding-right: 0;
}
div.checkout label.text input {
	width:  16.5em;
}
label.text.addressline2 span, 
div.checkout label.text.addressline2 span {
    visibility: hidden;
}
label.text.zip input, 
div.checkout label.text.zip input {
	width:  4em;
}
div.checkout label.text.seccode input {
	width:  3em;
}
div.group.expiration label.select, 
div.group.attendee label {
	float: left;
	margin-right: 5px;
}
div.group.attendee label span {
    display: block;
    text-align: left;
    width: auto;
    padding: 0 5px 0 0;
}
div.group.attendee label.text input {
    width: 12em;
    margin-top: 2.5px;
}
div.group.attendee p {
	letter-spacing: 0.075em;
	clear: both;
	margin-top: 0;
	font-size: 1.1em;
	min-height: 1%;
}
* html div.group.attendee p {height: 1%;}
fieldset#attendeeInformation table {
    font-size: 1.1em;
    border-collapse: collapse;
    border: 0;
    margin: 0 0 15px;
}
fieldset#attendeeInformation td, 
fieldset#attendeeInformation th {
    border-bottom: 1px solid #CECECE;
    color: #333;
    padding: 2px 15px 2px 0;
    font-size: 1em;
    text-align: left;
}
fieldset#attendeeInformation th {
    padding-bottom: 4px;
}
div.checkout div.submits {
	padding: 0 165px 0 0;
}


div.mainContent p, div.mainContent ul, div.mainContent dl, div.mainContent ol {
	font-size: 1.1em;
	line-height: 1.2727em;
}
div.mainContent ul {
    padding: 0 0 0 20px;
}
div.mainContent ul li {
    list-style-type: disc;
    margin: 0 0 8px;
}
div.mainContent a {
	
}
div.pageInnerClosest p {
	margin: 12px 0 12px 1px; /*left val prevents cut-off left Ws in win fx*/
	color: #333; 
}

dt {
	font-weight: bold;
	color: #333;
}

dl.personList dt {
	font-weight: bold;
	margin: 14px 0 0;
}

div.mainContent {
	overflow: hidden;
	clear: left;
}
* html div.mainContent {
	width: 480px;
	float: left;
	overflow: visible;
}
div.sidebarContent {
	float: right;
	position: relative;
	right: -70px; /*37px right overlap + 33px pageInnerClosest right padding*/
	
	margin: 0 0 0 -37px;
	width: 287px;
}

div.sidebarContent div.sidebarText {
	padding: 25px 62px 0 0;
}

div.sidebarContent div.prePhoto {
	background: url(img/sidebarPhotoBg.png);
	height: 401px;
	width: 19px;
	position: absolute;
	right: 21px;
	top: -23px;
	z-index: -1;
}
* html div.sidebarContent div.prePhoto {
	margin-right: -1px;
}


div.sidebarContent dl, 
div.sidebarContent ol, 
div.sidebarContent ul, 
div.sidebarContent p  {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #647D2E;
}
div.sidebarContent h2, 
div.sidebarContent h3 {
    color: #647D2E;
    text-transform: none;
    margin-bottom: 8px;
}   
div.sidebarContent p {
    margin-top: 8px;
}

/*Container: Infographic*/
div.infographic {
    background: #e4e4e4;
	color: #004737;
	margin: 0 15px 0 0;
	padding: 13px 11px;
}
div.infographic h2 {
	text-transform: none;
	margin-top: 0;
	color: #004737;
}
div.infographic p, 
div.pageInnerClosest div.infographic p,  
div.pageInnerClosest div.sidebarContent div.infographic *  {
    color: #004737;
}
div.infographic dt {
	margin: 15px 0 0;
	background: url(img/infographicBullet.gif) no-repeat 0 .4em;
	color: #004737;
}
* html div.infographic dt {
	height: 1%;
}
div.infographic dt, div.infographic dd {
	padding: 0 0 0 8px;
}

div.infographic li {
	margin: 15px 0 0 17px;
	list-style-type: disc;
}
div.intro {
    clear: left;
}
div.intro, div.intro p {
	color: #004737;
}
div.intro p {
	font-size: 1.2em;
	line-height: 1.333em;
}
p.lead, 
div.intro p.lead {
	font-size: 1.6em;
	line-height: 1.5em;
}

blockquote, blockquote p, 
div.pageInnerClosest blockquote p {
	color: #647d2e;
	font-family: Helvetica, Arial, sans-serif;
}
blockquote p {
	line-height: 1.727em !important;
	font-size: 1.1em;
}
blockquote p.by {
	font-style: italic;
	text-align: right;
}

/*Template: home page (just overrides to default template)*/
div.homeContainer div.mainContent {
    width: 340px;
}
div.homeContainer div.photo {
    margin: -93px 0 23px;
    position: relative;
    float: left;
}
div.homeContainer div.photo div.prePhoto {
    position: absolute;
    background: url(img/homePicTop.png);
    width: 6px;
    height: 38px;
    top: 0;
    left: -6px;
}

div.homeContainer div.sidebarContent {
	float: right;
	width: 350px;
	margin: 0;
	position: static;
}
div.homeNews {
	letter-spacing: .05em;
	margin: 20px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #919191;
}
div.homeNews h2 {
	color: #9e4c51;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 15px;
	letter-spacing: .04em;
}
div.homeNews div.item {
	padding: 0 20px 10px 0;
}
div.homeNews div.item h3 {
	color: #494948;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 2px;
}
div.homeNews div.item p {
	color: #6d6d6d;
	margin: 2px 0;
}
div.homeNews div.item p.more {
	margin: 0 0 5px;
	font-size: 1em;
}
div.homeNews div.items {
	height: 225px;
	overflow: auto;
}
p.giveFive, 
div.pageInnerClosest p.giveFive {
    margin-bottom: 20px;
}
p.giveFive a {
    display: block;
    background: url(img/giveFive.gif) no-repeat;
    padding: 0 0 0 113px;
    min-height: 32px;
}
* html p.giveFive a {
    height: 32px;
}
p.unitedWay, 
div.pageInnerClosest p.unitedWay {
    margin-bottom: 15px;
}
p.unitedWay a {
    display: block;
    background: url(img/unitedWay.gif) no-repeat;
    padding: 0 0 0 113px;
    min-height: 59px;
}
p.unitedWay a:hover {
    text-decoration: none;
}
* html p.unitedWay a {
    height: 59px;
}
p.unitedWay a span, 
p.unitedWay a:hover span {
    display: block;
    color: #333;
}
p.fb a {
    display: block;
    width: 103px;
    height: 31px;
    text-indent: -999em;
    background: url(img/findOnFacebook.gif);
}


/*Template: General template*/
div.container {	
	background: #d0cbb8 url(img/bodyGradient.jpg) repeat-x;
	padding: 0 0 3em; /*footer height*/
	padding: 0;
	position: relative;
	min-width: 1068px;
}
div.containerInner {
	background: url(img/backgroundTop2.jpg) no-repeat 50% 24px;
	padding: 0 0 3em; /*footer height*/
}

span.img, span.img span.shd {
	display: block;
	width: 358px;
	height: 256px;
	background: url(img/backgroundPicsBottom.jpg) no-repeat 6px 1px;
	
}
span.img {
	position: absolute;
	top: -253px;
	top: -249px;
	right: -140px;
	right: auto;
	left: 80%;
	display: none;
}
span.img span {
	background: url(img/backgroundPicsBottom.png) no-repeat;
}

div.bgs {
	background: transparent; height: 256px; position:absolute; width: 100%; bottom:0; left: 0; overflow: hidden;
}
div.bgsInner {
	position: relative;  background: transparent; height: 100%; max-width: 1280px; margin: 0 auto;
}
div.bgs span.bg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(img/backgroundPicsBottom.png) no-repeat;
	width: 358px;
	height: 256px;
}

div.bgs span.bg span.one, div.bgs span.bg span.two {
	display: block;
	background: purple;
	width: 134px;
	height: 103px;
	background: url(img/backgroundPicsBottom.jpg) no-repeat transparent 100% 0;
	float: right;
	clear: right;
}
div.bgs span.bg span.two {
	width: 352px;
	height: 144px;
	background-position: 0 -102px;
}

div#header {
	border-top: 24px solid #004737;
	min-height: 122px;
	min-width: 1068px;
}
* html div#header {
	height: 122px;
}
div#header div.headerInner {
	width: 1068px;
	margin: 0 auto;
	position: relative;
}
div#header .ch {
	text-indent: -999em;
	background: url(img/logo.png) no-repeat;
	width: 165px;
	height: 100px;
	position: relative;
	top: -2px;
	float: left;
}
div#header .ch * {
	text-indent: -999em;
	display: block;
	width: 100%;
	height: 100%;
}
div#header ul {
	float: right;
	overflow: hidden;
	line-height: 1em;
	margin: 10px 70px 0 0;
	font-size: 1.1em;
}
* html div#header ul {
	display: inline;
}
div#header li {
    list-style-type: none;
	border-left: 1px solid #a9b2b2;
	float: left;
	padding: 0 11px 0 5px;
	margin: 0 0 0 -6px;
}
div#header li a {
	text-decoration: none;
}

div#header li.accessible {
	position: absolute;
	left: -999em;
}
div#header li.accessible a {
	
}

div#header div.form {
	text-align: right;
	clear: right;
	color: #333;
	padding: 10px 81px 10px 0;
}
div#header div.form input[type=text], 
div#header div.form input {
	width: 12.2em;
	font-size: 1.1em;
}
div#header div.form a img {
    vertical-align: middle;
    font-size: 1.1em;
}
div#header label {
	display: inline;
}
div#header label span {
	margin: 0 3px 0 0;
}


div.pageInner p.donate {
	height:86px;
	position:absolute;
	right: 21px;
	top:-54px;
	width:81px;
	z-index:11;
}
div.pageInner p.donate a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/donate.gif) no-repeat transparent;
	text-indent: -999em;
}
div.pageInner p.donate a:hover, 
div.pageInner p.donate a:focus {
	background-position: -81px 0;
}

div.page {
	width: 908px;
	margin: 0 auto;
	z-index: 3;
}
div.pageInner {	
	width: 916px;
	position: relative;
	left: -6px;
	background: transparent url(img/pageBottom.png) no-repeat 0 100%;
	padding: 0 0 33px;
	z-index: 5;
	color: #333;
}
div.pageInnerClosest {
	background: transparent url(img/pageSideGradient.png) repeat-y;
	min-height: 450px;
	padding: 40px 33px 10px 156px;
	position: relative;
}
* html div.pageInnerClosest {
	height: 420px;
}

div.pageInnerClosest:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
div#dnn_ContentPane {
    min-height: 360px;
}
div.homeContainer div#dnn_ContentPane, 
div#dnn_ContentPane.DNNEmptyPane {
    min-height: 0;
}

div.pageNav {
	position: absolute;
	left: -67px;
	top: 40px;
	z-index: 10;
	background: url(img/pageNavBottom.png) no-repeat 0 100%;
	padding: 0 0 9px;
	width: 186px;
}
div.pageNavInner {
	background: url(img/pageNavSide.png) repeat-y;
	padding: 0 0 0 6px;
}
div.pageNav ul {
	background: #17539b;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.1em;
	padding: 20px 12px 0 20px;
}
div.pageNav li {
	padding: 0 0 20px;
	list-style-type: none;
}
* html div.pageNav li {
	height: 1%;
}
div.pageNav li a, 
div.pageNav li a:visited {
	color: #FFF;
	text-decoration: none !important;
	font-weight: bold;
	display: block;
	font-size: 1em;
}
div.pageNav li a:hover, 
div.pageNav li a:focus {
	color: #7dc0d7 !important;
}

div.pageNav li a span {
	background:#FFFFFF url(img/pageNavArrows.gif) no-repeat scroll 0 0;
	display:inline-block;
	height:9px;
	width:5px;
	overflow:hidden;
	padding: 0;
	margin: 0 0 -3px 1px;
	vertical-align:baseline;
	position: relative;
	top: -3px;
}
div.pageNav li a:hover span, 
div.pageNav li a:focus span {
	background-color: #7dc0d7;
}
div.pageNav ul ul {
	font-size: .9em;
	padding: 5px 0 0 10px;
}
div.pageNav li li {
	padding: 5px 0 0;
}
div.pageNav li li a, 
div.pageNav li.selected li a, 
div.pageNav li li a:visited, 
div.pageNav li.selected li a:visited {
	color: #ebddb9;
	font-weight: normal;
}
div.pageNav li ul {
    position: absolute;
    left: -999em;
}

/*expanded level 1 styles*/ 
div.pageNav li.selected a, 
div.pageNav li.selected a:visited {
	color: #7dc0d7;
}
div.pageNav li.childSelected a span {
	background-position: 100% 0;
	width: 9px;
	margin-left: 3px;
	top: -4px;
}
div.pageNav li.selected ul, 
div.pageNav li.childSelected ul,
div.pageNav li.admin ul {
    position: static;
}
div.pageNav li.selected a span {
    background-color: #7dc0d7;
}

div.pageInnerClosest p.footer {
    margin: 0;
    padding: 30px 0 5px;
    font-size: 1em;
    color: #888;
    clear: both;
    width: 477px;
}
#footer {
	background: #333; 
	color: #FFF;
	bottom: 0; 
	left: 0;
	min-width: 100%;
	text-align: right;
	border-top: 1px solid #282723;
	padding: 4px 0;
	position: absolute;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer ul {
	float: left;
	overflow: hidden;
	line-height: 1em;
	margin: 2px 0 0;
}
#footer li {
    list-style-type: none;
	border-left: 1px solid #FFF;
	float: left;
	padding: 0 11px 0 5px;
	margin: 0 0 0 -6px;
}
#footer p {
    color: #888;
    padding: 0 47px 0 0;
    font-size: 1em;
    line-height: 1.1em;
}
#footer div.footerInner {
	width: 992px;
	margin: 0 auto;
	padding: 0 0 0 5px;
}

/*Container: Board of directors list*/

div.bodList ul {
    margin: 14px 0 0;
    padding: 0;
}
div.bodList ul li {
    float: left;
    width: 48%;
    margin: 0 1.9% 15px 0;
    list-style-type: none;
}

/*Location*/
div.location {
	clear: left;
	padding: 1px 0 0;
}
div.location img {
	float: left;
	margin: 24px 0 5px;
}
div.location div.locationText {
	margin: 0 0 0 156px;
}
div.location h2 span.num {
	font-size:  1.1666666666em;
	font-size: 1.1em;
	float: left;
	line-height: 1em;
	display: block;
	padding: 5px 5px 2px;
	margin: 0 6px 0 0;
	color: #FFF;
	background: #7abbb1;
}
div.location.location2 h2 span.num { background: #f47726;}
div.location.location3 h2 span.num { background: #9268ad;}
div.location.location4 h2 span.num { background: #5ca64e;}

div.location p {
	font-size: 1.2em;
}
div.location p a {
	font-weight: normal;
}

/*Container: Staff Member 1, 2*/
div.staffItem {
    float: left;
    clear: left;
    width: 47%;
    margin: 0 5% 0 0;
}
div.staffItem.staffItemAlt {
    margin-right: 0;
    clear: none;
}
div.staffItem h2 {
    margin-bottom: 8px;
}
div.staffItem p, 
div.pageInnerClosest div.staffItem p {
    margin-top: 8px;
    font-size: 1.2em;
}

a.searchBox {
    text-indent:-999em;
   /* background:url(img/searchArrow.gif) 0 0 no-repeat;*/
    height:15px;
    width:15px;
}
.FCKImageGalleryContainer, .FCKLinkGalleryContainer {
    color:#000000;
    background-color:#ffffff;
}

/*Donate and thank-you form components*/
div.donateConfirmation dl {
    font-size: 1.1em;
}
div.donateConfirmation dt {
    float: left;
    clear: left;
    padding: 0 .5em 0 0;
}
div.donateConfirmation dd {
    display: block;
    padding: 0 0 7px;
    min-height: 1.15em;
}
* html div.donateConfirmation dd {height: 1.15em;}
div.donateConfirmation div.submits {
    text-align: left;
    margin: 15px 0 0;
}
div.donateConfirmation div.submits button {
    margin: 0 0 40px;
}

div.additionalInformation 
{
	border:1px solid #c0cecb;
	padding: 12px 13px 12px 13px;
}
div.additionalInformation h2 
{
	margin:0 0 15px 0;
	color:#004737;
}

div.thankYouBadge {
    border: 1px solid #c0cecb;
    background: url(img/donateBadgeLogo.gif) no-repeat 13px 12px;
    padding: 12px 13px 0 98px;
    min-height: 65px;
}
* html div.thankYouBadge {height: 54px;}
div.thankYouBadge p {
    margin-top: 0;
    font-size: 1.2em;
    color: #004737;
}
div.thankYouBadge p.lead {
    font-size: 1.2em;
    font-weight: bold;
}
div.sharethis {
    margin: 20px 0 0;
}
div.sharethis ul, 
div.sharethis ul li {
    margin: 0; 
    padding: 0;
}
div.sharethis ul li {
    list-style-type: none; 
    margin-right: 12px;
    height: 28px;
    float: left;
    width: 21px;
    overflow: hidden;
}
.sharethis li a {
	background: no-repeat transparent url(img/icons_socialNetworks.gif);
	padding: 0 0 0 30px;
	display: block;
	height: 28px;
}
.sharethis li.del {width: 21px; margin-right: 12px;}
.sharethis li.fb {width: 28px; margin-right: 9px;}
.sharethis li.digg {width: 21px; margin-right: 13px;}
.sharethis li.twitter {width: 21px; margin-right: 12px;}
.sharethis li.linkedin {width: 22px;}

.sharethis li.del a {background-position: -37px 0;}
.sharethis li.fb a {background-position: 0 0;}
.sharethis li.digg a {background-position: -70px 0; }
.sharethis li.linkedin a {background-position: -137px 0;}
.sharethis li.twitter a {background-position: -104px 0;}

