/* @group Reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;} table {border-collapse: separate; border-spacing: 0;} caption, th, td {text-align: left; font-weight: normal;} table, td, th {vertical-align: middle;} blockquote:before, blockquote:after, q:before, q:after {content: "";} blockquote, q {quotes: "" "";} a img {border: none;} :focus {outline: 0;} /* @end Reset */

html,
body {
	background: #e5e5e5;
}

body {
	font: 13px/18px Arial, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

img {
	display: block;
}

em {
	font-style: italic;
}

#container {
	width: 940px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
	overflow: auto;
  background: url(../images/container-bg.png) no-repeat left top;
  border-bottom: solid 1px #d5d5d5;
}

.inner {
	width: 940px;
	overflow: auto;
	background: url(../images/inner-bg2.gif) repeat-y left bottom;
	margin-top: 20px;
}

#navigation-search {
  overflow: auto;
  width: 940px;
  background: url(../images/nav-right.png) no-repeat right bottom;
  color: #fff;
  margin: 0 0 20px 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#navigation {
	width: auto;
	overflow: auto;
	list-style: none;
	float: left;
	display: inline;
}

#navigation li,
#navigation li a {
	float: left;
}

#navigation li {
	display: inline;
}

#navigation a:link,
#navigation a:visited {
	display: block;
	/*padding: 0 10px;*/
	height: 50px;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
}

#nav-home {
	width: 72px;
	background: url(../images/nav-home.png) no-repeat left 0px;
}

#nav-about {
	width: 70px;
	background: url(../images/nav-about.png) no-repeat left 0px;
}

#nav-ministries {
	width: 106px;
	background: url(../images/nav-ministries.png) no-repeat left 0px;
}

#nav-resources {
	width: 106px;
	background: url(../images/nav-resources.png) no-repeat left 0px;
}

#nav-news {
	width: 61px;
	background: url(../images/nav-news.png) no-repeat left 0px;
}

#nav-events {
	width: 74px;
	background: url(../images/nav-events.png) no-repeat left 0px;
}

#nav-pastors {
	width: 130px;
	background: url(../images/nav-pastors.png) no-repeat left 0px;
}

#nav-sermons {
	width: 90px;
	background: url(../images/nav-sermons.png) no-repeat left 0px;
}

#nav-cowell {
	width: 130px;
	background: url(../images/nav-cowell2.png) no-repeat left 0px;
}

#nav-contact {
	width: 85px;
	background: url(../images/nav-contact.png) no-repeat left 0px;
}

#navigation a:hover,
#navigation a.active {
	background-position: left -50px;
}

#search {
	width: 220px;
	float: right;
	display: inline;
	padding: 13px 0 0 0;
}

.search-input {
	width: 160px;
	padding: 5px;
	border: 0;
	margin: 0;
	height: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.search-submit {
	height: 24px;
	margin: 0;
}

#logo-banner {
	width: 940px;
	overflow: auto;
	clear: both;
}

#logo,
#banner {
	height: 160px;
	float: left;
	display: inline;
	overflow: hidden;
}

#logo {
	width: 160px;
}

#banner {
  background: #ddd;
  width: 760px;
  margin: 0 0 0 20px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}

#banners div {
	width: 760px;
	height: 160px;
	background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}

#banners div img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}

#banner-navigation {
  display: none;
	list-style: none;
	font: bold 16px/16px Helvetica, Arial, sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	background: #424242;
}

#banner-navigation li,
#banner-navigation li a {
	float: left;
}

#banner-navigation li {
	display: inline;
}

#banner-navigation a:link,
#banner-navigation a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
}

#home-sidebar {
	float: left;
	display: inline;
	width: 300px;
	overflow: auto;
	margin-bottom: 20px;
}

#home-sidebar h2,
#home-news h2,
#main-content h2,
#sidebar h2,
#wide-content h2 {
	padding: 10px 0 8px 25px;
	font: normal 30px/30px Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#home-sidebar h2 {
	margin: 20px 0 0 0;
}

#home-sidebar p {
	padding: 20px;
	background: #fff url(../images/sidebar-bg.gif) no-repeat left bottom;
	width: auto;
	overflow: auto;
}

#welcome h2,
#sidebar h2 {
	background: #000 url(../images/h2-welcome-bg.gif) no-repeat left top;
}

#video h2 {
	background: #000 url(../images/h2-video-bg.gif) no-repeat left top;
}

#welcome img,
#video img {
	width: 68px;
	height: 68px;
	padding: 1px;
	border: solid 5px #ddd;
	float: left;
	margin: 0 20px 0 0;
	background: #fff;
}

#home-news {
	float: left;
	display: inline;
	margin: 20px 0 20px 20px;
	width: 620px;
	background: #fff url(../images/big-column-bg.gif) no-repeat left bottom;
	overflow: auto;
}

#home-news h2,
#main-content h2 {
	background: #a83f24 url(../images/h2-news-bg.gif) no-repeat left top;
}

#home-news h2 a {
	float: right;
	margin: 2px 12px 0 0;
}

#home-news-main,
#home-news-list {
	/*display: inline;*/
}

#home-news-main {
  width: 270px;
	float: left;
	display: inline;
	padding: 20px 20px 0 20px;
}

.date-author {
	font-size: 11px;
	color: #888;
}

.date-author a:link,
.date-author a:visited {
	color: #888;
	text-decoration: none;
	border-bottom: solid 1px #eee;
}

.date-author a:hover {
	color: #000;
	border-bottom: solid 1px #ddd;
}

#home-news-main h3 {
	font: bold 18px/24px Helvetica, Arial, sans-serif;
	color: #708ee5;
}

#home-news-main p {
	margin: 18px 0;
	color: #555;
}

#home-news-main a {
	text-decoration: none;
	border-bottom: solid 1px #eee;
}

a.news-link {
	color: #a65529;
}

a.pastors-link {
	color: #6992cb;
}

#home-news-main h3 a:link,
#home-news-main h3 a:visited,
#home-news-list h3 a:link,
#home-news-list h3 a:visited {
	text-decoration: none;
	border-bottom: solid 1px #eee;
}

#home-news-main h3 a:hover,
#home-news-list h3 a:hover {
	color: #dd8a36;
}

#home-news-list {
	list-style: none;
	list-style-position: inside;
	margin: 15px 0;
	float: right;
	display: inline;
	width: 290px;
}

#home-news-list h3 {
	font: bold 15px/20px Helvetica, Arial, sans-serif;
	color: #708ee5;
	padding: 10px 0 0 0;
}

#home-news-list p {
	color: #a0a0a0;
	border-bottom: solid 1px #eee;
	padding: 0 0 10px 0;
}

#home-news-list p.last {
	border-bottom: none;
}

#home-news-list p a:link,
#home-news-list p a:visited {
	color: #a0a0a0;
	text-decoration: none;
	border-bottom: solid 1px #eee;
}

#home-news-list p a:hover {
	color: #000;
	border-bottom: solid 1px #ddd;
}

#main-content {
	width: 620px;
	float: left;
	border-bottom: solid 20px #e5e5e5;
	padding-bottom: 20px;
	background: #fff url(../images/big-column-bg.gif) no-repeat left bottom;
	margin-top: 20px;
}

#main-content h2 {
	margin-bottom: 35px;
}

#main-content h3 {
	font: bold 18px/24px Helvetica, Arial, sans-serif;
	color: #717a46;
	margin: 18px 40px;
}

#main-content .date-author {
	margin: 18px 40px 0 40px;
}

#main-content h3.news-h3 {
	margin: 0px 40px 9px 40px !important;
}

#main-content p.news-p {
	margin: 9px 40px 18px 40px;
	padding-bottom: 18px;
}

#main-content .divider {
	border-bottom: solid 1px #eee;
	clear: both;
	margin: 0 40px 18px 40px;
}

#main-content h3.contacts {
	margin: 40px 0 18px 0;
	background: #f5f5f5;
	padding: 10px 40px;
}

#main-content .youtube {
  margin-top: 18px;
	margin-left: 40px;
	margin-bottom: 15px;
	padding: 1px;
	border: solid 5px #eee;
	display: block;
	line-height: 0px;
	width: 528px;
}

ul.contact-list {
	margin: 18px 60px;
}

#main-content p {
	margin: 18px 40px;
}

#main-content p.paginate {
	padding-bottom: 18px;
	border-bottom: solid 1px #eee;
}

#main-content ul {
	margin: 18px 60px;
}

#main-content ul ul {
	margin: 9px 20px;
}

.captcha-hints {
	font-size: 11px;
	color: #999;
}

#main-content .input,
#main-content .textarea {
	border: solid 5px #ddd;
	font: 13px Arial, sans-serif;
	width: 510px;
	margin: 0;
	padding: 10px;
}

#main-content .select {
	width: 540px;
}

#main-content a:link,
#main-content a:visited,
#wide-content a:link,
#wide-content a:visited {
	color: #708ee5;
	text-decoration: none;
	border-bottom: solid 1px #eee;
}

#main-content .image-right,
#main-content .image-right2 {
	float: right;
}

#main-content .image-right {
	margin: 0 0 20px 20px;
}

#main-content .image-right2 {
	margin: 0 40px 20px 20px;
}

.youtube-thumb,
.youtube-thumb-home {
	float: left;
	display: inline;
	padding: 1px;
	border: solid 5px #ddd;
}

.youtube-thumb {
	margin: 0 20px 20px 40px;
}

.youtube-thumb-home {
	margin: 20px 20px 20px 0;
	clear: both;
}

.thanks {
	padding: 20px;
	background: #fffabe;
	border: solid 5px #e9e5ac;
}

.image-right img,
.image-right2 img {
	padding: 1px;
	border: solid 5px #eee;
}

.image-right small {
	background: #eee;
	display: block;
	padding: 2px 5px 5px 5px;
	color: #555;
	width: 176px;
	font-size: 11px;
	line-height: 15px;
}

#main-content ul#ministries-list {
	list-style: none;
	margin: 40px 40px 20px 40px;
	border-top: solid 1px #eee;
	padding-top: 35px;
	width: 540px;
	overflow: auto;
}

ul#ministries-list li {
  float: left;
  width: 265px;
	margin: 5px 5px 0 0;
}

ul#ministries-list li a:link,
ul#ministries-list li a:visited {
	display: block;
	float: left;
	width: 245px;
	padding: 10px;
	color: #708ee5;
	font-weight: bold;
	text-decoration: none;
	background: #f5f5f5;
	font-size: 16px;
	border-bottom: 0px !important;
}

ul#ministries-list li a:hover {
	color: #555;
	background: #eee;
	padding: 10px 10px 8px 10px;
	border-bottom: solid 2px #ddd !important;
}

ul#ministries-list li a span {
	display: block;
	font-size: 11px;
	color: #888;
  font-weight: normal;
  text-transform: uppercase;
}

.back {
	float: right;
	padding: 10px;
	background: #f5f5f5;
	font-weight: bold;
	margin: -15px 0 0 20px !important;
}

.cmr-table table {
	margin: 0 40px 20px 40px;
	width: 540px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #eee;
}

.cmr-table th,
.cmr-table td {
	padding: 5px;
}

.cmr-table th {
	font-weight: bold;
	background: #eee;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.cmr-table td {
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

#sidebar {
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 20px;
	width: 300px;
}

#sidebar .module {
	border-bottom: solid 20px #e5e5e5;
	padding: 0 0 1px 0;
	display: block;
	background: #fff url(../images/sidebar-bg.gif) no-repeat left bottom;
	width: auto;
	overflow: auto;
}

.module h3 {
	font-size: 16px;
	font-weight: bold;
	color: #708ee5;
	margin: 20px 20px 5px 20px;
}

.module ul {
  list-style: none;
	margin: 18px 20px;
	border-top: solid 1px #f5f5f5;
}

.module ul li {
	border-bottom: solid 1px #f5f5f5;
}

#sidebar a:link,
#sidebar a:visited {
	color: #708ee5;
	text-decoration: none;
}

#sidebar ul a:link,
#sidebar ul a:visited {
	display: block;
	padding: 5px 0;
	font-weight: bold;
}

#sidebar a:hover,
#sidebar a.active {
	color: #dd8a36;
}

#sidebar p {
	margin: 18px 20px;
}

#map {
	padding: 1px;
	border: solid 5px #eee;
	margin: 20px 0 0 20px;
}

.map-link {
	display: block;
	margin: 5px 10px 20px 10px;
}

.ministry-icon {
	background: #f5f5f5;
	float: left;
	margin: 20px;
	padding: 1px;
	border: solid 5px #eee;
}

#wide-content {
	width: 940px;
	margin-top: 20px;
	border-bottom: solid 20px #e5e5e5;
	padding-bottom: 20px;
	background: #fff url(../images/big-column-bg.gif) no-repeat left bottom;
}

#wide-content h2 {
	background: #a83f24 url(../images/h2-huge-bg.gif) no-repeat left top;
	margin: 0 0 20px 0;
}

.calendarBG {
 width: 900px;
 margin: 0 0 0 20px;
 background: url(../images/calendar-left.gif) repeat-y left top;
}

.calendarBG td {
	width: 127px;
}

.calendarBG ul {
	list-style: none;
	margin: 10px 0px 10px 10px;
}

.calendarBlank { 
 background-color: #f5f5f5;
 color: #999;
 border-right: solid 1px #eee;
 border-bottom: solid 1px #eee;
 vertical-align: top;
}

.calendarToday .day-number,
.calendarCell .day-number,
.calendarBlank .day-number {
	padding: 5px 7px;
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	font-size: 13px;
	font-weight: bold;
}

.calendarToday .day-number,
.calendarCell .day-number {
	background: #eee url(../images/date-bg.gif) no-repeat left bottom;
	color: #555;
}

.calendarDayHeading {
 font-weight: bold; 
 color: #fff; 
 background-color: #555; 
 text-align:  center;
 vertical-align: middle;
 padding: 10px;
 font-size: 16px;
}

.calendarToday { 
 font-weight:		bold;
 text-decoration:   none;
 /*text-align:  center;*/
 vertical-align: top;
 color: #000;
 font-size: 11px;
 line-height: 13px;
 border-right: solid 1px #eee;
 border-bottom: solid 1px #eee;
 background: url(../images/cal-today.gif) no-repeat center -50px;
}

.calendarCell {
 text-decoration:   none;
 /*text-align:  center;*/
 vertical-align: top;
 color: #666;
 border-right: solid 1px #eee;
 border-bottom: solid 1px #eee;
 font-size: 11px;
 line-height: 13px;
 height: 128px;
}

.calendarCell a.title,
.calendarToday a.title {
	display: block;
	margin-bottom: 5px;
	padding-right: 10px;
}

.calendarCell span {
	color: #bbb;
}

.calendar-links {
	text-align: center;
	color: #555;
	width: auto;
	overflow: auto;
	margin-bottom: 20px;
	font-weight: bold;
	background: #f5f5f5;
	padding: 10px 0;
}

.calendar-links .left {
	float: left;
	margin-left: 20px;
}

.calendar-links .right {
	float: right;
	margin-right: 20px;
}

#footer {
  font-size: 11px;
  line-height: 17px;
  color: #a9a9a9;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto 50px auto;
  overflow: hidden;
  clear: both;
  border-top: solid 1px #f5f5f5;
  text-shadow: #fff 0 1px 0px;
  background: url(../images/footer-bg.gif) no-repeat center top;
}

#footer h4 {
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#footer-mailing,
#footer-navigation,
#footer-contact {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 10px;
}

#footer-mailing .input-big,
#footer-mailing .input-small {
	padding: 5px;
	border: 0;
	margin: 0 0 5px 0;
}

#footer-mailing .input-big {
	width: 270px;
}

#footer-mailing .input-small {
	width: 200px;
}

#footer-mailing .note {
	margin-top: 10px;
}

#footer-navigation ul,
#footer-contact ul {
	list-style: none;
}

#footer-navigation ul li {
	float: left;
	width: 150px;
}

#footer-contact ul li {
	clear: both;
}

#footer-contact ul li span,
#footer-contact ul li em {
	display: block;
	float: left;
}

#footer-contact ul li span {
	width: 100px;
}

#footer-contact ul li em {
	width: 200px;
	font-style: normal;
}

#footer a:link,
#footer a:visited {
	color: #a9a9a9;
	text-decoration: none;
	border-bottom: solid 1px #eee;
}

#footer a:hover {
	color: #777;
	text-decoration: underline;
}
