@charset "utf-8";
/* CSS Document */
@import 'nav.css';
* {
	outline: 0px none;
}


body {
	margin: 0px;
	padding: 0px;
	color: #383635;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	background: #D7CFB8 url(/images/body_bg.jpg) 50% top no-repeat;
}

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

h1 a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	height:78px;
	width:630px;
	text-indent:-999em;
}
a img {
	border: 0px none;
}

p {
	margin: 0px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #383635;
}

a, a:visited, a:active {
	color: #64061d;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #9a0a2d;
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #a89979;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	color: #928569;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #700722;
	margin-bottom: 3px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
	color: #222;
}

h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #700722;
	text-transform: uppercase;
	margin-bottom: 3px;
}

ul, ol {
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 20px;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #383635;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table caption {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 28px;
	color: #651028;
	border-bottom: 1px solid #a89979;
	border-top: 1px solid #a89979;
	background: #EBEEDE;
}

table td {
	padding: 6px 7px;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #392d15;
	line-height: 18px;
	border-bottom: 1px solid #E3DFD6;
}

.noTablePadding, .noTablePadding td {
	padding: 0px !important;
}

.tan, .tan * { color: #a89979 !important; }
.wine, .wine * { color: #700722 !important; }
.black, .black * { color: #000000 !important; }
.white, .white * { color: #ffffff !important; }

.small-heading { font-size: 12px; }
.medium-heading { font-size: 16px; }
.large-heading { font-size: 22px; }

.small-text { font-size: 10px; line-height: 14px; }
.large-text { font-size: 13px; line-height: 22px; }

.align-left { float: left; }
.align-right { float: right; }

.image-left {
	float: left;
	margin: 3px 10px 10px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 10px 10px;
}

.width-75 { width: 75%; }
.width-50 { width: 50%; }
.width-33 { width: 33%; }
.width-25 { width: 25%; }

/*******************************************
** Home Page
********************************************/
#top_bar_wrapper {
	background: url(/images/ministry_index_bg.jpg) bottom left repeat-x #370511;
	display:none;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 100%;
}

#top_bar_container {
	/*height: 100px;*/
	width: 970px;
	margin: 0px auto;
}
#top_bar_container table td {
	border-bottom:0 none;
}

#top_bar_container ul {
	list-style:none;
	margin-bottom:;5px;
	margin-left:0;
	padding:0;
}
#top_bar_container ul li{
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	
}
#top_bar_container ul li a{
	color:#fff;	
}
#top_bar_container ul ul{ margin-bottom:0;}
#top_bar_container ul li li{
	line-height:15px;
	text-transform:none;
	color:#918468;
}
#top_bar_container ul li li a{
	color:#918468;
}

#top_bar_line {
	height: 40px;
	width: 100%;
	background: url(/images/top_bar_bg.gif) top left repeat-x;
}

#top_bar_line_container {
	width: 970px;
	margin: 0px auto;
}

#ministry_index_btn_container {
	width: 192px;
	float: right;
	margin-right: 40px;
	display: inline;
}

#ministry_index_btn, #ministry_index_btn:visited, #ministry_index_btn:active {
	display: block;
	width: 192px;
	height: 35px;
	background: url(/images/ministry_index_btn.png) top left no-repeat;
	text-indent: -999em;
}

#ministry_index_btn:hover, #ministry_index_btn:visited:hover {
	background-position: bottom left;
}

#search_container {
	position: absolute;
	margin-left: 738px;
	margin-top: 0px;
}

#search_container #searchForm #search_term {
	width: 140px;
	height: 24px;
	background: url(/images/search_input_bg.png) top left no-repeat;
	border: 0px none;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 8px;
	color: #fff;
	font-size: 16px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 2px;
}

#search_go, #search_go:visited, #search_go:active {
	height: 28px;
	width: 31px;
	display: block;
	float: left;
	background: url(/images/go_btn.png) top left no-repeat;
	text-indent: -999em;
}

#search_go:hover, #search_go:visited:hover {
	background-position: bottom left;
}

#container {
	width: 970px;
	margin: 0px auto;
}

#footer_wrapper {
	width: 100%;
}

#footer_container {
	width: 970px;
	margin: 0px auto;
	padding-bottom: 50px;
}

.footer_line {
	background: url(/images/footer_line.png) 50% top no-repeat;
	width: 970px;
	height: 3px;
	line-height: 0px;
	font-size: 0px;
}

.footer_box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer_box p {
	color: #918468;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 18px;
	margin: 0px;
}

#footer_box_1 {
	float: left;
	width: 220px;
	margin-left: 30px;
	display: inline;
}

#footer_box_2 {
	float: left;
	width: 130px;
	margin-left: 30px;
	display: inline;
}

#footer_box_3 {
	float: left;
	width: 150px;
	margin-left: 30px;
	display: inline;
}

#footer_logos {
	width: 80px;
	float: right;
}

#facebook_link, #facebook_link:visited, #facebook_link:active {
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	margin-top: 25px;
	text-indent: -999em;
	background: url(/images/facebook_btn.png) top left no-repeat;
}

#facebook_link:hover, #facebook_link:visited:hover {
	background-position: bottom left;
}

#design_by_am {
	float: left;
	margin-left: 2px;
	height: 40px;
	width: 40px;
	overflow: auto;
	margin-top: 14px;
}

/*******************************************
** Sub Page
********************************************/

#theFlashWrapper {
	width: 970px;
	min-height: 373px;
	height: auto !important;
	height: 373px;
}

.hasflash #theFlash {
	line-height: 0px;
	font-size: 0px;
}

#sidebar_wrapper {
	width: 207px;
	margin-left: 22px;
	margin-top: -82px;
	display: inline;
	float: left;
}

#sidebar_wrapper #sidebar {
	width: 224px;
	position: absolute;
}

#sidebar #image_sidebar img {
	margin-bottom: 10px;
}

#page_container {
	width: 720px;
	padding-bottom: 30px;
	background: #fff;
	float: right;
	margin-right: 21px;
	display: inline;
	margin-bottom: 28px;
}

.wide #page_container {
	width: 927px;
	padding-bottom: 30px;
	background: #fff;
	float: right;
	margin-right: 21px;
	display: inline;
	margin-bottom: 28px;
}

#content_container {
	width: 640px;
	padding-left: 50px;
	padding-top: 30px;
}

.wide #content_container {
	width: 896px;
	padding-left: 16px;
	padding-top: 30px;
}

.sub.regular #footer_inner_wrapper {
	width: 730px;
	float: right;
	margin-right:16px;
	display: inline;
}

.sub.regular #footer_inner_wrapper .footer_line {
	width: 730px;
}

.sub.regular #footer_inner_wrapper #footer_box_1 {
	margin-left: 5px;
}

.hasflash #sidebar_links {
	height: 100px;
}







/*******************************************
** Calendar Styles
********************************************/
.calendar {
	width: 896px;
}

.calendar td {
	width: 128px;
	border: 1px solid #ddd;
	border-top: 0px none;
	height: 120px;
}

.calendar caption {
	width: 896px;
	background: url(/images/maroon_btn.png) bottom left repeat-x;
	line-height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	border: 0px;
	text-align: left;
	padding-left: 50px;
	letter-spacing: 2px;
}

.safari .calendar caption, .chrome .calendar caption, .ie8 .calendar caption {
	width: 846px;
}

.calendar .calendar-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	background: url(/images/cal_prev.png) top left no-repeat;
	text-indent: -9999em;
	margin-left:-40px;
	margin-top:5px;
}

.calendar .calendar-next {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	background: url(/images/cal_next.png) top left no-repeat;
	text-indent: -9999em;
	margin-left: 170px;
	margin-top: -35px;
}

.ie7 .calendar .calendar-next, .ie6 .calendar .calendar-next {
	margin-top: -6px;
	margin-left: 170px;
}

.ie7 .calendar .calendar-prev, .ie6 .calendar .calendar-prev {
	margin-top: -5px;
}

.calendar .diff_position {
	margin-top: 5px;
}

.calendar tr.th {
	background: #D6D3C2 url(/images/tan_btn.png) top left repeat-x;
	color: #383635;
	line-height: 30px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	text-transform: uppercase;
}

.td_last {
	border-right: 0px none !important;
}

.td_first {
	border-left: 0px none !important;
}

.calendar td.current {
	background: #ECEEE0;
}

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

.dayEventNames li {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-top:5px;
	padding-bottom: 5px;
}

.dayEventNames li a {
	font-weight: normal;
}

.events_day_number {
	font-weight: bold;
}

/*******************************************
** Event Detail Styles
********************************************/
#event_detail_content p {
	margin-bottom: 20px;
}

#event_sub_title h3 {
	margin: 0px;
	color: #fff;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
}

#event_sub_title {
	background: url(/images/maroon_btn.png) bottom left repeat-x;
	text-align: left;
	font-size: 18px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	padding: 9px 20px 12px 10px;
}

.event_date {
	background: #D6D3C2 url(/images/tan_btn.png) top left repeat-x;
	color: #383635;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 30px;
	padding: 0px 20px 0px 10px;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 20px;
}

.event_date h6 {
	color: #383635;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
}

#event_detail_content {
	width: 400px;
	float: left;
}

#event_detail_content #register_link, #event_detail_content #add_link {
	margin-bottom: 7px;
}

#event_detail_content #register_link a, #event_detail_content #register_link a:visited, #event_detail_content #register_link a:active {
	background: url(/images/cal_reg_link.png) top left no-repeat;
	height: 22px;
	width: 160px;
	display: block;
	text-indent: -999em;
}

#event_detail_content #register_link a:hover, #event_detail_content #register_link a:visited:hover {
	background-position: bottom left;
}

#event_detail_content #add_link a, #event_detail_content #add_link a:visited, #event_detail_content #add_link a:active {
	background: url(/images/cal_add_link.png) top left no-repeat;
	height: 22px;
	width: 160px;
	display: block;
	text-indent: -999em;
}

#event_detail_content #add_link a:hover, #event_detail_content #add_link a:visited:hover {
	background-position: bottom left;
}

#description {
	margin-top: 20px;
}

#events_detail_wrapper .event_image {
	border:1px solid #CCCCCC;
	float:left;
	margin-right:10px;
	padding:7px;
}

#events_detail_wrapper .event_image .event_image_default {
	background:transparent url(/images/eventlist_default_img.jpg) no-repeat scroll 0 0;
	display:inline;
	float:left;
	min-height:108px;
	overflow:hidden;
	width:192px;
}

.ie6 #events_detail_wrapper .event_image .event_image_default {
	height:108px;
}

#events_detail_wrapper .event_image img {
	width:192px;
}

/*******************************************
** Quicklinks Styles
********************************************/
#calendar_sort {
	float:left;
	margin:7px 0 0 686px;
	position:absolute;
}

#calendar_sort1 {
	float:left;
	margin:7px 0 0 475px;
	position:absolute;
}

#calendar_sort p {
	margin:0;
}

#quicklinks { 
	background:transparent;
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:200px;
}

#quicklinks * { 
}

#ctgtext {
	margin-top: 1px;
}

#quicklinks li {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
	background: none;
}

#quicklinks li a {
	background:transparent url(/images/calendar_dd_bg.png) no-repeat scroll left top;
	display:block;
	height:23px;
	padding-left:10px;
	text-decoration:none;
	text-transform:capitalize;
	width:190px;
	padding-top:4px;
	font-weight: normal;
	color: #fff;
	font-size: 11px;
}

#quicklinks li a:hover {
	color: #fff;
}

#quicklinks li ul {
	border:0;
	left:-999em;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	margin-top:0px;
	-margin-top: -5px;
	padding:0;
	position:absolute;
	width:199px;
	z-index:999;
	padding-bottom: 1px;
}

#quicklinks li:hover ul, #quicklinks li li:hover ul, #quicklinks li.sfhover ul, #quicklinks li li.sfhover ul {
	left:auto;
}

#quicklinks li li {
	font-size:100%;
	font-weight:normal;
	text-indent:0px !important;
	z-index:9999;
	line-height: 25px;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	height: 25px;
	background: none;
}

#quicklinks li li a {
	background:#fff;
	margin:0;
	color: #333;
	height: 25px;
	width:162px;
	z-index:999;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-top:0px;
}

#quicklinks li li a:hover {
	background: #333;
	color: #fff;
}

#quicklinks li:hover, #quicklinks li.hover {
    position: static;
}

/*******************************************
** Map Styles
********************************************/

#churchMap {
	height: 300px;
}

#map_wrapper {
	padding: 0px;
	border: 5px solid #5A5757;
	margin-bottom: 10px;
}

#directions_text {
	margin-bottom: 5px;
}

#directions_form {
	margin-bottom: 10px;
}

#directions_form input#saddr {
	border: 1px solid #ccc;
	padding: 7px 5px 6px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 595px;
	float: left;
	margin-right: 2px;
}

#directions_form input#btn_submit {
	border: 0px none;
	background: url(/images/go_btn.png) top left no-repeat;
	text-indent: -999em;
	height: 28px;
	width: 31px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

/*******************************************
** Search Styles
********************************************/
#pagination a {
	background: url(/images/maroon_btn.jpg) bottom left repeat-x;
	color: #fff;
	display: block;
	float: left;
	padding:3px 12px;
	margin-right: 5px;
}

#pagination #off {
	color: #ccc;
	text-decoration: none;
}

#pagination #current {
	background-position: top;
	text-decoration: none;
}

/*******************************************
** Form Styles
********************************************/
.monkForm legend {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom: 5px !important;
	color:#392D15;
}

.monkForm .checkbox legend, .monkForm .radio legend {
	font-size: 11px;
	color:#392D15;
	margin-bottom: 10px !important;
}

.monkForm label {
	width: 120px;
	float: left;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	margin-left: 0px !important;
}

div.text, div.textarea, div.select, div.checkbox, div.radio, div.file, div.captcha {
	padding: 10px;
	margin-bottom: 10px;
}

.monkForm .description {
	color: #aaa;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	margin-top: -15px;
	margin-left: 120px;
}

.monkForm div.text input {
	padding: 6px 5px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 480px;
	border: 1px solid #ccc;
}

.monkForm div.textarea textarea {
	padding: 6px 5px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 480px;
	border: 1px solid #ccc;
}

.monkForm div.select select {
	padding: 6px 5px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 493px;
	border: 1px solid #ccc;
}

.monkForm div.checkbox .data {
	margin-bottom: 4px;
}

.monkForm div.checkbox .data label {
	font-weight: normal;
	margin-top: -10px;
	padding-bottom: 16px;
	padding-left: 4px;
	width: 400px;
}

.ie6 .monkForm div.checkbox .data label, .ie7 .monkForm div.checkbox .data label, .ie8 .monkForm div.checkbox .data label {
	margin-top: -4px;
	padding-bottom: 10px;
}

.monkForm div.checkbox .data input {
	float: left;
}

.monkForm div.checkbox .description {
	margin-top: 4px;
	margin-left: 0px;
}


.monkForm div.radio .data {
	margin-bottom: 4px;
}

.monkForm div.radio .data label {
	font-weight: normal;
	margin-top: -10px;
	padding-bottom: 16px;
	padding-left: 4px;
	width: 400px;
}

.ie6 .monkForm div.radio .data label, .ie7 .monkForm div.radio .data label, .ie8 .monkForm div.radio .data label {
	margin-top: -4px;
	padding-bottom: 10px;
}

.monkForm div.radio .data input {
	float: left;
}

.monkForm div.radio .description {
	margin-top: 4px;
	margin-left: 0px;
}

.monkForm div.captcha img {
	float: left;
}

.monkForm div.captcha input {
	padding: 7px 5px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	width: 150px;
	float: left;
	margin-left: 5px;
	display: inline;
	border: 1px solid #ccc;
}

.monkForm div.captcha .description {
	margin-top: 0px;
}

.monkForm #formsubmit input {
	background: url(/images/maroon_btn.jpg) top left repeat-x;
	padding: 5px 20px;
	color: #fff;
	border: 0px none;
	margin-left: 130px;
}

/*******************************************
** Navigation Styles
********************************************/
#home_navigation {
	margin-left: 310px;
	margin-top: 17px;
	width: 670px;
	height: 69px;
	overflow: hidden;
}

.sub #home_navigation {
	margin-left: 310px;
	margin-top: -1px;
	width: 670px;
	height: 69px;
	overflow: hidden;
}


/*#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	position:absolute;
	margin:191px 0 0 22px;
}

.hasflash #nav li a {
	padding:0;
	font-size:0px;
	text-indent: -999em;
	display:block;
	height:0;
	width:0;
}

#nav li a, 
#nav li a:visited, 
#nav li a:active,
.hasflash #nav ul li a, 
.hasflash #nav ul li a:visited, 
.hasflash #nav ul li a:active{
	display: block;
	color: #727065;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	padding: 27px 20px 24px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}



#nav li a:hover, #nav li a:visited:hover {
	background: url(/images/nav_over_bg2.png) top left repeat;
}

#nav li {
	padding: 0px;
	float: left;
}

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
	z-index: 1200;
	text-align:left;
	padding: 0px;
	margin: 0px;
	background: #b8b5a2 url(/images/nav_dd_bg.jpg) top left repeat-x;
}

#nav li li a, #nav li li a:visited, #nav li li a:active,
.hasflash #nav li li a, .hasflash #nav li li a:visited, .hasflash #nav li li a:active {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 11px;
	line-height: 15px;
	width: 110px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

#nav li li a:hover, #nav li li a:visited:hover {
	background: #b8b5a2 url(/images/nav_dd_hover.jpg) top left no-repeat;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	position: static;  
}

#nav li ul ul {
	margin: -36px 0 0 130px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}*/

/*******************************************
** Gallery Styles
********************************************/
.gallerylist_photo {
	margin-bottom: 40px;
}

.gallerylist_photo .image_wrapper {
	float: left;
	width: 250px;
	padding: 15px;
	margin-right: 20px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 4px 4px 20px #888888;
	-webkit-box-shadow: rgb(136, 136, 136) 4px 4px 20px;
}

.ie8 .gallerylist_photo .image_wrapper, .ie7 .gallerylist_photo .image_wrapper, .ie6 .gallerylist_photo .image_wrapper {
	border: 1px solid #ccc;
}

.gallerylist_photo .image_wrapper img {
	border: 1px solid #ccc;
}

.gallerylist_photo .title {
	font-size: 16px;
}

.gallerylist_photo .info p {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
}

.photo_list {
	margin-bottom:30px;
	float: left;
}

.photo_list .image_wrapper {
	float: left;
	width: 220px;
	padding: 15px;
	margin-right: 24px;
	margin-left: 24px;
	box-shadow: 4px 4px 20px #888;
	-moz-box-shadow: 4px 4px 20px #888888;
	-webkit-box-shadow: rgb(136, 136, 136) 4px 4px 20px;
}

.ie8 .photo_list .image_wrapper, .ie7 .photo_list .image_wrapper, .ie6 .photo_list .image_wrapper {
	border: 1px solid #ccc;
}

.photo_list .image_wrapper .image {
	border: 1px solid #ccc;
	width: 220px;
	height: 120px;
	overflow: hidden;
}

/*******************************************
** Sermons Styles
********************************************/
#sermon_sort {
	position: absolute;
	margin-left:575px;
	margin-top:-30px;
}

.sermons #loader {
	margin-left: 555px;
	margin-top: -20px;
	position: absolute;	
}

#sermon_sort p {
	float: left;
	margin: 0px;
	margin-right: 5px;
	line-height: 30px;
}

#sermons_header {
	background: url(/images/sidebar_bg.png) top left repeat;
	padding: 0px;
}

#sermons_header h2 {
	margin: 0px;
	width: 400px;
	float: left;
}

#sermons_header .sort_dd {
	margin-top: 3px;
}

#sermons_header .sort_dd p {
	float: left;
	color: #fff;
	margin: 0 10px 0 94px;
	line-height: 25px;
}

.grouping_title h3 {
	width: 886px;
	background: url(/images/maroon_btn.png) bottom left repeat-x;
	line-height: 36px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	color: #fff;
	border: 0px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom: 5px solid #A89979;
}

.sermon_box {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 2px solid #D7CFB8;
}

.sermon_box .sermon_image {
	float: left;
	padding: 7px;
	margin-right: 10px;
	border: 1px solid #ccc;
	width: 192px;
	height: 108px;
	background:transparent url(/images/eventlist_default_img.jpg) no-repeat scroll 7px 7px;
}

.sermon_box .sermon_middle {
	float: left;
	width: 560px;
}

.sermon_box .sermon_media {
	float: right;
	width: 100px;
}

.sermon_box .sermon_media ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sermon_box .sermon_media ul li {
	float: left;
	padding: 0px;
}

.sermon_box .sermon_media .icon {
	text-indent: -9999em;
	height: 22px;
	width: 100px;
	margin-bottom: 5px;
	margin: 2px 0px;
	display: block;
}

.sermon_box .sermon_media .icon:hover {
	background-position: bottom left;
}

.sermon_box .sermon_media .icon_watch {
	background: url(/images/icon_video.png) top left no-repeat;
}

.sermon_box .sermon_media .icon_listen {
	background: url(/images/icon_audio.png) top left no-repeat;
}

.sermon_box .sermon_media .icon_download {
	background: url(/images/icon_download.png) top left no-repeat;
}

.sermon_box .sermon_media .icon_notes {
	background: url(/images/icon_read.png) top left no-repeat;
}

.sermon_box .sermon_title h3 {
	font-size: 15px;
	margin: 0px;
}

.sermon_box .sermon_info {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #645025;
}

.sermon_box .sermon_summary {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 18px;
}

.sermonajax .content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sermonajax .am_notes {
	margin-top: 20px;
}

.sermonajax .am_notes label {
	line-height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
}

.sermonajax .am_notes .am_notes_title {
	padding: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	width: 882px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.sermonajax .am_notes .am_notes_notes {
	padding: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	width: 882px;
	border: 1px solid #ccc;
	height: 100px;
	margin-bottom: 10px;
}

.sermonajax .am_notes .btn_print {
	background: url(/images/blue_btn.jpg) top left repeat-x;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #011727;
}

.sermonajax .am_notes #print_notes {
	text-indent: -9999em;
	height: 22px;
	width: 100px;
	margin-bottom: 5px;
	margin: 2px 0px;
	display: block;
	background: url(/images/icon_print.png) top left no-repeat;
}

.sermonajax .am_notes #print_notes:hover {
	background-position: bottom left;
}

.sermon_close_btn {
	width: 22px;
	height: 22px;
	float: right;
	margin-bottom: 6px;
	text-indent: -999em;
	display: block;
	background: url(/images/icon_close.png) top left no-repeat;
}

/*******************************************
** Home Page
********************************************/

.blog_box {
	margin-bottom: 30px;
}

.blog_box h4 {
	width: 630px;
	font-weight: bold;
	background: url(/images/maroon_btn.png) bottom left repeat-x;
	line-height: 36px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	color: #fff;
	border: 0px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom: 5px solid #A89979;
}

.blog_box h4 a, .blog_box h4 a:visited, .blog_box h4 a:active {
	color: #fff;
	text-decoration: none;
}

.blog_box h4 a:hover, .blog_box h4 a:visited:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.post_title h3 {
	width: 630px;
	font-weight: bold;
	background: url(/images/maroon_btn.png) bottom left repeat-x;
	line-height: 36px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	color: #fff;
	border: 0px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	border-bottom: 5px solid #A89979;
}

.post_title h3 a, .post_title h3 a:visited, .post_title h3 a:active {
	color: #fff;
	text-decoration: none;
}

.post_title h3 a:hover, .post_title h3 a:visited:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.post_date {
	background: #ECEEE0 none repeat scroll 0 0;
	border-bottom: 1px solid #E5E4D2;
	display: block;
	line-height: 25px;
	padding-left: 10px;
	text-transform: uppercase;
	width: 630px;
	margin-bottom: 10px;
}

.post_comments {
	margin-left: 595px;
	margin-top: -69px;
	position: absolute;		
}

.post_comments a, .post_comments a:visited, .post_comments a:active {
	background: url(/images/comments_icon.png) top left no-repeat;
	height: 31px;
	width: 36px;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 21px;
	text-decoration: none;
	color: #A89979;
}

.post_comments a:hover, .post_comments a:visited:hover {
	color: #64061d;
}

#sidebar #text_sidebar {
	background: url(/images/sidebarbg.png) top left repeat-y;
	padding: 15px;
}

#previous_entries {
	background: #ECEEE0 none repeat scroll 0 0;
	border-bottom: 1px solid #E5E4D2;
	border-top: 1px solid #E5E4D2;
	display: block;
	padding-left: 10px;
	width: 620px;
	margin-bottom: 10px;
	padding: 10px;
}

#previous_entries h6 {
	margin-bottom: 0px;
}

.archivelink {

}

#comment_list form label {
	float: left;
	width: 640px;
	line-height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#comment_list form textarea {
	width: 618px;
	padding: 10px;
	height: 110px;
	border: 1px solid #C3C2B3;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}

#comment_list form #comment-submit {
	border: 1px solid #C3C2B3;
	background: #ECEEE0;
	padding: 10px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #383635;
	margin-top: 10px;
}

.success {
	display: block;
	background: #cfc url(/images/success.jpg) 4px 50% no-repeat;
	border: 1px solid #0c0;
	border-left: 3px solid #0c0;
	font-size: 10px;
	color: #333;
	padding: 5px 24px;
	margin: 5px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error {
	display: block;
	background: #fcc url(/images/error.jpg) 4px 50% no-repeat;
	border: 1px solid #c00;
	border-left: 3px solid #c00;
	font-size: 10px;
	color: #333;
	padding: 5px 24px;
	margin: 5px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.warning {
	display: block;
	background: #ffc url(/images/warning.jpg) 4px 50% no-repeat;
	border: 1px solid #fc0;
	border-left: 3px solid #fc0;
	font-size: 10px;
	color: #333;
	padding: 5px 24px;
	margin: 5px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.post_main .post_content {
	padding: 10px;
}

#comments h6 {
	margin-bottom: 15px;
}

.comment_author {
	background: #ECEEE0 none repeat scroll 0 0;
	border-bottom: 1px solid #E5E4D2;
	border-top: 1px solid #E5E4D2;
	display: block;
	padding-left: 10px;
	width: 620px;
	margin-bottom: 10px;
	padding: 10px;
}

.comment_text {
	padding: 10px;
	border-bottom: 1px solid #E5E4D2;
	margin-bottom: 30px;
}

#latest_posts {
	margin-bottom: 30px;
	padding: 10px;
}

#latest_posts .archive_post {
	padding: 0px 10px;
	line-height: 30px;
}

#category_archives {
	margin-bottom: 40px;
	background: #ECEEE0 none repeat scroll 0 0;
	border-bottom: 1px solid #E5E4D2;
	border-top: 1px solid #E5E4D2;
	display: block;
	padding-left: 10px;
	width: 620px;
	padding: 10px;
}

#category_archives ul, #monthly_archives ul {
	margin-bottom: 0px;
}

#monthly_archives {
	background: #ECEEE0 none repeat scroll 0 0;
	border-bottom: 1px solid #E5E4D2;
	border-top: 1px solid #E5E4D2;
	display: block;
	padding-left: 10px;
	width: 620px;
	padding: 10px;
}


#altcontent{
	padding-left:23px;
}

#pageimage_nav{
	height:199px;	
	width:927px;
	margin-top:25px;
}
#altnav{
	list-style:none;
	margin:0;
	background:#181514;
	height:49px;
}
#altnav li{
	float:left;	
}
#altnav li a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-transform:capitalize;
	line-height:49px;
	padding:13px;
	text-decoration:none;
	color:#fff;
}
#altnav li a:hover {
	text-decoration:underline;
	color:#fff;
}
#pagetitle_alt{
	background:#a89979;
	height:71px;
	
	width:927px;
}
#pagetitle_alt h2{
	line-height:71px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#fff;
}
#pagetitle_alt.pos0 h2 {
	padding-left:10px;	
}
#pagetitle_alt.pos1 h2 {
	padding-left:250px;	
}
#quicklinks-noflash{
	background: #600412;
}

#quicklinks-noflash ul { list-style:none; }

#quicklinks-noflash li a{ 
	color:#fff; 
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px; 
	color:#ebeedf;
	line-height:30px;
}
#quicklinks-noflash li a:hover{
	text-decoration:underline;	
}
#getflash{
	float:right;
	margin-right:41px;
	margin-top:33px;	
}
#sitequicklinks{ float:right; margin-right:21px; display:inline;}
#sitequicklinks ul { list-style:none; }
#sitequicklinks ul li { float:left;}
#sitequicklinks ul li a{
	font-family:Tahoma, Geneva, sans-serif;	
	font-size:14px;
	padding:5px;
}

