body {
	background: url(header.jpg) no-repeat top center #ECEBD6;
	margin: 0px;
	padding: 0px;
}

#primary {
	width: 700px;
	margin: auto;
}

#header {
	width: 700px;
	height: 85px;
	margin: auto;
	position: absolute; top: 0px;
	text-align: right;
	font-family: Tahoma, Arial;
	font-size: 10px;
}

#header p {
	position: relative; top: 15px;
	text-align: center;
	float: right;
	color: #222222;
}

#header a:link, #header a:visited {
	color: #FEFEFE !important;
	padding: 0px 4px;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	color: #CAE8EE !important;
}

#navigation {
	width: 700px;
	height: 25px;
	margin: auto;
	padding-top: 5px;
	position: absolute; top: 95px;
}

#content {
	width: 690px;
	margin: auto;
	position: absolute; top: 165px;
}

#footer {
	width: 680px;
	height: 150px;
	background: #818149;
	border: 1px solid #52522F;
	padding: 10px;
	font-size: 10px;
	line-height: 140%;
}

#footer a:link, #footer a:visited {
	color: #52522F !important;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #2A2A21 !important;
}

#footer_left {
	float: left;
	width: 355px;
	background: #A4A45B;
	border: 1px solid #7B7B46;
}

#footer_right {
	float: right;
	width: 310px;
	background: #A4A45B;
	border: 1px solid #7B7B46;
}

.footer_nested {
	background: #B3B375;
	border: 1px solid #919151;
	padding: 5px;
	margin: 5px;
}
/***** Primary Styles *****/
#content {
	color: #2F2F1C;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 160%;
}

#content p {
	margin: 10px auto;
}

#content li {
	padding-bottom: .3em;
	padding-left: 0px;
	list-style-type: square;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #707043;
}

#content a:hover {
	color: #000000;
}

.emphasis_box {
	margin: auto auto auto 0px !important;
	padding: 3px;
	background: #DADAC0;
	border: 1px solid #A3A365;
	width: 80%;
}

span.emphasis_box_inset {
	border: 1px solid #B6B685;
	background: #E2E2C2;
	display: block;
}

.emphasis_box_inset a:link, .emphasis_box_inset a:visited {
	display: block;
	padding: 3px;
}

.emphasis_box_inset a:hover {
	background: #ECEBD6;
}

.event_box {
	background: #E2E2C2;
	border-bottom: 1px solid #A3A365;
	border-right: 1px solid #A3A365;
	border-top: 1px solid #DADAC0;
	border-left: 1px solid #DADAC0;
	padding: 5px;
	margin: 10px 5px 5px 5px !important;
}

input, textarea, option, select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding: 1px 3px;
	margin: 2px;
}

select {padding: 0px;}
option {padding: 0px 0px 0px 3px;}
/***** End Primary *****/

/***** DB Management *****/
.dbTable {
	border: 1px solid #A3A365;
	width: 90%;
}

.lightBG {
	background: #DADAC0;
	padding: 5px;
}

.darkBG {
	background: #CDCDA9;
	padding: 5px;
}

.passwordCell {
	background: #52522F;
	color: #ECEBD6;
	padding: 5px;
	border-top: 1px solid #A3A365;
}

.passwordCell input {
	background: #CDCDA9;
	border: 1px solid #A3A365;
}

.right {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	font-weight: bold;
	width: 20%;
}

.db_error {
	background: #D00;
	border: 1px solid black;
	color: white;
	text-align: center;
	font-size: 18px;
	font-family: monospace;
	padding: 5px;
}
/***** End DB Manager *****/

/***** Events iFrame *****/
#iframe-holder {
	background: #DADAC0;
	border: 1px solid #A3A365;
	width: 430px;
	padding: 4px;
	margin: 0px;
	font-size: 9px;
	line-height: 90%;
}

#iframe-events {
	background: url(hatchbg.gif);
	border: 1px solid #B6B685;
	padding: 5px;
}

#iframe-events h2 {
	font-family: 'Century Gothic', 'Trebuchet MS', 'Lucida Sans Unicode', Tahoma, sans-serif !important;
	font-weight: bold !important;
	font-size: 13px !important;
	color: #007CA6;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 0px 0px 4px !important;
}

#iframe-events p {
	font-size: 10px !important;
	margin: 0px 0px 8px 0px;
	border-top: 1px dotted #86864F;
	border-bottom: 1px dotted #86864F;
}

#iframe-events a:link, #iframe-events a:visited {
	display: block;
	width: 400px;
	padding: 5px 10px;
	text-decoration: none;
	color: #52522F !important;
}

#iframe-events a:hover {
	background: #CFE2E7 !important;
	color: #000000 !important;
}

#iframe-events p.bare {
	margin: 12px 0px 2px 0px;
	border: 0px;
}

#iframe-events .bare a:link, #iframe-events .bare a:visited {
	font-weight: bold;
	display: inline;
	padding: 5px;
	text-decoration: none;
	color: #52522F !important;
}

#iframe-events .bare a:hover {
	background: none !important;
	color: #000000 !important;
}

#iframe-events span {
	margin-left: 15px;
	display: block;
	padding: 0px 0px 3px 0px !important;
}
/***** End iFrame *****/

/***** Left Emphasis Box *****/
#left_browser, .left_browser {
	background: #DADAC0;
	border: 1px solid #A3A365;
	width: 250px;
	padding: 4px;
	margin: 0px 12px 10px 0px;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	letter-spacing: .03em;
}

.left_inset {
	background: url(hatchbg.gif);
	border: 1px solid #B6B685;
	padding: 5px;
}

.left_inset p {
	margin: 5px !important;
	padding: 0px;
	font-size: 10px;
	line-height: 150%;
}

.left_inset a:link, .left_inset a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #52522F !important;
	letter-spacing: 0em;
}

.left_inset a:hover {
	color: #000000 !important;
}

.left_inset h3 {
	font-weight: bold !important;
	font-size: 13px !important;
	font-family: 'Century Gothic', 'Trebuchet MS', 'Lucida Sans Unicode', Tahoma, sans-serif !important;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 0px 0px 4px;
}

.left_inset h3 {
	margin: 0px !important;
	padding: 4px 0px 0px 4px !important;
}

.left_inset ul {
	list-style-image: url(icons/bullet_go.gif);
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 145%;
}

.left_inset li {
	padding: 0px;
	vertical-align: top;
}
/***** End Emphasis Box *****/

/***** Ajax Pastor Articles *****/
#ajaxBrowser {
	background: #C46F1A;
	border: 1px solid #7A4510;
	margin-bottom: 3px;
	font-size: 10px;
	padding: 0px 0px 1px 0px;
}

#ajaxBrowser a:link, #ajaxBrowser a:visited {
	padding: 5px 8px;
	text-decoration: none;
	color: #361F07 !important;
	font-weight: bold;
}

#ajaxBrowser a:hover {
	color: #000000 !important;
	background: #AC6217;
}

#pastorContent {
	border: 1px solid #7A4510;
	padding: 7px 10px;
	background: #D7D5A8;
	font-size: 12px;
	margin-bottom: 10px;
}

#pastorContent h3 {
	color: #C46F1A;
	font-size: 20px !important;
	margin: 0px !important;
	padding: 0px !important;
}

#pastorContent h4 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#pastorContent p {
	text-indent: 1em;
	padding: 4px 0px;
}
/***** End Ajax Pastor Articles *****/

/***** Ajax Community Care *****/
#ajaxBrowserCommunity {
	background: #9A0375;
	border: 1px solid #62024A;
	margin-bottom: 3px;
	font-size: 10px;
	padding: 2px;
}

#ajaxBrowserCommunity a:link,  #ajaxBrowserCommunity a:visited {
	padding: 5px 8px;
	text-decoration: none;
	color: #340127 !important;
	font-weight: bold;
}

#ajaxBrowserCommunity a:hover {
	color: #000000 !important;
	background: #B8038B;
}

#communityContent {
	border: 1px solid #62024A;
	padding: 7px 10px;
	background: #D7D5A8;
	font-size: 12px;
	margin-bottom: 10px;
}

#communityContent h3 {
	color: #9A0375;
	font-size: 20px !important;
	margin: 0px !important;
	padding: 0px !important;
}

#communityContent p {
	text-indent: 1em;
	padding: 2px 0px;
}
/***** End Ajax Community Care *****/

/***** Page Title Styles *****/
#content h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 23px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.home h2, .home h3 {color: #007CA6;}
.ministries h2, .ministries h3 {color: #9A0375;}
.events h2, .events h3 {color: #418321;}
.worship h2, .worship h3 {color: #B82E2E;}
.resources h2, .resources h3 {color: #C46F1A;}
/***** End Page Title *****/
