/* Reset
********************************************************************************************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d7d3c1;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

a img {
	border: 0px;
}

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

a:hover {
	color: #E3617F;
}

/************************************************************
** IE Warning
************************************************************/
.ie6Warning {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 10px 1px;
	width: 960px;
}

.ie6Warning h4 {
	background: transparent url('http://www.firstpres-fw.org/interface/images/ie6-warning.gif') no-repeat scroll 0 50%;
	color: #D13236;
	font-family: Georgia, serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 40px;
}

.ie6Warning-wrap {
	background: #E3E3E3 none repeat scroll 0 0;
	border: 1px solid #BBBBBB;
	width: 100%;
}

span.red {
	color: #D13236;
	font-weight: bold;
}


/* Wrap
********************************************************************************************************/
.wrap {
	margin: 0 auto;
	width: 960px;
	z-index: 1;
}

/* Header
********************************************************************************************************/
#header {
	background-color: #587b7c;
	background-image: url('http://www.firstpres-fw.org/interface/images/headerbg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}

#header, #navigation-wrap {
	z-index: 999;
}

ul#site-overview {
	float: right;
	position: absolute;
	right: 0;
}

ul#site-overview li {
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	list-style: none;
}

ul#site-overview li a, ul#site-overview li.delimiter {
	color: #FFFFFF;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
}

#korean-lang {
	background-image: url('http://www.firstpres-fw.org/interface/images/korean-flag.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 35px !important;;
}

#logo {
	float: left;
	margin: 5px 0px 5px;
}

/* Large Links
********************************************************************************************************/
#large-links {
	float: right;
	margin: 29px 0 0 0;
}

#large-links li {
	float: left;
	list-style: none;
}

#large-links li a {
	background-image: url('http://www.firstpres-fw.org/interface/images/large-links.png');
	display: block;
}

#large-links #new {
	height: 73px;
	width: 132px;
}

#large-links #new:hover {
	background-position: 0px -73px;
}

#large-links #service-times {
	background-position: -132px 0px;
	height: 73px;
	width: 148px;
}

#large-links #service-times:hover {
	background-position: -132px -73px;
}

#large-links #get-involved {
	background-position: -280px 0px;
	height: 73px;
	width: 117px;
}

#large-links #get-involved:hover {
	background-position: -280px -73px;
}

/* Navigation
********************************************************************************************************/
#navigation-wrap {
	background-image: url('http://www.firstpres-fw.org/interface/images/navbg.gif');
	background-repeat: repeat-x;
	height: 76px;
	width: 100%;
}

ul#navigation {
	bottom: 0;
	position: absolute;
}

ul#navigation li {
	display: block;
	float: left;
	list-style: none;
}

ul#navigation li a {
	background-color: #315354;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	padding: 15px 21px;
	text-decoration: none;
}

ul#navigation li a:hover {
	background-color: #5C8080;
}

ul#navigation .here a:first-child {
	background-color: #d7d3c1;
	background-image: url('http://www.firstpres-fw.org/interface/images/navactive.png');
	background-repeat: repeat-x;
	-moz-box-shadow: 0px -3px 6px -2px #333333;
	-webkit-box-shadow: 0px -3px 6px -2px #333333;
	box-shadow: 0px -3px 6px -2px #333333;
	color: #000000;
}

ul#navigation ul li.here a, ul#navigation .here ul li a {
	background-color: #557273 !important;
	background-image: none !important;
	color: #FFFFFF !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul#navigation ul li.here a:hover, ul#navigation .here ul li a:hover {
	background-color: #5C8080 !important;
}

ul#navigation li ul, ul#navigation li ul li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

ul#navigation li ul li {
	float: left;
	width: 10em;
}

ul#navigation li:hover ul ul, ul#navigation li.sfhover ul ul {
	left: -999em;
}

ul#navigation li ul ul { /* third-and-above-level lists */
	margin: -36px 0 0 190px;
}

ul#navigation li:hover ul, ul#navigation li li:hover ul, ul#navigation li.sfhover ul, ul#navigation li li.sfhover ul {
	display: block;
	left: auto;
}

ul#navigation ul li a {
	background-color: #557273;
	padding: 10px;
	width: 170px;
}

.haschild a {
	background-image: url('http://www.firstpres-fw.org/interface/images/arrow-nav.png');
	background-repeat: no-repeat;
	background-position: 172px 13px;
}

.haschild ul a {
	background-image: none !important;
}

/* Body
********************************************************************************************************/
#body-pad {
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 6px #999999;
	-webkit-box-shadow: 0px 0px 6px #999999;
	box-shadow: 0px 0px 6px #999999;
	/* margin: 30px 0px 15px 0px; */
	padding: 10px;
}

#pushed.wrap {
	margin: 40px auto;
}

.pad-override {
	padding: 0px !important;
}

.no-bullets li {
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

.pagination {
	margin: 50px 0 0 0 !important;
	padding: 0 !important;
}

.pagination li {
	display: inline;
	padding: 0 20px 0 0;
}

span.marker {
	background-color: yellow;
	padding: 2px;
}

.results {
	background-color: #DAD6C9;
	margin: 0 0 20px;
	padding: 10px;
}

.results h3 {
	color: #393939 !important;
	font-size: 15px !important;
}

/* Footer
********************************************************************************************************/
#footer {
	margin: 15px 0px 30px 0px;
}

.other-links {
	float: left;
}

#church-info li {
	padding: 5px;
}

#church-info .delimiter {
	background-image: url('http://www.firstpres-fw.org/interface/images/square-bullet.png');
	background-repeat: no-repeat;
	background-position: 3px 10px;
	height: 10px;
}

ul.other-links li {
	color: #6e6554;
	float: left;
	font-size: 11px;
	letter-spacing: -1px;
	list-style: none;
}

ul.other-links li {
	color: #6e6554;
	display: inline-block;
	padding: 4px;
}

ul.other-links li a:hover {
	color: #d4224e;
}

#search-bar {
	background-image: url('http://www.firstpres-fw.org/interface/images/search.png');
	height: 33px;
	position: absolute;
	right: 0;
	top: 8px;
	width: 217px;
}

#search-bar #search-field {
	background-color: transparent;
	border: 0px;
	color: #afa998;
	font-size: 11px;
	margin: 8px 0 0 15px;
	width: 165px;
}

#search-bar #search-button {
	background-color: transparent;
	background-image: url('http://www.firstpres-fw.org/interface/images/search-glass.png');
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	height: 21px;
	margin: 6px 0px 0px 0px;
	text-indent: -999em;
	width: 21px;
}

.results {
	margin: 0 0 20px 0;
}

.pcusa {
	position: absolute;
	right: 240px;
}

.inline-img-left,.inline-img-right {
	border: 1px solid #CFCDC8;
	padding: 3px;
}
.inline-img-left {
	float: left;
	margin: 0 20px 20px 0;
}
.inline-img-right {
	float: right;
	margin: 0 0 20px 20px;
}
.gallery-img {
	float: left;
	margin: 0 10px 10px 0;
}
.gallery-img-full {
	float: left;
	margin: 0 20px 20px 0;
	height: 210px;
	width: 150px;
}
.gallery-img-full a.title {
	display: block;
	font-size: 11px;
	text-align: center;
}

/* Common
********************************************************************************************************/
.clear-both {
	clear: both;
}

.relative {
	position: relative;
}
