@charset "utf-8";
/* CSS Document */

* {
	outline: 0px none;	
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #0E0E0E;
}

body.home #wrapper {
	background: #0E0E0E url(/images/home_body_grad.jpg) bottom left repeat-x;
}

h2 {
	color: #6AAB10;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin: 0px;
	margin-bottom: 4px;
	line-height: 25px;
	font-weight: normal;
}

h3 {
	color: #464646;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}

h4 {
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	marign: 0px;
	margin-bottom: 10px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
	margin-bottom: 15px;
}

h6 {
	color: #646464;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	text-transform: none;
}

p {
	line-height: 21px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.015em;
	color: #333333;
	margin: 0px;
	margin-bottom: 20px;
}

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

li {
	font-size: 13px;
	color: #888888;
	padding: 4px 0px;
}

blockquote, .indent {
	background: #B3B5B3;
	font-size: 11px !important;
	color: #000 !important;
	padding: 20px 23px !important;
	margin: 0px;
	margin-bottom: 30px;
}

ul.indent, ol.indent {
	padding-left: 45px !important;
	color: #000;
}

ul.indent li, ol.indent li {
	color: #333 !important;
}

td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table {
	border-collapse: collapse;
}

table caption {
	background: #46750A url(/images/green_grad.gif) top left repeat-x;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
}

.black, .black * { color: #000000 !important; }
.green, .green * { color: #6AAB10 !important; }
.grey, .grey * { color: #888888 !important;}
.white, .white * { color: #ffffff !important;}

.imgleft {
	float: left;
	padding: 3px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imgright {
	float: right;
	padding: 3px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	margin-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 49%;
}


.small {
	font-size: 10px;
	line-height: 14px;
}

.medium {
	font-size: 14px;
}

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

a:hover, a:visited:hover {
	color: #69c10a;
	text-decoration: none;
}

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

a img {
	border: 0px none;
}

/*******************************************
** HOME PAGE STYLES
********************************************/

#home_flash {
	text-align: center;
	width: 100%;
	background: #E1E3E0;
}

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

#footer_wrapper {
	padding-top: 85px;
}

#footer {
	width: 875px;
	margin: 0px auto;
	padding-left: 90px;
	padding-bottom: 100px;
}

.home #footer {
	margin-top: 85px;
}

.footer_box p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 15px;
}

#footer_box_1 {
	float: left;
	width: 170px;
}

#amlogo {
	margin-top:-8px;
	overflow: auto;
}

#footer_box_1 p {
	font-size: 9px;
}

#footer_box_2 {
	float: left;
	width: 132px;
}

#footer_box_3 {
	float: left;
	width: 93px;
}

#footer_box_4 {
	float: left;
	width: 270px;
	padding-bottom: 2px;
}

#footer_box_4 ul {
	margin: 0px;
	list-style-position: inside;
	color: #fff;
	margin-top: -12px;
}

#footer_box_4 li {
	float: left;
	width: 134px;
	padding-top:2px;
	color: #fff;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 30px;
	background: url(/images/footer_link_bg.jpg) bottom left no-repeat;
}

#footer_box_4 li a, #footer_box_4 li a:visited, #footer_box_4 li a:active {
	color: #fff;
	text-decoration: none;
	padding: 6px 3px;
}

#footer_box_4 li a:hover, #footer_box_4 li a:visited:hover {
	background: #ccc;
	color: #333;
}

#footer_box_5 {
	float: left;
	width: 210px;
}

#searchForm #search_term {
	background: url(/images/search_box_bg.gif) top left no-repeat;
	height: 21px;
	width: 147px;
	font-size: 14px;
	color: #464646;
	padding-left: 10px;
	border: 0px none;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 4px;
}

#searchForm #search_go {
	float: left;
	width: 51px;
	height: 36px;
	display: block;
	text-indent: -9999em;
	background: url(/images/go_btn.gif) top left no-repeat;
}



/*******************************************
** SUB PAGE STYLES
********************************************/
body.sub {
	background: #FEFEFE url(/images/sub_body_bg.jpg) top left repeat-x;
}

#sub_flash {
	text-align: center;
	width: 100%;	
}

.sub #footer_wrapper {
	background: #181818 url(/images/sub_footer_bg.jpg) top left repeat-x;
}

#container {
	width: 965px;
	min-height:265px;
	height: auto !important;
	height: 265px;
	margin: 0px auto;
}

#sub_content {
	padding-left: 258px;
	padding-top: 30px;
}

#sub_left {
	float: left;
	width: 500px;
	overflow: hidden;
}

.wide #sub_left {
	width: 704px;
}

#sub_right {
	float: right;
	width: 190px;
}

#text_sidebar {
	margin-top: 10px;
}

#thetop {
	background: #7E807E url(/images/nav_bg.gif) bottom left repeat-x;
	display: none;
}

#thetop_container {
	width: 965px;
	margin: 0px auto;
}

#thetop_container p {
	color: #fff;
}

#age {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#interest {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*******************************************
** Navigation Styles
********************************************/
#nav {
	font-size: 11px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 110px 0 0 259px;
	padding: 0px;
	position: absolute;
	z-index: 9999;
}

.sub #nav {
	#margin-left: -223px;
}

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

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

#nav li a{
	width: 0px;
	text-decoration: none;
	color: #818181;
	height: 30px;
	display: block;
	text-indent:-9999px;
	font-size: 0px;
	line-height: 0px;
}
#nav li ul{
	position: absolute;
	left: -999em;
	z-index: 9999;
	width: 142px;
	text-align: left;
	display: block;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	padding-bottom: 4px;
	background: #7E807E url(/images/nav_bg.gif) bottom left repeat-x;
}
#nav li li{
	margin: 0px; 
	font-size: 11px;
	float: left;
	line-height: 5px;
	display: block;
	width: 142px;
}

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

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

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

#nav li li ul {
	display: block;
	border-left: 1px solid #202120;
}

#nav li li li ul {
	display:block;
	border-left: 1px solid #202120;
}

#nav li li li li ul {
	display: block;
	border-left: 1px solid #202120;
}

#nav li li a{
	width: 115px;
	height: auto;
	text-indent: 0px;
	color: #cccccc;
	line-height: 18px;
	text-align: left;
	padding: 7px 10px 7px 17px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

#nav li li a:hover{
	color: #8FE415;
	display: block;
	background: #000;
}

#nav li#nav_im-new ul:hover,
#nav li#nav_im-new.sfhover ul,
#nav li#nav_im-new ul.amhover {
	top: 81px;
}

#nav li#nav_news--events ul:hover,
#nav li#nav_news--events.sfhover ul,
#nav li#nav_news--events ul.amhover {
	top: 132px;
}

#nav li#nav_resources ul:hover,
#nav li#nav_resources.sfhover ul,
#nav li#nav_resources ul.amhover {
	top: 199px;
}

.home #nav li#nav_im-new ul:hover,
.home #nav li#nav_im-new.sfhover ul,
.home #nav li#nav_im-new ul.amhover {
	top: 93px;
}

.home #nav li#nav_news--events ul:hover,
.home #nav li#nav_news--events.sfhover ul,
.home #nav li#nav_news--events ul.amhover {
	top: 162px;
}

.home #nav li#nav_resources ul:hover,
.home #nav li#nav_resources.sfhover ul,
.home #nav li#nav_resources ul.amhover {
	top: 250px;
}

/*******************************************
** Photo Gallery Styles
********************************************/
.photo {
	float: left;
	width: 460px;
	margin-bottom: 20px;
	padding: 20px;
	padding-left: 0px;
}

.photo .image_wrapper {
	border: 2px solid #ccc;
	margin: 5px 20px 4px 0px; /*top right bottom left*/
	width: 175px;
	float: left;
	display: inline;
	background: #444;
}

.photo .image {
	width: 175px;
	overflow: hidden;
	text-align: center;
}

.photo .title {
	float: left;
	width: 250px;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 2px solid #ccc;
}

.photo .title a {
	text-decoration: none;
}

.photo .info {
	float: left;
	width: 250px;
}

.photo .info p {
	margin-bottom: 20px;
	color: #555;
}


#listing_title {
	border-bottom: 1px solid #888;
	float:left;
	margin-bottom: 10px;
}

#listing_info h3 {
	margin-bottom: 10px;
	margin-top:9px;
	width:355px;
	float: left;
}

#listing_info {
	border-bottom: 1px solid #888;
	margin-bottom: 20px;
}

#listing_info p {
	margin-bottom: 15px;
	color: #000;
}

.backlink {
	float: right;
	width: 145px;
	line-height: 40px;
	text-align: right;
}

.photo_list {
	border: 0px none;
	width: 125px;
	float: left;
	display: inline;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.photo_list .image_wrapper {
	border: 2px solid #ccc;
	float: left;
	background: #444;
	display: inline;
	width: 110px;
	margin: 4px 5px 3px 5px; /*top right bottom left*/
}

.photo_list .image {
	width: 110px;
	overflow: hidden;
	text-align: center;
}


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

#churchMap {
	height: 300px;
}

#map_wrapper {
	padding: 0px;
	border: 2px solid #ccc;
	margin-bottom: 10px;
}


#directions_text {
	margin-bottom: 5px;
}

#directions_form input[type="text"] {
	border: 1px solid #ccc;
	padding: 5px;
	width: 200px;
	float: left;
}

#directions_form input[type="submit"] {
	border: 0px none;
	background: url(/images/dk_grey_grad.gif) bottom left repeat-x;
	padding: 5px 10px;
	color: #ffffff;
}




/*******************************************
** Form Builder Styles
********************************************/
.monkForm {
	width: 500px;
}

.monkForm fieldset {
	width: 500px;
}

.monkForm #newsletter {
	width: 500px;
	padding-bottom: 50px;
}

.monkForm p, #newsletter p {
	margin: 0px;
}

.monkForm .text, .monkForm .textarea, .monkForm .select, .monkForm .checkbox, .monkForm .radio, .monkForm .file, .monkForm .captcha,
#newsletter .text, #newsletter .textarea, #newsletter .select, #newsletter .checkbox, #newsletter .radio, #newsletter .captcha {
	padding: 10px;
	background: #E6E6E6;
	margin-bottom: 10px;
	float: left;
	width: 480px;
}

#formsubmit {
	float: left;
}

.monkForm label, #newsletter label {
	color: #555;
	font-size: 13px;
	font-weight: bold;
}

#newsletter label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

#newsletter input[type="text"] {
	float: left;
	border: 1px solid #aaa;
	width: 250px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

#newsletter_submit {
	border: 0px none;
	background: url(/images/blue_grad.gif) bottom left repeat-x;
	padding: 5px 15px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	margin-left: 150px;
}

.monkForm legend, #newsletter legend {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm fieldset, #newsletter fieldset {
	width: 500px;
}

/******* TEXT FIELD *******/
.monkForm .text .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .text .data input {
	float: left;
	border: 1px solid #aaa;
	width: 250px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .text .description {
	margin-left: 150px;
	width: 250px;
	color: #555;
	margin-bottom: 0px;
}

/******* TEXTAREA *******/
.monkForm .textarea .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
}

.monkForm .textarea .data textarea {
	float: left;
	border: 1px solid #aaa;
	width: 250px;
	padding: 5px;
	font-size: 11px;
	margin-bottom:10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .textarea .description {
	margin-left: 150px;
	display: inline;
	width: 330px;
	float: left;
	color: #555;
}

/******* SELECT *******/
.monkForm .select .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
}

.monkForm .select .data select {
	float: left;
	border: 1px solid #aaa;
	width: 262px;
	padding: 5px;
	font-size: 11px;
	margin-bottom:10px;
}

.monkForm .select .description {
	margin-left: 150px;
	width: 250px;
	color: #555;
}

/******* SECTION *******/
.monkForm .section {
	padding: 10px;
	padding-top: 0px;
}

/******* CHECKBOX *******/
.monkForm .checkbox .data {
	float: left;
	width: 350px;
	margin-left: 15px;
	display: inline;
}

.monkForm .checkbox fieldset {
	width: 480px;
}

.monkForm .checkbox .data label {
	float: left;
	display: block;
	width: 320px;
	line-height: 25px;
	font-weight: normal;
	font-size: 11px;
	#margin-top: 3px;
}

.monkForm .checkbox .data input {
	font-size: 11px;
	margin-bottom:10px;
	float: left;
	margin-top:6px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .checkbox .description {
	width: 250px;
	color: #555;
}

/******* RADIO BUTTON *******/
.monkForm .radio .data {
	float: left;
	width: 350px;
	margin-left: 15px;
	display: inline;
}

.monkForm .radio fieldset {
	width: 480px;
}

.monkForm .radio .data label {
	float: left;
	display: block;
	width: 320px;
	line-height: 25px;
	font-weight: normal;
	font-size: 11px;
}

.monkForm .radio .data input {
	font-size: 11px;
	margin-bottom:10px;
	float: left;
	margin-top:6px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .radio .description {
	width: 250px;
	color: #555;
}

/******* FILE UPLOAD *******/
.monkForm .file .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
}

.monkForm .file .data input {
	float: left;
	border: 1px solid #aaa;
	width: 250px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .file .description {
	margin-left: 150px;
	width: 250px;
	color: #555;
	margin-bottom: 0px;
}

/******* CAPTCHA *******/
.monkForm .captcha .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	height:50px;
}

.monkForm .captcha .data {
	float:left;
	width:455px;
}

.monkForm .captcha img.captcha {
	margin: 0px;
	padding: 1px;
	border: 1px solid #aaa;
	width: auto;
}

.monkForm .captcha .data input {
	float: left;
	border: 1px solid #aaa;
	width: 112px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	margin-left: 4px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .captcha .description {
	margin-left: 150px;
	width: 250px; 
	color: #555;
	margin-bottom: 0px;
}

/******* SUBMIT BUTTON *******/
#formsubmit input {
	border: 0px none;
	background: url(/images/dk_grey_grad.gif) bottom left repeat-x;
	padding: 5px 15px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
}

.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 {
	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;
}

.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;
}




/*******************************************
** Search Styles
********************************************/
.search_results h5 {
	border-bottom: 1px solid #444;
}

.search_results p {
	margin-bottom: 20px;
}

#pagination a {
	background: url(/images/green_grad.gif) 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;
}






/*******************************************
** Calendar Styles
********************************************/
.calendarPage #sub_content {
	padding-left: 88px;
}

#calendar_ajax {
	padding-bottom: 50px;
}

.calendar {
	width: 875px;
	border-collapse: collapse;
}

.calendar td {
	vertical-align: top;
	width: 125px;
	height: 125px;
	padding: 5px;
	color: #444;
	border: 1px solid #e5e5e5;
	background: #fff url(/images/calendar_top.gif) top left repeat-x;
}

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

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

.calendar caption {
	background: #6AAB11;
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin-left:-1px;
	padding:4px 20px;
	width: 835px;
	
}

.calendar th {
	background: none;
	color: #333;
	line-height: 40px;
	border: 1px transparent;
}

.calendar td.linked-day ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 13px;
}

.calendar td.linked-day a, .calendar td.linked-day a:visited, .calendar td.linked-day a:active {
	color: #333;
	text-decoration: none;
}

.calendar td.linked-day a:hover, .calendar td.linked-day a:visited:hover {
	text-decoration: underline;
	color: #333;
}

.calendar td.linked-day ul a, .calendar td.linked-day ul a:visited, .calendar td.linked-day ul a:active {
	color: #519508;
	text-decoration: none;
}

.calendar td.linked-day ul a:hover, .calendar td.linked-day ul a:visited:hover {
	text-decoration: underline;
	color: #69c10a;
}

.calendar td.linked-day ul li {
	background: none;
	padding: 0px 0px 7px 0px;
}

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

#calendar_sort p {
	margin:0;
}

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

#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.jpg) no-repeat scroll left top;
	display:block;
	height:21px;
	padding-left:10px;
	text-decoration:none;
	text-transform:capitalize;
	width:180px;
	padding-top:5px;
	font-weight: normal;
	color: #333;
}

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

#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:-1px;
	-margin-top: -1px;
	padding:0;
	position:absolute;
	width:189px;
	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;
	height: 25px;
	width:155px;
	z-index:999;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-top:0px;
}

#quicklinks li li a:hover {
	background: #40650A url(/images/green_grad.gif) top left repeat-x;
	color: #fff;
}

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

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

#event_sub_title {
	/*background: #5375AD url(/images/blue_grad.gif) bottom left repeat-x;*/
	background: none;
	text-align: left;
	font-size: 22px;
	color: #444;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding: 9px 20px 9px 10px;
}

.event_date {
	color: #6AAB11;
	background: url(/images/semi-trans.png) top left;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 40px;
	padding: 0px 20px 0px 10px;
	font-size: 14px;
	font-weight: normal;
}

.reg_link a, .reg_link a:visited, .reg_link a:active {
	background: url(/images/register_btn.gif) top left no-repeat;
	width: 198px;
	height: 32px;
	display: block;
	text-indent: -9999em;
}

.reg_link a:hover, .reg_link a:visited:hover {
	background-position: bottom;
}

/********************************************
** Sermon Styles
********************************************/
.grouping_title h2 {
	background: #DDE5D2;
	font-size: 18px;
	color: #444;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 30px;
	padding: 5px 20px;
	margin: 0px;
	text-transform: uppercase;
}

.sermon_box {
	margin-bottom: 5px;
	padding: 0px 20px 10px;
	line-height: 20px;
	background: url(/images/sermon_box_bg.png) top left repeat;
	zoom: 1;
}

.sermon_box h3 {
	letter-spacing: 0.05em;
	text-transform: none;
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 25px;
	float: left;
	width: 347px;
}

.sermon_image {
	float: left;
	margin-right: 10px;
	margin-top:  5px;
	border: 1px solid #ccc;
}

.sermon_box_inner {
	float: left;
	width:664px;
}

.sermon_title {
	font-weight: bold;
	border-bottom: 2px solid #777;
	float: left;
	width: 664px;
}

.sermon_title .title_date {
	float: left;
	display: block;
}

.sermon_title .title_link {
	float: left;
	display: block;
	margin-left: 4px;
	width: 240px;
	text-transform: uppercase;	
}

.sermon_date {
	width: 30%;
	text-align: right;
	float: left;
	font-size: 22px;
}

#podcast_link {
	width: 219px;
	float: left;
}

#podcast_link h2 {
	font-size: 24px;	
}

#sermon_ajax {
	margin-top: 10px;
}

.sermonajax .content {
	background: #DDE5D2;
	border-bottom: 2px solid #555;
	padding: 10px;
	margin-bottom: 10px;
}

#sermons_rule {
	background: url(/images/small_green_grad.jpg) top left repeat-x;
	height: 8px;
	margin-top:5px;
	width:575px;
}

#sermons_header {
	background: #6AAB11;
	text-align: left;
	color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding:4px 20px;
}

#sermons_header h2 {
	color: #fff;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:30px;
	margin: 0px;
}

/********* SERMON ICONS ***********/
.sermon_media {
	display: block;
	width: 307px;
	float: right;
	font-weight:normal;
	margin-top: -25px;
	padding-bottom: 0px;
	height: 25px;
}

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

.sermon_media ul li {
	padding: 0px;
	margin: 0px;
	float: right;
	-display: inline;
}

.icon, .icon:visited, .icon:active {
	background:#DDE5D2 none repeat scroll 0 0;	
	display: block;
	-display: inline;
	padding: 2px 10px;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	border: 1px solid #DDE5D2;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom: 0px none;
}

.icon:hover, .icon:visited:hover {
	/*background-position: right top;
}

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

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

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

.icon_notes {
	background: url(/images/icon_notes.jpg) top left no-repeat;*/
}

#loader_gif {
	float: left;
	position: absolute;
	margin-top: -31px;
	margin-left: 342px;
	width: 35px;
	height: 24px;
}

#loader_gif #loader {
	display: none;
}

#sermon_sort {
	margin-top: -31px;
	position:absolute;
	margin-left: 371px;
}

.sort_dd p {
	float: left;
	line-height: 25px;
	padding-right: 6px;
	margin-bottom:0px;
	color: #DCEBCE;
	font-size: 12px;
	text-transform: uppercase;
}

.sermon_summary {
	float: left;
	width: 280px;
	padding-right: 20px;
	margin-top: 5px;
}

.sermon_info {
	margin-bottom: 15px;
	float: left;
	margin-top: 5px;
	width: 192px;
}

.sermon_sub_ajax {
	display: none;
}

.sermon_slide_down {
	padding-top: 30px;
}

.am_notes {
}

.am_notes label {
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	color: #519508;
	letter-spacing: 0.05em;
}

.am_notes input[name="title"] {
	padding: 5px 7px;
	border: 1px solid #888;
	background: #fff;
	width: 628px;
	margin-bottom: 5px;
	color: #333;
}

.am_notes textarea {
	padding: 5px 7px;
	border: 1px solid #888;
	background: #fff;
	width: 628px;
	color: #333;
	height: 75px;
	margin-bottom: 10px;
}

.am_notes .btn_print {
	border: 0px none;
	background: url(/images/green_grad.gif) bottom left repeat-x;
	padding: 5px 15px;
	color: #fff;
	float: left;
	font-weight: bold;
}

.sermon_close_btn {
	float: right;
	margin-top: 3px;
}


/********************************************
** No Flash Styles
********************************************/
#noflash, #noscript {
	font-size: 12px;
	line-height: normal;
	text-align: left;
	width: 980px;
	margin: 0px auto;
}

.home #noflash, .home #noscript, .sub #noflash, .sub #noscript {
	width: 965px;
}

#campus_list a:hover {
	color: #fff;
}

#campus_list {
	background: #3A537B url(/images/blue_grad.gif) top left;
	line-height: 40px;
	padding-right: 10px;
	color: #fff;
	text-align: left;
}

#church_name {
	color:#4F7D0C;
	font-size:21px;
	font-weight:normal;
	margin-top:28px;
	position:absolute;
}

.home #church_name, .sub #church_name {
	margin-left: 630px;
}

#campus_list p {
	color: #fff;
	padding-top: 9px;
	padding-left: 10px;
}

#campus_list a {
	color: #ccc;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
	display: block;
}

#explanation p {
	margin-bottom: 0px;
}

#logo {
	position: absolute;
	top: 30px;
}

.landing #first_image {
	margin-top: 56px;
}

#noscript_nav_container {
	background: #40650A url(/images/green_grad.gif) top left;
	line-height: 32px;
	color: #fff;
	margin-top: 150px;
	float: left;
	width: 965px;
}

#noscript_nav_container p {
	color: #fff;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 4px;
}

#noscript_nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#noscript_nav a {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

#noscript_nav a:hover {
	color: #8FE415;
	background: #000;
}

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

#noscript_nav li ul {
	display: none;
}

#no_flash_middle_container {
	width: 736px;
	margin: 0px auto;
	margin-top: 6px;
}

.home #first_image {
	width: 508px;
	height: 396px;
	float: left;
	overflow: hidden;
}

.sub #first_image {
	float: left;
	overflow: hidden;
}

#sub_page_noflash_container {
	float: right;
	overflow: hidden;
	width: 704px;
}

#noflash_buckets {
	float: left;
	width: 228px;
	overflow: hidden;
}

#noflash_buckets a {
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
}

#noflash_buckets img {
}

.home #explanation, .sub #explanation {
	padding: 20px;
	background: #222;
	margin-bottom: 10px;
}


.home #explanation a:hover, .sub #explanation a:hover {
	color: #fff;
}

.home #explanation p, .sub #explanation p {
	color: #fff;
}

#page_title {
	position: absolute;
	padding-left:30px;
	margin-top:150px;
	font-size: 32px;
	color: #18aad1;
	background: #000;
	padding-right: 50px;
	padding-bottom: 4px;
}

/* okay - now we're fixing things... */
#nav_container {
	width: 965px;
	margin: 0px auto;
}