/*********************/
/* BASIC */
/*********************/

body {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #E6E6E6 url(images/page_border.png) repeat-y center top;
}

p,h1,h2,h3,h4,h5,h6,ol,ul,li,span,a,pre,form,blockquote,input, div, table {
	margin: 0;
	padding: 0;
}

ul, ol { list-style: none; }

a img, :link img, :visited img { border: none; }

h1 { font-size: 240%; }

h2 { font-size: 210%; }

h3 { font-size: 180%; }

p, ul, ol { font-size: 140%; }

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
}

/*********************/
/* LOGO STYLES */
/*********************/

#logo {
	position: relative;
	background-color: #FFF;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

*+ html #logo { height: 190px; }
* html #logo { border-bottom: 0; }

/*******************/
/* CHURCH ADDRESS */
/*******************/

#address {
	margin-left: 10px;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	float: left;
	width: 100%;
	background: #FFF;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: .85em;
	line-height: normal;
}

#nav ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a {
	float: left;
	padding-left: 6px;
	background: url(images/navImages/leftTab.gif) no-repeat left top;
	border-bottom: 0;
	text-decoration: none;
	width: .1em;
}

#nav a span {
	float: left;
	display: block;
	background: url(images/navImages/rightTab.gif) no-repeat right top;
	margin-right: 3px;
	padding: 5px 15px 4px 6px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}

#nav > ul a { width: auto; }

/* IE5-Mac Fix \*/
#nav a span { float: none; }
/* End IE% Mac Fix */


#nav a:hover {
	background-position: 0% -100px;
	border-bottom: 0;
}

#nav a:hover span {
	color: #FBEF99;
	text-decoration: underline;
	background-position: 100% -100px;
}


/*highlight "you are here" buttons*/


#home #nav-home a, #aboutus #nav-aboutus a, #staff #nav-staff a, #directions #nav-directions a, #worship #nav-worship a, #concerts #nav-concerts a, #coming #nav-coming a {
	background-position: 0% -200px;
	border-width: 0;
	border-bottom: 0;
}

#home #nav-home a span, #aboutus #nav-aboutus a span, #staff #nav-staff a span, #directions #nav-directions a span, #worship #nav-worship a span, #concerts #nav-concerts a span, #coming #nav-coming a span {
	background-position: 100% -200px;
	color: #000;
}

#nav_bottom_border {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}

br.clear { clear: both; }

#search {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #026AFE;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
}

#search table {
	border: 0;
	margin: 0;
	vertical-align: bottom;
}

#search td {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	vertical-align: bottom;
}




/*********************^^^^^^^^^^^^/
/* BREADCRUMS TRAILS NAVIGATION */
/********************************/

#breadcrumbs {
	clear: both;
	margin: 10px;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
}

/*********************/
/* SIDE NAV BUTTONS */
/*********************/

#sideNav {
	float: left;
	width: 160px;
	padding-bottom: 10px; 
	margin: 10px;
	background: url(images/navImages/boxBottom.gif) center bottom no-repeat;
}

#sideNav p {
	padding: 0;
	margin: 0;
	background: url(images/navImages/boxTop.gif) center top no-repeat;
}

#sideNav ul {
	position: relative;
	text-align: center;
	background: #026AFE;
	border: 1px solid #D8D8D8;
	border-width: 0 1px;
	margin-bottom: 10px;
	padding: 5px 5px 0 5px;
}

#sideNav li {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#sideNav a {
	display: block;
	overflow: hidden;
	width: 130px;
	text-decoration: none;
	text-align: center;	
	background: #800000;
	color: #FFF;
	font-family: "Century Gothic", "Gill Sans", Arial, sana-serif;
	font-size: 14px !important;
	font-weight: bold;
	margin: auto;
	border-width: 4px;
	border-style: solid;
	border-top-color: #C66666;
	border-right-color: #755555;
	border-bottom-color: #533333;
	border-left-color: #A55555;
}

#sideNav a:hover {
	background: #DD0000;
	border-top-color: #F88888;
	border-right-color: #755555;
	border-bottom-color: #533333;
	border-left-color: #E77777;
}

#main {
	margin-left: 180px;
	margin-right: 10px;
}

#main h1 {
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
	font-style: italic;
	color: #0000FF;
}

#footer hr {
	background-color: #0000FF;
	color: #0000FF;
	height: 3px;
	width: 90%;
}

* html #sideNav {
	margin: 5px;
}


	
	