@charset   "utf-8";

/* CSS Document */
/* Begin RESETS css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body
{
	line-height: 1;
	color: #333;
	background: white;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

textarea
{
	margin: 0;
	padding: 0;
}

/********************/
/*                  */
/*  End RESETS css  */
/*                  */
/********************/


/************************************ HELPERS ***************************************/

.floatRight
{
	float: right;
	width: 0px;
	/* must declare width of object floated*/
}

.floatLeft
{
	float: left;
	width: 0px;
	/* must declare width of object floated*/
}

.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.inline { display: inline; }
.block { display: block; }
.hidden { display: none; }
.invisible { visibility: hidden; }
.visible { visibility: visible; }
.nomargin { margin: 0; }
.top12 { margin-top: 1.2em; }
.top24 { margin-top: 2.4em; }
.top36 { margin-top: 3.6em; }
.top48 { margin-top: 4.8em; }

.pmargin { margin: 0.5em 0; }

/* End HELPERS css */

/*
/*
/*
/************************************ TYPOGRAPHY *********************************/

body
{
	font-size: 62.5%;
	line-height: 1.5em;
}

h1
{
	font-size: 1.8em;
	/* same as 18px Bold */
	font-weight: 700;
}

h2
{
	font-size: 1.6em;
	/* same as 16px Bold */
	font-weight: 700;
}

h3
{
	font-size: 1.6em;
	/* same as 16px Normal */
	font-weight: 400;
}

h4
{
	font-size: 1.4em;
	/* same as 14px Bold */
	font-weight: 700;
}

h5
{
	font-size: 1.4em;
	/* same as 14px Normal */
	font-weight: 400;
}

h6
{
	font-size: 1.1em;
	/* same as 11px Bold */
	font-weight: 700;
}

p
{
	font-size: 1.1em;
	/* same as 11px Normal */
}

ul ul li
{
	font-size: 1.1em;
	/* same as 11px Normal */
}

/* End TYPOGRAPHY css */
body
{
	font-family: Verdana, Geneva, sans-serif;
	background-image: url("../../../images/background.gif");
}

#wrapper
{
	margin: 0 auto;
	width: 922px;
	position: relative;
}

#faux
{
	background: url("../../../images/fauxnew.gif");
	overflow: auto;
	width: 100%;
	padding-bottom: 60px;

}

#header
{
	color: #333;
	width: 922px;
	padding: 0px;
	height: 172px;
	margin: 10px 0px 0px 0px;
	background: #ABBEBE;
	background-image: url("../../../images/header.gif");
}

#leftcolumn
{
	display: inline;
	color: #B59D77;
	margin: 0px;
	padding: 10px 0px 0px 68px;
	width: 157px;
	float: left;
	text-align: center;
}

#rightcolumn
{
	float: right;
	color: #333;
	margin: 0px;
	padding: 10px 130px 20px 0;
	width: 555px;
	display: inline;
	position: relative;
	background-image: url("../../../images/feet.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#rightcolumnEdit
{
	color: #333;
	width: 555px;
	background-color: #FFF1D8;
}


.clear
{
	clear: both;
	background: none;
}

#leftcolumn ul { margin: 0; }

#leftcolumn li
{
	margin: 2px 0px;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: .1em;
}

#leftcolumn li.break
{
	margin: 0;
	height: 15px;
}

#leftcolumn li.break img { vertical-align: middle; }

#leftcolumn a, #leftcolumn a:visited
{
	color: #FFF1D8;
	text-decoration: none;
}

#leftcolumn a:hover, #leftcolumn li.active a
{
	text-decoration: none;
	color: #BB9D77;
}

#leftcolumn h6 { margin: 12px 0; }
#leftcolumn p { font-size: 11px; }

#rightcolumn a, #rightcolumn a:visited,
#rightcolumnEdit a, #rightcolumnEdit a:visited
{
	color: #7D080E;
	text-decoration: none;
}

#rightcolumn,
#rightcolumnEdit li a:hover
{
	color: #000000;
	text-decoration: none;
}

#rightcolumn li,
#rightcolumnEdit li { line-height: 1.4em; }

.indexevent
{
	font-weight: bold;
	font-size: 1em;
	line-height: normal;
	text-align: center;
}

.indexeventbox
{
	border-right: 1px solid #999;
	padding: 2px 4px 2px 2px;
	width: 100px;
	height: 55px;
	float: left;
}

#homeMainBlock
{
	width: 430px;
	float: left;
	padding: 15px 15px 0 0;
}

#homeMainBlock img
{
	padding-top: 15px;
	width: 430px;
}

#homeEvents
{
	width: 110px;
	line-height: normal;
	text-align: right;
	float: left;
	padding-top: 15px;
}

#homeEvents p
{
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #999;
}

#homeEvents a { text-decoration: none; }
#homeEvents a, #homeEvents a:visited { color: #7D080E; }
#homeEvents a:hover { color: #000000; }

#newNews
{
	overflow: hidden;
	margin-top: 10px;
}

#newNews li
{
	float: left;
	width: 255px;
	margin: 0 4px 0 -1px;
	padding: 0 4px 0 6px;
	border-left: 1px solid #ccc;
	text-align: center;
}

#newNews li h4
{
	margin: .6em 0 .3em 0;
}

#threeBlocks { overflow: hidden; }

#threeBlocks p, #threeBlocks h4 { padding-bottom: 2px; }

#threeBlocks img, #twoBlocks img
{
	margin-top: 4px;
	border: 1px solid #ccc;
}

#twoBlocks li
{
	float: left;
	padding: 0;
}

#twoBlocks li.left { margin-left: 18px; }

#threeBlocks
{
	overflow: hidden;
}

#threeBlocks li
{
	float: left;
	width: 170px;
	margin: 0 4px 0 -1px;
	padding: 0 4px 0 6px;
	border-left: 1px solid #ccc;
	text-align: center;
}

div#threeBlocksHeader
{
	width: 535px;
	height: 24px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #84050D;
	color: #FFF;
	width: 535px;
	text-align: center;
	border-right: 0px;
}

#threeBlocks li.header
{
	margin: 10px 0;
	padding: 10px;
	background-color: #84050D;
	color: #FFF;
	width: 535px;
	text-align: center;
	border-right: 0px;
}

#threeBlocks li.last
{
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

#homeChurch
{
	text-align: center;
	clear: left;
	padding-top: 10px;
}

#homeChurch h2
{
	font-style: italic;
	padding: 10px 40px;
	line-height: 1.4em;
}

#getconnected p, #getconnected h6 { padding: 10px 0; }
#getconnected h6 { border-bottom: 1px dashed #333; }
#getconnected h2 { text-align: center; }

div.videopage h2
{
	margin: 20px 0 10px 0;
	text-align: left;
	color: #84050D;
	border-top: 1px dashed #333;
	padding-top: 20px;
}

div.videopage p { margin: -6px 0 6px 0; }

div.videopage h2.top
{
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

div.videopage object { border: 1px solid #333; }


#hiddenpics div
{
	display: none;
	position: absolute;
	border-style: solid;
	background-color: white;
	padding: 5px;
}

#zoom
{
	display: none;
	position: absolute;
	border-style: solid;
	background-color: white;
	padding: 5px;
	margin-left: 400px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}

#missionlist div
{
	clear: left;
	border-top: 1px dashed #666;
	margin-top:15px;
	padding-top: 10px;
}

#missionlist table
{
	width: 444px;
	border: 0px;
}

#missionlist table td
{
	width: 50%;
}

#missionlist p
{
	margin: 0;
}

#missionlist p.hasMargin
{
	margin: 0 0 0.5em 0;
}

img.missionPic
{
	float:left;
	padding: 0 10px 10px 0;
}


img.missionPic:hover
{
	cursor: pointer;
}

#missionlist p span
{
	float: right;
	margin-top: -5px;
}

#aboutpastors p
{
	margin: 0;
}

#aboutpastors p.hasMargin
{
	margin:.5em 0;
}

#aboutpastors h2
{
	margin: 20px 0 10px 0;
	text-align: center;
	font-style: italic;
	border-top: 1px dashed #666;
	margin-top:15px;
	padding-top: 10px;
}

#aboutpastors div
{
	clear: left;
	border-top: 1px dashed #666;
	margin-top:15px;
	padding-top: 10px;
}

#aboutpastors div.first
{
	clear: left;
	border-top: 1px dashed #666;
	margin-top:15px;
	padding-top: 10px;
}

#footer
{
	clear: both;
}

#login
{
	width: 100%;
	min-width: 902px;
	min-height: 21px;
	clear: both;
	color: #333;
	background: #B59B73;
	margin: 0;
	padding: 4px 10px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1001;
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
}

#login span
{
	vertical-align: -4px;
} 

#login a
{
	color: #111;
	text-decoration: none;
}

#login a:hover
{
	color: #84050D;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#login_form
{
	float: right;
	width: auto;
	display: inline;
	margin-right: 20px;
}

#login_form div, #login_form label
{
	display: inline;
	font-weight: normal;
	font-size: 1.0em;
}


#login_form .field_box input[type=text], #login_form .field_box input[type=password]
{
	height: 1.0em;
	width: 80px;
}


#login_form .field_box input
{
	margin-right: 10px;
}

#login_form input.checkbox, #login_form label#rememberme_label
{
	float: none;
	margin-right: 0;
}

#login_form label#rememberme_label
{
	padding-right: 10px;
}

#logged_in
{
	float: right;
	display: inline;
	font-size: 1.0em;
	margin-right: 50px;
	margin-top: 4px;
}

button.manager
{
	padding: 4px;
	-webkit-appearance: push-button 
}

div#errors
{
	position: absolute;
	color:#950000;
	font-weight:bold;
	width: 300px;
	bottom: 30px;
	right: 120px;
	text-align: right;
}

p.copyright
{
	float: left;
	font-size: 1em;
	padding-top: 4px;
}

.slide
{
    margin: 10px 10px 4px 10px;
}

.slideText
{
	margin-left: 10px;
	font-size: 12px;
}

#slider
{
    background-image: url("../../../images/slideshowbg.png");
    margin-bottom: -16px;
    position: relative;
    z-index: 10;
}

#slider li
{
    width:550px;
    height:235px;
    overflow:hidden;
}

#slidenums .current {
    background-image: url("../../../images/activetab.png");
    z-index: 50;
}

#slidenums li
{
    float: left;
    background-image: url("../../../images/nonactivetab.png");
    width: 69px;
    height: 28px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
}

#slidenums li a
{
	color:#7F7C67;
	font-weight: bold;
	font-size: 1.2em;
}

#slidenums .current
{
    background-image: url("../../../images/activetab.png");
    z-index: 20;
    position: relative;
}


