/* lite reset */
* {
	outline: 0px none;
}

body {
	margin: 0px;
	padding: 0px;
}

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

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

object {
	position:relative !important;
}

.home object {
	position:absolute !important;
}

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

a img {
	border: 0px none;
}

/***********************************************
** Site Text Styles
************************************************/
h2 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #42abbe;
	line-height: 38px;
	margin-bottom: 6px;
}

h3 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #697276;
	line-height: 22px;
	margin-bottom: 18px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	background: #697276;
	padding: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: normal;
	color: #2f94ac;
	margin-bottom: 10px;
}

h6 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #2f94ac;
	margin-bottom: 8px;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	margin-bottom: 20px;
	line-height: 18px;
}

a, a:visited, a:active {
	color: #298da6;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #1e6678;
	text-decoration: none;
}

ul {
	list-style: none;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	line-height: 18px;
}

li {
	padding: 5px 0px;
	padding-left: 15px;
	background: url(/images/list_bullet.png) left 9px no-repeat;
}

.headingTagline {
	font-size: 12px !important;
	line-height: 14px;
	text-transform: none !important;
}

.twentyfourPixelFont, .twentyfourPixelFont * {
	font-size: 24px !important;
}

.eighteenPixelFont, .eighteenPixelFont * {
	font-size: 18px !important;
}

.fourteenPixelFont, .fourteenPixelFont * {
	font-size: 14px !important;
}

.tenPixelFont, .tenPixelFont * {
	font-size: 10px !important;
}

.blue, .blue * {
	color: #38CBE5 !important;
}

.boldblue, .boldblue * {
	color: #38CBE5 !important;
}

.darkBlue, .darkBlue * {
	color: #2f94ac !important;
}

.green, .green * {
	color: #8DC63F !important;
}

.black, .black * {
	color: #000000 !important;
}

.white, .white * {
	color: #fff !important;
}

.left, .left * {
	float: left;
}

.right, .right * {
	float: right;
}

.imageLeft {
	float: left;
	margin: 0px 10px 10px 2px;
	border: 1px solid #bdbdbd;
	padding: 3px;
}

.imageRight {
	float: right;
	margin: 0px 2px 10px 10px;
	border: 1px solid #bdbdbd;
	padding: 3px;
}

.text-shadow-dark {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.2);
}

.text-shadow-dark-dark {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.17);
}

.text-shadow-light {
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.nomargin, .nomargin * {
	margin: 0px !important;
}

.hide, .hide * {
	position: absolute;
	left: -9999em;
}

/***********************************************
** Home Page Styles
************************************************/
html {
	height: 100% !important;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	background: #707274;
	height: 100% !important;
}

.home.hasflash #wrapper {
	width: 100%;
	height: 100% !important;
}

.home.hasflash #nav {
	margin: 20px 0 0 -85px;
}

#wrapper {
	width: 100%;
	height: auto !important;
}

#flashHome {
	background: #697276;
	width: 100%;
}

#gallery {
	width: 100%;
	height: 535px;
}

#home_content_wrapper_left {
	background: url(/images/home_content_bar_wrapper_left.jpg) top left no-repeat;
}

#home_content_wrapper_right {
	background: url(/images/home_content_bar_wrapper_right.png) top right no-repeat;
}


#home_content_container {
	width: 995px;
	margin: 0px auto;
}

#home_content {
	background: #1D2021 url(/images/home_content_bar_wrapper_rpt.png) top left repeat-x;
}

#header_title_container {
	width: 980px;
	margin: 0px auto;
	text-align: right;
}

#header_title_container h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: normal;
	padding-right: 30px;
	padding-top: 90px;
	text-transform: lowercase;
}



/***********************************************
** Sub Page Styles
************************************************/
#flashSub {
	height: 250px;
	background: url(/images/sub_header.gif) top left repeat-x;
	width: 100%;
	min-width: 980px;
}

#headerImage {
	width: 100%;
	height: 181px;
}

#navigation_bar {
	margin:0 auto;
	width:980px;
}

#sub_wrapper {
	width: 100%;
	background: #fff;
}

#sub_content {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 980px;
	margin: 0px auto;
}

#sub_content_wrapper_left {
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 1px;
	width: 672px;
	float: left;
}

#sub_content_wrapper_right {
	border-left: 1px solid #E6E6E6;
	width: 262px;
	float: right;
	padding-bottom: 30px;
}

#sub_content_wrapper_right .linkstitle {
	font-style: oblique;
	margin-left: 20px;
}

#sidebar_links_wrapper {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin:0 auto 35px;
	width: 230px;
}
#sidebar_links_flash {
}

#sidebar_links {
	background: #2B8FA8;
	padding: 20px 0px;
	width: 230px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#sidebar_links ul {
	padding: 0px;
	margin: 0px;
}

#sidebar_links ul li {
	background: none;
	padding: 0px 0px;
}

#sidebar_links ul li a, #sidebar_links ul li a:visited, #sidebar_links ul li a:active {
	color: #fff;
	display: block;
	padding: 10px 20px;
	line-height: 18px;
	text-decoration: none;
}

#sidebar_links ul li a:hover, #sidebar_links ul li a:visited:hover {
	background: #4FBAC8;
	text-decoration: none;
}

#image_sidebar {
	width: 260px;
	margin-bottom: 30px;
}

#image_sidebar h3 {
	font-style: oblique;
	margin-left: 20px;
}

#image_sidebar .image_wrapper {
	border-top: 5px solid #40A9BC;
	display: block;
	width: 215px;
	margin: 0px auto;
	margin-bottom: 11px;
}

#image_sidebar a {
	display: block;
}

#text_sidebar {
	margin-left: 21px;
	width: 218px;
}

#footer_content_wrapper_left {
	background: url(/images/footer_wrapper_left.jpg) top left no-repeat;
}

#footer_content_wrapper_right {
	background: url(/images/footer_wrapper_right.png) top right no-repeat;
	-background: url(/images/footer_wrapper_right.gif) top right no-repeat;
}

#footer_content_container {
	width: 980px;
	margin: 0px auto;
}

#footer_content_container #logo_box {
	width: 156px;
	height: 206px;
	margin-right: 38px;
	background: url(/images/footer_box_shadow.png) top left no-repeat;
	float: left;
}

#footer_content_container #twitter_box {
	width: 345px;
	float: left;
	padding: 20px 34px 0px 0px;
	margin-right: 41px;
	background: url(/images/footer_box_shadow2.png) top left no-repeat;
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

#footer_content_container #serviceTimes_box {
	width: 345px;
	float: left;
	padding: 20px 20px 0px 0px;
	margin-right: 0px;
}

#footer_content {
	background: #1A1B1D url(/images/footer_wrapper_rpt.png) top left repeat-x;
}


.home_box h2 {
	background: #42484A url(/images/home_h2_bg.png) 50% top no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #999;
	padding: 2px 12px;
	font-weight: normal;
	margin: 0px;
}

.twitter_update {
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0px 13px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

.twitter_update a, .twitter_update a:visited, .twitter_update a:active {
	color: #2eaecc;
	text-decoration: none;
	margin-bottom: 15px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

.twitter_update a:hover, .twitter_update a:visited:hover {
	color: #ccc;
	text-decoration: underline;
}

.twitter_update_time {
	color: #2eaecc;
	text-decoration: none;
	font-size: 9px;
	padding: 0px 13px;
	margin-bottom: 15px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

.twitter_update_time a, .twitter_update_time a:visited, .twitter_update_time a:active {
	color: #2eaecc;
	text-decoration: none;
	font-size: 9px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

.twitter_update_time a:hover, .twitter_update_time a:visited:hover {
	color: #ccc;
	text-decoration: underline;
}

#serviceTimes_box p {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0px 13px 0px 13px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

#twitter_logo {
	text-indent: -999em;
	position: relative;
	margin-top: -22px;
	width: 97%;
	margin-bottom: 19px;
	background: url(/images/twitter_logo.png) top right no-repeat;
	-background: url(/images/twitter_logo.gif) top right no-repeat;
}

#euless_logo {
	text-indent: -999em;
	position: relative;
	margin-top: -26px;
	width: 97%;
	margin-bottom: 21px;
	background: url(/images/mini_logo.png) top right no-repeat;
	-background: url(/images/mini_logo.gif) top right no-repeat;
}


#footer {
	height: 92px;
	width: 100%;
	background: #D0D0D0 url(/images/footer_bg.png) bottom left repeat-x;
}

#footer_wrapper {
	width: 980px;
	margin: 0px auto;
}

#copyright {
	width: 163px;
	float: left;
	padding-left: 15px;
	padding-top: 33px;
}

#copyright p {
	font-size: 9px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	color: #4b4b4b;
	line-height: 14px;
}

#design_by_am {
	width: 42px;
	height: 42px;
	overflow: hidden;
	float: left;
	margin-left: 0px;
	margin-top: 29px;
}

#design_by_am p {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 14px;
	margin: 0px;
}

#design_by_am a, #design_by_am a:visited, #design_by_am a:active {
	color: #387BA5;
	text-decoration: underline;
}

#design_by_am a:hover, #design_by_am a:visited:hover {
	color: #08506a;
	text-decoration: underline;
}

#quicklinks {
	float: left;
	padding-left: 10px;
	padding-top: 39px;
	width: 545px;
}

#quicklinks a, #quicklinks a:visited, #quicklinks a:active {
	font-size: 15px;
	color: #292d30;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 18px;
	text-decoration: none;
}

#quicklinks a:hover, #quicklinks a:visited:hover {
	color: #387BA5;
	text-decoration: none;
}

#search {
	float: left;
	padding-left: 5px;
	padding-top: 30px;
}

#search form input.styleit {
	border: 0px none;
	background: #757779 url(/images/search_input_bg.png) top left repeat-x;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	color: #fff;
	padding: 8px 11px;
	width: 118px;
	height: 18px;
	line-height: 18px;
	float: left;
}

/***********************************************
** Event List Page Styles
************************************************/
.events #sub_content {
	padding-top: 30px;
	padding-bottom: 30px;
}

#loader {
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(/images/ajax-loader.gif) top left no-repeat;
	margin-left: 290px;
	margin-top: -37px;
}

.month_title {
	background: url(/images/events_month_bg.png) bottom left no-repeat;
	width: 672px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	color: #3A3F41;
	padding-bottom: 13px;
	margin-bottom: 15px;
}

.month_title h3 {
	margin: 0px;
}

.event_box {
	margin-bottom: 20px;
}

.event_image {
	width: 165px;
	height: 110px;
	background: url(/images/events_image_placer.png) top left no-repeat;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.event_info {
	float: left;
	width: 372px;
}

.event_date_box {
	float: left;
	width: 40px;
	margin-right: 10px;
	border: 1px solid #e6e6e6;
}

.box_month {
	background: #F3F3F3;
	line-height: 18px;
	display: block;
	width: 40px;
	text-align: center;
	color: #697276;
	border-bottom: 1px solid #e6e6e6;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.box_day {
	display: block;
	width: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	color: #697276;
}

.event_title {
	float: left;
	width: 370px;
	line-height: 30px;
	margin-bottom: 3px;
}

.event_title a, .event_title a:visited, .event_title a:active {
	color: #697276;
	text-decoration: none;
}

.event_title a:hover, .event_title a:visited:hover {
	color: #50575a;
	text-decoration: underline;
}

.event_date_text {
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
	float: right;
	width: 320px;
}

.event_category_text {
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
	float: right;
	width: 320px;
}

.event_buttons {
	width: 120px;
	float: left;
}

.event_more_btn {
	text-indent: -9999em;
	display: block;
	width: 120px;
	height: 30px;
	float: left;
	background: url(/images/events_more_button.png) top left no-repeat;
}

/***********************************************
** Form Styles
************************************************/
.monkForm .data {
	margin: 0px;
}

.monkForm label {
	line-height: 22px;
	margin-bottom: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 1px 1px 0 #FFFFFF;
}

.monkForm .text, .monkForm .textarea, .monkForm .select, .monkForm .checkbox, .monkForm .radio, .monkForm .file, .monkForm .captcha {
	margin-bottom: 20px;
}

.monkForm .text input {
	padding: 8px 10px;
	width: 400px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
}

.monkForm .description {
	line-height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	color: #aaa;
	margin-bottom: 0px;
}

.monkForm .textarea textarea {
	padding: 8px 10px;
	width: 400px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
	height: 100px;
}

.monkForm .select select {
	padding: 8px 10px;
	width: 422px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
}

.monkForm .checkbox legend, .monkForm .radio legend {
	line-height: 22px;
	margin-bottom: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 1px 1px 0 #FFFFFF;
}


.monkForm .checkbox label, .monkForm .radio label {
	text-shadow: none;
	font-weight: normal;
	line-height: 18px;
}

.monkForm .checkbox .data, .monkForm .radio .data {
	margin-bottom: 5px;
	margin-left: 10px;
}

 .monkForm .captcha input {
	padding: 8px 10px;
	width: 98px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
}

.monkForm div.captcha .captcha {
	float: left;
	margin-bottom: 5px;
	margin-right: 500px;
}

.monkForm #formsubmit input, .monkForm #formsubmit input:visited, .monkForm #formsubmit input:active {
	background: #ddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(250, 250, 250, 1)), to(rgba(230, 230, 230, 1)));
	background: -moz-linear-gradient(rgba(250, 250, 250, 1) 0%, rgba(230, 230, 230, 1) 100%);
	float: left;
	display: block;
	border: 1px solid #aaa;
	padding: 7px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #555 !important;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-right: 10px;
}

.monkForm #formsubmit input:hover, .monkForm #formsubmit input:visited:hover {
	background: #eee;
	text-decoration: none;
	background: -webkit-gradient(linear, 0% 0%, % 100%, from(rgba(240, 240, 240, 1)), to(rgba(220, 220, 220, 1)));
	background: -moz-linear-gradient(rgba(240, 240, 240, 1) 0%, rgba(220, 220, 220, 1) 100%);
}

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

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

.error a, .error a:visited, .error a:active {
	color: #666;
}

.error a:hover, .error a:visited:hover {
	color: #fff;
}

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

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

#churchMap {
	height: 300px;
}

#map_wrapper {
	padding: 0px;
	border: 1px solid #3A3F41;
	margin-bottom: 3px;
	padding: 4px;
}

#larger_map, #larger_map:visited, #larger_map:active {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#larger_map:hover, #larger_map:visited:hover {
	text-decoration: underline;
}

#directions_text {
	margin-bottom: 5px;
	margin-top: 10px;
}

#directions_form {
	margin-bottom: 10px;
}

#directions_form input#saddr {
	padding: 8px 10px;
	width: 505px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
	margin-right: 5px;
}

#directions_form input#btn_submit {
	background: #ddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(250, 250, 250, 1)), to(rgba(230, 230, 230, 1)));
	background: -moz-linear-gradient(rgba(250, 250, 250, 1) 0%, rgba(230, 230, 230, 1) 100%);
	float: left;
	display: block;
	border: 1px solid #aaa;
	padding: 7px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #555 !important;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#directions_form input#btn_submit:hover {
	background: #eee;
	text-decoration: none;
	background: -webkit-gradient(linear, 0% 0%, % 100%, from(rgba(240, 240, 240, 1)), to(rgba(220, 220, 220, 1)));
	background: -moz-linear-gradient(rgba(240, 240, 240, 1) 0%, rgba(220, 220, 220, 1) 100%);
}

/*******************************************************/
/* Evite
/*******************************************************/

.evite_thumb{
	float: left;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	box-shadow: 4px 4px 20px #ccc;
	-moz-box-shadow: 4px 4px 20px #ccc;
	-webkit-box-shadow: #ccc 4px 4px 20px;
}

#evite_image img{
	max-width:672px;
	overflow:hidden;
	margin-bottom:15px;
}


/*******************************************************/
/* Sermons
/*******************************************************/
.sermons #sub_content {
	padding-top: 20px;
}

#sermon_promo_nonflash {
	padding: 20px;
	padding-top: 16px;
	width: 600px;
	height: 320px;
	background: url(/images/noflash_sermon_bg.png) top left repeat-x;
}

#sermon_promo_nonflash h3 {
	color: #35393B;
	margin-bottom: 10px;
}

#sermon_promo_nonflash strong {
	color: #43494B;
}

#sermon_promo_nonflash p {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 30px;
}

#nonflashdownload a, #nonflashdownload a:visited, #nonflashdownload a:active {
	color: #fff;
	text-shadow: 1px 0px 0px #333;
}

#sermon_promo_nonflash p.notice {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 20px;
}

#sermon_listing {
	margin-top: 20px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#series_loader {
	display: none;
	width: 640px;
	height: 32px;
	background: url(/images/sermons-ajax-loader-bg.png) top left no-repeat;
	position: absolute;
	z-index: 1000;
}

#listing_loader {
	display: none;
	width: 640px;
	height: 32px;
	background: url(/images/sermons-ajax-loader-bg.png) top left no-repeat;
	position: absolute;
	z-index: 1000;
}

#sermons_sort_listing {
}

#sermon_left {
	width: 665px;
	float: left;
	padding-bottom: 20px;
}

.sermon_series_box {
	float: left;
	width: 140px;
	margin-left: 3px;
	margin-right: 22px;
	margin-bottom: 20px;
}

.sermon_series_title a, .sermon_series_title a:visited, .sermon_series_title a:active {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #61B9DF;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}

.sermon_series_title a:hover, .sermon_series_title a:visited:hover {
	color: #298da6;
	text-decoration: underline;
}

.sermon_series_date {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}

.sermon_listing_box {
	width: 640px;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sermon_image {
	float: left;
	width: 125px;
}

.sermon_title {
	margin-bottom: 5px;
	float: left;
	width: 490px;
}

.sermon_title a, .sermon_title a:visited, .sermon_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.sermon_title a:hover, .sermon_title a:visited:hover {
	
}

.sermon_middle {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	float: left;
	width: 390px;
	border-right: 1px solid #e6e6e6;
}

.sermon_summary_btn, .sermon_summary_btn:visited, .sermon_summary_btn:active {
	display: block;
	padding: 3px 12px 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	background: url(/images/button_bg.png) top left repeat-x;
	color: #666;
	border: 1px solid #E6E6E6;
	float: left;
	text-decoration: none;
	margin-top: 10px;
}

.sermon_summary_btn:hover, .sermon_summary_btn:visited:hover {
	background-position: bottom left;
	color: #666;
}

.sermon_summary {
	display: none;
}

.sermon_summary p {
	font-color: #666;
	font-size: 10px;
	margin: 0px;
}

.sermon_details_image {
	float: left;
	width: 105px;
}

.sermon_details_box {
	margin-top: 20px;
}

.sermon_details_date {
	margin-bottom: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
}

.sermon_details_info {
	margin-bottom: 5px;
}

#breadcrumbs {
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}

.sermons #sermon_sidebar {
	border-left: 1px solid #e6e6e6;
	width: 270px;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

#watchlive_btn {
	width: 270px;
	float: left;
	height: 50px;
	text-indent: -999em;
	background: url(/images/watchlive_btn.png) top left no-repeat;
}

#pocastlive_btn{
	width: 270px;
	float: left;
	height: 50px;
	text-indent: -999em;
	background: url(/images/podcast_live_btn.jpg) top left no-repeat;
}

#orderlive_btn{
	width: 270px;
	float: left;
	height: 50px;
	text-indent: -999em;
	background: url(/images/ordermedia_live_btn.jpg) top left no-repeat;
}
#watchlive_wrapper, #pocastlive_wrapper, #orderlive_wrapper {
	margin-bottom: 30px;
}

#watchlive_wrapper p, #pocastlive_wrapper p, #orderlive_wrapper p {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #667276;
	margin-left: 5px;
	margin-top: 7px;
	line-height: 20px;
	margin-bottom: 0px;
}





/*******************************************************/
/* Navigation
/*******************************************************/
#nav {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 250px 0 0 257px;
	padding:0pt;
	position:absolute;
	z-index:9999;
	width: 0px;
}

#nav li{
	width: 0px;
	display: block;
	float: left;
	padding: 0px;
	background-image: none;
}

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

#nav li a{
	width: 100px;
	text-decoration: none;
	color:#818181;
	height:0px;
	display:block;
	text-indent:-9999px;
	font-size: 0px;
	line-height: 0px;
}
.home #nav li ul{
	bottom:0;	
}
#nav li ul{
	position: absolute;
	left: -999em;
	z-index: 9999;
	width: 165px;
	text-align:left;
	display:block;
	padding-left: 0px;
	/*float: left;*/
	padding-right: 0px;
	background: #063E52 url(/images/nav_bg.gif) bottom left repeat-x;
}
#nav li li{
	margin:0px; 
	font-size: 9px;
	float:left;
	line-height: 5px;
	display:block;
	width: 165px;
}

#nav li ul ul{
	margin: -44px 0 0 165px !important;
	display:block;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.amhover ul ul,
#nav li.amhover ul ul ul{
	left: -999em;
	display:block;
}

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

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

#nav li li li{
	font-size: 1em;
	display:block;
	/* border-left: 1px solid #211702; */
}
#navigation_wrapper {
	width: 980px;
	margin: 0px auto;
}

#navigation_wrapper #navigation_bar {
	float: left;
	width: 780px;
	margin: 0px;
}

.noflash #nav {
	width: 780px;
	margin: 0px;
	float: left;
	height: 67px;
}

.noflash #nav li {
	width: auto;
}

.noflash.home #nav li ul{
	bottom:auto !important;
}

.noflash #nav li a, .noflash #nav li a:visited, .noflash #nav li a:active {
	border-bottom: 4px solid transparent;
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	color: #fff;
	padding: 25px 20px 16px;
	width: auto;
	text-indent: 0px;
	text-align: left;
	text-transform: lowercase;
}

.noflash #nav li a:hover, .noflash #nav li a:visited:hover {
	border-bottom: 4px solid #fff;
}

.noflash #nav_logo {
	width: 200px;
	float: left;
	height: 67px;
	display: block;
	background: url(/images/nav_logo.jpg) top left no-repeat;
}


#nav li li a {
	width: 145px !important;
	height: auto !important;
	text-indent: 0px !important;
	color: #fff !important;
	font-size: 11px !important;
	line-height:18px !important;
	text-align: center;
	padding: 6px 10px 7px !important;
	display:block !important;
	font-size:11px !important;
	font-weight: bold !important;
	border-bottom: 0px none !important;
	text-transform: none !important;
	/* text-align: right; */
}
#nav li:hover, #nav li.amhover {
	/*position: static; */
}
#nav li li a:hover{
	color:#ffffff;
	display:block;
	background: #2eaecc;
	text-shadow: 0px 1px 0px #095A78;
}
#nav li ul ul li a {
	border-left: 1px solid #23314F;
}

/*******************************************
** Search Styles
********************************************/
#searchForm {
	margin-bottom: 10px;
}

#searchForm #search_term {
	padding: 8px 10px;
	width: 465px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
	margin-right: 5px;
	float: left;
}


#searchForm #search_go {
	background: #ddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(250, 250, 250, 1)), to(rgba(230, 230, 230, 1)));
	background: -moz-linear-gradient(rgba(250, 250, 250, 1) 0%, rgba(230, 230, 230, 1) 100%);
	float: left;
	display: block;
	border: 1px solid #aaa;
	padding: 7px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #555 !important;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

#searchForm #search_go:hover {
	background: #eee;
	text-decoration: none;
	background: -webkit-gradient(linear, 0% 0%, % 100%, from(rgba(240, 240, 240, 1)), to(rgba(220, 220, 220, 1)));
	background: -moz-linear-gradient(rgba(240, 240, 240, 1) 0%, rgba(220, 220, 220, 1) 100%);
}

#pagination a {
	background: #697276;
	color: #fff;
	display: block;
	float: left;
	padding:3px 12px;
	margin-right: 5px;
	text-decoration: none;
}

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

#pagination #current {
	background: #2F3336;
	text-decoration: none;
}

#sitemap ul {
	margin-bottom: 0px;
}

.sharebtn{
	background: #ddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(250, 250, 250, 1)), to(rgba(230, 230, 230, 1)));
	background: -moz-linear-gradient(rgba(250, 250, 250, 1) 0%, rgba(230, 230, 230, 1) 100%);
	float: left;
	display: block;
	border: 1px solid #aaa;
	padding: 7px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #555 !important;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-right: 10px;	
	text-decoration:none !important;
}
.sharebtn:hover, .sharebtn:visited:hover {
	background: #eee;
	text-decoration: none;
	background: -webkit-gradient(linear, 0% 0%, % 100%, from(rgba(240, 240, 240, 1)), to(rgba(220, 220, 220, 1)));
	background: -moz-linear-gradient(rgba(240, 240, 240, 1) 0%, rgba(220, 220, 220, 1) 100%);
}
