@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #413326;
	background-color: #BEA288;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: .8em;
*/	border-collapse:separate; 
	border-spacing:0px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

.imgwrap { 
	width: auto; 
	height: auto; 
	margin: 0; 
	padding: 0; 
} 

img {display: block; border: 0;}

a:link {color: #993300;	text-decoration: underline;}
a:visited {color: #6a4316; text-decoration: underline;}
a:hover {color: #B71A37; text-decoration: underline;}
a:active {color: #993300; text-decoration: underline;}

.twoColFixLtHdr #container {
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #e8d7c0;
	background-image: url(images/background-840px.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0;
/*	background-color: #996633;
	background-color: #ffff00;
*/
	background-image:url(images/Altered-Main-Nav_1px-row.gif);
	background-repeat: repeat;
	height: 148px;
	left: 0px;
	position: relative;
	top: 0px;
	visibility: visible;
	width: 840px;
	z-index: 9
}
.twoColFixLtHdr #Float_Menu {
	float: left;
	margin: 0 0 0 0;
	clear: left;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px;
	background-color: #5b6b84;
	padding: 0;
	background-image: url(images/menu_background.gif);
	background-repeat: repeat
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 162px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #BEA288;
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	height: 50px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navdiv {
	padding:10px 5px 10px 10px;
}
#topnav-div {
	background: #664331; margin:0; padding:2px 0 0 155px;
/*	padding-left:174px;    */
	height:25px;
	
}
#topnav-div2 {
	background: #664331; margin:0; padding:2px 0 0 0;
/*	padding-left:174px;    */
	height:25px;
	
}

.footnav1 {padding-top:3px; padding-left:174px;}
.footnav2 {padding-top:4px; padding-left:340px;} 
#footnav a:link{color: #F8D3B9;	text-decoration: none; font-size:9px;}
#footnav a:visited {color: #F8D3B9; text-decoration: none; font-size:9px;}
#footnav a:hover {color: #F8D3B9; text-decoration: none; font-size:9px;}
#footnav a:active {color: #F8D3B9; text-decoration: none; font-size:9px;}
#footnav {color: #F8D3B9;}

#footertxt{
	color: #F8D3B9;
	padding:10px 0 0 244px;
	font-size:70%;
	
}
.cfdebug { text-align:left;}

.popup {
   position:absolute; left:0; top:-280;
   border-style:solid;
   border-width:4;
   border-color:#542b29;
   background-color:#e8d7c0;
   padding: 5px;
   color: #413326;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.0em;
   z-index:2;
   visibility:hidden;
}

.sidebar-box {
	text-align:center; 
	width:130px; 
	background:#8E786B; 
	color:#E8D7C0; 
	border:1px solid #6B5851; 
	font-size:9px; 
	margin:0 0 10px 9px; 
	padding:4px 0 4px 0;
}

#home-sermon-box { 
	background:#C0AF9A;
	width:655px;
	height:240px;
	border:2px solid #674432;
	margin-top:15px;
}

#news-box { 
	background:#C0AF9A;
	width:615px;
	height:auto;
	border:2px solid #674432;
	margin-top:15px;
}

#news-stack { 
	background:#C0AF9A;
	width:307px;
	height:auto;
	border:2px solid #674432;
	margin-top:15px;
}

#event-box { 
	background:#C0AF9A;
	width:615px;
	height:auto;
	border:2px solid #674432;
	margin-top:15px;
	font-size:0.9em;
	text-align:left;
}

#home-calendar-box {
	background:#F2EADD; 
	border-left:2px solid black; 
	border-right:2px solid black; 
	border-bottom:2px solid black; 
	width:653px;
}

<!-- Something for Everyone Table / Photoshop Item

#Table_01 {
	left: 0px;
	position: static;
	top: 0px;
	width:650px;
	height:560px;
}

#MinDefault-3sl-01_ {
	position:inherit;
	left:0px;
	top:0px;
	width:650px;
	height:136px;
}

#MinDefault-3sl-02_ {
	position:inherit;
	background-image:url(images/MinDefault_3sl_02.gif);
	background-repeat: no-repeat;
	left:0px;
	top:136px;
	width:655px;
	height:301px;
}

#MinDefault-3sl-03_ {
	position:inherit;
	left:0px;
	top:437px;
	width:650px;
	height:123px;
}

-->

<!-- Brown Rounded Corners Table / Photoshop Item

#Brown_Table {
	position:static;
	left:0px;
	top:0px;
	width:677px;
}

#Brown-Round-Div-01_ {
	position:inherit;
	left:0px;
	top:0px;
	width:650px;
	height:18px;
	background:url(images/Brown-Round-Div_01.gif);
}

#Brown-Round-Div-02_ {
	position:inherit;
	left:0px;
	top:18px;
	width:650px;
	padding: 0 80px 0 20px;
	background:url(images/Brown-Round-Div_02.gif);
	background-repeat:repeat-y;
}

#Brown-Round-Div-03_ {
	position:inherit;
	left:0px;
	width:650px;
	height:25px;
	background:url(images/Brown-Round-Div_03.gif);
}

-->

