html {
	margin: 0px;
	padding: 0px;
	background-image: url('../_images/bg-main-repeat.png');
}
body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;

	background-image: url('../_images/bg-main.png');
	background-position: top left;
	background-repeat: repeat-x;
}
* {
	font-family: Arial, Helvetica, Sans-Serif;
}
a:link {
	color: #a22;
}
a:hover {
	text-decoration: none;
	color: #9fbed1;
}
a:visited {
	color: #4f4740;
}
#main {
	margin: auto;
	text-align: left;
}
#ds-left, #ds-right {
	width: 19px;
	vertical-align: top;
	background-position: top left;
	background-repeat: repeat-y;
}
#ds-left {
	background-image: url('../_images/ds-left-bg.png');
}
#ds-right {
	background-image: url('../_images/ds-right-bg.png');
}
.vtop {
	vertical-align: top;
}
#nav img {
	display: block;
}
/* Misc. hovers */
#heart-top {
	background-image: url('../_images/heart-top-on.png');
}
#heart-middle {
	background-image: url('../_images/heart-middle-on.png');
}
#heart-left {
	background-image: url('../_images/heart-left-on.png');
}
#ds-left-heart {
	background-image: url('../_images/ds-left-heart-on.png');
}
#nav-about {
	background-image: url('../_images/nav-about-heart-on.png');
}
#nav-services {
	background-image: url('../_images/nav-services-on.png');
}
#nav-mission {
	background-image: url('../_images/nav-mission-on.png');
}
#nav-resources {
	background-image: url('../_images/nav-resources-on.png');
}
#nav-contact {
	background-image: url('../_images/nav-contact-on.png');
}
#nav-employment {
	background-image: url('../_images/nav-employment-on.png');
}

#content {
	width: 905px;
	background-color: #fff;
	vertical-align: top;
	padding-top: 10px;
}

#content.heart {
	background-image: url('../_images/heart-right.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/* main content table */
#content td {
	vertical-align: top;
}
#top-left {
	width: 445px;
	background-image: url('../_images/bg-index-left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#top-left p {
	font-size: 14px;
	line-height: 18px;
	color: #234863;
	margin: 90px 20px 0px 80px;
}
#top-right {
	text-align: right;
	padding-left: 10px;
}
#bottom-left {
	padding-right: 10px;
}
#bottom-left p, #bottom-right p {
	font-size: 14px;
	line-height: 18px;
	color: #234863;
	margin: 0px 8px 1em 8px;
	padding: 0px;
}
#bottom-left ul, #bottom-left ol {
	margin: 1em 1em 1em 3em;
	padding: 0px;
}
#bottom-left li {
	color: #234863;
	font-size: 14px;
	margin: 0px;
	padding: 0px 5px 15px 0px;
}
#bottom-left h3 {
	margin: auto 8px 0px 8px;
}

/* #left and #right are used on sub pages (hearts) */
#left p {
	font-size: 14px;
	line-height: 18px;
	color: #234863;
	margin: 0px 20px 1em 75px;
	padding: 0px;
}
#left h1 {
	font-size: 24px;
	color: #234863;
	margin: 5px 0px 10px 55px;
}
#left h3 {
	margin-left: 75px;
}
#left ul, #left ol {
	margin: 1em 1em 1em 100px;
	padding: 0px;
}
#left li {
	color: #234863;
	font-size: 14px;
	margin: 0px;
	padding: 0px 5px 15px 0px;
}
#right p {
	font-size: 14px;
	line-height: 18px;
	color: #234863;
	margin: 0px 8px 1em 8px;
	padding: 0px;
}

h1.brown, h1.blue, h1.yellow {
	font-size: 18px;
	height: 18px;
	margin: 10px 0px;
	padding: 6px 7px 11px 8px;
}
h1.brown {
	color: #fff;
	background-color: #78716a;
	background-image: url('../_images/bg-bar-brown.png');
}
h1.blue {
	color: #fff;
	background-color: #7496af;
	background-image: url('../_images/bg-bar-blue.png');
}
h1.yellow {
	color: #234863;
	background-color: #f8f5e0;
	background-image: url('../_images/bg-bar-yellow.jpg');
	border: 1px solid #e4e2bf;
}

h3 {
	color: #234863;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
h3.brown {
	color: #4f4740;
}

/* bottom copyright and links */
#bottom {
	margin: auto;
	width: 883px;
}
#bottom * {
	color: #234863;
	font-size: 12px;
}
#bottom .left {
	text-align: left;
}
#bottom .right {
	text-align: right;
}

.red {
	color: #a22;
}

.brown {
	color: #4f4740;
}

.floatRight {
	float: right;
}

hr {
	background-image: url('../_images/hr.png');
	background-position: top left;
	background-repeat: no-repeat;

	height: 1px;
	border: 0px;

	margin: 10px 0px 10px 55px;
	padding: 0px;
}
