/* Base styles for Trinity United Methodist Church */

/* Globals
---------------------------------------------------------------------------*/
body {
	font-family: "Tahoma", verdana, sans-serif;

	margin: 0; 
	padding: 0;
	text-align: center;
}

.right, .left { border: 1px solid #eff1c6; background: #f8f9dc; padding: 5px;}
.right { float: right; margin: 0 0 5px 5px; }
.left { float: left; margin: 0 5px 5px 0;}

.bdrwhite { border: 1px solid #fff; }
.bdrnone, .last { border: none; background: none;}

/* Links
---------------------------- */
a { color: #3a79aa; text-decoration: none; }
a:hover, a:focus { color: #de7300; }
a:visited { color: #1f5987; }
a img { border: 0; }

/* Text
----------------------------- */
ul, ol { margin: 0; padding: 0; }

#searchbar ul li, #nav li, #subnav li, .anchors li { list-style: none; font-size: 62.5%;}

#nav li a { font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: 0; }
h1, h2, h3, h4 { font-family:Arial, Helvetica, sans-serif; }

p { margin: 0 0 16px 0; line-height: 1.4em; }

.graybold strong { color: #666; }

.green { color: #438a23; }
.red { color: #931709; }

/* Structure
----------------------------------*/ 
#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	z-index: 2;
	font-size: 1.1em;
	text-align: left;
	color: #333;
}

#content { font-size: 66.5%; }

/* Header
----------------------------------*/
#header h1 {
	
	margin: 10px 0 1px 0;
	padding: 0;
	overflow: hidden;
	float: left;
}

#header h1 a {

	
	text-decoration: none;
	width: 153px;
	height: 60px;
}


/* Search and Second Tier Links
----------------------------------*/
#searchbar {
	float: right;
	background: #0CB7FF;
	height: 23px;
	padding: 10px 10px 0 10px;
	font-size: 1.0em;
	
}

#searchbar ul { display: block; float: left; color:#AEE7FF; }

#searchbar ul li { float: left; margin-left: 6px; }
#searchbar a { margin-right: 5px; }

#searchbar li a { color: #AEE7FF; }
#search li a:hover { color: #0089C4; text-decoration: underline; }

#search { float: left; }

#keywords {
	color: #333;
	font-size: 12px;
	float: left;
	border: 0;
	padding: 3px;
	height: 13px;
	margin: -2px 5px 0 10px;
	width: 140px;
}

#searchTitle { display: none; }

#btnSearch { 
	float: left;
	background: url(../images/btn_search.gif) 0 0 no-repeat;
	height: 18px;
	width: 50px;
	padding: 0;
	margin: -1px 0 0 0;
	border: 0;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#btnSearch:hover { background: url(../images/btn_search.gif) 0 -18px no-repeat; }	

/* Nav
----------------------------------*/
.left-end-nav {
	width: 8px;
	height: 28px;
	background: url(../images/left-menu.gif) 0 0 no-repeat;
	float: left;
	border-right: 1px solid #A0A0A0;
}
.right-end-nav {
	width: 7px;
	height: 28px;
	background: url(../images/right-menu.gif) 0 0 no-repeat;
	float: right;
}

#nav {
	width: 100%;
	font-size: 1.2em;
	background: #929292;
	clear: both;
	margin-bottom: 20px;
	height: 28px;
}





/* Footer
------------------------------------------*/
/*
#footer {
	width: 100%;
	background: #472206 url(../images/bkg_footer_texture.jpg) 0 0 no-repeat;
	float: left;
	margin: 0 0 0 auto;
	position: relative;
	left: auto;
}
*/

#footer {
	width: 742px;
	margin: 0 auto;
	border-top: #CDE9F2 4px solid;
	clear: both;
}

#footerbkg {
	background: #472206 url(../images/bkg_footer_texture.jpg) 0 0 no-repeat;
	width: 1044px;
	height: 316px;
	position: absolute;
	left: 50%;
	margin-left: -522px;

}


#footerContent {
	width: 760px;
	margin: 0 auto;
	color: #f9c666;
	text-align: left;
	font-size: 1.1em;

}

#footerText { float: left; padding: 10px 0;}

#footer p { font: normal 11px Tahoma,arial; color: #999999; padding: 5px;}

#homewood {
	background: url(../images/homewood_tag.gif) 0 0 no-repeat;
	width: 135px;
	height: 23px;
	float: right;
	text-indent: -9999px;
}







