@charset "UTF-8";

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

/* ------ MAIN DIVS ------ */

#container {
	background-color: #FFFFFF;
	margin: auto;
	min-height: 100%;
	width: 800px;	
}

#content {
	padding-bottom: 75px;
}

#header {
	width: 800px;
	background-image: url(../images/header.jpg);
	height: 125px;
}
#footer {
	background-color: #FFFFFF;
	height: 50px;
	width:800px;
	margin:auto;
	padding-top: 25px;
}

/* ------ FOOTER ------ */

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	padding-left: 165px;
}
.footer a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #f58a1f;
	text-decoration: none;
}

/* ------ HEADER NAV ------ */

#facebook{
	width:800px;
	background-color: #105983;
	padding-top:10px;
}

#nav2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #f58a1f;
	text-decoration: none;
}
#nav2 {
	text-align: right;
	float: right;
	width: 300px;
	top: 0px;
	margin-top: 27px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f58a1f;
}	

/* ------ MAIN NAVIGATION ------ */	

#nav {
	background-color: #105983;
	height: 29px;
	width: 800px;
}
a.mainNavLink{
	height: 25px;
	width: 100px;
}
ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f58a1f;
	padding-left: 15px;
	line-height: 25px;
	text-decoration: none;
}
ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f58a1f;
	line-height: 25px;
	text-decoration: none;
}
a:hover {
	color: #105983 !important;
}
a:active {
	color: #105983;
}
ul {
 	padding: 0;
 	margin: 0;
	list-style: none;
}
li {
 	float: left;
 	position: relative;
	width: 160px;
}
li#gen {
	margin-left: 245px;
	width: 115px;
	height: 29px;
	background-image: url(../images/WhoWeAre.png)
}
#nav ul li#gen:hover {
	width: 115px;
	height: 29px;
	background-image: url(../images/WhoWeAre_OVER.png);
	background-color: #FBFBF6
}
li#min {
	width: 95px;
	height: 29px;
	background-image: url(../images/Ministries.png)
}
#nav ul li#min:hover {
	width: 95px;
	height: 29px;
	background-image: url(../images/Ministries_OVER.png);
	background-color: #FBFBF6
}
li#hap {
	width: 120px;
	height: 29px;
	background-image: url(../images/Happenings.png);
}
#nav ul li#hap:hover {
	width: 120px;
	height: 29px;
	background-image: url(../images/Happenings_OVER.png);
	background-color: #FBFBF6
}
li#Lead {
	width: 160px;
	height: 29px;
	background-image:url(../images/LeadershipStaff.png);
}
#nav ul li#Lead:hover {
	width: 160px;
	height: 29px;
	background-image: url(../images/LeadershipStaff_OVER.png);	
	background-color: #FBFBF6
}
ul.subnav {
	margin-top: 29px;
	width: 160px;
	background-color: #FBFBF6;
	position:absolute;
	z-index: 1000;
}
li ul {
 	display: none;
 	position: absolute; 
 	top: 1em;
	left: 0;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul{ 
	display: block; 
}
header1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #105983;
	line-height: 30px;
}
.space{
	margin-left: 50px;
}

/* ------ MAIN CONTENT DIV ------ */

#welcome {
	width: 530px;
	margin-top: 12px;
}
#section_title {
	width: 530px;
}
.pastors_welcome {
	display: block;
	margin-top: 5px;
	padding-top: 6px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	width: 530;
	background-color: #FBFBF4;	
}

#movie{
	width: 530px;
	margin-left: 250px;
	margin-top: 12px;
	margin-right: 25px;
	left: 0px;
	top: 0px;
}

#movie-home{
	float:right;
	width: 530px;
	margin-top: 12px;
	margin-right: 25px;
	left: 0px;
	top: 0px;
}
#movie ul{
	margin-left: 25px;
}

#movie li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	list-style-type:disc;
	float:none;
	width: 470px;	
}

/* ------ SIDE BAR ------ */

#sidebar-home {
	width: 200px;
	margin-top: 12px;
	margin-left: 25px;
	min-height: 100%;
}

#sidebar {
	float:left;
	width: 200px;
	margin-top: 12px;
	margin-left: 25px;
	min-height: 100%;
}
#sidbarTITLE {
	width: 200px;
	top: 0;
	left: 0;
}

/* ------ SIDBAR NAV ------ */

.sidebarNAV a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f58a1f;
	padding-left: 15px;
	line-height: 30px;
	text-decoration: none;
	border-bottom: 1px dotted #B1BF86;
}
.sidebarNAVlong a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f58a1f;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 1px dotted #B1BF86;
}
	
/* ------ BODYTEXT STYLINGS ------ */

.bodycopy a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #f58a1f;
	text-decoration: none;
}
.bodycopy_first a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #f58a1f;
	text-decoration: none;
}
ul.list{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin:0;
	*vertical-align: top; !important
}
	
.bodycopy_first{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin:0;
}
.bodycopy{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
.sub_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 30px;
	font-weight: bold;
	color: #f58a1f;
}
.sub_head2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 20px;
	font-style:italic;
	font-weight: bold;
	color: #f58a1f;
}

/* ------ LEADERSHIP/STAFF ------ */

#photo{
	width: 150px;
	margin-right:20px;
	float:left;
	padding-top: 5px;
}
#bio{
	display: block;
	padding-bottom: 12px;
	padding-left: 170px;
	padding-right: 15px;
	width: 530;
	background-color: #FBFBF4;
}

/* ------ HOME PAGE SIDE BAR ------ */

#times {
	width: 200px;
	top: 0;
	left: 0;
}
.dark {
	display: block;
	width: 177px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 8px;
	background-color: #F7F7EA;
}
.dark a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f58a1f;
	text-decoration: none;
}

.light {
	display: block;
	width: 177px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 8px;
	margin-top: 5px;
	background-color: #FBFBF4;
}

.light a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f58a1f;
	text-decoration: none;
}

#sermons {
	width: 200px;
	margin-top: 12px;
	top: 0;
	left: 0;
}
#events {
	width: 200px;
	min-height: 100%;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#events ul li{
	width:170px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #F7F7EA;
}
	
/* ------ SUNDAY SCHOOL CLASSES TABLE ------ */

.table_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	color: #f1f0e1;
	background-color: #709BB5;
}
.table_address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	background-color: #FBFBF4;
}
.classes {
	width: 500px;
}
.classes_info{
	background-color:#FFFFFF;
}
.classes td {
	padding-left: 5px;
	padding-right: 5px;
}


#movie #section_title .pastors_welcome ul.bodycopy li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #f58a1f;
	text-decoration: none;
	padding-left: 0;
	text-indent: 0 !important;
}

/* ------ CALENDAR ------ */

#calendar {
	width: 720px;
}
#calendar_container{
	margin-top: 15px;
	margin-left: 25px;
	width: 750px;
	margin-top: 12px;
}
.calendar_style{
	display: block;
	margin-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 15px;
	width: 750;
	background-color: #FBFBF4;
}
.calendar_event{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	font-style:italic;
	color: #f58a1f;
	line-height: 12px;
}
#calendar_title {
	width: 750px;
}
.calendar_week{
	width:100px;
}
.table_dates{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	/*font-weight:bold;*/
	line-height: 20px;
	vertical-align:top;
	padding-left: 5px;
}
.table_info{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	line-height: 12px;
	padding-bottom: 5px;
}
#calendar .grid{
	width: 500px;
}
#calendar td{
	background-color:#FFFFFF;
}
	
	
