html {
	margin: 0; padding: 0;
	}

body {
	background-color: #0f5294;
	margin: 0; padding: 0;
	}


/*!! stomp out mozilla header padding !!*/
h1, h2, h3, h4, h5 {
	margin: 0; padding: 0;
	}

/* this doesn't make sense but works to wake IE up */
a:hover {
	border-width: 0;
}



/*POSITIONS, SIZES, and BACKGROUND IMAGES*/

#header {
	height: 104px;
	}

#container {
	background: transparent url("../images/bg_header.jpg") no-repeat top left;
	width: 750px;
	margin: 0 auto;
	}

#main {
	background: transparent url("../images/bg_content-tile.gif") repeat-y top right;
	width: 544px;
	margin: 0; padding: 0;

	float: right;
	display: block;
	}

#content {
	background: transparent url("../images/bg_content-top.jpg") no-repeat top right;
	margin: 0;
	padding: 0 22px;
	width: 500px;

	float: left;
	display: block;
	}

#dash {
	width: 200px;
	margin: 0; padding: 0;
	float: left;
	}

#footer {
	background: transparent url("../images/bg_footer.gif") no-repeat top right;
	clear: right;
	height: 75px;
	}



/*CONTENT STYLES*/

body {
	font-size: 12px;
	font-family: tahoma, Arial, sans-serif;
	color: #0d264e;
	}


#header h1 {
	display: none;
	}


#content {
	text-align: justify;
	line-height: 18px;
	}

#content h2 {
	color: #0d264e;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px
	}

#content h3 {
	color: #0d264e;
	font-size: 12px;
	padding-top: 12px;
	}

#content ul {
	list-style-type: square;
	padding-left: 12px;
	}


#content a, #content a:visited {
	color: #50352c;
	white-space: nowrap;
	/*border-bottom: 1px solid transparent;*/
	}

#content a.external {
	padding-right: 13px;
	background: transparent url(../images/link_external.png) no-repeat top right;
	}

#content a:hover {
	/*color: white;*/
	background-color:#bdcfe1;
	text-decoration: none;
	border-bottom: 1px solid white;
	}

#content img.right {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	}

#content img.left {
	float: left;
	margin-right: 16px;
	}

#content a img  {
	border: solid 2px #50352c
	}

#content a:hover img {
	border-color: #e3e3e3
	}


.verse {
	text-decoration: none;
	border-bottom: 1px dotted black;
	}

img.map {
	padding: 10px 50px;
	}


/* HOME PAGE STYLES */

#welcome {
	line-height: 16px;
	padding:0 0 0 200px;
	background: transparent url(../images/home-bible.gif) no-repeat center left;
	text-align: left;
	}

#welcome em {
	font-size: 11px;
	}


#news h2 {
	font-size: 15px;
	text-align: left;

	padding-top: 12px;
	padding-bottom: 12px
	}

#news dl, #news dt {
	margin: 0;
	padding: 0;
	}

#news dt {
	font-weight: bold;
	}

#news dd {
	margin: 0;
	padding: 0;
	}

#news span {
	/*display: block;*/
	color: #306194;
	/*color: #0f5294;*/
	font-size: 11px;
	line-height: 12px;
	/*margin: 0 0 10px 18px;*/
	/*padding: 0px 0 0px 0;*/
	}

#news span.date {
	/*margin: 0 0 0px 10px;*/
	font-weight: bold;
	padding: 0;
	margin: 0;
	/*display: block;*/
	/*padding: 0px 0 0px 0;*/
	}

#news span.time {
	border-left: 1px solid #0f5294;
	padding: 0 0 0 8px;
	margin: 0 0 0 4px;
	/*display: block;*/
	/*padding: 0px 0 0px 0;*/
	}


#news #events p {
	margin: 10px 0 16px 14px;
	padding: 0px 0px 14px 0;
	border-bottom: 1px solid #3f75a9;
	}

#news #updates {
	border-right: 1px solid #3f75a9;
	padding-right: 20px;
	width: 350px;

	float: left;
	}


#news #updates dt {
	font-weight: bold;
	font-size: 11px;
	color: #306194;
	}

#news #updates p {
	/*font-weight: bold;*/
	margin: 0 0 16px 14px;
	/*padding: 0px 0px 14px 0;*/
	}


#news #preview_photo {
	margin: 0; padding: 0;
	float: right;
	/*margin-top: 12px;*/
	margin-left: 16px;
	text-align: center;
	}

#news #preview_photo span {
	display: block;
	/*font-weight: bold;*/
	margin-bottom: 8px;
	}

#news #preview_photo p {
	/*display: block;*/
	clear:left;
	/*font-weight: bold;*/
	margin: 0;
	padding: 0;
	text-decoration: underline !important;
	}

#news #preview_photo a:hover {
	color: white;
	background-color: transparent;
	border-bottom: 0px none transparent;
	}

#news #updates img.photo-sample {
	/*float: right;*/
	/*margin-top: 12px;*/
	/*margin-left: 16px;*/
	}



/* DASH MENU STYLES */

#dash h3 {
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;

	background: #0d264e;
	color:  #a8c0d8;

	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 2px;
	line-height: 17px;

	}

#menu {
	font-size: 12px;
	font-weight: bold;
	}


#menu ul {
	padding: 0 0 8px 16px;
	margin: 0;
	list-style-type: none;
	}

#menu ul li {
	padding-top: 3px;
	}


#menu a, #menu a:visited, #verse a, #verse a:visited {
	color: #a8c0d8;
	text-decoration: none;
	}

#menu a:hover, #verse a:hover {
	color: white;
	background-color:#6893bc;
	border-bottom: 1px solid white;
	}

#menu a.on {
	color: white !important;
	border-bottom: 1px solid #a8c0d8;
	}

#services {
	padding-top: 12px;
	}


#services h4 {
	/*padding-top: 12px;*/
	margin: 0 0 0 16px;
	color: #e3e3e3;
	font-size: 12px;
	font-weight: bold;
	}

#services table {
	padding: 0;
	margin: 0 0 8px 16px;
	width:170px;
	font-size: 11px;
	color: #a8c0d8;
}

#services td {
	padding: 0;
	margin: 0;
}

#services td.right {
	text-align:right;
	font-weight: bold;
}


#verse {
	padding-top: 12px;
	}



#verse dl {
	padding: 0 16px;
	margin: 0;
	}

#verse dt {
	margin-bottom: 4px;
	}

#verse dd {
	color: #a8c0d8;
	font-size: 11px;
	padding: 3px 0;
	margin: 0;
	}

#verse a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
	}

#verse a:hover {
	color: white !important;
	border-bottom: 1px solid white !important;
	}

#verse a.on {
	font-weight: bold;
	color: white !important;
	}

#slogan {
	padding-top: 12px;
	}

#slogan h4 {
	background: transparent url(../images/slogan.gif) no-repeat top left;
	height: 17px;
	width: 200px;
	}

#slogan h4 span {
	display:none
	}


/*SUBMENU STYLES*/

#submenu ul {
	padding: 0;
	margin: 0 0 4px 0;
	text-align: center;
	list-style-type: none;
	font-size: 11px;
	}

#submenu ul li {
	display: inline;
	margin-left: 3px; margin-right: 3px;
	}

#submenu a, #submenu a:visited {
	color: #0d264e;
	text-decoration: none;
	border-bottom: 1px solid #b5c7da;
	/*border-bottom-color: #b5c7da;*/
	}

#submenu a:hover {
	background-color:#bdcfe1 !important;
	color:#0d264e;
	border-bottom: 1px solid white;
	}

#submenu a.on {
	font-weight: bold;
	color: white !important;
	border-bottom-color: white !important;
	}

#submenu a.parent {
	padding-left: 14px;
	background: transparent url(../images/nav_parent_01.png) no-repeat center left;
	}
#submenu a.next {
	padding-right: 13px;
	background: transparent url(../images/nav_next_01.png) no-repeat center right;
	}
#submenu a.previous {
	padding-left: 13px;
	background: transparent url(../images/nav_previous_01.png) no-repeat center left;
	}

/*FOOTER STYLES*/


#footer {
	padding: 29px 0;
	padding-right:125px;
	text-align: right;
	color: #739ac1;
	font-size: 11px;
	}

#footer a, #footer a:visited {
	color: #739ac1;
	text-decoration: none;
	border-bottom: 1px solid #3f75a9;
}

#footer a:hover, #verse a:hover {
	color: #a8c0d8;
	border-bottom: 1px solid white;
	}


/*PHOTO GALLERY STYLES*/



#gallery-list {
	background-color: orange;
	}

#gallery-list a, #gallery-list a:visited {
	text-decoration: none;
	white-space: normal !important;
	}

#gallery-list a:hover {
	background-color: transparent;
	}

#gallery-list a:hover {
	color: white;
	/*background-color:#bdcfe1;*/
	/*text-decoration: none;*/
	border-bottom: 0px none white;
	}

#gallery-list div.left {
  /*background-color: red;*/
}

#gallery-list div.center {
  /*background-color: white;*/
  margin: 0 25px;
  }

#gallery-list div.right {
  /*background-color: blue;*/
}

#gallery-list div {
	width: 150px;
	height: 135px;
	float: left;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 12px;
	background-color: #b5c7da;
}

#gallery-list div span {
	display: block;
	height: 24px;
	line-height: 12px;
	/*vertical-align: middle;*/
	/*background-color: green;*/
}


#gallery-photos img {
	margin: 10px 0;
	margin-right: 28px;
	float: left;
	}
#gallery-photos img.four {
	margin-right: 0px;
	}

#gallery-photos a:hover{
	background-color: transparent;
	}



#photo {
	text-align: center;
	margin-top: 20px;
	padding: 0;
	}

#photo img {
	border: 2px solid #0d264e;
	}


/*ONLINE BIBLE STYLES*/

#bible strong {
	font-weight: normal;
	background-color:#d0dbe7;
	display: block;
	}

#bible dl dt {
	display: inline;
	float: left;
	padding: 3px 0 3px 0;
	}

#bible dl dd {
	display: block;
	margin: 0 0 0px 28px;
	padding: 3px 0 3px 0;
	}

#bible_list dt {
	font-weight: bold;
	padding: 12px 0 0px 0;
	}

#bible_list dd {
	margin: 0;
	}

/* CONTACT PAGE STYLES */

ul.info {
	padding-bottom: 8px;
	margin: 0;
	list-style-type: none !important;
}

#message_table {
	padding-top: 8px;
	}

#message_table th {
	font-weight: normal;
	}

#message_table tr {
	vertical-align:top;
	}

#message_table td.submit {
	text-align:right;
	}

input, textarea {
	color: #0d264e;
	font-size: 12px;
	/*font-family: tahoma;*/
	background-color: #e3e3e3;
	margin: 0;
	padding: 0;
	border: solid 1px;
	}

input:hover, textarea:hover {
	background-color: white
	}

input:active, textarea:active {
	background-color: #e3e3e3;
	border: solid 1px #fff
	}

input.submit:hover {
	color: #fff;
	background-color: #0f5294
	}

ul.errorlist {
	/*color: white;*/
	/*background-color: maroon;*/
	/*display: block;*/
	clear:left;
	list-style-type: square !important;
	padding-left: 20px !important;
	padding-top: 8px !important;
	color: maroon;
	/*border-bottom: 1px solid maroon;*/
	}



#message_form label {
	vertical-align:top;
	width: 70px;
	display: block;
	float: left;
	clear:left;
	}

#message_form ul {
	list-style-type: none;
	margin: 0;
	/*padding: 0;*/
	padding-top: 12px;
	}

#message_form li.submit {
	padding-left: 70px;
	text-align:left;
	}