/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body, th, td {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

body {
	background-attachment: fixed;
	background-color: #FFF;
	/*background-image: url(../images/bkgleft.jpg);
	background-repeat: repeat-x;*/
}

#main_wrap {
	background-color: #FFFFFF;
/*	background-image: url(../images/img01.gif);*/
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

#main_wrap ul {
	list-style: none;
}

#main_wrap ul li {
	padding-left: 10px;
	background: url(../images/img16.gif) no-repeat 0px 10px;
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #609;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Boxes */

.box-orange {
	/*background: url(../images/img09.gif) repeat-x;*/
	background: url(../images/graylabel.gif) repeat-x;
}

.box-orange .section {
	background: url(../images/img11.gif) no-repeat right top;
	font-size: 100%;
	/*color: #FFFFFF;*/
	color: #333333;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(../images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(../images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(../images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(../images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	/*background: url(../images/img17.gif) repeat-x;*/
	background: url(../images/goldlabel.gif) repeat-x;
}

.box-pink .section {
	background: url(../images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
	/*color: #333333;*/
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(../images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}

/* Header */

#header {
	width: 960px;
	height: 305px;
	margin: 0 auto;
	background-image:url(../images/hdr.png);
	background-position:left top;
	background-attachment: scroll;
	background-repeat:no-repeat;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 40px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	clear:right;
	float: right;
	/*margin-right: 40px;
	width: 300px;*/
	padding-top: 15px;
}

#search form {
}

#search fieldset {
	border: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(../images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#searchsubmit, .searchsubmit {
	padding: 0 2px;
	background: #F4A652 url(../images/img04.gif) repeat-x;
	border: 1px solid #666666;
	text-transform: lowercase;
	color: #666666;
}

/* Menu */
#menu2pageattr {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	/* this is direct copy of #page 
	/* id definition can only be used
	    once on a page thus the reason 
		for copy*/
}

#menu2 {
	float:right;
}
#main_wrap #menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#main_wrap #menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#main_wrap #menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#main_wrap #menu a {
	display: block;
	float: left;
	background: url(../images/img07.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#main_wrap #menu a:hover {
	color: #1777B1;
}

#main_wrap #menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(../images/img08.gif) no-repeat right top;
	cursor: hand;	
}

#main_wrap #menu li.active {
	background: #CFCECE url(../images/img04.gif) repeat-x;
}

#main_wrap #menu li.active a {
	background: url(../images/img06.gif) no-repeat right top;
	color: #C90404;
}

#main_wrap #menu li.active b {
	background: url(../images/img05.gif) no-repeat;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
}
.content p {
	text-align: center;
	font-size: 85%;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
/*	height: 100px;
	padding: 20px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
	width: 960px;*/
	padding-top: 30px;
	padding-left: 60px;
	height: 345px;
	margin: 0 auto;
	background-image:url(../images/Footer.jpg);
	background-position:left top;
	background-attachment: scroll;
	background-repeat:no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
	color:#CCC;
}
#footer .main {
	width: 800px;
}
#footer .col-one {
	width: 210px;
	margin: 0px 20px;
	padding-left: 20px;
	float:left;
}
#footer .col-two {
	width: 210px;
	height: 260px;
	/*border: 1px solid red;*/
	float:right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#footer h3, #footer h2 {
	color: white;
}

#footer a:visited, #footer a:link {
	color: #3490F8;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #F89934;
}

#footer li {
	color:#CCC;
}

#footer .event{
	color:#F89934;
	font-size:12px;
	font-weight: normal;
	line-height: 2em;
}

/*  Gray Sidebars */

.graysidebar {
	float: left;
	width: 200px;
	padding-top: 20px;
}

.graysidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.graysidebar li {
	padding-bottom: 30px;
}

.graysidebar li ul {
}

.graysidebar li li {
	padding: 0;
}

.graysidebar h2 {
	height: 40px;
	margin: 0;
	padding: 5px 10px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Gray Sidebar2 */

#graysidebar2 {
	background: url(../images/grayimg04.gif) no-repeat;
}

#graysidebar2 h2 {
	background: url(../images/img06.gif) no-repeat;
}

.title {
	font-weight: bold;
	text-decoration: underline;
	line-height:0px;
}

.titledesc {
	line-height:0px;
	font-size:75%;
}

/* special tags */
.legal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    clear: both;
}

#bottom table, #bottom tr, #bottom td {
    font-size: 10px;
	
}
/* tags for staff page */
.pastors{
	font-weight: bold;
	line-height: 1.2em;
	color: #AB1811;
	font-size: 10px;
}
.duties {
	line-height: 1.5em;
}

.photoright {
	float: right;
	padding-left: 15px;
}

.photoleft {
	float: left;
	padding-right: 15px;
}
.tithetable th, .tithetable td{
	font-size:11px;
}

.scripture {
	color:	#800080;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.border {
	border: 1px solid gray;
	padding: 5px;
}
