.bold { font-weight: bold; }
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left { float: left; }
.right { float: right; }
.more { text-align: right; }
.clear { clear: both; }

body {
	background: #504634;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
	height: 100%;
}

input, textarea { font-size: 12px; }

/* Dark Transparent Background */
#darkContainer { background-color: #000000; display: none; filter: alpha(opacity=85); opacity: 0.85; height: 100%; position: fixed; width: 100%; top: 0px; left: 0px; z-index: 100; }

/* Loading Animation */
#loadAnimation { background-color: #FFFFFF; display: none; border: solid 4px #BABABA; height: 32px; width: 32px; margin: -16px 0px 0px -16px; padding: 0px; position: fixed; top: 50%; left: 50%; z-index: 50; }

/* Image Viewer */
#imageContainer { background-color: #000000; border: solid 5px #525252; margin: -384px 0px 0px -512px; position: fixed; width: 1024px; height: 768px; top: 50%; left: 50%; z-index: 200; text-align: center; }
#imageClose { background-color: #525252; width: 100%; height: 25px; margin: 0px; padding: 0px; text-align: right; }
#imageClose img { height: 25px; margin: -2px 5px 0 0; }
#imageClose img:hover { cursor: hand; }
#imageContent { z-index: 250; }

/* Login Popup */
#loginPopup { background-color: #D5CAB6; border: solid 4px #4B5360; margin: -74px 0px 0px -140px; position: fixed; width: 280px; top: 50%; left: 50%; display: none; z-index: 200; text-align: center; }

/* Event - Add Category */
#eventAddCategory { background-color: #D5CAB6; border: solid 4px #4B5360; margin: -74px 0px 0px -140px; position: fixed; width: 280px; top: 50%; left: 50%; display: none; z-index: 200; text-align: center; }
#formAddCategory { margin: 10px; }

/* Gallery - Add Album */
#galleryAddAlbum { background-color: #D5CAB6; border: solid 4px #4B5360; margin: -74px 0px 0px -140px; position: fixed; width: 280px; top: 50%; left: 50%; display: none; z-index: 200; text-align: center; }
#formAddAlbum { margin: 10px; }

/** Layout **/

#wrapper { text-align: left; margin: 37px auto 0px auto; width: 972px; position: relative; }
#header_container { background: url(../../images/layout/dropshadow_top.png) no-repeat top right; }
#body_container { margin: 0px auto; background: url(../../images/layout/dropshadow_side.png) repeat-y top right; }
#footer_container { margin: 0 auto; width: 972px; height: 12px; background: url(../../images/layout/dropshadow_bottom.png) top right no-repeat; }

#header {
  background: #D5CAB6 url(../../images/layout/header.png) no-repeat;
  width: 960px;
  height: 266px;
}
#logo {
  position: absolute;
  top: 12px;
  left: 300px;
  width: 370px;
  color: #52616E;
}
#logo h1 {
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
  font-weight: bold;
}

#login { position: absolute; top: 10px; left: 704px; width: 208px; background: #4B5360; width: 209px; }
#loginTop { background: url(../../images/layout/cart_top.gif) no-repeat; }
#loginBottom { background: bottom left url(../../images/layout/cart_bot.gif) no-repeat; }
#loginContent { text-align: center; padding: 8px 8px 8px 8px; color: white; }
#loginContent a { color: #FFFFFF; text-decoration: none; }
#loginContent ul li a:hover { text-decoration: underline; }
#login p { margin: 0; }

#banner { background: #4B5360; position: absolute; top: 101px; left: 287px; width: 650px; padding: 9px 0; text-align: center; }
#banner li { list-style: none; display: inline; color: #fff; }
#headerGallery { position: absolute; top: 155px; left: 287px; width: 650px; }
#headerGallery li { list-style: none; text-indent: -999px; float: left; overflow: hidden; height: 111px; }
#headerGallery .gworship{ background: url(../../images/layout/gworship.jpg) no-repeat; width: 127px; }
#headerGallery .gadults { background: url(../../images/layout/gadults.jpg) no-repeat; width: 128px; }
#headerGallery .gyouth { background: url(../../images/layout/gyouth.jpg) no-repeat; width: 128px; }
#headerGallery .gchildren { background: url(../../images/layout/gchildren.jpg) no-repeat; width: 130px; }
#headerGallery .gdaycare { background: url(../../images/layout/gdaycare.jpg) no-repeat; width: 130px; }

#body { background-color: #D5CAB6; width: 960px; }

/* Calendar */

#calendar { float: left; background: #D5CAB6; height: 160px; width: 298px; border-top: 3px solid #FFFFFF; border-bottom: 2px solid #FFFFFF;  border-right: 3px solid #FFFFFF;}
#calendar table { margin: 0 auto; caption-side: top; width: 253px; }
#calendar table a { font-weight: bold; text-decoration: none; }
#calendar caption { text-align: center; font-weight: bold; padding: 5px 0px; color: #464544; }
#calendar thead th, tbody td { width: 22px; height: 12px; border: 1px solid #464544; padding: 2px; }
#calendar thead th { font-weight: bold; color: #FFFFFF; background: #847A67; text-align: center; vertical-align: middle; }
#calendar tbody td { text-align: right; color: #695F4C; }
#calendar #previous { float: left; }
#calendar #next{ float: right; }
#calendar #calendarTable .link { background: #4B5360; }
#calendar #calendarTable .link a { color: #FFFFFF; font-weight: bold; }
#calendar #calendarTable a:hover { text-decoration: underline; }
#calendar #previous a, #calendar #next a { text-decoration: none; }

#content { float: left; width: 760px; background: #D5CAB6; border-left: 2px solid #FFFFFF; margin-left: -2px; }

.event { float: left; width: 760px; background: #D5CAB6; border-right: 3px solid #FFFFFF; }
.content { min-height: 315px; }

.content .outer, .event .outer {float: right; border: 2px white solid; border-top: 0; border-right: 3px solid #FFFFFF; width: 298px; margin-right: -3px; }
.content .inner , .event .inner { padding: 6px 12px; }
.content p, .event p { margin: 0.9em 0; }
.content ul , .event ul { margin-left: 50px; }
.content .header { background: #000000; color: #FFFFFF; font-weight: bold; height: 25px; }
.content .fees tr td{ border: 0; }
.content .super { vertical-align: super; font-size: 6pt; }
 
#eventContent { width: 460px; height: 160px; border-top: 3px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; }
.eventsContent h3 { margin-left: 50px; }
.eventsContent p { margin-left: 100px; }

.eventCategories li { background: #D5CAB6 left url(../../images/layout/bullet.jpg) no-repeat; list-style: none; font-size: 12px; padding: 7px 0 8px 35px; margin-left: -25px; }
.memberContentMenu li { background: #D5CAB6 left url(../../images/layout/bullet.jpg) no-repeat; list-style: none; font-size: 12px; padding: 7px 0 8px 35px; margin-left: -25px; }

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif;
  color: #695F4C;
  padding-bottom: 10px;
}

#navigation { float: left; width: 195px; border-top: 3px solid #FFFFFF; border-right: 2px solid #FFFFFF; }
#navigation h2 { color: #fff; padding: 4px 0 5px 39px; background: #847A67; }
#navigation li { background: #D5CAB6 left url(../../images/layout/bullet.jpg) no-repeat; border-top: 1px solid #F4EFDF; list-style: none; font-size: 12px; padding: 7px 0 8px 35px; }
#navigation ul.submenu li { background: #D5CAB6 left url(../../images/layout/bullet.jpg) no-repeat; border: 0; font-size: 10px; padding: 3px 0 5px 35px; margin-left: 20px; }
#navigation a { text-decoration: none; color: #000000; }
#navigation a:hover { text-decoration: underline; }

#display_1 { float: left; height: 146px; width: 195px; margin-right: 3px; background: url(../../images/layout/daycare.jpg) no-repeat; }
#display_2 { float: left; height: 198px; width: 187px; margin-left: 4px; background: url(../../images/layout/WomensConferenceLogo.jpg) no-repeat; }
#display_2 span.title { color: #000000; float: right; text-align: center; font-weight: bold; font-size: 12px; }
#fadingDisplay p { text-align: left; color: #FFFFFF; margin: 12px 0 0 15px; font-size: 20px; font-weight: bold; }
#fadingDisplay span.date { font-size: 16px; float: right; margin: 5px 15px 0 0; }

#copyright { text-align: center; font-size: 9px; padding: 3px 0px; background: #FFFFFF; width: 960px; }

#believe li { margin-top: 20px; }

#ministry a { text-decoration: none; color: #695f4c; font-weight: bold; }
#ministry a:hover { color: #695f4c; }
#ministry blockquote { display: none; }
#ministry .mini_header { list-style: none; }
#ministry .mini_header .sign { padding-right: 5px; font-weight: normal; }

#formError { border: 3px solid #993333; background: #FFCCCC; color: #993333; width: 424px; margin: 15px 0 15px 15px; padding: 10px 0; display: none; line-height: 1.5em; }
#formSuccess { border: 3px solid #339933; background: #CCFFCC; color: #339933; width: 404px; margin: 15px 0 15px 15px; padding: 10px; display: none; line-height: 1.5em; text-align: center; }

.gallery { margin-top: 10px; }
.gallery .thumbnail { margin: 10px 0px 20px 30px; }
.thumbnail img { border: 2px solid #FFFFFF; width: 100px; height: 75px; }
.view { margin-left: 25px; }

#memberError { border: 3px solid #993333; background: #FFCCCC; color: #993333; width: 424px; margin: 15px 0 5px 15px; padding: 10px 0; display: none; line-height: 1.5em; text-align: center; }
#memberSuccess { border: 3px solid #339933; background: #CCFFCC; color: #339933; width: 404px; margin: 15px 0 5px 15px; padding: 10px; display: none; line-height: 1.5em; text-align: center; }

/* Contact Us */
#contactForm { margin: 20px 0px 10px 50px; }

/* Events */
#formCreateEvent { margin: 20px 0px 10px 50px; }

/* Gallery */
#formGalleryUpload { margin: 20px 0px 10px 50px; }

/* Register */
#softballForm { margin: 20px 0px 10px 50px; }
#impactForm { margin: 20px 0px 10px 50px; }

/* Login */
#loginAssistPopup { margin-top: 7px; position: absolute; border: 2px solid #FFFFFF; z-index: 10; text-align: left; background: #4B5360; color: #FFFFFF; }
#loginAssistPopup p { margin: 10px; }

/* PDF Container */
#embedPDFContainer { background-color: #FFFFFF; border: solid 4px #3A3A3A; margin: -300px 0px 0px -375px; position: fixed; width: 750px; height: 600px; top: 50%; left: 50%; z-index: 120; text-align: center; display: none; }

/* Content Container */
#contentContainer { display: none; z-index: 101; text-align: center; }






/* -- Table Styles ------------------------------- */
form td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
