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

  /* Browser defaults override */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, fieldset, address {
    font-size: 1em;
	margin: 0;
	padding: 0;
	}
body {
	color: #000;
	background: url(../images/common/bg.gif) repeat-x;
	font: 11px arial, sans-serif;
	margin: 0;
	padding: 0;
	}
body.home {
	background-image: url(../images/common/bg-home.gif);
	}
#dhOuterWrapper {
	background: #fff url(../images/common/bg-shad-left3.gif) no-repeat;
	margin: auto;
	padding-left: 72px;
	min-height: 600px; /* note: hacked in IE stylesheet */
	width: 852px;
	}
.home #dhOuterWrapper {
	background-image: url(../images/common/bg-home-shad-left.gif);	
	}
#dhWrapper {
	background: #fff url(../images/common/bg-shad-right.gif) no-repeat top right;
	position: relative;
	padding-right: 72px;
	}
.home #dhWrapper {
	background-image: url(../images/common/bg-home-shad-right.gif);
	}
#projectLogo {	
	background: url(../images/common/logo-trans.png) no-repeat;
	position: relative;
	width: 780px;
	height: 89px;
	z-index: 3;
	}
.home #projectLogo {
	background: url(../images/common/logo.gif) no-repeat;
	height: 102px;
	}
#projectLogo h1 {
	text-indent: -6000px;
	overflow: hidden;
	}
#projectLogo a {
	display: block;
	width: 220px;
	height: 103px;	/* note: different in IE stylesheet */
	}
#header-photo {
	background-repeat: no-repeat;
	background-position: right;
	margin-top: -89px;
	height: 89px;
	}
#dhContent {
	background: url(../images/common/content-top.jpg) no-repeat;
	line-height: 1.4;
	padding-top: 27px;
	padding-right: 120px;
	padding-left: 179px;
	}
.home #dhContent {
	background: url(../images/common/content-home-top.png) no-repeat;
	position: relative;
	margin-top: -34px;
	padding-top: 19px;
	padding-right: 240px;
	z-index: 2;
	min-height: 600px;
	}
h2 {
	color: #333;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 1em;
	width: 290px;
	}
h3 {
	color: #036;
	border-top: 1px solid #e5e5e5;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 9px;
	}
h3 a {
	text-decoration: none;
	}
h4 {
	color: #369;
	margin-top: 2em;
	margin-bottom: -1em;
	}
h4.bump {
	margin-bottom: 0;
	}
p {
	margin: 1em 0;
	}
small {
	font-size: .85em;
	}
#dhContent ul, ol {
	margin: 1em 0;
	padding-left: 2em;
	}
#dhContent ul ul {
	margin: 0;
	padding-left: 2em;
	}
img.right {
	float: right;
	margin-left: 1em;
	}
hr {
	border: none;
	border-top: 2px solid #ccc;
	position: relative;
	top: 7px;
	margin-top: -1px;
	}
#dhContent dt {
	margin-top: 1em;
	}
.ad {
	border-top: 1px solid #eee;
	margin: 1em 0;
	padding-top: 1em;
	}
.ad a img {
	border: none;
	display: block;
	}


/*---------------------
  HOMEPAGE HEADER ADVERTISEMENTS
  ---------------------*/

.home #header-abs {
   position: absolute;
   top: 5px;
   right: 69px;
   z-index: 3;
   height: 60px;
   width: 478px;
}

.home #header-abs a img {
   border: 1px solid #e5eff5;
}

/*---------------------
  SPECIAL TABLE STYLES
  ---------------------*/
  
.table-data #dhContent table {
	margin: 1em 0;
	width: 288px;
	}
.table-data th {
	color: #666;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	}
.table-data td {
	border-top: 1px solid #eee;
	padding: .4em 0;
	padding-right: 1em;
	}
.table-data td.scope {
	width: 208px;
	}
.table-data tr.hidden {
	text-indent: -6000px;
	height: 0;
	overflow: hidden;
	line-height: .5em;
	}


/*-------------
   NEWS SEARCH
  -------------*/

#search {
	background: #f9fafe;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d5d5d5;
	padding: 0 10px 5px 10px;
	}
.headline-news form {
	margin-right: 0;
	text-align: left;
	}
#search h3 {
	border: none;
	margin: 0;
	_margin-top: .5em;
	_line-height: 0;
	}
.headline-news select {
	width: 75px;
	}
#month {
	width: 105px;
	}
.headline-news label {
	display: inline;
	}
#keyword {
	margin-right: 5px;
	margin-left: 0;
	height: 1.5em;
	width: 330px;
	}
.wrapper2 {
	position: relative;
	_margin-bottom: -1em;
	width: 480px;
	}
h3.variant {
	color: #333;
	border: none;
	}
label.oneline {
	margin-right: 5px;
	}
.headline-news .pad {
	}
#textsearch {
	}
#datesearch {
	background: #e8f1fa;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 10px;
	}
#datesearch h4 {
	margin: 0 0 0 0;
	padding: .75em 0;
	}
.wrapper {
	position: absolute;
	top: 4px;
	right: 35px;
	}
.headline-news .submit {
	position: relative;
	top: 1px;
	width: 90px;
	}
.headline-news h2, .headline-news h3 {
	clear: left;
	}


/*---------------
   FORM ELEMENTS
  ---------------*/

form {
 	text-align: right;
 	margin-right: 160px;
 	}
label {
	display: block;
	margin: 1em 0;
	}
#event-chooser {
	text-align: left;
	}
#tickets-chooser {
	margin-right: 130px;
	}
.select-short {
	margin-right: 130px;
	}
#tickets-chooser select {
	width: 50px;
	}
.select-short select {
	width: 50px;
	}
.select-short input {
	width: 16px;
	}
form h3 {
	text-align: left;
	}
#event-chooser select {
	font-size: 11px;
	display: block;
	margin-left: 0;
	width: 480px;
	}
input, 
select,
textarea {
	width: 180px;
	}
label input, 
select, 
textarea {
	border: 1px solid #C3C3C3;
    border-top-color: #7C7C7C;
    border-bottom-color: #DDD;
	margin-left: .5em;
	}
label.textarea {
	float: left;
	width: 130px;
	}
textarea {
	font: 13px arial, sans-serif;
	margin-top: 1em;
	height: 9em;
	}
.req {
	color: #c00;
	font-size: 1.25em;
	}
.checkbox {
	float: left;
	margin-right: 1em;
	width: 16px;
	}
p.left {
	clear: left;
	text-align: left;
	}


/*--------------------
   ACCESIBILITY LINKS
  --------------------*/

#access {
	text-indent: -6000px;
	overflow: hidden;
	height: 0;
	}


/*-------------------
   HOMEPAGE FEATURES
  -------------------*/

#feature {
	background: url(../images/common/feature-bottom.gif) no-repeat bottom left;
	position: relative;
	left: -5px;
	margin-bottom: 2em;
	padding: 10px;
	padding-bottom: 1px;
	width: 346px;
	}
#feature h2 {
	color: #967329;
	background: url(../images/common/feature-top.gif) no-repeat;
	font-weight: normal;
	font-size: 14px;
	margin: -10px;
	margin-bottom: -1.5em;
	padding: 8px 10px 10px 10px;
	width: 100%;
	}
#content-secondary {
	position: absolute;
	top: 314px;
	right: 81px;
	left: 555px;
	z-index: 4;
	}
#events {
	color: #fff;
	background: url(../images/common/events-bottom.gif) no-repeat bottom left;
	padding: 10px;
	width: 196px;
	}
#events h2 {
	color: #fff;
	background: url(../images/common/events-top.gif) no-repeat top left;
	position: relative;
	margin: -10px;
	padding: 3px 10px 14px 10px;
	z-index: 2;
	}
#events dl {
	/*border-bottom: 1px solid #a1a755;*/
	line-height: 1.2;
	position: relative;
	top: -1px; /* reason: hides the unnecessary top border underneath the h2 */
	}
#events dt {
	background: url(../images/common/events-bullet.gif) no-repeat bottom left;
	border-top: 1px solid #b15c5c;
	padding-top: 1em;
	padding-left: 15px;
	text-decoration:none;
	}
	
#events dt a {
	text-decoration:none;
	color: #fff;
}
#events dd {
	color: #e5e5e5;
	border-bottom: 1px solid #854040;
	padding-left: 15px;
	padding-bottom: 1em;
	}
.front-box {
	background: url(../images/common/add-info-bottom.gif) no-repeat bottom left;
	margin-top: 2em;
	padding: 10px;
	width: 196px;
	}
.front-box ul {
	list-style: none;
	padding-left: 0;
	}
.front-box h2 {
	color: #036;
	background: url(../images/common/add-info-top.gif) no-repeat top left;
	margin: -10px;
	padding: 4px 10px 20px 10px;
	}
.front-box h3 {
	color: #036;
	border: none;
	font-size: 1.25em;
	margin: 0 0 -.5em 0;
	padding: 0;
	}
.front-box img {
	float: left;
	margin-right: 10px;
	}
.front-box a {
	color: #369;
	background: url(../images/common/add-info-bullet.gif) no-repeat 0 8px;
	font-weight: bold;
	display: block;
	line-height: 1.35;
	text-decoration: none;
	padding: .5em 0;
	padding-left: 15px;
	width: 100%;
	}
.front-box a:hover {
	color: #900;
	text-decoration: underline;
	}
.meta {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: -1em;
	}


/*--------------------
   BUSINESS DIRECTORY
  --------------------*/

.business-directory #dhContent {
	padding-right: 30px;
	}
.business-directory iframe {
	width: 571px;
	}


/*-------------
   SPONSORSHIP
  -------------*/

.sponsorship ol {
	list-style: none;
	margin: 1em 0 1.25em 0;
	}
.sponsorship .indent {
	margin-left: .5em;
	}


/*-------------
   AMBASSADORS
  -------------*/

.mainpoints > li {
	font-weight: bold;
	}
.mainpoints ul li {
	font-weight: normal;
	}


/*-------------------
   COMMUNITY PROFILE
  -------------------*/

.community-profile #dhContent {
	padding-right: 240px;
	}
.community-profile #content-secondary {
	line-height: 1.4;
	top: 228px;
	}
.community-profile #content-secondary h3 {
	color: #345a7f;
	background: #f0f5fa;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 1em !important;
	padding-top: .5em;
	padding-bottom: .5em;
	}
.community-profile th {
	color: #666;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	}
.community-profile table.climate th {
	width: 72px;
	}
th.scope {
	border-top: 1px solid #eee;
	padding-top: .5em;
	}
.community-profile #content-secondary .top-th th {
	text-align: center;
	}
.top-th td {
	border-top: none !important;
	}
.community-profile #content-secondary td {
	color: #000;
	border-top: 1px solid #eee;
	text-align: center;
	padding: .25em 0;
	vertical-align: top;
	}
.community-profile #content-secondary td.scope {
	color: #444;
	text-align: left;
	display: block;
	width: 144px;
	}
.community-profile dl {
	overflow: auto;
	}
.community-profile dt {
	float: left;
	clear: left;
	padding: .25em 0;
	}
.community-profile #content-secondary dt {
	color: #444;
	border-top: 1px solid #eee;
	width: 144px;
	}
.community-profile dd {
	float: right;
	clear: right;
	padding: .25em 0;
	}
.community-profile #content-secondary dd {
	border-top: 1px solid #eee;
	text-align: center;
	width: 72px !important;
	}
.community-profile #content-secondary h3 {
	margin: 4em 0 1em 0;
	}


/*------------
   RETIREMENT
  ------------*/

.retirement #dhContent {
	padding-bottom: 200px; /* reason: not enough content */
	}

/* NOTE: the following is copied from Community Profile styles */
.retirement dt {
	float: left;
	clear: left;
	width: 216px;
	}
.retirement th {
	color: #666;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	}
.retirement table.climate th {
	width: 72px;
	}
th.scope {
	border-top: 1px solid #eee;
	padding-top: .5em;
	}
.retirement .top-th th {
	text-align: center;
	}
.top-th td {
	border-top: none !important;
	}
.retirement td {
	color: #000;
	border-top: 1px solid #eee;
	padding: .25em 0;
	vertical-align: top;
	}
.retirement .scope {
	color: #444;
	text-align: left;
	display: block;
	width: 144px;
	}


/*-----------
   EDUCATION
  -----------*/

.education #dhContent table {
	width: 432px;
	}
.education td.scope {
	width: 360px;
	}


/*---------------------
   SHORT CONTENT PAGES 
  ---------------------*/

.mission-statement #dhContent,
.business-resource-library #dhContent,
.short #dhContent {
	padding-bottom: 200px;
	}


/*---------------
   WORSHIP & M2M
  ---------------*/

.worship #dhContent h3 {
	margin-bottom: .5em;
	padding-left: 2%;
	}
.church-list,
.business-list {
	margin-top: 1em;
	}
.church-list h3,
.business-list h3 {
	background: #eee;
	background: #f0f5fa;
	margin: 0;
	padding: .5em 2%;
	clear: left;
	}
.business-list h3 {
	padding-left: 0;
	}
.worship #dhContent ol,
.m2m #dhContent ol {
	list-style: none;
	}
/*
.worship ol.left,
.m2m ol.left {
	float: left;
	margin: 0 12% 0 4%;
	}
*/
.worship #dhContent li,
.m2m #dhContent li {
	list-style: none;
	margin-right: 9px;
	float: left;
	width: 220px;
	}
.church-list ol {
	border-right: 1px solid #eee;
	list-style: none;
	overflow: auto;
	padding: 1em 0;
	}
.church-list li {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	float: left;
	padding-left: 2%;
	padding-top: 1em;
	width: 47%;
	height: 9em
	}


/*-------------
  PUBLICATIONS
  -------------*/

.publications img.right {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: -1em;
	}


/*----------------
  MEMBER ARTICLES
  ----------------*/

.member-articles h3 {
	border-top: 0;
	font-size: 14px;
	}
.member-articles #dhContent table {
	width: 432px;
	}


/*------------------
  SEARCH & SITE MAP
  ------------------*/

.search select, .search .submit {
	font-size: 100%;
	margin-right: 82px;
	width: 100px;
	}


/*---------------
   REGULAR LINKS
  ---------------*/

#dhContent a {
	color: #900;
	/*position: relative;*/
	padding: .15em 0; /* reason: larger target area */
	}
#dhContent a:hover {
	background: #fff0ce;
	border-bottom: 1px solid #fece68;
	text-decoration: none;
	}
#dhContent a:visited {
	color: #a00;
	}


/*----------
   PHOTOSET
  ----------*/

#photoset {
	border-top: 1px solid #fff;
	position: relative;
	height: 197px;
	height: 225px;
	}
#photoset div {
	position: absolute;
	height: 224px;
	}
#p1 {
	width: 331px;
	}
#p2 {
	left: 332px;
	width: 250px;
	}
#p3 {
	left: 583px;
	width: 197px;
	}


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

#dhNavBar {
	background: url(../images/common/nav-bg.jpg) no-repeat;
	position: absolute;
	margin-top: 47px;
	padding-bottom: 40px;
	width: 160px;
	z-index: 4;
	}
.home #dhNavBar {
	margin-top: -1px;
	}
#dhNavBar ul {
	list-style: none;
	}
#dhNavBar li ul {
	display: none;
	}
#dhNavBar a {
	color: #369;
	background: url(../images/common/nav-arrow.gif) no-repeat right;
	border-top: 1px solid #e3e9ef;
	font-family: tahoma;
	text-decoration: none;
	display: block;
	padding: 9px 0;
	padding-left: 11px;
	width: 149px;
	}
#dhNavBar a:hover {
	color: #900;
	background: url(../images/common/nav-highlight.png) no-repeat;
	}
#dhNavBar li:hover ul,
#dhNavBar li a:hover ul {
	background: url(../images/common/subnav.png);
	border: 1px solid #a7cdf9;
	border-width: 1px 0;
	display: block;
	position: absolute;
	left: 160px;
	margin-top: -33px;
	width: 160px;
	z-index: 4;
	}
#dhNavBar li ul li strong {
	color: #669;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 9px 11px;	/* note: different in IE stylesheet */
	}
#dhNavBar li ul a {
	color: #2a5580;
	border-top: 1px solid #d6e3f0;
	}
#dhNavBar li:hover > a {
	color: #900;
	background: url(../images/common/nav-highlight.png) no-repeat;
	}


/*--------------
   ACTION LINKS
  --------------*/

#nav-actions {
	line-height: 20px;
	position: absolute;
	top: 109px;
	right: 72px;
	width: 290px;
	}
.home #nav-actions {
	top: 65px;
	z-index: 3;
	}
#nav-actions li {
	border-left: 1px solid #89a2ba;
	display: inline;
	padding: 0 5px;
	}
#nav-actions li.first {
	border-left: none;
	}
#nav-actions a {
	color: #b9d2ea;
	border-bottom: 1px solid #5c8ab0;
	text-decoration: none;
	}
.home #nav-actions a {
	color: #069;
	}
#nav-actions a:hover {
	color: #fff;
	border-bottom: 1px solid #f0f0f0;
	text-decoration: none;
	}
.home #nav-actions a:hover {
	color: #900;
	border-bottom-color: #900;
	}


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

.calendar #dhContent table {
	border: 1px solid #D1D8E3;
	width: 570px;
	}
.calendar #dhContent table td, 
.calendar #dhContent table th {
	border: 1px solid #D1D8E3;
	}


/*--------------
   NEWS ARCHIVE
  --------------*/
 
.news-search #dhContent {
	font-size: 12px;
	}
.archiveDate {
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	}


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

#footerBox {
	color: #6387ab;
	background: url(../images/common/footer-bg.gif) repeat-x;
	text-align: center;
	clear: left;
	padding-bottom: 30px;
	}
#footerBox div {
	background: url(../images/common/footer.jpg) no-repeat center top;
	padding-top: 41px;
	}
#footerBox ul {
	margin-top: -1em;
	}
#footerBox li {
	display: inline;
	}
#footerBox a {
	color: #6387ab;
	}
#footerBox a:visited {
	color: #83a7cb;
	}
#footerBox a:hover {
	color: #900;
	}

