/*** 
LIVING WORD 2010 CSS
Author: SITE ORGANIC - http://siteorganic.com
***/

@import "sermons.css";

/* MAIN STYLES */

html object {
	visibility: visible!important;
	visibility: hidden;
}

html {
	height: 100%;
}

body {
	background: #ffffff;
	color: #564c43;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 17px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 962px;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
		font: 14px Arial, Helvetica, sans-serif;
		color: #847c67;
}

img {
	border: none;
}

#content a,
a {
	color: #8a7967;
	text-decoration: none;
}

#content a:hover,
a:hover {
	color: #8a7967;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px 0 10px;	
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;	
	color: #ffffff;
	padding: 5px 8px;
	margin: 8px 0;
	display: inline-block;
	clear: both;
	background: #bf3426;
}

h2 {
	font-size: 14px;
	color: #ffffff;
	padding: 5px 8px;
	display: inline-block;
	clear: both;
	background: #8a7967;
	margin: 8px 0;
}

h3 {
	font-size: 16px;
	color: #8a7967;
	padding: 8px 0;
}

h4 {
	font-size: 15px;
	color: #ee9400;
	padding: 5px 0;
	font-style: italic;
	font-weight: normal;
}

h5 {
	font-size: 15px;
	color: #be301a;
	padding: 5px 0;
	
}

h6 {
	font-size: 13px;
	color: #be301a;
	padding: 3px 0;
}

em {
}


ul {
	padding: 0 20px 0 5px;
}

ul li {
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(../images/css/bullet.png) no-repeat scroll left 6px;
}

.max {
	background: red;
	border: 1px solid black;
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: white;
	margin: 10px 0px;
}

#close {
	text-align: center;
	background: #ffffff;
}

#download {
	background: #ffffff;
	padding: 10px;
}

button,
.formButton,
.formButtonLong {
	clear: both;
	display: block;
	cursor: pointer;
	cursor: hand;
	margin: 0 0 0 5px;
	background: #EE9400;
	color: #fff;
	padding: 2px 8px;
	border: none;
	float: right;
	
	float: none;
	margin: 0 auto;
}

.dropDown {
	height: auto;
}

.error_alert {
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

.error_alert span {
	font-weight: bold;
}

/* HEADER STYLES */

#header {
	padding: 25px 0 20px;
	margin: 0 auto 0px;
	height: 130px;
}

#header #logo {
	float: left;
	margin: 0 0 0 15px;
}

#header #logo a {
	background: url(../images/css/logo-bg.png) no-repeat scroll top left;
	display: block;
	float: left;
	height: 130px;
	margin: 0;
	width: 192px;
}

#highlight {
	float: right;
	background: #ee9400;
	color: #fff;
	padding: 7px 5px 7px 10px;
	margin: 0;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#highlight a {
	color: #fff;
	background: url(../images/css/arrow-right.png) no-repeat scroll center right;
	padding: 0 18px 0 0;
}

#utility {
	float: right;
	width: 220px;
	padding: 32px 0 0;
}

#utility ul {
	font-size: 12px;
	float: right;
	color: #c7bdb3;
	padding: 0;
    margin: 5px 0;
    with: 210px;
}

#utility li {
	background: none;
	float: left;
	list-style: none;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #d1ccc9;
}

#utility li.last {
	border: none;
}

#utility li.last a {
	padding-right: 0;
}

#utility li a {
	color: #c7bdb3;
	display: block;
	padding: 0 5px 0 6px;
}

#search {
	display: block;
	font-size: 12px;
	float: right;
	padding: 32px 0 0;
}

#search input.search {
	background: url(../images/css/search-bg.png) no-repeat scroll top left;
	border: none;
	height: 20px;
	padding: 6px 8px;
	width: 160px;
	line-height: 18px;
}

#search input.submit {
	background: url(../images/search-button-bg.png) no-repeat scroll top left;
	font-size: 0;
	height: 33px;
	width: 33px;
	text-indent: -9999px;
    border: none;
}

#search input,
#search img {
	float: left;
}


/* SITE NAVIGATION STYLES */

#nav {
	float: right;
	font-size: 13px;
	height: 33px;
	width: 670px;
	margin: 8px 0 0;
	padding: 10px 0 0;
	position: relative;
	z-index: 500;
	text-align: right;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#nav li {
	background: none;
	display: inline;
	list-style: none;
	font-size: 15px;
	padding: 7px 0px 10px;
	position: relative;
}

#nav li a {
	font-size: 20px;
	font-family: Myriad Pro, Arial, sans-serif;
	color: #8b7867;
	font-weight: normal;
	padding: 0 13px;
	text-decoration: none;
}

#nav li.last a {
	padding-right: 0;
}

#nav li li.last a,
#nav li.last li a {
	padding-right: 15px;
	border-bottom: 5px solid #584D42;
}

#nav li:hover, 
#nav li.sfhover {
	
}

#nav li ul {
	background: url(../images/css/subnav-bg.png) no-repeat scroll -1px top transparent;
	position: absolute;
    display: block;
	z-index: 5000;
	width: 158px;
	left: 13px;
	top: 20px;
	visibility: hidden;
	margin: 6px 0 0;
	padding: 10px 0 5px;
}

.ie7 #nav li ul,
.ie9 #nav li ul {
	margin-left: -5px;
}

#nav li ul.hidden {
	display: none;
}

#nav li:hover ul,
#nav li.sfhover ul {
	visibility: visible;
}

#nav li ul li {
	clear: both;
	display: block;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#nav li ul li a {
	text-align: left;
	display: block;
	width: 128px;
	font-weight: normal;
	padding: 6px 15px 3px;
	line-height: 15px;
	height: auto;
	background: #584d42;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav li ul li a.last {
	border-bottom: none;
}

#nav li ul li a:hover {
	background: #8a7967;
	color: #fff;
}


/* CONTENT SECTION STYLES */

#content {
	margin: 0 auto;
}

#container {
	width: 100%;
	float: left;
	padding: 0 0 40px;
	background: #fff;
	box-shadow: 0 0 5px 2px #F4F2F0;
	-moz-box-shadow: 0 0 5px 2px #F4F2F0;
	-webkit-box-shadow: 0 0 5px 2px #F4F2F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#container.rightCol {
	background: #ffffff url(../images/css/rightcol-bg.gif) repeat-y top right;
}

#container.rightCol #content_narrow {
	width: 190px;
	padding: 25px 20px;
	color: #8a7967;
}

#container.rightCol #content_narrow.padding {
	padding-top: 25px;
}

#container.rightCol #content_narrow h2 {
	font-size: 24px;
	line-height: 27px;	
	color: #8a7967;
	padding: 0;
	background: none;
	margin: 0;
	font-weight: bold;
	padding: 10px 0 0;
}

#content_bottom h2 {
	font-size: 24px;
	line-height: 27px;	
	color: #8a7967;
	padding: 0;
	background: none;
	margin: 0;
	font-weight: bold;
	width: 315px;
	display: inline;
	float: none;
	clear: none;
}

.features {
	background: url(../images/css/home-features-bg.png) no-repeat scroll bottom right;
	display:block;
	height: 380px;
	margin: 0 auto;
	padding: 35px 0 0 30px;
	width: 930px;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */
.features ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

.features li {
	float: left;
	display: none;
}

.features h2 {
    background: none;
    clear: both;
    font-size: 24px;
    line-height: 30px;
    color: #bc2a1d;
    padding: 0;
    margin: 0;
}

.features cufon {
    padding: 0 0 3px;
}


/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
.features .main,
.features .feature {
	display:block;
	height:300px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	position:absolute;
	width: 930px;
	z-index: 1;
    background: url("../images/css/home-features-bg.png") no-repeat scroll right -28px #fff;
}

.features .main .shown {
    z-index: 8000;
}

.feature img {
	background:#000;
	position:absolute;
	width: 540px;
    height: 300px;
}

.feature div {
    float: right;
	width: 365px;
    padding: 0 10px;
    color: #000;
    font-size: 13px;
}

.feature p {
    margin: 20px 0 10px;
}

.feature a.more {
    background: url(../images/css/more.png) no-repeat scroll top left;
    width: 103px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

/* PREVIOUS NEXT CONTROLS */
.pnControl {
	display: block;
	margin: 125px 0 0;
	position: absolute;
	width: 500px;
	z-index: 100;
}

.pnControl a {
	display: none;
	background: #000;
	float: left;
	font: 10px normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	z-index: 100;
}

.pnControl a.next {
	float: right;
}

.pnControl a.prev {
}

/* PAUSE PLAY CONTROLS */
.pbControl {
	color: #000;
	position: absolute;
	z-index: 101;
    display: none;
}

/* THUMBS CONTROLS */
.features .thumbs {
	margin: 303px 0 0;
}

.features .thumbs li {
	margin: 0 3px 0 0;
    padding: 0;
    background: none;
    display: block;
}

.features .thumbs a {
	display: block;
}

.features .thumbs img {
    width: 65px;
    height: 40px;
}

.features .thumbSeriesControls {
	display: block;
	margin: 302px 0 0 520px;
}

.features .thumbSeriesControls a {
  background: #ccc;
  display: block;
  height: 10px;
  color: #000;
  width: 20px;
  text-align: center;
  line-height: 8px;
  margin: 2px 0;
  padding: 5px 0;
  border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 13px;
  behavior: url(../styles/PIE.htc);
  -pie-watch-ancestors: 1;
}
.features .thumbSeriesControls a:hover {
  color: #fff!important;
  background: #555;
  text-decoration: none!important;
}

#content_bottom #recent_sermons {
	color: #8A7967;
	float: left;
	width: 540px;
}

#content_bottom #recent_sermons div {
	margin: 3px 0;
	font-weight: bold;
	line-height: 16px;
	width: 327px;
	float:right;
}

#content #content_bottom .links a {
	text-decoration: underline;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	height: 45px;
	width: 155px;
}

#content #content_bottom .links a#listenNow {

}

#content #content_bottom .links a#listenNow {
	float: left;
}

#content #content_bottom .links a#archives {
	float: left;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	background: none;
	text-align: center;
	width: 154px;
	white-space: nowrap;
}

#content_bottom #recent_sermons div.description {
	font-weight: normal;
	color: #000;
	margin: 3px 0 0;
}

#content_bottom #quicklinks {
	float: left;
	width: 352px;
	padding: 0 0 0 20px;
}

#content_bottom #quicklinks h2 {
	display: block;
	padding: 0 0 10px 3px;
}

#content_bottom #quicklinks a {
	margin: 3px 0 4px;
	display: inline-block;
}

#container.rightCol #content_narrow div.title {
	font-weight: bold;
	margin: 7px 12px 7px 0;
}

#container.rightCol #content_narrow div.date,
#content_bottom #recent_sermons div.date {
	font-weight: normal;
	margin: 3px 0;
}

#container.rightCol #content_narrow #groupnav_wrapper_tr {
	margin: 15px 0 0 -40px;
}

#content_bottom {
	float: left;
	width: 912px;
	padding: 20px 25px 0;
	margin: 0;
	background: #ddd2c7;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#content_bottom #recent_sermons .image {
	float: left;
	margin: 0 12px 0 0;
	width: 200px;
}

#home #container {
	padding: 0;
	border: 1px solid #ddd1c7;
	box-shadow: 0 0 5px 1px #ecece8;
	-moz-box-shadow: 0 0 5px 1px #ecece8;
	-webkit-box-shadow: 0 0 5px 1px #ecece8;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}


a#listen {
	display: block;
	width: 102px;
	height: 27px;
	background: url(../images/css/listen.png) no-repeat scroll top left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 10px 0 0;
	float: left;
}

a#archives {
	text-decoration: underline;
	float: left;
	margin: 15px 0 0;
	width: auto;
	font-size: 15px;
    background: none;
}

#pageHeader {
	display: block;
	text-align: center;
	height: 250px;
	position: relative;
    border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#pageHeader #embedVideo {
	text-align: center;
    width: 425px;
    margin: 0 auto;
	position: relative;
	z-index: 0;
}

video {
	position: relative;
}

/*#pageHeader span {
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	position: relative;
	z-index:0;
	height: 200px;
	padding: 0px;
	width: 650px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}*/

#pageName {
	margin: 0px;
	padding: 0px 0 10px;
	font-weight: normal;
	font-size: 24px;
	line-height: 27px;
	color: #8a7967;
	background: none;
	display: block;
	float: none;
}

#content_text p {
	margin: 0 0 15px;
}

/* CONTENT FULL STYLES */

#content_full {
	float: left;
	line-height: 19px;
}

#content_full #content_text {
	float: left;
	padding: 25px 25px 0;
}

/* CONTENT WIDE STYLES */

#content_wide {
	float: left;
	line-height: 19px;
	display: inline;
	width: 730px;
}

#content_wide #content_text {
	padding: 25px 50px 0 25px;
}

#breadcrumb {
	margin: 4px 5px;
	background: #dbeef2;
	height: 34px;
	color: #6d6b41;
	font-size: 11px;
}

#breadcrumb p {
	margin: 0;
	padding: 8px 20px;
}

#breadcrumb a {
	color: #be301a;
}

#breadcrumb a:hover {
	color: #6d6b41;
}

/* CONTENT WIDE LEFT COLUMN STYLES */

#container.left #content_wide {
}

/* CONTENT WIDE THREE COLUMN STYLES */

#container.threeCol #content_wide {
}

/* CONTENT NARROW STYLES */

#content_narrow {
	float: right;
	display: inline;
	width: 190px;
	padding: 25px 20px;
}

#content_narrow #image {
	background: #ffffff url(../images/css/background_images.png) repeat top left;
	display: block;
	height: 182px;
	padding: 0 0 4px;
}

#content_narrow #image span {
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 200px;
	padding: 0px;
}

#content_narrow a {
	font-weight: normal;
}

#content_narrow a:hover {
	text-decoration: underline;
}

/* CONTENT NARROW LEFT COLUMN STYLES */

#container.left #content_narrow {
	float: left;
	margin: 4px 0px 20px 5px;
	padding: 0;
	background: none;
}

#container.left #content_narrow #image {
	padding: 0 0 4px;
}

#container.left #content_narrow #comingEvents,
#container.left #content_narrow #group_nav ul li a,
#container.left #content_narrow #comingEvents a,
#container.left #content_narrow #comingEvents .eventdates {
}

#container.left #content_narrow #group_nav,
#container.left #content_narrow #group_nav li {
}

/* CONTENT NARROW THREE COLUMN - LEFT COLUMN STYLES */

#container.threeCol #content_narrow.left {
	float: left;
	margin: 4px 0px 20px 5px;
	padding: 0;
	background: none;
}

#container.threeCol #content_narrow.left #image {
}

#container.threeCol #content_narrow.left #quote p.quote_text {
}


/* CONTENT NARROW GROUP NAV */

#groupnav_wrapper_tr {
	float: left;
	width: 261px;
	background: url(../images/css/group-nav-bg.png) no-repeat scroll top right;
	margin: 0 0 0 -40px;
}

#groupnav_wrapper_br {
	float: left;
	width: 261px;
	margin: 8px 0 0;
	background: #e7a622;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#content_narrow.dark #groupnav_wrapper_tr {
	background: url(../images/css/group-nav-bg-dark.png) no-repeat scroll top right;
}

#content_narrow.dark #groupnav_wrapper_br {
	background: #8A7967;
}

#group_nav {
	background: #e7a622;
	color: #5a4f38;
	width: 212px;
	padding: 8px 20px 60px 18px;
	margin: 0;
	position: relative;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
/*	box-shadow: 0 0 4px 1px #cdc8c3;
	-moz-box-shadow: 0 0 4px 1px #cdc8c3;
	-webkit-box-shadow: 0 0 4px 1px #cdc8c3;*/
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#content_narrow.dark #group_nav {
	background: #8a7967;
	color: #fff;
	padding-bottom: 25px;
}

#content_narrow.dark #group_nav .name h3,
#content_narrow.dark #group_nav ul,
#content_narrow.dark #group_nav ul li a {
	color: #fff;
}

#group_nav .name h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0;
	height: 20px;
	color: #bf3426;
	text-transform: uppercase;
}

#group_nav ul {
	padding: 0;
	margin: 0 0 0 -26px;
}

#group_nav ul li {
	list-style: none;
	background: none;
	padding: 0;
}

#group_nav ul li a.selected {
	background: url(../images/css/groupnav-selected.png) no-repeat scroll top left;
	font-weight: bold;
}

#group_nav ul li a {
	font-size: 14px;
	padding: 5px 0 1px 35px;
	display: block;
	color: #5a4f38;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

#group_nav ul li a:hover {
	text-decoration: underline;
}

#group_nav .selected a {
	font-weight: bold;
}

#group_nav ul li a.cluster_parent,
#group_nav ul li a.cluster_parent:hover {
	background: url(../images/css/background_cluster_closed.png) no-repeat 17px 8px;
}

#group_nav ul li a.cluster_parent_open,
#group_nav ul li a.cluster_parent_open:hover {
	background: url(../images/css/background_cluster_open.png) no-repeat 17px 8px;
}

#content_narrow.dark #group_nav ul li ul li a.selected,
#content_narrow #group_nav ul li ul li a.selected {
	background: url(../images/css/groupnav-selected.png) no-repeat scroll left 0 transparent;
}

#group_nav ul li.last,
#group_nav ul li.over {
	border: none;
}

#group_nav ul li ul {
	line-height: 15px;
	margin: 3px 0;
}

#group_nav ul li ul li {
	border: none;
}

#content_narrow.dark #group_nav ul li ul li a,
#content_narrow.dark #group_nav ul li ul li a:hover,
#content_narrow #group_nav ul li ul li a,
#content_narrow #group_nav ul li ul li a:hover {
	padding: 5px 0 1px 50px;
	margin: 0;
	border: none;
}


/* CONTENT NARROW GROUP LINKS */

#group_links {
	float: none;
	background: #DDDBC6;
	border-bottom: 3px solid #f5f5f5;
}

#group_links ul {
	margin: 0;
	padding: 0;
}

#group_links li {
	list-style: none;
	padding: 0;
}

#group_links ul li a {
	padding: 2px 0 2px 35px;
	border-top: 3px solid #f5f5f5;
	display: block;
	color: #be301a;
	background: #dddbc6;
	font-size: 11px;
}

#group_links ul li a:hover {
	background: #dddbc6;	
}


/* CONTENT NARROW RELATED PAGES */

#related_pages {
	float: none;
	padding: 30px 10px 0;
	margin: 0;
	display: none;
}

#related_pages .name h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0;
	padding: 0;
}

#related_pages ul {
	padding: 0px;
	margin: 0px;
}

#related_pages ul li {
	background: none;
	list-style: none;
	padding: 0;
}

#related_pages ul li a {
	font-size: 15px;
	margin: 5px 0;
	padding: 5px 0 5px 25px;
	display: block;
}

#related_pages ul li a:hover {
	background: url(../images/css/bullet_arrow.png) no-repeat center left;
}

/* CONTENT NARROW QUOTE */

#quote {
	background: url(../images/css/content-narrow-left.png) repeat-x scroll top left;
	padding: 20px;
	border-top: 8px solid #bdbb96;
	min-height: 220px;
	font-family: Arial, Helvetica, sans-serif;
}

#quote p {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
}

#quote p.quote_text {
	font-size: 14px;
	line-height: 22px;
	display: inline;
	float: left;
	padding: 0 0 15px;
}

#quote span {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
}

span.leftQuote {
	display: block;
	float: left;
	background: url(../images/css/quote-left.png) no-repeat scroll left 2px;
	margin: 0 5px 0 0;
}

span.rightQuote {
	background: url(../images/css/quote-right.png) no-repeat scroll left 1px;
	margin: 0 0 0 3px;
	display: inline-block;
}

/* CONTENT NARROW COMING EVENTS */

#comingEvents {
	margin: 0 5px 60px 0;
	288px;
	background: url(../images/css/coming-events-bg.png) repeat-x scroll top left;
	min-height: 270px;
}

#comingEvents h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0 15px;
}

#comingEvents h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0px 15px;
	background: #64125c;
	line-height: 30px;
	color: #eee1eb;
}

#comingEvents ul {
	margin: 0;
	padding: 10px 0 10px 20px;
}

#comingEvents ul li {
	background: none;
	clear: both;
	display: block;
	line-height: 12px;
	margin: 0 0 15px;
	padding: 0;
}

#comingEvents .date {
	float: left;
	font-size: 29px;
	margin: 3px 5px 0 10px;
	text-align: center;
}

#comingEvents .date span {
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
}

#comingEvents .title {
	float: left;
	font: 12px/15px bold Arial, sans-serif;
}

#comingEvents .sponsor {
	float: left;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0;
	display: none;
}

#comingEvents .eventdates {
	float: left;
	font-size: 10px;
	padding: 3px 0 5px;
	margin: 0 0 7px;
	color: #898873;
	text-transform: uppercase;
	border-bottom: 1px solid #DAD9C9;
}

#comingEvents .eventtime {
	float: left;
	line-height: 14px;
	color: #be301a;
	font-family: Arial, Helvetica, sans-serif;
}

#comingEvents p {
	float: left;
	font: 12px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 0;
	width: 180px;
}

#comingEvents a {
	color: #be301a;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 0px 0px 0;
	margin: 15px 20px 20px 20px;
	height: 22px;
	display: block;
	text-align: left;
	border-top: 1px solid #dad9c9;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/css/bullet_arrow.png) no-repeat 88px center;
}

#comingEvents ul a {
	background: none;
	font-size: 12px;
	text-transform: none;
	padding: 0;
	text-align: left;
	margin: 0;
	border: none;
	height: auto;
}

/* FOOTER AND SO LINK STYLES */

#footer {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	width: 890px;
	padding: 10px;
	position: relative;
	z-index: 5;
	background: #8a7967;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#footer img {
	float: left;
	margin: 0 10px 30px 0;
}

#footer p {
	margin: 0 0 10px;
}

#footer table {
	border-collapse: collapse;
	width: 100%;
}

#footer #copyright {
	float: left;
	width: 556px;	
	height: 83px;
	padding: 25px 0 0;
	color: #8a7967;
	line-height: 17px;
}

#footer #copyright p {
	margin: 15px 0 0;
	font-size: 11px;
	font-weight: bold;
}

#footer div {
	float: right;
	height: 93px;
	padding: 15px 0 0 15px;
}

#footer ul {
	margin: 0px;
	padding: 0px 10px;
	float: right;
}

#footer ul li {
	background: none;
	text-align: left;
	list-style: none;
	padding: 0px;
	line-height: 15px;
	width: 50%;
	float: left;
	font-size: 12px;
}

#footer div.legal {
	float: right;
}

#so_link {
	margin: 3px auto;
	width: 902px;
	padding: 0 30px;
	float: left;
}

#so_link_text {
	font-size: 12px;
	color: #8a7967;
	float: right;
	margin: 10px 0;
}

#so_link_text a {
	text-decoration: none;
	font-weight: normal;
	color: #8a7967;
}

#so_link p {
	color: #8a7967;
	font-size: 12px;
	float: left;
    margin: 10px 0;
}

#countdown {
	width: 370px;
	height: 100px;
	display: block;
	float: right;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
	background: #99032e url(../images/css/background_countdown.jpg) repeat-x bottom left;
}

.ie7 #countdown {
	height: 96px;
	margin-bottom: 4px;
}

#countdown h2 {
	padding: 0;
	margin: 10px 10px;
	font-weight: bold;
	font-size: 30px;
}

.ie7 #countdown h2 {
	margin: 5px 10px;
}

#countdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 290px;
}

.ie7 #countdown ul {
	float: left;
	width: 270px;
}

#countdown li {
	background: url(../images/css/background_counter_time.png) no-repeat center right;
	font-size: 35px;
	text-align: center;
	float: left;
	padding: 0 12px;
}

.ie7 #countdown li {
	padding: 5px 12px;
	margin: -5px 0 0;
}

#countdown li span {
	display: block;
	font-size: 15px;
}

.location {
	float: left;
	width: 500px;	
	margin: 40px 0 0;
}

.location div {
	float: right;
	display: block;
	width: 230px;
	margin: 0 5px;
	padding: 0 5px;
	line-height: 18px;
}

.location .image {
	background: url(../images/css/background_images.png) repeat top left;
	float: left;
	margin: 0px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
	width: 230px;
}

.location .image span,
.location .image img {
	height: 200px;
	width: 230px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

.location div h2 {
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
	line-height: 20px;
}

.location div h2 span {
	display: block;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 0px;
	color: #eee;
	padding: 0;
	margin: 0;
}

.location p {
	clear: both;
	padding: 0 5px;
}

.location a {
	padding: 0 5px;
}

.location div p,
.location div a {
	clear: both;
	padding: 0;
}


/* ANNOUNCEMENTS STYLING */

#screen,
#fullscreen {
	z-index: 1001;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#screen {
	z-index: 1000;
	background: white;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-align: center;
}

#announcement {
	height: auto !important;
	height: 273px;
	min-height: 273px;
	width: 273px;
	background: white;
	border: 5px solid #135A6E;
	margin: 20% auto 0px auto;
	padding: 10px;
	font-size: 12px;
}

#announcement button {
	
}

/* BLOG PAGES AND POST STYLING */

#RSS {
	background: #135A6E;
	border: 1px solid #135A6E;
	padding: 5px;
	color: white;
}

#RSS .subscribe_rss {
	display: block;
	background: url(../images/css/background_blog_rss.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 32px;
}

#RSS .subscribe_rss a {
	color: #F7DBE3;
}

#RSS .link {
	display: block;
	font-weight: bold;
	margin: 5px 0px 0px;
}

#RSS .link input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px 4px;
	border: 1px solid #135A6E;
	width: 273px;
}

#author {
	background: #E9E9E9;
	padding: 5px;
	margin: 5px 0px 10px;
	border: 1px solid #DEDEDE;
}

#author .name {
	font-weight: bold;
}

#author .image {
	padding: 3px;
	background: white;
	border: 1px solid #CCC;
}

#article_menu {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 140px;
}

#article_menu h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: none;
	padding: 3px 0px;
	margin: 0px;
}

#comments h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: none;
	margin: 10px 0px 0px;
}

#post h2 {
	margin: 0px 0px 5px;
}

#article_menu .article_grouping {
	float: left;
	width: 140px;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
}

#article_menu .article_grouping ul {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
}

#article_menu .article_grouping ul li {
	list-style: none;
	background: none;
	border-bottom: 1px solid #DEDEDE;
	padding: 0px;
}

#article_menu .article_grouping ul li a {
	padding: 1px 5px;
	display: block;
}

#article_menu .article_grouping ul li a:hover {
	background: #135A6E;
	color: white;
}

#post,
#articles {
	float: left;
	width: 370px;
}

#articles .article {
	padding: 15px 0px;
	border-bottom: 3px #DEDEDE double;
}

#post .article {
	padding: 0px 0px 15px;
	border-bottom: 3px #DEDEDE double;
}

.article .date {
	font-weight: bold;
	letter-spacing: -1px;
}

.article .title {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #135A6E;
	display: block;
	padding: 0px 0px 5px;
}

.article img {
	display: block;
	padding: 5px 0px;
}

.article .body {
	padding: 5px 10px;
	margin: 0px 0px 5px;
	display: block;
}

.article .footer {
	background: #E9E9E9;
	padding: 3px 5px;
	border: 1px solid #DEDEDE;
}

.comment {
	padding: 10px 0px;
	border-bottom: 3px #DEDEDE double;
}

.comment .date {
	font-weight: bold;
	color: #135A6E;
	padding: 0px 0px 3px 20px;
	background: url(../images/css/background_blog_comments.gif) no-repeat 3px 3px;
}

.comment .body {
	background: white;
	padding: 5px 10px;
	margin: 0px 0px 5px;
	display: block;
	border: 1px solid #DEDEDE;
}

.commentbox {
	width: 100%;
}

.commentbox td {
	vertical-align: top;
}

.commentbox textarea {
	height: 100px;
	width: 95%;
}

#post .file,
#articles .article .footer .file {
	display: inline;
	background: url(../images/css/background_blog_file.gif) no-repeat 0px 1px;
	padding: 0px 0px 0px 17px;
}

#articles .article .footer .comments {
	display: inline;
	background: url(../images/css/background_blog_comments.gif) no-repeat 0px 1px;
	padding: 0px 0px 0px 17px;
}

#post #news_link,
#articles .view_all {
	margin: 5px 0px;
}

#post #news_link a,
#articles .view_all a {
	background: #555555;
	border: 1px solid #4A4A4A;
	padding: 1px 5px;
	color: white;
	display: block;
}

#post #news_link a:hover,
#articles .view_all a:hover {
	background: #135A6E;
	border: 1px solid #135A6E;
}

/* DONATIONS PAGE AND FORMS STYLING */

.amount,
.designation,
.frequency,
.credit,
.bank,
.account {
	width: 100%;
}

#login dl,
.amount dl,
.designation dl,
.frequency dl,
.credit dl,
.bank dl,
.account dl {
	padding: 0px;
	margin: 5px 0;
}

#login dt,
.amount dt,
.designation dt,
.frequency dt,
.credit dt,
.bank dt,
.account dt,
.honor dt {
	clear: both;
	float: left;
	width: 150px;
}

form div#submit {
}

#standard_register {
	width: 100%;
}

#volunteer_results_exact dl.address {
	display: none;
}

#volunteer_results_exact dd {
	float: left;
}

#login dd,
.amount dd,
.designation dd,
.frequency dd,
.credit dd,
.bank dd,
.account dd,
.honor dd {
	margin: 0px 0px 0px 175px;
	font-size: 9px;
}

.phone .AreaCode, 
.phone .Exchange {
	width: 20px;
}

.phone .Number {
	width: 25px;
}

#donations input {
	font: 11px Arial, Helvetica, sans-serif;
}

.required {
	font-weight: bold;
	background: url(../soImages/css/required.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
}

dt,
dd {
	padding: 0px 0px 0px 15px;
	margin: 0;
}

#standard_register dl {
	margin: 0;
}

#standard_register dt {
	float: left;
	margin: 5px 0 0;
	width: 130px;
}

#standard_register dd {
	float: left;
	margin: 5px 0;
	width: 200px;
}

#standard_register #submit {
	margin: 0 27px 0 0;
}

#standard_register #submit input {
	float: none;
	display: inline;
	margin: 10px 0 0;
}

.card_expdate_month,
.card_expdate_year,
.address_state,
.address_country {
	font-size: 11px;
}

#buttons, #cancel {
	width: 90%;
	float: left;
}

#buttons ul, 
#cancel ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#buttons ul li, 
#cancel ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

select {
	font-size: 11px;
}

/* EVENT POPUP PAGE STYLING */

ul.detail_bar {
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	background: #64125C;
	text-align: center;
}

ul.detail_bar li {
	display: inline;
	padding: 5px 15px;
	background: none;
}

ul.detail_bar li a {
	color: #fff;
	text-decoration: none;
}

ul.detail_bar li a:hover {
	color: white;
	text-decoration: underline;
}

#detail_frame {
	text-align: left;
	width: 273px;
	margin: 0px auto;
	padding: 15px;
	background: #fff;
}

#detail_header {
	
}

#detail_image {
	width: 273px;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#detail_header h3 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

#detail_header dl {
	background: #ccc;
	width: 273px;
}

#detail_header dl dt {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 70px;
}

#detail_header dl dd {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 220px;
}

#detail_content_text h1 {
	margin: 0px;
}

#detail_content_text p {
	margin: 0px;
}

#detail_content_text {
	clear: both;
}

#detail_content_text h5 {
	margin: 0px;
	padding: 15px 0 5px;
}

a.form_link {
	background: #612C34;
	width: 280px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	margin: 0px;
}

/* DEFAULT FORMS LAYOUTS */

#feedbackForm p {
	padding: 5px;
}

#feedbackForm dl {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 3px 0px;
	display: block;
}

#feedbackForm dl.checkbox dt {
	width: 25px;
}

#feedbackForm dl dt {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	padding-left: 15px;
}

#feedbackForm dl dt select {
	width: 90px;
}

#feedbackForm dl dt.required {
	font-weight: bold;
	background: url(../soImages/required.gif) no-repeat left top;
	padding: 0px 0px 5px 15px;
}

#feedbackForm dl dd {
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 60%;
	margin-left: 5%;
}

#feedbackForm dl dd select {
	width: 146px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#feedbackForm dl dd table {
	border-collapse: collapse;
}

#feedbackForm dl dd table td {
	padding: 2px 0px 2px 3px;
	vertical-align: top;
}

#feedbackForm dl dd table td input {
	margin: -1px 3px 1px 0px;
}

#feedbackForm tr.required {
	font-weight: bold;
	background: url(../soImages/required.gif) no-repeat left 5px;
}

#feedbackForm dl dd ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#feedbackForm dl dd ul li {
	background: none;
	padding: 0px;
	list-style-image: none;
}

#feedbackForm #submit {
	padding-left: 25%;
	padding-top: 5px;
}

#feedbackForm #submit button,
#feedbackForm #submit .formButton,
#feedbackForm #submit .formButtonLong {
	float: left;
	clear: none;
	margin: 0px 5px;
}

#feedbackForm form textarea {
	width: 200px;
	height: 120px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* STAFF STYLING */

#staff {
	width: 600px;
	

/*height: expression(eval(document.getElementById('content_narrow').clientHeight));*/
 	min-height: 700px;
	color: #000000;
}

* html #staff {
	height: 700px;
}

#staff_menu {
	height: 190px;
	width: 588px;
	border: 1px solid #333;
	border-bottom: 5px solid #47500F;
	padding: 5px 5px 5px;
	background: #EFE7C5;
}

#staff_pics {
	width: 500px;
	height: 155px;
	overflow: auto;
	position: absolute;
}

#staff_pics ul {
	padding: 0px;
	margin: 0px;
}

#staff_pics ul li {
	list-style: none;
	display: block;
	

/*

display: block;*/
  background: none;
	padding: 0px;
	margin: 0px;
	width: 73px;
	height: 130px;
	float: left;
	font: normal 10px Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	color: #5A6327;
}

#staff_pics ul li:hover {
	color: #6E150F;
}

#staff_pics ul li:hover img {
	border: 1px solid #7B3741;
}

#staff_name {
	font-size: 12px;
	height: 15px;
	padding: 4px 3px 15px;
	color: #6E150F;
}

#staff_menu img {
	cursor: pointer;
	border: 1px solid #D8D0AE;
	padding: 3px;
	background: white;
	height: 88px;
	width: 70px;
	display: block;
	margin: 0px 3px 4px 0px;
}

#staff_details {
	float: left;
	width: 210px;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px solid #D8D0AE;
}

#staff_details img {
	margin: 0px 0px 10px 0px;
	padding: 4px;
	border: 1px solid #1D5180;
	background: white;
}

#staff_details dl {
	margin: 0px;
	padding: 0px;
}

#staff_details dt {
	float: left;
	color: #000;
	font-style: italic;
}

#staff_details dd {
	margin: 0px 0px 0px 15px;
}

#staff_details em {
	color: #1E463D;
}

#staff_bio {
	float: left;
	width: 335px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 10px;
	line-height: 18px;
	overflow-y: auto;
/

*border-bottom: 5px solid #D8D0AE;*/
  	/

*height: expression(eval(document.getElementById('staff_details').clientHeight-13));*/
}

#staff_bio p {
	margin: 0px 0px 15px;
}

.staff_title {
	color: #47500F;
}

/* VOLUNTEER PAGES AND SEARCH FORMS */

#volunteer {
	width: 100%;
}

#volunteer a {
	font-weight: bold;
	text-decoration: none;
}

#volunteer button {
	text-align: center;
	margin: 0px auto;
}

#volunteer_results_close h2 {
	background: #9EAB2C;
	border: 1px solid #8E9A27;
}

#volunteer #zip,
#volunteer #people {
	font-weight: bold;
	background: #F8F8F8;
	border: 1px solid #CCC;
	color: #333;
	margin: 10px 0px 0px;
}

#volunteer #zip td,
#volunteer #people td {
	padding: 2px;
}

#volunteer select {
	float: left;
	font: 10px Verdana, Tahoma, Geneva, sans-serif;
	color: #666666;
	margin: 1px;
}

#volunteer .input_text {
	border: 1px solid #999;
	border-top: 1px solid #666;
	border-bottom: 1px solid #CCC;
	margin: 1px !important;
	margin: 0px 1px;
	padding: 1px 1px 1px 3px;
	font-size: 11px;
}

#volunteer .checkbox {
	background: none !important;
	background: transparent url(../images/css/background_checkbox.gif) no-repeat 2px 2px;
	display: inline;
}

#volunteer .checkbox input {
	padding: 0px;
	margin: 3px;
}

#volunteer .select {
	float: left;
	border: 1px solid #CCC;
}

#volunteer .textfield {
	float: left;
	border: 1px solid #CCC;
}

#volunteer th {
	text-align: left;
	vertical-align: top;
	width: 160px;
}

#volunteer td {
	padding: 0px 0px 15px;
	vertical-align: top;
}

#volunteer small {
	font-size: 9px;
	font-weight: normal;
	clear: both;
	display: block;
	width: 100%;
}

#volunteer_results_close table,
#volunteer_results_exact table,
#volunteer_results table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0px;
}

#volunteer_results_close td,
#volunteer_results_exact td,
#volunteer_results td {
	padding: 10px 5px;
	border: 1px solid #E8E8E8;
}

#volunteer_results_close .alt,
#volunteer_results .alt {
	background: #F8F8F8;
}

#volunteer_results_exact .alt {
	background: #F7F7F7;
}

#volunteer_results_close .alt td,
#volunteer_results_exact .alt td,
#volunteer_results .alt td {
	border: 1px solid #DFDFDF;
}

#volunteer_results_close .over,
#volunteer_results_exact .over,
#volunteer_results .over {
	background: #F7F7F7;
	cursor: pointer;
	cursor: hand;
}

#volunteer_results_close dl,
#volunteer_results_exact dl,
#volunteer_results dl {
	padding: 10px 0px;
	margin: 0px;
}

#volunteer_results_exact dl {
	float: left;
}

#volunteer_results_close dt,
#volunteer_results_exact dt,
#volunteer_results dt {
	float: left;
	width: 60px;
	font-weight: bold;
	clear: both;
}

#volunteer_results_close dd,
#volunteer_results_exact dd,
#volunteer_results dd {
	padding: 0px;
	margin: 0px;
}

#volunteer_results_close p,
#volunteer_results_exact p,
#volunteer_results p {
	margin: 5px 0px;
	padding: 0px 0px 0px 5px;
}

#volunteer_results_close strong,
#volunteer_results_exact strong,
#volunteer_results strong {
	
}

#volunteer_results_close label,
#volunteer_results_exact label,
#volunteer_results label {
	display: block;
}

#volunteer_results_close button,
#volunteer_results_exact button,
#volunteer_results button {
	font: 9px Verdana, Tahoma, Geneva, sans-serif;
	margin: 10px 0px 0px;
}

#volunteer_criteria {
	float: left;
	width: 100%;
	background: #CFCFCF;
	border: 1px solid #898989;
	padding: 5px;
	margin: 0px 0px 20px;
}

#volunteer_criteria #links {
	background: #C1CF44;
	text-align: center;
	border: 1px solid #AEBC30;
}

#volunteer_criteria #links button {
	display: inline;
	margin: 5px 3px;
}

#volunteer_results dl.address {
	display: none;
}

#volunteer_results_close dt,
#volunteer_results_exact dt,
#volunteer_results dt {
	padding: 0 5px 0 15px;
}

#volunteer_criteria dl {
	padding: 0 0 4px;
	margin: 0px;
}

#volunteer_criteria dt {
	float: left;
	width: 150px;
	font-weight: bold;
	clear: both;
	padding: 0px 0px 7px;
}

#volunteer_criteria dd {
	padding: 0px 0px 7px;
	margin: 0px;
}

#volunteer_detail dl {
	float: left;
	padding: 10px;
	width: 98%;
	margin: 0px;
	background: #F7F7F7;
	border: 1px solid #E8E8E8;
}

#volunteer_detail dt {
	float: left;
	width: 150px;
	font-weight: bold;
	clear: both;
	padding: 0px 0px 7px;
}

#volunteer_detail dd {
	padding: 0px 0px 7px;
	margin: 0px;
}

#volunteer_detail #contact {
	padding: 10px 0 0px;
	clear: both;
}

#searchAgain {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

#calendar {
	margin: -10px 0 0 -10px;
}

#standard_groupCalendar dt,
#standard_groupCalendar dd {
	margin: 0;
	padding: 0;
}

#group_calendargrid td,
#group_calendargrid th {
	text-align: left;
	padding: 0 25px 0 0;
}

.addthis_button {
	float: right;
}

#google_translate_element{
	clear: both;
	margin: 0 auto 30px;
	width: 910px;
}

.event_header h2 {
	background: transparent;
}

