* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	height: 100%;
	width: 100%;
}
a {
	text-decoration: none;
	color: #0E6B7A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus { 
	outline:none
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear:both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.divider {
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8AAF41;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 3px;
	border: 1px solid #BFBFBF;
	clear: right;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 3px;
	border: 1px solid #BFBFBF;
	clear: left;
}
p.align-right {
	text-align: right;
}
#container {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 68px;
	position: relative;
	margin-top: 31px;
	z-index: 10;
}
#header a.logo {
	display: block;
	position: absolute;
	background-image: url(../images/logo.gif);
	height: 56px;
	width: 169px;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}
#header a.logo span {
	position: absolute;
	left: -9999px;
}
#navwrap {
	position: absolute;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	right: 5px;
	width: 709px;
	height: 31px;
	top: 21px;
}
ul#nav {
	position: absolute;
	left: 5px;
	top: 0px;
	display: block;
	list-style-type: none;
	line-height: 1em;
	font-size: 0.9em;
}
ul#nav li {
	display: block;
	float: left;
	position: relative;
}
ul#nav li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	height: 22px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 9px;
}
ul#nav li a:hover {
}
ul#nav li:hover ul, ul#nav li.sfhover ul  {
	display: block;
}
ul#nav li.wdd:hover {
	background-image: url(../images/nav_wdd_right_over.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
}
ul#nav li.wdd:hover a {
	background-image: url(../images/nav_wdd_left_over.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	color: #0E6B7A;
}
ul#nav li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 155px;
	font-size: 0.95em;
	z-index: 100;
	list-style-type: none;
	background-image: url(../images/nav_dd_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
#navwrap ul#nav li ul li {
	background-image:none;
}
#navwrap ul#nav li ul a {
	width: 129px;
	color: #0E6B7A;
	height: 18px;
	background-image:url(../images/nav_dd_bg.gif);
	background-repeat: repeat-y;
}
#navwrap ul#nav li ul a:hover {
	color: #86B5BC;
}
#search {
	position: absolute;
	right: 11px;
	top: 5px;
	width: 183px;
}

#search input.hidden {
	display: none;
}
#search input.text {
	line-height: 1em;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 9px;
	border: 1px solid #000000;
	display: block;
	height: 15px;
	width: 123px;
	padding-top: 3px;
	padding-left: 3px;
	color: #666666;
}
#search input.btn {
	height: 18px;
	width: 52px;
	position: absolute;
	right: 0px;
	top: 1px;
}
#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	z-index: 1;
}
#homebanner {
	background-image: url(../images/banner_bg.gif);
	background-repeat: no-repeat;
	height: 314px;
}
#rotate {
	height: 303px;
	width: 688px;
	overflow: hidden;
	float: left;
	padding-top: 11px;
	padding-left: 10px;
}
.cf_element {
	height: 303px;
	width: 688px;
}
.cf_element a {
	display: block;
	height: 303px;
	width: 688px;
}
/*
#cf1 {
	height: 303px;
	background: url(../images/homebanner_grow.jpg);
}
*/

#quicklinks {
	float: left;
	margin-top: 11px;
	margin-right: 10px;
	width: 206px;
}
#quicklinks h3 {
	background-image: url(../images/quicklinks.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 206px;
	background-position: right top;
}
#quicklinks h3 span {
	position: absolute;
	left: -9999px;
}
#quicklinks ul {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFBFBF;
	display: block;
	padding-top: 4px;
	margin-left: 4px;
}
#quicklinks ul li {
	display: inline;
	list-style-type: none;
}
#quicklinks ul li a {
	display: block;
	height: 40px;
	margin-top: 4px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 30px;
	background-repeat: repeat-x;
	line-height: 1em;
	padding-top: 22px;
	background-image: url(../images/quicklinks_bg.gif);
}
#quicklinks a:hover {
	background-image: url(../images/quicklinks_bg_over.gif);
}
#quicklinks a.brown {
	color: #3F382B;
	margin-top: 0px;
}
#quicklinks a.teal {
	color: #0E6B7A;
}
#quicklinks a.green {
	color: #81AA33;
}
#quicklinks a.orange {
	color: #C16C33;
}
#quicklinks ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	padding-bottom: 1px;
}
#quicklinks ul a.service_times {
	margin-top: 0px;
}
#left {
	float: left;
	width: 696px;
}
#contenttop {
	background-image: url(../images/content_top_left.gif);
	background-repeat: no-repeat;
	height: 246px;
	position: relative;
}
#contenttop.nophoto {
	height: 13px;
}
#pagephoto {
	height: 235px;
	width: 682px;
	position: absolute;
	left: 10px;
	top: 11px;
}
#main {
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 40px;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 25px;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-left: 25px;
}
#main a {
	color: #0E6B7A;
	text-decoration: none;
}
#main p {
	margin-bottom: 1em;
}
#main h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 1em;
	display: block;
	color: #0E6B7A;
}
#main h3 {
	font-weight: normal;
	color: #C16C33;
	font-size: 1.5em;
	margin-bottom: 0.8em;
}
#main h4 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
	color: #0E6B7A;
	font-weight: normal;
}
#main ul {
	list-style-position: outside;
	margin-left: 40px;
	margin-bottom: 1em;
}
#main ol {
	list-style-position: outside;
	margin-left: 40px;
}
ol.loweralpha {
	list-style-type: lower-alpha;
}
fieldset {
	padding: 20px;
	margin-bottom: 1em;
}
legend {
	font-weight: bold;
	padding: 4px;
	color: #333333;
}
a.linktomore {
	color: #81AA33;
	display: block;
	float: left;
	padding-right: 15px;
	background-image: url(../images/arrow_circ.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 1em;
	margin-top: 1em;
}
#main.home {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main.home h2 {
	font-size: 1.3em;
}
#main.home #col1 {
	float: left;
	width: 400px;
	margin-right: 20px;
}
#main.home #col2 {
	float: left;
	width: 175px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BFBFBF;
}
#main.home #col3 {
	float: left;
	width: 262px;
}
#main.home #col4 {
	float: left;
	width: 190px;
}
#blog {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}
#blog h2 {
	color: #0E6B7A;
}
#blog .preview {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
}
#recentposts h3 {
	font-weight: normal;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	margin-top: 0.8em;
}
#recentposts a.morelink {
	margin-top: 0.5em;
	display: block;
}
#news_updates {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#news_updates h2 {
	color: #C16C33;
}
#news_updates .linktomore {
	margin-top: 0px;
}
#truth_matters {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 55px;
	padding-left: 10px;
}
#truth_matters h2 {
	color: #81AA33;
}

#other_box {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
}
#other_box h2 {
	color: #C16C33;
}


#FLVPlayer {
	z-index: 1;
}

#who_is_jesus {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0px 10px 10px;
}

#cal_preview {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 20px 60px;
}
#cal_preview h2 {
	color: #81AA33;
}
#agenda ul {
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 0em;
}
#agenda li {
	display: block;
	margin-bottom: 1em;
	padding-left: 16px;
	list-style-position: outside;
	background-image: url(../images/box_orange.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#agenda2 ul {
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 0em;
}
#agenda2 li {
	display: block;
	margin-bottom: 1em;
	padding-left: 16px;
	list-style-position: outside;
	background-image: url(../images/box_orange.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

#subscribe {
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 20px;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#modules #subscribe h2, #sidebar2 #subscribe h2 {
	background-image: url(../images/feed_sub_top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 160px;
	margin-bottom: 0px;
}
#subscribe h2 span {
	position: absolute;
	left: -9999px;
}
#subscribe .btm {
	background-image: url(../images/feed_sub_btm.gif);
	background-repeat: no-repeat;
	height: 117px;
	width: 160px;
}
#subscribe ul, #sidebar2 #subscribe ul {
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
}
#subscribe ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
#subscribe ul li a {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 0px;
}

#feedreaders {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}
#feedreaders h2 {
	color: #3F382B;
}
#feedreaders ul {
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 0em;
	border-bottom-style: none;
}
#feedreaders li {
	display: block;
	margin-bottom: 1em;
	padding-left: 16px;
	list-style-position: outside;
	background-image: url(../images/box_orange.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}






#latest_message {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 65px;
	padding-left: 10px;
}
#latest_message h2 {
	color: #81AA33;
}
#latest_message .image {
	margin-bottom: 10px;
}



#latest_message .image .noimage {
	height: 110px;
	width: 127px;
	color: #9c5807;
	font-size: 13px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	line-height: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../media/sermons/images/paper-background.jpg);
}
#latest_message .image .noimage a {
	color: #9c5807;
}
#latest_message .image .noimage .scripture {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 3px;
	color: #ab1010;
	line-height: 110%;
}





#latest_message_home {
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
}
#latest_message_home h2 {
	color: #81AA33;
}
#latest_message_home .left {
	float: left;
	width: 155px;
	margin-bottom: 5px;
}
#latest_message_home .image {
}
#latest_message_home .image .noimage {
	height: 110px;
	width: 127px;
	color: #9c5807;
	font-size: 13px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	line-height: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../media/sermons/images/paper-background.jpg);
}
#latest_message_home .image .noimage a {
	color: #9c5807;
}
#latest_message_home .image .noimage .scripture {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 3px;
	color: #ab1010;
	line-height: 110%;
}








#latest_message_home .right {
	float: right;
	width: 190px;
	margin-bottom: 5px;
}
.home-player {
	margin-bottom: 0px;
}
.home-mp3-links {
	font-size: 0.9em;
}







a.listennow {
	display: block;
	background-image: url(../images/listen_now.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 108px;
	margin-bottom: 5px;
}
a.listennow span {
	position: absolute;
	left: -9999px;
}
#right {
	float: right;
	width: 218px;
	background-image: url(../images/content_top_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 0.85em;
}
#right p {
	margin-bottom: 1em;
}
#right h2 {
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.5em;
}
#subnav {
	margin-left: 3px;
	margin-top: 11px;
	width: 205px;
}

#subnav h3 {
	display: block;
	font-size: 1.2em;
}
#subnav h3 a {
	display: block;
	background-image: url(../images/subnav_header.gif);
	height: 30px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 11px;
	padding-left: 20px;
}
#subnav h3 a:hover {
	background-image: url(../images/subnav_header.gif);
}
#subnav ul {
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
}
#subnav li {
	display: inline;
}
#subnav a {
	display: block;
	background-image: url(../images/subnav_link.gif);
	background-repeat: no-repeat;
	height: 25px;
	color: #0E6B7A;
	text-decoration: none;
	font-size: 1.1em;
	padding-left: 20px;
	padding-top: 8px;
}
#subnav a:hover {
	background-image: url(../images/subnav_link_over.gif);
}
#modules {
	margin-top: 15px;
	margin-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BFBFBF;
	margin-right: 10px;
}
#modules.messages {
	margin-top: 33px;
}
#modules #latest_message {
	padding-bottom: 35px;
}
#modules #cal_preview {
	padding-bottom: 35px;
}
#modules #truth_matters {
	padding-bottom: 35px;
}
#modules #blog {
	padding-bottom: 35px;
}
#modules #blog p {
	margin-top: 0.5em;
}




#arch_speaker_sidebox {
	padding-top: 15px;
	padding-left: 20px;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 20px;
}
#sidebox_dropdown {
	margin-right: 20px;
}
#sidebox_dropdown .title {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	background: url(../images/dropdown_title_bg.gif) left -2px;
	color: #FFF;
	border: 1px solid #99BA4C;
}
#sidebox_dropdown .title:hover {
	color: #ecf2df;
}
#sidebox_dropdown .overlay {
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity: 0.30;
	display: none;
}
* html #sidebox_dropdown .overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	 width: expression(document.body.clientWidth + "px");
}


#sidebox_dropdown .dropdown {
	font-size: 11px;
	display: none;
	position: absolute;
	width: 530px;
	background: #FFF;
	height: 350px;
	z-index: 101;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	left: 50%;
	margin-left: -265px;
	top: 50%;
	margin-top: -160px;
}

#sidebox_dropdown .dropdown { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


#sidebox_dropdown .dropdown a.closelink {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	text-align: center;
	padding: 3px;
	width: 55px;
	z-index: 102;
	background: #FFF;
	height: 17px;
	font-size: 10px;
}
#sidebox_dropdown .dropdown a.closelink:hover {
	background: #FFF;
}
#sidebox_dropdown .dropdown .names {
	margin-left: 25px;
	margin-top: 20px;
	width: 480px;
	display: block;
	height: 280px;
	overflow: auto;
}
#sidebox_dropdown .dropdown ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	float: left;
}
#sidebox_dropdown .dropdown li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#sidebox_dropdown .dropdown a {
	display: block;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 140px;
}
#sidebox_dropdown .dropdown a:hover {
	background: #F1F1F1;
}

#generic_sidebox {
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 20px;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 20px;
}




img.staffpic {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	border: 1px solid #5A5A5A;
	padding: 3px;
}
.staffspacer {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 3px;
	width: 106px;
	height: 75px;
}


#gettoknowstaff1, #gettoknowstaff2, #gettoknowstaff3, #gettoknowstaff4 {
	margin-bottom: 20px;
	margin-top: 10px;
	width: 400px;
	margin-left: 133px;
	padding: 10px;
	background-color: #F6F5E9;
	border: 1px solid #DADAD3;
	font-size: 0.95em;
	display: none;
}
#supportstaff {
}
#supportstaff .col {
	float: left;
	width: 187px;
	margin-right: 15px;
	margin-top: 10px;
}
table#sundayschool {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #BFBFBF;
	border-top-color: #BFBFBF;
}
table#sundayschool td {
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
}
table#sundayschool  tr.alt {
	background-color: #F6F6EF;
}
#showhidelinkwrap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F382B;
	background-image: url(../images/showhidetableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	position: relative;
}
#showhidelinkwrap #pointer {
	position: absolute;
	height: 38px;
	width: 175px;
	left: 185px;
	top: -8px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/brnarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* transparency */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
	/* transparency */
	font-size: 1.1em;
	display: none;
}
#main #showhidelink {
	color: #FFFFFF;
	display: block;
	height: 18px;
	background-image: url(../images/showhidetabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 164px;
	padding-left: 7px;
	padding-top: 9px;
	line-height: 1em;
	font-size: 0.95em;
}
#showhidecontent {
	display: none;
}
ul#alsosee {
	list-style-type: none;
	display: block;
	height: 150px;
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A0BE64;
}
ul#alsosee li {
	float: left;
	display: block;
	width: 185px;
	margin-right: 10px;
}
ul#alsosee img {
	float: left;
	border: 3px solid #ECECEC;
	margin-right: 8px;
}

/* Old Sermon Stuff */
#latest_sermon {
	font-size: 13px;
	margin-left: 30px;
	margin-bottom: 15px;
	clear: both;
	height: 150px;
}
#latest_sermon p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#latest_sermon .left {
	float: left;
	height: 125px;
	width: 155px;
}
#latest_sermon .right {
	float: left;
	text-align: left;
	margin-left: 20px;
	width: 400px;
}
#latest_sermon .right .note {
	font-size: 11px;
	margin-top: 5px;
}
table#sermon_archive {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DCDBCE;
	border-left-color: #DCDBCE;
}
table#sermon_archive td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DCDBCE;
	border-bottom-color: #DCDBCE;
}
table#sermon_archive tr.alt {
	background-color: #F6F6EF;
}
/* END: Old Sermon Stuff */
#cse-search-results iframe {
	width: 605px;
}
#getdirections {
	margin-bottom: 2em;
	margin-top: 0.5em;
	height: 35px;
}
#getdirections .textbox {
	padding: 6px;
	border: 1px solid #666666;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	width: 300px;
	float: left;
}
#getdirections .button {
	float: left;
	margin-left: 5px;
}
#map {
	width: 600px;
	border: 1px solid #3F382B;
	height: 400px;
}
#contact .left {
	float: left;
	width: 225px;
}
#contact .right {
	float: left;
	width: 325px;
	padding-left: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#contactform label {
	display: block;
	margin-bottom: 4px;
}
#contactform input {
	color: #333333;
	padding: 5px;
	border: 1px solid #999999;
	width: 250px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#contactform textarea {
	color: #333333;
	padding: 5px;
	border: 1px solid #999999;
	width: 250px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#contactform .submit {
	height: 29px;
	width: 63px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactform .success {
	color: #83AB37;
}
#youth .left {
	display: block;
	width: 350px;
	float: left;
}
#youth .right {
	float: right;
	width: 225px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
}
#photogallery img {
	border: 1px solid #BFBFBF;
	margin-right: 5px;
	margin-bottom: 5px;
}

#photosanddesc .photo {
	float: left;
	margin-right: 20px;
	width: 127px;
	height: 127px;
	margin-bottom: 35px;
}
.photo img {
	border: 1px solid #C1C1BE;
}
#photosanddesc .desc {
	float: left;
	width: 457px;
	margin-bottom: 35px;
}

#photosanddesc2 .photo {
	float: left;
	margin-right: 10px;
	width: 74px;
	height: 74px;
	margin-bottom: 30px;
}
#photosanddesc2 .desc {
	float: left;
	width: 200px;
	margin-bottom: 30px;
	height: 74px;
	margin-right: 10px;
}
#photosanddesc2 .desc p {
	font-size: 0.9em;
	line-height: 1.3em;
}
.message_type {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}
#sermon {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	clear: both;
	min-height: 130px;
}
#sermon .image {
	float: left;
	width: 147px;
	height: 110px;
	margin-right: 13px;
}

#sermon .image .noimage {
	height: 110px;
	width: 127px;
	color: #9c5807;
	font-size: 13px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	line-height: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../media/sermons/images/paper-background.jpg);
}
#sermon .image .noimage a {
	color: #9c5807;
}
#sermon .image .noimage .scripture {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 3px;
	color: #ab1010;
	line-height: 110%;
}
#sermon .info {
	float: left;
	width: 320px;
}
#sermon #links {
	float: left;
	width: 112px;
	margin-left: 10px;
	margin-top: 0px;
	height: 100px;
}
#sermon #links a {
	display: block;
	float: left;
	width: 112px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 8px;
	font-size: 11px;
}
#sermon #links a:hover {
	color: #298E9E;
}
#sermon a.listen_now {
	background-image: url(../images/listen_now_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 22px;
}
#sermon #links a.download_mp3 {
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
	padding-top: 22px;
}
#sermon_pages {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 4px;
	background-image: url(../images/grey_grad.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	padding-top: 4px;
	border: 1px solid #999999;
}
#sermon_pages img {
	margin-right: 8px;
	margin-left: 8px;
	vertical-align: middle;
}
#sermon.individual {
	margin-top: 40px;
	border-bottom-style: none;
	min-height: 300px;
}
#sermon.individual .info {
	width: 400px;
	margin-left: 20px;
}
#sermon.individual .info h4 {
	font-size: 1.5em;
	line-height: 1.2em;
}
#sermon.individual #player {
	padding-top: 7px;
	padding-bottom: 8px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
#sermon.individual a.popup_player {
	font-size: 9px;
}
#sermon.individual a.download_mp3 {
	display: block;
	padding-left: 35px;
	height: 18px;
	padding-top: 10px;
	float: right;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ECECEC;
	padding-bottom: 10px;
}


table#sermon_archive {
	border-left-style: none;
	font-size: 10px;
	border-top: 1px solid #BFBFBF;
	line-height: 16px;
	margin-top: 15px;
	width: 100%;
}
table#sermon_archive td {
	padding: 7px 15px 7px 7px;
	margin: 0px;
	border-bottom: 1px solid #BFBFBF;
	border-right-style: none;
}
table#sermon_archive th{
	text-align: left;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #BFBFBF;
}
table#sermon_archive  tr.alt {
	background-color: #F6F6EF;
}




#footer {
	background-image: url(../images/content_btm.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	height: 100px;
	font-size: 0.8em;
	padding-left: 15px;
	line-height: 1.2em;
}
#admin {
	padding-top: 15px;
	height: 74px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	position: relative;
	background-image: url(../images/grey_grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#admin ul {
	background-color: #FFFFFF;
	display: block;
	list-style-type: none;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-left: 200px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 25px;
	position: relative;
}
#admin ul li {
	float: left;
	display: inline;
}
#admin ul li a {
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
}
#admin ul li a:hover {
	color: #FFFFFF;
	background-color: #0E6B7A;
}
#admin ul li:hover ul {
	display: block;
}
#admin ul li ul {
	display: none;
	position: absolute;
	top: 25px;
	padding-left: 0px;
	margin-left: 0px;
	left: -1px;
	width: 100%;
	background-color: #E9F4F4;
}
#admin .logo {
	margin-left: 15px;
	position: absolute;
}
#login {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #0E6B7A;
	margin-top: 150px;
}
#login img {
	margin-bottom: 10px;
}
#login label {
	display: block;
	float: left;
	width: 105px;
	height: 25px;
	text-align: right;
	padding-right: 10px;
	clear: left;
}
#login input {
	border: 1px solid #D1CFCA;
	height: 20px;
	float: left;
	line-height: 1em;
	width: 145px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#login input.submit {
	clear: left;
	float: none;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 115px;
	width: 75px;
	padding-top: 0px;
	padding-left: 0px;
	height: 25px;
}
#login form {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDAD4;
}
body#adminbody {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	background-image: none;
}
#new_user {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#new_user form {
	font-size: 0.9em;
}
#new_user label {
	margin-bottom: 5px;
}

#allusers {
	width: 400px;
	float: left;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#user_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 0.9em;
}
#user_table td {
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#message_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 0.9em;
}
#message_table td {
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#message_table tr.alt {
	background-color: #F6F6EF;
}
a.biglink {
	display: block;
	width: 155px;
	text-transform: uppercase;
	text-align: center;
	padding: 4px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #428B97;
	font-size: 0.9em;
}
#preachsched {
	margin-top: 1em;
	margin-left: 3em;
}

#preachsched li {
	margin-bottom: 1.5em;
}
a.addthis_button {
	float: right;
}

