@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4F4F;
	background-color: #342603;
}

h1 {
	margin: 0 0 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
}

h1 a {
	color: #FFF;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: 4f4f4f;
	margin: 0 0 15px 0;
}

a {
	text-decoration: none;
	color: #C03;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	padding-bottom: 20px;
	background: url(../images/top-bg.png) repeat-x top;
}

.img-right {
	border: solid 1px #C03;
	margin: 0 0 10px 15px;
}


/* ---------- HEADER ---------- */

#header-left {
	width: 972px;
	height: 151px;
	margin: 0 auto;
	background: url(../images/header-left.jpg) no-repeat left;
}

#header-right {
	height: 121px;
	padding: 30px 180px 0 190px;
	background: url(../images/header-right.jpg) no-repeat right;
	text-align: left;
	color: #7a8deb;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
}

#header-right strong {
	font-size: 22px;
	font-weight: normal;
	display: block;
}

#header-right img {
	float: right;
	border: 0;
}

#header-right img.hvm {
	float: left;
	margin-right: 20px;
	border: 0;
}

/* ---------- END HEADER ---------- */


#content-container {
	width: 972px;
	margin: 0 auto;
	padding-bottom: 20px;
}


/* ---------- NAVIGATION ---------- */

#nav {
	width: 972px;
	height: 103px;
}

#main-nav {
	height: 66px;
	padding: 0 0 0 15px;
}

#main-nav ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 66px;
	clear: both;
	font-size: 18px;
}

ul.nav li {
	display: inline;
}

ul.nav li a {
	height: 49px;
	display: block;
	margin-right: 11px;
	float: left;
	padding-top: 17px;
	color: #4c3804;
	text-align: center;
	text-decoration: none;
}

ul.nav li.home a {
	width: 71px;
}

ul.nav li.home a:hover {
	background: url(../images/home.png) no-repeat;
}

ul.nav li.home a.selected {
	color: #886507;
	background: url(../images/home.png) no-repeat;
}

ul.nav li.church a {
	width: 112px;
}

ul.nav li.church a:hover {
	background: url(../images/church.png) no-repeat;
}

ul.nav li.church a.selected {
	color: #886507;
	background: url(../images/church.png) no-repeat;
}

ul.nav li.bookstore a {
	width: 100px;
}

ul.nav li.bookstore a:hover {
	background: url(../images/bookstore.png) no-repeat;
}

ul.nav li.bookstore a.selected {
	color: #886507;
	background: url(../images/bookstore.png) no-repeat;
}

ul.nav li.youth a {
	width: 67px;
}

ul.nav li.youth a:hover {
	background: url(../images/youth.png) no-repeat;
}

ul.nav li.youth a.selected {
	color: #886507;
	background: url(../images/youth.png) no-repeat;
}

ul.nav li.events a {
	width: 153px;
}

ul.nav li.events a:hover {
	background: url(../images/events.png) no-repeat;
}

ul.nav li.events a.selected {
	color: #886507;
	background: url(../images/events.png) no-repeat;
}

ul.nav li.gallery a {
	width: 128px;
}

ul.nav li.gallery a:hover {
	background: url(../images/gallery.png) no-repeat;
}

ul.nav li.gallery a.selected {
	color: #886507;
	background: url(../images/gallery.png) no-repeat;
}

ul.nav li.icons a {
	width: 125px;
}

ul.nav li.icons a:hover {
	background: url(../images/icons.png) no-repeat;
}

ul.nav li.icons a.selected {
	color: #886507;
	background: url(../images/icons.png) no-repeat;
}

ul.nav li.contact a {
	width: 108px;
}

ul.nav li.contact a:hover {
	background: url(../images/contact.png) no-repeat;
}

ul.nav li.contact a.selected {
	color: #886507;
	background: url(../images/contact.png) no-repeat;
}

#sub-nav {
	height: 29px;
	width: 970px;
	position: static;
	z-index: -1;
	margin-top: -15px;
	padding: 22px 0 0 0;
	background: url(../images/sub-bg.png) repeat-x;
	border-left: solid 1px #beb855;
	border-right: solid 1px #beb855;
	border-bottom: solid 1px #beb855;
}

#sub-nav a {
	color: #FFF;
	font-size: 15px;
	display: block;
	border-right: solid 1px #cb6363;
	float: left;
	padding: 0 10px 0 10px;
}

#sub-nav a.end {
	border-right: 0;
}

#sub-nav a.last-link {
	border-right: 0;
	float: right;
	padding-right: 20px;
	color: #FF6;
}

/* ---------- END NAVIGATION --------- */


#content {
	width: 920px;
	padding: 35px 25px 10px 25px;
	background: url(../images/content-bg.png) top repeat-x #FFF;
	border-left: solid 1px #b6af50;
	border-right: solid 1px #b6af50;
	clear: both;
}


/* ---------- LEFT COL ---------- */

#content .left-col {
	width: 612px;
	float: left;
	margin-right: 38px;
}

#content .update {
	padding-bottom: 35px;
}

.update .begin {
	height: 15px;
	background: url(../images/update-top.png) no-repeat;
}

.update .info {
	background-color: #443205;
	padding: 5px 20px 0 20px;
	color: #;
}

.info h2 {
	color: #FFF;
	margin: 0 0 25px 0;
}

.info h3 {
	color: #fbe3a5;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 18px 0;
}

.info h4 {
	font-size: 14px;
	line-height: 19px;
	color: #fbe3a5;
	font-weight: normal;
	text-align: justify;
	padding: 10px 0 0 0;
	margin: 0;
}

.info h5 {
	font-size: 12px;
	color: #fbe3a5;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
}

.info img {
	float: right;
	border: solid 1px #FF6;
	margin: 0 0 0 20px;
}

.info a {
	color: #fccf5a;
}

.update .end {
	height: 15px;
	background: url(../images/update-btm.png) no-repeat;
}

#content .recent-photos {
	height: 108px;
}

.recent-photos div {
	float: left;
	height: 69px;
	width: 306px;
}

.recent-photos div h3 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 2px 0;
}

.recent-photos div h4 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

.recent-photos div a {
	color: #000;
}

.recent-photos div img {
	float: left;
	margin: 0 10px 0 0;
	border: solid 1px #981818;
}

/* ---------- END LEFT COL ---------- */


/* ---------- RIGHT COL ---------- */

#content .right-col {
	width: 270px;
	float: left;
}

.right-col .lent-schedule {
	margin: 0 0 20px 0;
	padding: 20px 10px 0 0;
}

.right-col .meetings {
	margin: 0 0 20px 0;
	padding: 0 10px 0 0;
}

.right-col h2 {
	display: block;
	padding: 0 0 7px 0;
	border-bottom: solid 1px #999;
}

.right-col .meetings div {
	margin-bottom: 15px;
}

.right-col .lent-schedule div {
	margin-bottom: 7px;
}

.meetings div h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

.lent-schedule div h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

.meetings div h5 {
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	margin: 0 0 4px 0;
	font-size: 12px;
}

div.fri h3 {
	display: block;
	float: left;
	color: #970606;
	margin: 0 0 40px 0;
	font-size: 12px;
}

div.day h3 {
	display: block;
	float: left;
	color: #052083;
	width: 80px;
	margin: 0;
	font-size: 12px;
}

.right-col .articles {
	padding: 0 10px 0 0;
}

.right-col .articles h3 {
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: normal;
}

.right-col .articles h3 a {
	color: #9b0606;
}

.right-col .articles h4 {
	display: block;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px 0;
}

/* ---------- END RIGHT COL ---------- */


/* ---------- CHURCH LEFT ---------- */

#content .left-col .about {
}

.left-col .about h2 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 24px;
	border-bottom: solid 1px #999;
}

.left-col .about h3 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0 0 7px 7px;
}

.left-col .about h4 {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 10px 15px;
	text-align: justify;
	font-weight: normal;
}

.left-col .about h4.contact {
	font-size: 14px;
	margin: 0 0 10px 20px;
	font-weight: bold;
	display: block;
	width: 70px;
	float: left;
}

.left-col .about h5 {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: normal;
	display: block;
	width: 250px;
	float: left;
}

/* ---------- END CHURCH LEFT ---------- */


/* ---------- CHURCH RIGHT ---------- */

#content .right-col .about {
	border: solid 1px #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background-color: #CCC;
}

.right-col .about h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

.right-col .about h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 7px 0;
}

.right-col .about h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 2px 10px;
}

.right-col .about h4 a {
	color: #AC0606;
}

.right-col .about h5 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	font-style: italic;
	margin: 0 0 5px 10px;
}

/* ---------- END CHURCH RIGHT ---------- */


/* ---------- BOOKSTORE MAIN ---------- */

#content .bookstore {
}

.bookstore img {
	border: solid 1px #900;
	margin: 0 20px 0 0;
}

.bookstore h2 {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #999;
}

.bookstore h3 {
	font-size: 16px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.bookstore h3 em {
	color: #999;
	font-weight: normal;
	font-style: normal;
}

.bookstore h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-decoration: underline;
	color: #333;
}

.bookstore p {
	text-align: justify;
	color: #555;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 15px 0;
}

.bookstore h5 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 2px 0;
	color: #666;
}

.bookstore h6 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	font-style: italic;
	margin: 0;
}

/* ---------- END BOOKSTORE MAIN ---------- */


/* ---------- BOOKSTORE LEFT ---------- */

#content .left-col .bookstore-sub a {
	color: #C03;
}

.left-col .bookstore-sub h2 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 24px;
	border-bottom: solid 1px #999;
}

.left-col .bookstore-sub h3 {
	font-size: 20px;
	font-weight: normal;
	color: #03C;
	display: block;
	clear: both;
	text-decoration: underline;
	margin: 0 0 15px 7px;
}

.left-col .bookstore-sub img {
	margin: 0 0 10px 0;
	border: solid 1px #C03;
}

.left-col .bookstore-sub .lft {
	width: 196px;
	margin: 0 10px 30px 0;
	float: left;
}

.left-col .bookstore-sub .mid {
	width: 196px;
	margin: 0 10px 30px 0;
	border-left: solid 1px #CCC;
	float: left;
}

.left-col .bookstore-sub .rgt {
	width: 196px;
	margin: 0 0 30px 0;
	border-left: solid 1px #CCC;
	float: left;
}

.left-col .bookstore-sub h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

.left-col .bookstore-sub h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	color: #999;
}

/* ---------- END BOOKSTORE LEFT ---------- */


/* ---------- BOOKSTORE RIGHT ---------- */

#content .right-col .bookstore-sub {
	border: solid 1px #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 10px 25px 10px;
	background-color: #CCC;
}

#content .right-col .bookstore-sub p {
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

#content .right-col .bookstore-sub img {
	border: solid 1px #C00;
	margin: 15px 0 7px 0;
}

.right-col .bookstore-sub h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

.right-col .bookstore-sub h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.right-col .bookstore-sub h4 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	text-align: center;
	margin: 0 auto;
}

/* ---------- END BOOKSTORE RIGHT ---------- */


/* ---------- YOUTH LEFT ---------- */

#content .left-col .youth {
	margin: 0;
}

.left-col .youth h2 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 24px;
	border-bottom: solid 1px #999;
}

.left-col .youth h3 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
	margin: 20px 0 7px 7px;
}

.left-col .youth h4 {
	font-size: 15px;
	margin: 0 0 5px 15px;
	font-weight: bold;
	color: #03C;
}

.left-col .youth h5 {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px 20px;
	font-weight: normal;
	text-align: justify;
}

.left-col .youth strong {
	white-space: nowrap;
}

/* ---------- END YOUTH LEFT ---------- */


/* ---------- YOUTH RIGHT ---------- */

#content .right-col .youth {
	border: solid 1px #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background-color: #CCC;
}

.right-col .youth h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

.right-col .youth h3 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	clear: both;
	padding: 10px 0 5px 0;
	margin: 0;
}

.right-col .youth h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
}

.right-col .youth h5 {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0 5px 0;
	margin: 0;
}

.right-col .youth .lft h4, .right-col .youth .rgt h4 {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding: 0;
	margin: 0 0 2px 10px;
}

.right-col .youth .lft {
	width: 120px;
	margin: 0 5px 0 0;
	border-right: solid 1px #999;
	float: left;
}

.right-col .youth .rgt {
	width: 120px;
	margin: 0;
	float: left;
}

/* ---------- END YOUTH RIGHT ---------- */


/* ---------- EVENTS CALENDAR ---------- */

#content .calendar h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

#content .calendar h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 5px 0;
}

#content .calendar #cal {
	float: left;
	width: 200px;
	padding: 20px 0 0 10px;
}

#content .calendar #events {
	float: left;
	width: 700px;
	padding: 20px 0 0 10px;
}

#content .calendar div.event-info {
	width: 700px;
	padding-bottom: 15px;
}

#content .calendar div.header {
	height: 14px;
	padding: 3px 10px;
	background-color: #8B0606;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#content .calendar span {
	width: 340px;
	float: left;
	font-size: 13px;
	color: #FFF;
}

#content .calendar span.date {
	text-align: left;
}

#content .calendar span.time {
	text-align: right;
}

#content .calendar div.details {
	border: solid 1px #999;
	padding: 7px 10px 10px 3px;
	background-color: #FFFFBB;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#content .calendar div.type {
	float: left;
	width: 7px;
	height: 30px;
}

#content .calendar div.text {
	float: left;
	width: 660px;
	padding-left: 10px;
}

#content .calendar div.float-clear {
	clear: both;
}

/* ---------- END EVENTS CALENDAR ---------- */


/* ---------- PHOTO GALLERY ---------- */

#content .photo-gallery h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

#content .photo-gallery h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 5px 0;
}

#flashcontent {
	height: 100%;
	font: 15px Arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 200px;
}

#flash {
	display: block;
}

/* ---------- END PHOTO GALLERY ---------- */


/* ---------- CHURCH ICONS ---------- */

#content .icons h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

#content .icons h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 5px 0;
}

/* ---------- END CHURCH ICONS ---------- */


/* ---------- CONTACT US ---------- */

#content .contact h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

#content .contact h3 {
	font-size: 15px;
	font-weight: bold;
	color: #03C;
	margin: 15px 0 10px 0;
}

#content .contact h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content .contact h4.end {
	margin: 0 0 30px 0;
}

#content .contact #map {
	float: right;
	width: 552px;
	padding-top: 15px;
	text-align: right;
	font-size: 13px;
}

#content .contact #map iframe {
	border: solid 1px #C03;
	display: block;
	width: 550px;
	height: 350px;
	margin-bottom: 10px;
}

/* ---------- END CONTACT US ---------- */


/* ---------- SUNDAY SCHOOL SERVANTS MAIN ---------- */

#content .sunday-school {
}

.sunday-school img {
	border: solid 1px #900;
	margin: 0 20px 0 0;
}

.sunday-school h2 {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

.sunday-school h3 {
	font-size: 16px;
	padding: 30px 0 15px 0;
	margin: 0;
	display: block;
	clear: both;
	font-weight: bold;
}

.sunday-school h4 {
	font-size: 15px;
	height: 17px;
	font-weight: normal;
	display: block;
	float: left;
	width: 600px;
	margin: 10px 0;
	color: #666;
}

.sunday-school h5 {
	font-size: 13px;
	height: 17px;
	font-weight: normal;
	display: block;
	float: left;
	width: 130px;
	padding-left: 20px;
	border-left: solid 1px #CCC;
	margin: 10px 0;
	color: #666;
}

.sunday-school a {
	color: #C03;
}

.sunday-school p {
	font-size: 13px;
	font-weight: normal;
	padding: 0 10px 10px 10px;
	display: block;
	float: left;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	margin: 0 0 0 10px;
	color: #666;
}

.sunday-school .float-clear {
	border-bottom: solid 1px #EEE;
}

.sunday-school .empty-clear {
	border: none;
	clear: both;
}

/* ---------- END SUNDAY SCHOOL SERVANTS MAIN ---------- */


/* ---------- RESOURCES LEFT ---------- */

#content .left-col .resources a {
	color: #C03;
}

.left-col .resources h2 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 24px;
	border-bottom: solid 1px #999;
}

.left-col .resources h3 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0 0 7px 7px;
}

.left-col .resources h4 {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 10px 15px;
	font-weight: normal;
}

/* ---------- END RESOURCES LEFT ---------- */


/* ---------- RESOURCES RIGHT ---------- */

#content .right-col .resources {
	border: solid 1px #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 10px 25px 10px;
	background-color: #CCC;
}

#content .right-col .resources p {
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

#content .right-col .resources img {
	border: solid 1px #C00;
	margin: 15px 0 7px 0;
}

.right-col .resources h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

.right-col .resources h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.right-col .resources h4 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	text-align: center;
	margin: 0 auto;
}

/* ---------- END RESOURCES RIGHT ---------- */


/* ---------- DONATE LEFT ---------- */

#content .left-col .donate a {
	color: #C03;
}

.left-col .donate h2 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 24px;
	border-bottom: solid 1px #999;
}

.left-col .donate h3 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0 0 7px 7px;
}

.left-col .donate h4 {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 10px 15px;
	font-weight: normal;
}

/* ---------- END DONATE LEFT ---------- */


/* ---------- DONATE RIGHT ---------- */

#content .right-col .donate {
	border: solid 1px #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 10px 25px 10px;
	background-color: #CCC;
}

#content .right-col .donate p {
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

#content .right-col .donate img {
	border: solid 1px #C00;
	margin: 15px 0 7px 0;
}

.right-col .donate h2 {
	font-size: 20px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: solid 1px #999;
}

.right-col .donate h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.right-col .donate h4 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	text-align: center;
	margin: 0 auto;
}

/* ---------- END DONATE RIGHT ---------- */


/* ---------- SITE MAP MAIN ---------- */

#content .site-map {
}

.site-map img {
	border: solid 1px #900;
	margin: 0 20px 0 0;
}

.site-map h2 {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #999;
}

.site-map h3 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	float: left;
	padding: 5px;
}

.site-map ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}

.site-map li.first {
	display: block;
	background: url(../images/list.gif) no-repeat left center;
	height: 18px;
	margin: 0 0 0 20px;
	padding: 12px 0 0 30px;
}

.site-map li {
	display: block;
	background: url(../images/list.gif) no-repeat left center;
	height: 17px;
	margin: -7px 0 0 20px;
	padding: 13px 0 0 30px;
}

.site-map li h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333;
}

.site-map .lft {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.site-map .mid {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.site-map .rgt {
	float: left;
	width: 300px;
}

.site-map .spacer-clear {
	clear: both;
	height: 40px;
}

/* ---------- END SITE MAP MAIN ---------- */


.float-clear {
	clear: both;
}

#end-content {
	width: 972px;
	height: 20px;
	background: url(../images/content-btm.png) no-repeat;
}


/* ---------- FOOTER ---------- */

#footer {
	width: 930px;
	margin: 0 auto;
	font-size: 12px;
	color: #ac8008;
}

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

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

#footer .links {
	float: right;
}

/* ---------- END FOOTER ---------- */