@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: #F1E5C5;
}

h2 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 0px;
	margin-bottom: 5px;
	line-height: 25px;
	font-weight: normal;
}

h3 {
	color: #fff;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

h4 {
	color: #bf9c00;
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 5px;
}

h5 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 5px;
	font-weight:normal;
}

h6 {
	color: #ffffff;
	font-size: 26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: none;
}

p {
	line-height: 21px;
	font-family: Verdana, Arial, Tahoma "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #fffdf6;
	margin: 0px;
	margin-bottom: 25px;
}

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

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

blockquote, .indent {
	background: #D4D5D6;
	font-size: 11px !important;
	color: #4066a6 !important;
	padding: 20px 15px !important;
	margin: 0px;
	margin-bottom: 30px;
	font-weight: bold;
}

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

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

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

table {
	border-collapse: collapse;
}

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

.lt_blue, .lt_blue * { color: #00CCDF !important; }
.dk_blue, .dk_blue * { color: #023f4a !important; }
.dk_green, .dk_green * { color: #006666 !important; }
.lt_green, .lt_green * { color: #A2BBA6 !important;}
.brown, .brown * { color: #5d4500 !important;}
.yellow, .yellow * { color: #bf9c00 !important;}

.medium_heading, .medium_heading * {
	font-size: 16px !important;
}

.no_margin {
	margin: 0px;
}

.imgleft {
	float: left;
	padding: 5px;
	background: #107685;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imgright {
	float: right;
	padding: 5px;
	background: #107685;
	margin-bottom: 10px;
	margin-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 49%;
}


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

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

a:hover, a:visited:hover {
	color: #96ffff;
	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;
}


.lt_blue_btn, .lt_blue_btn:visited, .lt_blue_btn:active {
	background: #006E79 url(/images/lt_blue_btn_bg.jpg) top left repeat-x;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:6px 10px 7px;
	margin-bottom: 3px;
}

.lt_blue_btn:hover, .lt_blue_btn:visited:hover {
	background: #00A2AA;
	color: #fff;
}

.yellow_btn, .yellow_btn:visited, .yellow_btn:active {
	background: #AE9206 url(/images/yellow_btn_bg.jpg) top left repeat-x;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:6px 10px 7px;
	margin-bottom: 3px;
}

.yellow_btn:hover, .yellow_btn:visited:hover {
	background: #CFBD13;
	color: #fff;
}







.landing #wrapper, .home #wrapper {
	width: 100%;
	min-height: 820px;
	height: auto !important;
	height: 820px;
}

.sub #wrapper {
	width: 100%;
}


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

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

#home_flash {
	min-height: 700px;
}

#sub_flash {
	min-height: 490px;
}

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

#amlogo {
	float: right;
	overflow: auto;
	height: 46px;
	width: 43px;
	margin-top:-43px;
	position: relative;
	z-index: 9999;
}

/*******************************************
** Home Page Styles
********************************************/
#blue_wrapper {
	background: #036A74 url(/images/blue_wrapper_bg.jpg) left bottom repeat-x;
	color: #fff;
}

#blue_wrapper_container {
	background: url(/images/blue_wrapper_container_bg.jpg) 50% bottom no-repeat;
}

.sub #blue_wrapper {
	background: #022B38 url(/images/sub_page_wrapper_bg_rpt.jpg) left 373px repeat-x; 
}

.sub #blue_wrapper_container {
	background: url(/images/sub_page_wrapper_bg.jpg) 50% 373px no-repeat;
}

#wood_wrapper {
}

.sub #wood_wrapper {
	baceeekground: url(/images/sub_wood_wrapper_bg2.jpg) top left repeat-x;
}

#wood_wrapper_container {
	background: url(/images/wood_wrapper_container_bg2.jpg) 50% top repeat-x;
}

.sub #wood_wrapper_container {
	background: url(/images/sub_wood_wrapper_container_bg3.jpg) 50% top repeat-x;
}

#header_wrapper_container {
	background: url(/images/header_wrapper_container_bg.jpg) 50% top no-repeat;
}

#header_wrapper {
	background: url(/images/header_wrapper_bg.jpg) top left repeat-x;
}

#footer_wrapper {
	background: #F1E5C5 url(/images/footer_wrapper_bg.jpg) left top repeat-x;
}

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

#footer_wrapper_container {
	background: url(/images/footer_wrapper_container_bg.jpg) 50% top no-repeat;
	min-height: 324px;
	height: auto !important;
	height: 324px;
}

.sub #footer_wrapper_container {
	background: url(/images/sub_footer_wrapper_container_bg.jpg) 50% top no-repeat;
	min-height: 324px;
	height: auto !important;
	height: 324px;
}


#footer {
	width: 950px;
	margin: 0px auto;
}

#footer p {
	color: #006666;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
	margin-bottom: 10px;
}

#footer_left {
	width: 255px;
	float: left;
	margin-top: 80px;
	padding-left: 35px;
	padding-right: 35px;
}

#footer_left h3 {
	margin-bottom: 2px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

#footer_left .imgleft {
	background: #ACBEAA;
}

#footer_middle {
	padding-left:46px;
	width:250px;
	float: left;
	margin-top: 80px;
}

span.sifr_text {
	display: block;
}

#footer_right {
	width: 240px;
	float: left;
	padding-left: 50px;
	margin-top: 80px;
}

#footer_right p {
	margin-bottom: 20px;
}

#footer_bottom {
	border-top: 2px solid #BFC8B0;
	border-bottom: 2px solid #BFC8B0;
	margin-bottom: 50px;
	background: #F2E5C5;
}

#footer_bottom p {
	margin: 0px;
	margin-right: 20px;
	float: left;
}

#footer_bottom .logo {
	margin-right: 40px;
}

#footer_bottom .para1 {
	margin-right: 28px;
	margin-top: 32px;
}

#footer_bottom .para2 {
	margin-top: 32px;
	margin-right: 40px;
}

#footer_bottom .para3 {
	margin-top: 37px;
	margin-right: 40px;
}

#footer_bottom .para4 {
	text-align: right;
	width: 120px;
	margin-top: 25px;
}


/*******************************************
** Sub Page Styles
********************************************/
#page_wrapper {
	background: url(/images/sub_page_inner_container_bg_rpt.jpg) left bottom repeat-x;
}

#page_container {
	background: url(/images/sub_page_inner_container_bg.jpg) 50% bottom no-repeat;
	min-height: 980px;
}

#content_wrapper {
	width: 950px;
	margin: 0px auto;
}

#sub_left {
	float: left;
	margin-left: 11px;
	padding-bottom: 100px;
	margin-right: 0px;
	padding-left:30px;
	width:560px;
	padding-top:24px;
	display: inline;
	overflow:hidden;
}

#sub_right {
	width: 288px;
	float: right;
	padding-top: 24px;
	margin-right: 20px;
	display: inline;
	padding-bottom: 100px;
}

#sub_monster_sidebar_wrapper {
	width: 288px;
	background: url(/images/sidebar_rpt.jpg) top left repeat-y;
}

#sub_monster_sidebar_shadow {
	height: 30px;
	width: 288px;
	background: url(/images/sidebar_shadow.png) top left no-repeat;
	margin-bottom: 5px;
}

.ie6 #sub_monster_sidebar_shadow {
	behavior: url('http://www.sapres.org/iepngfix.php');
}

.monster_sidebar_box {
	min-height: 40px;
	height: auto !important;
	height: 40px;
	padding: 25px 20px 10px;
	width: 248px;
	background: url(/images/sidebar_seperator.png) bottom left no-repeat;
}

.ie6 .monster_sidebar_box {
	behavior: url('http://www.sapres.org/iepngfix.php');	
}

.monster_sidebar_box p {
	color: #958E79;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

.lt_green_btn, .lt_green_btn:visited, .lt_green_btn:active {
	background: #A5C1A8;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	padding: 3px 7px 4px;
}

.lt_green_btn:hover, .lt_green_btn:visited:hover {
	background: #809683;
	color: #fff;
}

.monster_sidebar_box.last {
	background: none;
}

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

#sub_monster_sidebar_inner_container {
	background: url(/images/sidebar_bottom.jpg) bottom left no-repeat;
}

#sub_monster_sidebar_content {
	min-height: 475px;
	height: auto !important;
	height: 475px;
}

#sub_wide {
	width: 850px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
}

#sub_right #search_term {
	padding-left:15px;
	width:196px;
}

#sub_right #image_sidebar {
	margin-bottom: 20px;
}

#sub_right #image_sidebar img {
	margin-top: 7px;
	margin-bottom: 7px;
}

#sub_right #image_sidebar p {
	margin: 0px;
}

/*******************************************
** Navigation Styles
********************************************/
#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: 198px 0 0 0px;
	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;
}
#nav li ul{
	position: absolute;
	left: -999em;
	z-index: 9999;
	width: 140px;
	text-align:left;
	display:block;
	padding-left: 0px;
	margin-left: -80px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	background: #02303D url(/images/nav_bg.jpg) top left repeat-x;
}
#nav li li{
	margin:0px; 
	font-size: 9px;
	float:left;
	line-height: 5px;
	display:block;
	width: 140px;
}

#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.sfhover ul ul,
#nav li.sfhover ul 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{
	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; */
}

#nav li li a{
	width: 145px;
	height: auto;
	text-indent: 0px;
	color: #fff;
	line-height:18px;
	text-align: center;
	padding: 10px;
	display:block;
	font-size:13px;
	border-bottom: 1px solid #012B37;
	/* text-align: right; */
}
#nav li:hover, #nav li.hover {
	/*position: static; */
}
#nav li li a:hover{
	color:#ffffff;
	display:block;
	background: #28210E;
}
#nav li ul ul li a {
	border-left: 1px solid #23314F;
}


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

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

.photo .image {
	width: 175px;
	overflow: hidden;
}

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

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

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

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


#listing_title {
	border-bottom: 2px solid #71A6AC;
	float:left;
	margin-bottom: 10px;
}

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

#listing_info {
	border-bottom: 2px solid #71A6AC;
	margin-bottom: 20px;
}

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

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

.photo_list {
	border: 0px none;
	width: 140px;
	float: left;
	display: inline;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.photo_list .image_wrapper {
	border: 5px solid #116676;
	float: left;
	background: #116676;
	display: inline;
	width: 110px;
	border-bottom: 3px solid #116676;
	margin: 0px 10px 0px 10px; /*top right bottom left*/
	-margin: 0px 8px 0px 8px;
}

.photo_list .image {
	width: 110px;
	overflow: hidden;
}

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

#churchMap {
	height: 300px;
}

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


#directions_text {
	margin-bottom: 5px;
}

#directions_form input#saddr {
	border: 1px solid #ccc;
	padding: 5px;
	#padding: 6px 5px 5px 5px;
	width: 200px;
	float: left;
}

#directions_form input#btn_submit {
	border: 0px none;
	background: url(/images/lt_blue_btn_bg.jpg) top left repeat-x;
	padding: 5px 10px;
	color: #ffffff;
}




/*******************************************
** Form Builder Styles
********************************************/

.monkForm #newsletter {
	width: 560px;
	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: #03616D;
	border: 1px solid #045360;
	margin-bottom: 10px;
	float: left;
	width: 538px;
}

#formsubmit {
	float: left;
}

.monkForm label, #newsletter label {
	color: #fff;
	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 {
	float: left;
	border: 1px solid #aaa;
	width: 350px;
	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: #fff;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	text-transform: none;

}

.monkForm fieldset, #newsletter fieldset {
	width: 100%
}

/******* 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: 350px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .text .description {
	margin-left: 150px;
	width: 350px;
	color: #ccc;
	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: 350px;
	padding: 5px;
	font-size: 11px;
	margin-bottom:10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .textarea .description {
	margin-left: 150px;
	width: 350px;
	color: #ccc;
}

/******* 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: 362px;
	padding: 5px;
	font-size: 11px;
	margin-bottom:10px;
}

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

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

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

.monkForm .checkbox legend {
	font-size: 11px;
}

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

.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: 350px;
	color: #ccc;
}

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

.monkForm .radio legend {
	font-size: 11px;
}

.monkForm .radio .data label {
	float: left;
	display: block;
	width: 150px;
	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: 350px;
	color: #ccc;
}

/******* 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: 350px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .file .description {
	margin-left: 150px;
	width: 350px;
	color: #ccc;
	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:538px;
}

.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: 350px; 
	color: #ccc;
	margin-bottom: 0px;
}

/******* SUBMIT BUTTON *******/
#formsubmit input[type="submit"] {
	border: 0px none;
	background: url(/images/lt_blue_btn_bg.jpg) 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/lt_blue_btn_bg.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;
}






/*******************************************
** Quicklinks Styles
********************************************/
#calendar_sort {
	float:left;
	margin:10px 0 0 695px;
	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:-2px;
	-margin-top: -7px;
	padding:0;
	position:absolute;
	width:189px;
	z-index:888;
	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:888;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-top:0px;
}

#quicklinks li li a:hover {
	background: #1A2438 url(/images/blue_grad.gif) bottom left repeat-x;
	color: #fff;
}

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

/********************************************
** Sermon Styles
********************************************/
#ajaxbody {
	color: #ffffff;
	background: url(/images/sermon_ajax_bg.png) top left repeat;
}

.ie6 #ajaxbody {
	behavior: url('http://www.sapres.org/iepngfix.php');
	background: #05181F;
}


.grouping_title h2 {
	background: transparent url(/images/header_wrapper_container_bg.jpg) no-repeat bottom left;
	font-size: 18px;
	color: #444;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 30px;
	padding: 5px 20px;
	margin: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.sermon_box {
	margin-bottom: 5px;
	padding: 0px 20px 30px;
	line-height: 20px;
	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: 0px;
	float: left;
	width: 400px;
}

.sermon_image {
	float: left;
	margin-right: 10px;
	margin-top:  5px;
}

.sermon_box_inner {
	float: left;
	width:810px;
	margin-top:8px;
	margin-bottom:15px;
}

.sermon_title {
	font-weight: bold;
	border-bottom: 2px solid #02506A;
	float: left;
	width: 810px;
}

.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: #021012;
	border-bottom: 2px solid #02506A;
	padding: 10px 22px;
	margin-bottom: 10px;
}

#sermons_rule {
	background: transparent;
	height: 8px;
	margin-top:5px;
	width:575px;
}

#sermons_header {
	text-align: left;
	color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding: 10px 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: 315px;
	float: right;
	font-weight:normal;
	padding-top:0px;
	padding-bottom: 0px;
	height: 25px;
	margin-top:-27px;
	position: relative;
	z-index: 400;
}

.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:#004053 none repeat scroll 0 0;	
	display: block;
	-display: inline;
	padding: 2px 10px;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	border: 1px solid #004053;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom: 0px none;
}

.icon:hover, .icon:visited:hover {
	background: #02506A;
	color: #fff;
}
/*
.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: -37px;
	margin-left: 492px;
	#margin-left: 480px;
	width: 35px;
	height: 24px;
}

#loader_gif #loader {
	display: none;
}

#sermon_sort {
	margin-top: -37px;
	position:absolute;
	z-index: 888;
	margin-left: 521px;
	#margin-left: 509px;
}

.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: 425px;
	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: #008A94;
	letter-spacing: 0.05em;
}

.am_notes #notes_title {
	padding: 10px 7px;
	background:#3A4446;
	border:1px solid #A7ACAC;
	width: 752px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
}

.am_notes textarea {
	padding: 5px 7px;
	background: #fff;
	width: 752px;
	color: #fff;
	height: 100px;
	margin-bottom: 10px;
	background:#3A4446;
	font-size: 14px;
	border: 1px solid #A7ACAC;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

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

.sermon_close_btn {
	float: right;
	margin-top: 3px;
	margin-bottom:3px;
	text-decoration: none !important;
}

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

.audio_text {
	color: #A7ACAC;
	font-size:10px;
	letter-spacing:1px;
	text-transform: uppercase;
}

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

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

#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:#00A2B1;
	font-size:19px;
	font-weight:normal;
	margin-top:28px;
	position:absolute;
}

#church_name strong {
	color: #455660;
}

#church_description {
	color: #333333;
	margin-left: 440px;
	margin-top: 56px;
	position: absolute;
	width: 480px;
}

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

#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 {
	line-height: 32px;
	color: #fff;
	margin: 0px;
	zoom: 1;
	margin-top: 160px;
	font-size: 16px !important;
}

#noscript_nav_container p {
	color: #fff;
	padding-top: 9px;
	padding-left: 20px;
	font-size: 17px !important;
	font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}

#noscript_nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif
}

#noscript_nav a {
	color: #fff;
	padding-left: 17px;
	padding-right: 17px;
	text-decoration: none;
	border-top: 4px solid transparent;
	padding-top: 8px;
}

#noscript_nav a:hover {
	color: #E7D12E;
	border-top: 4px solid #B48300;
}

#noscript_nav li {
	float: left;
	font-size: 17px !important;
}

#noscript_nav li ul {
	display: none;
}

.home #first_image {
	width: 950px;
	height: 360px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.sub #first_image {
	float: left;
	overflow: hidden;
	width: 950px;
	text-align: center;
}

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

#noflash_buckets img {
	margin-bottom: 1px;
}

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


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

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

#page_title {
	position: absolute;
	margin-left:30px;
	margin-top:96px;
	font-size: 36px;
	color: #fff;
}

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

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

#noflashboxes {
	margin-left: 10px;
}

.noflashbox {
	float: left;
	width: 290px;
	margin-left:10px;
	margin-right:10px;
	background: #FFF6DC;
	color: #333;
}

.noflashbox .title {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 60px;
	padding-left: 10px;
	background: #012F3C;
}

#noflashbox1 .title {
	background: #767600;
}

#noflashbox2 .title {
	background: #004343;
}

#noflashbox3 .title {
	background: #A16900;
}

.noflashbox .desc {
	padding: 10px;
	height: 120px;
}

.noflashbox .desc p {
	color: #333;
	margin-bottom: 15px;
}

.sifrize_cl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #006666;
	margin-bottom: 5px;
}

#home_quicklinks ul {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	color: #003E4A;
}

#home_quicklinks li {
	color: #003E4A;
}

#home_quicklinks a, #home_quicklinks a:visited, #home_quicklinks a:active {
	color: #003E4A;
}

#home_quicklinks a:hover, #home_quicklinks a:visited:hover {
	color: #036570;
}

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

/*... or adding things */
#podcasts {
	float: right;
	width: 440px;	
}

#podcast1 {
	display: block;
	float: left;
	margin-right: 20px;
	width: 200px;
	height: 60px;
	text-indent: -999em;
	background: url(/images/podcast1_btn.png) top left no-repeat;
}

#podcast2 {
	display: block;
	width: 218px;
	float: left;
	height: 60px;
	text-indent: -999em;
	background: url(/images/podcast2_btn.png) top left no-repeat;
}