/**
 * Defaults and Resets
 */
html, body {
	background-color: #11395D;
}

form {margin: 0; padding: 0;}

img {border: 0;}

td {vertical-align: top;}

p {margin: 0 0 20px 0;}

:focus {outline: 0;}

/**
 * General
 */
.clearBoth, .clear {clear: both; height: 0px; font-size: 1px; line-height: 0px; display: block;}


a {color: #791314; }
a:hover	{color: #0F1549; text-decoration: underline; }

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 21px;
}

/*
.home {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 24px;
}
*/

h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px; margin-bottom: 0px; color: #2d4a61;
}
h4 {
	font-size: 14px; margin-bottom: 0px; color: #2d4a61;
}
.indent {padding-left: 24px; margin-top:0px;}
.indent2 {padding-left: 42px; margin-top:0px;}
.caps {font-size: 12px; margin-bottom: 0px; color: #343d44; font-variant: small-caps; font-weight: bold;} 

#master {
	width: 974px;
	margin: auto;
	background: url(../images/bg-body.jpg) repeat-y;
}

#master > div {
	background: url(../images/bg-body-top.jpg) no-repeat 0 153px;
}

#master > div > table {
	width: 100%;
}

#nav {
	background-color: #2D4960;
}

#nav td {
	padding-left: 55px;
}

#homeTop .content {
	width: 392px;
	padding: 25px 35px 25px 35px;
	vertical-align: top;
	background-image: url(../images/home-middle-background.jpg);
}

#homeBottom {
	background-image: url(../images/home-bottom-background.jpg);
}

#homeBottom td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #343D44;
}

#homeBottom td.news {
	width: 451px;
	vertical-align: top;
	padding-left: 15px;
	padding-bottom: 25px;
}

#homeBottom td.news a {
	text-decoration: none;
}

#homeBottom td.news td.newsHeading {
	font-weight: bold;
	color: #ffffff;
}

#homeBottom td.news td.newsItem {
	line-height: 16px;
	padding-top: 9px;
}

#homeBottom td.quickLinks {
	vertical-align: top;
	padding-bottom: 25px;
}

#homeBottom td.quickLinks a {
	font-size: 10px;
	color: #2D485E;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}

#footer {
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #11395D;
	background-color: #977F5E;
	padding: 5px 0px 7px 0px;
}

#footer a {
	color: #11395D;
	text-decoration: none;
}

#address {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #e2ccae;
	background: #11395d;
}

#address a {
	color: #8D817B;
	text-decoration: none;
}

#legal {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-align: center;
	background: #11395d;
	color: #c2aa8a;
	padding: 0 0 5px 0;
}

#legal a {
	color: #c2aa8a;
	text-decoration: none;
}
#legal a:hover {
	color: #c2895f;
	text-decoration: underline;
}

#page {

}

#page #content {
	background-repeat: no-repeat;
	background-position: left top;
}

#page #content td.subNavWrapper {
	width: 153;
	padding-top: 112px;
	padding-right: 38px;
	vertical-align: top;
}

#page #content td.copy {
	width: 530px;
	padding: 83px 45px 50px 0px;
	vertical-align: top;
	
}

#page #content td.copyExpanded {
	width: 710px;
	padding: 83px 45px 50px 0px;
	vertical-align: top;
}

#page #content td.sideBar {
	width: 149px;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #343d44;
}

#page #content td.sideBar .content {
	background: url(../images/bg-sidebar-trans.png) no-repeat;
	min-height: 397px;
	position: relative;
	top: -84px;
	padding: 50px 30px 0 20px;
}

#content td.sideBar p {
	margin: 0px 0px 10px 0px;

}

.sidebarHead {
	color: #343d44;
	font-weight: bold;
	margin-bottom: 6px; }

#subNav {
	width: 146px;
}

#subNav td {
	text-align: right;
	padding-right: 7px;
	padding-bottom: 9px;
	line-height: 18px;
}

#subNav td a {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #2D4960;
	text-decoration: none;
}

#subNav td a:hover {
	color: #791314;
}

#subNav td a.selected {
	color: #791314;
}

#subNav td a {
	display: block;
	padding: 1px 4px 1px 0;
	width: 175px;
	background: url(../images/bg-subnav-trans.png) no-repeat right top;
}

.family {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
}
.colorhead {
	color: #8e6b3e;
	font-weight: bold;
}

#header {
    background: url(../images/bg-header.jpg) no-repeat;
    height: 129px;
    position: relative;
	border-bottom: solid 1px #000;
}

#header .logo {
    position: absolute;
    top: 37px;
    left: 34px;
}

#front {
	position: relative;
}

#front a {
	text-decoration: none;
}

#front a:hover {
	text-decoration: underline;
}

#front .mainHeadline {
	position: absolute;
	top: 218px;
	left: 60px;
	z-index: 100;
}

#frontTop {
	background: url(../images/bg-home-top.jpg) no-repeat 46px 0;
}

#frontTop > div {
	height: 278px;
	background: url(../images/bg-left-photo-home.jpg) no-repeat;
}

#frontTop .slides {
	position: relative;
	float: right;
	width: 401px;
	height: 278px;
}

#frontTop .slides div {
	position: absolute;
	top: 0;
	left: 0;
}

#frontTop .content {
	float: left;
	width: 475px;
	padding: 25px 0 0 80px;
	font-size: 14px;
	line-height: 22px;
	color: #272b2e;
}

#frontTop .content .narrow {
	width: 275px;
}

#frontTop .content .logo {
	float: right;
}

#frontBottom {
	background: url(../images/bg-home-body.jpg) repeat-y;
}

#frontBottom > div {
	background: url(../images/bg-home-body-top.jpg) no-repeat;
}

#frontBottom > div > div {
	background: url(../images/bg-home-body-bottom.jpg) no-repeat left bottom;
}

#frontBottom {
	color: #4c3c28;
	font-size: 13px;
	line-height: 17px;
	border-bottom: solid 1px #000;
}

#frontBottom .left {
	float: left;
	width: 573px;
}

#frontBottom .right {
	float: right;
	width: 401px;
	background: url(../images/bg-home-sidebar-trans.png) no-repeat;
}

#frontBottom p {
	margin: 0 0 15px 0;
}

#frontBottom h2 {
	margin: 0 0 20px 0;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 0 5px 20px;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/bg-home-heading-trans.png) no-repeat;
	z-index: 200;
	position: relative;
}

#frontBottom h3 {
	margin: 0;
	font-size: 13px;
	line-height: 17px;
	color: #2d4960;
}

#frontBottom h3 a {
	text-decoration: none;
	color: #2d4960;
}

#frontBottom h3 a:hover {
	text-decoration: underline;
}

#frontBottom .blog h3 {
	margin: 0 0 15px 0;
}

#frontBottom .block {
	padding: 0 20px 5px 20px;
}

#frontBottom .emailSignup {
	position: relative;
	left: 10px;
	margin: 0 0 15px 0;
	background: url(../images/bg-email-signup-trans.png) no-repeat;
	width: 336px;
	height: 130px;
	padding: 10px 20px 0 20px;
	color: #4c3c28;
}

#frontBottom .emailSignup .title {
	float: left;
}

#frontBottom .emailSignup .head {
	font-size: 14px;
	line-height: 22px;
	color: #272b2e;
	border-bottom: solid 2px #c5b192;
	margin: 0 0 10px 0;
}

#frontBottom .emailSignup .head ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#frontBottom .emailSignup .head ul li {
	display: inline;
	padding: 0 0 0 5px;
}

#frontBottom .emailSignup p {
	margin: 0 0 5px 0;
}

#frontBottom .emailSignup .text {
	border: solid 1px #d5b693;
	float: left;
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #9d9d9e;
	width: 200px;
	padding: 3px 5px;
	margin: 0 5px 0 0;
}

#frontBottom .donorCentral {
	padding: 10px 0 20px 80px;
}

#frontBottom .donorCentral a {
	display: block;
	background: url(../images/bg-pill-button.gif) no-repeat;
	width: 228px;
	height: 40px;
	color: #dccfaf;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	padding: 9px 0 0 0;
}

#frontBottom .donorCentral a strong {
	color: #f8f5ef;
}
