body {
	margin-top: 20px;
	background: url(images/background.jpg) repeat-x #fa1818;
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
}

.menu_font {
	font-size:20px;
}

#header {
	float: left;
	background: url(images/header.jpg) no-repeat;
	width: 1200px;
	height: 192px;
	border-width: 0;
}

#menu {
	float:left;
	background: url(images/header_reflection1.jpg) no-repeat;
	background-color: white;
	width: 880px;
	height:74px;
	padding-left:320px;
	padding-top:68px;
	border-width: 0;
}

.navigation {
	float:left;
	}

#main {
	float:left;
	background-color: white;
	width: 1000px;
	margin-top:0px;
	padding-top:0px;
	margin-left:101px;
	border-width: 0;
}

#dots {
	float:left;
	background: url(images/dots.jpg) no-repeat;
}

#footer {
	clear: left;
	background: url(images/footer.jpg) no-repeat;
	background-color:green;
	width: 1000px;
	height:200px;
	margin-left:101px;
	border-width: 0;
}

#content {
	clear: left;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	background: url(images/dots.jpg) no-repeat;
	}

#worship_times {
	clear: left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding: 5px 5px 5px 5px;
	margin-top:20px;
	border-width: 0;
}

.main_square{
	background-color: white;
	float:left;
	padding: 5px 10px 5px 10px;
	border-width: 0;
}

.sermon_series {
	background-color:white;
	float:left;
	padding: 10px 0 0 0;
	border-width: 0;
}

div.wrapper {
	width: 1200px;
   	margin-left: auto;
   	margin-right: auto;
	border-width: 0;
}

.left_half_text {
	clear:left;
	float:left;
	width:455px;
	margin-right:5px;
	margin-bottom:5px;
	padding-left:20px;
}

.right_half_text {
	float:left;
	width:455px;
	margin-right:20px;
	margin-bottom:5px;
	padding-left:5px;
}

/* image styles */

img {
	border-width: 0;
}

/* pragraph styles */

p {
	color:black;
	font-size: 14px;
	padding:10px;
	margin:0;
}

p.white {
	color:white;
	font-weight:bold;
	font-size:14px;
	padding:15px;
	margin:0;
}

.first-word {
	font-weight:bold;
	font-size:25px;
}

.first-word-no-bold {
	font-weight:none;
	font-size:25px;
}

/* link styles */

a:link {
	text-decoration:none;
	color:#CCCCCC;
}

a:visited {
	text-decoration:none;
	color:#CCCCCC;
}

a:active {
	text-decoration:none;
	color:white;
}

a:hover {
	text-decoration: underline;
	color:white;
}

a.alt:link {
	text-decoration: none;
	color:#ff9900;
}

a.alt:visited {
	text-decoration: none;
	color:#ff9900;
}

a.alt:active {
	text-decoration: none;
	color: #ffcc00;
}

a.alt:hover {
	text-decoration: underline;
	color: #ffcc00;
}

hr {
	border: 0;
	width: 100%;
	color: black;
	background-color: black;
	height: 5px;
}

/* header styles */

h1 {
	margin: 0;
	padding-bottom: 0px;
	font-size: 40px;
	color: black;
	font-weight:normal;
}

h2 {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #000033;
}

h3 {
	margin: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 20px;
	color: black;
	font-weight:normal;
}

/* Beginnins of sermon_men */

#sermon_menu {
width: 12em;
background: #eee;
}

#sermon_menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#sermon_menu a, #sermon_menu h2 {
font: 13px Georgia, "Times New Roman", Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#sermon_menu h2 {
color: white;
background: black;
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

#sermon_menu a {
color: #000;
background: #efefef;
text-decoration: none;
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

#sermon_menu a:hover {
background: #003300;
background: #fff;
}

#sermon_menu li {
position: relative;
}

#sermon_menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#sermon_menu ul ul ul,
div#sermon_menu ul ul li:hover ul ul
{display: none;}

div#sermon_menu ul ul li:hover ul,
div#sermon_menu ul ul ul li:hover ul
{display: block;}

/* end of sermon menus */

/* Beginning of Menu CSS */

.dock-container { 
	position: relative; 
	top: 0px; 
	height: 120px; 
	padding-left: 20px;}

a.dock-item { 
	display: block; 
	width: 50px; 
	position: absolute; 
	bottom: 0; 
	text-align: center; 
	text-decoration: none; 
	color: white; }

.dock-item span { 
	display: none; 
	padding-left: 15px; }

.dock-item img { 
	border: 0; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

/* end of Menu CSS */

/* begin slideshow css */

#slideshow {
	position:relative;
    float:left;
    height:396px;
}

#slideshow IMG {
    position:absolute;
	padding: 5px 10px 5px 10px;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* end slideshow css */

/* normal rollover menu */

#home{
	clear:both;
	float:left;
	display: block;
	width: 80px;
	height: 77px;
	background: url("images/dock/home_no.png") no-repeat 0 0;

}

#home:hover{ 
	background-position: 0 -77px;
}

#home span{
	display: none;
}

#worship{
	float:left;
	margin-top:-8px;
	display: block;
	width: 80px;
	height: 77px;
	background: url("images/dock/worship_no.png") no-repeat 0 0;

}

#worship:hover{ 
	background-position: 0 -77px;
}

#worship span{
	display: none;
}

#children{
	margin-top:-14px;
	float:left;
	display: block;
	width: 80px;
	height: 77px;
	background: url("images/dock/children_no.png") no-repeat 0 0;

}

#children:hover{ 
	background-position: 0 -77px;
}

#children span{
	display: none;
}

#links{
	float:left;
	display: block;
	width: 80px;
	height: 77px;
	background: url("images/dock/links_no.png") no-repeat 0 0;

}

#links:hover{ 
	background-position: 0 -77px;
}

#links span{
	display: none;
}

#about{
	margin-top:-17px;
	float:left;
	display: block;
	width: 80px;
	height: 77px;
	background: url("images/dock/about_no.png") no-repeat 0 0;

}

#about:hover{ 
	background-position: 0 -77px;
}

#about span{
	display: none;
}

#ministries{
	margin-top:-14px;
	float:left;
	display: block;
	width: 80px;
	height: 77px;
	background: url("images/dock/ministries_no.png") no-repeat 0 0;

}

#ministries:hover{ 
	background-position: 0 -77px;
}

#ministries span{
	display: none;
}

#sermons{
	margin-top:-8px;
	float:left;
	display: block;
	width: 80px;
	height: 77px;
	background: url("images/dock/sermons_no.png") no-repeat 0 0;

}

#sermons:hover{ 
	background-position: 0 -77px;
}

#sermons span{
	display: none;
}

#resources{
	margin-top:-14px;
	float:left;
	display: block;
	width: 80px;
	height: 77px;
	background: url("images/dock/resources_no.png") no-repeat 0 0;

}

#resources:hover{ 
	background-position: 0 -77px;
}

#resources span{
	display: none;
}

/* slide menu */

#menus {
width: 12em;
background: #eee;
}

#menus ul {
list-style: none;
margin: 0;
padding: 0;
}

#menus a, #menus h2 {
font: 13px Georgia, "Times New Roman", Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menus h2 {
color: white;
background: black;
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

#menus a {
color: #000;
background: #efefef;
text-decoration: none;
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

#menus a:hover {
background: #003300;
background: #fff;
}

#menus li {
position: relative;
}

#menus ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menus ul ul ul,
div#menus ul ul li:hover ul ul
{display: none;}

div#menus ul ul li:hover ul,
div#menus ul ul ul li:hover ul
{display: block;}
