

/* Reset Padding & Margin */
body, div, li {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color:#333;
}

p { font-size: 12px; }

body {
	background-image:url(image/back.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color:#888;
}

a:hover, a:active {
	text-decoration:underline;
	color: #C38B00;
}
a.email {
	color: #0000FF;
}
h1 { font-size: 18px; margin:0px; margin-bottom: 5px;}

h2 { font-size: 16px; margin:0px; margin-bottom: 5px;}

h3, h4 { font-size: 14px; margin:0px; margin-bottom: 2px;}

h1, h2, h3, h4, h5, h6, p { margin-top: 2px }

li {
	padding: 2px;
}
table {
	border: none;
	margin: 0px;
	padding: 0px;
}
th {
	text-align: left;
	padding-bottom: 10px;
	font-size: 14px;
}
td {
	vertical-align:top;
}

img {
	border:none;
}

#container {
	width: 985px; /* Original Width 770px */
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
}

/* Heading */
#header {
	height: 100px;
	border-bottom: 3px solid #C38B00;
}

#ticker {
	text-align:center;
	width: 100%;
	height: 50px;
}


/* Top Menu */
#top_menu {
        margin: 0px;
        padding: 0px;
		padding-left: 6px;
        height: 45px;
        text-align:right;
        font-size: 14px;
        font-weight:bold;
        text-align:center;
}
/* Centering Fix For IE */
* top-menu {
        padding-left: 10px;
}
/************************/

#top_menu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type:none;
}

#top_menu li {
	padding: 5px 0px 5px 0px;
	line-height: 20px;
	display:inline;
	text-align:center;
	text-transform:uppercase;
	border-right: 1px solid #C38B00;
}

#top_menu .last {
        border-right:none;
}

#top_menu a:link, #top_menu a:visited {
	margin:0px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #CCCCCC;
	color: #555;
	text-align:center;
	text-decoration:none;
}

#top_menu a:hover, #top_menu a:active {
	margin:0px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #E3C384;
	color: #fff;
	text-align:center;
	text-decoration:none;
}

/* Content Section */
#content_container {
  width:985px;
}
#content, #inner_header, #inner_body, #inner_body2, #inner_footer {
  width:100%;
}

#content_body {
  width:680px;
  padding-right: 5px;
}

#content_body_home {
  width:760px;
  padding-right: 5px;
}

#inner_header {
	background-image:url(image/back_inner_header.jpg);
	background-repeat:no-repeat;
	height: 45px;
}

#inner_header th {
	text-align: left;
 	padding: 0px;
	width: 220px;
	padding-top: 15px;
	padding-left: 10px;
	color: #fff;
	font-size:14px;
}

#inner_body {
	background-image:url(image/back_inner_body.jpg);
	background-repeat:repeat-y;
}


#inner_body td {
	width:215px;
 	padding: 0px 15px 0px 15px;
}


/* Second Level Page - Body */
#inner_body2 {padding: 15px;}

#inner_body2 table td { padding-bottom: 10px; } 

/* Second Level Page Header Color */
#inner_body2 h2 {
	line-height: 30px;
	text-align: right;
	color: #ffffff;
	background-color: #cccccc;
	border-bottom: 1px solid #C38B00;
	margin-right: -15px;
	padding-right: 10px;
}


#inner_footer {
	background-image:url(image/back_inner_footer.jpg);
	background-repeat:no-repeat;
	height: 15px;
	padding: 2px;
}


/* Sidebar */
#sidebar {
  width:300px;
  border-left: 1px solid #DDDDDD;
  background-color:#CCCCCC;
  background-image:url(image/back_sidebar.jpg);
  background-repeat:repeat-y;
  background-color:#333;
}

#sidebar_home {
  width:220px;
  border-left: 1px solid #DDDDDD;
  background-color:#CCCCCC;
  background-image:url(image/back_sidebar.jpg);
  background-repeat:repeat-y;
  background-color:#333;
}

#sidebar_menu{
	margin:0px;
	padding:0px;
}

#sidebar_menu li{
	margin:0px;
	padding:0px;
	line-height: 30px;
	width:300px;
	list-style-type:none;
	background-color:#ccc;
	border-bottom: 1px solid #C38B00;
	font-weight: bold;
}
#sidebar_home #sidebar_menu li {
	width:220px;
}
#sidebar_menu a:link, #sidebar_menu a:visited {
	margin:0px;
	padding:0px;
	color: #777;
	padding: 7px 7px 8px 7px;
	border-left: 30px solid #E3C384;
}
#sidebar_menu a:hover, #sidebar_menu a:active {
	margin:0px;
	padding:0px;
	color: #fff;
	padding: 7px 7px 8px 7px;
	text-decoration:none;
	border-left: 30px solid #C38B00;
}

/*  Bookstore section */
#bookstore_left {
	width: 110px;
	float: left;
	text-align: center;
}
#bookstore_right {
	width: 110px;
	float: right;
	text-align: center;
}
#bookstore_center {
        float: center;
        text-align: center;
}

/* Footer */
#footer {
	clear:both;
	border-top: 3px solid #C38B00;
}


/* Misc. Classes */
.float_right { float:right; }

.nobullet { margin: 5px; margin-bottom: 15px; padding:0px}

.nobullet li { list-style: none;  margin: 0px; padding:0px;}

.ref {
	float:right;
	margin: 0px;
	padding: 0px;
	clear:both;
	font-style:italic;
}

.text_center { text-align:center; }

.top {
	padding:0px;
	margin:0px;
	margin-top:10px;
	border-top:2px solid #C38B00;
}

.verse {
        font-style:italic;
        padding-left: 25px;
        padding-right: 25px;
}
 
.caption {
	text-align:center;
	font-weight:bold;
	font-size: 10px;
}
.cal-link {
   text-decoration: none;
   color: #fff;
   border-top: 2px solid #000000;
   border-bottom: 2px solid #000000;
   border-left: 2px solid #000000;
   border-right: 2px solid #000000;
   padding-left:2px;
   padding-right:2px;
}

/* Table Sizes */
#videos, #staff, #regevents, #photos, #newsletters, #ministries, #links, #forms, #faq, #events, #education, #audsermons, #askpastor { 
	width: 100%;
}
/** Small Left Column **/
#askpastor .items, #faq .items {
	width: 10%;
}
#askpastor .details, #faq .details{
	width: 90%;
}

/** Medium Left Column **/
#audsermons .items, #forms .items, #videos .items { 
	width: 30%;
}
#audsermons .details, #forms .details, #videos .details {
	width: 70%;
}

/** Large Left Column **/
#events .items, #education .items, #links .items, #ministries .items, #newsletters .items, #photos .items, #regevents .items, #staff .items { 
	width: 35%;
}
#events .details, #education .details, #links .details, #ministries .details, #newsletters .details, #photos .details, #regevents .details, #staff .details {
	width: 65%;
}


#faq { margin-bottom: 15px; }
