/***********************************************/
/* Sunset Online Style Sheet:                  */
/***********************************************/

/***********************************************/
/* Body:                                       */
/* this area sets the overall template for     */
/* the site.                                   */ 
/***********************************************/

body{
		background-image: url(images/Background.jpg);
		background-repeat:repeat-x;
}

#theBanner{
		background-image:url(images/Banner.jpg);
		background-repeat:no-repeat;
		position:absolute;
		top:0px;
		left:0px;
		width:1479px;
		height:236px;
}

a img{
	/*image links have no border*/
	border-style:none;
	border:0px;
}

/***********************************************/
/* Menu:                                       */
/* this area sets the effects for the menu     */
/*                                             */ 
/***********************************************/
#UpperNav{
	position:absolute;
	top:210px;
	left:100px;
	height:25px;
	width:780px;
	z-index:1;
}

#UpperNav td{
	background-color: transparent;
	width:110px;
	height:20px;
	padding: 2px 10px 2px 10px;
	margin: 0px 2px 0px 2px;
	
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

td#home{
	background-image:url(images/home_title.png);
	background-repeat:no-repeat;
}

td#about{
	background-image: url(images/about_title.png);
	background-repeat:no-repeat;
}

td#ministries{
	background-image: url(images/ministries_title.png);
	background-repeat:no-repeat;
}

td#family{
	background-image:url(images/family_title.png);
	background-repeat:no-repeat;
}

td#resources{
	background-image: url(images/resources_title.png);
	background-repeat:no-repeat;
}

td#contact{
	background-image: url(images/contact_title.png);
	background-repeat:no-repeat;
}

#UpperNav td:hover, #UpperNav td.active:hover{
	background-color: #FFF;
}

#UpperNav td.active{
	background-color: #FFC;
}

#UpperNav td a.active{
	font-weight:bolder;
}

/* This is the lower Menu*/

.LowNav{
	position:absolute;
	top:227px;
	height:25px;
	width:780px;
	display: none; /*make this "none" when in position*/
	list-style:none;
	z-index:1px;
	font-size: 12px;
}

.LowNav li{
	width:105px;
	padding: 2px 10px 2px 10px;
	margin: 0px 2px 0px 2px;
	text-align: center;
	display:block;
	background-color:#FFF;
	
	border-style: ridge;
	border-width: 1px;
	border-color: #666;
}

.LowNav li:hover, .LowNav li.active:hover{
	background-color: #FFC;
	color: #333;
}

.LowNav li.active{
	background-color:#999;
}

.LowNav li a{
	color:#000;
	text-decoration:none;
	font-weight: normal;
}

.LowNav li a:hover{
	color: #333;
}

.LowNav li a.active{
	color: #FFF;
}

/***********************************************/
/* Sub Menus:                                  */
/* now we just position the sub menus          */
/*                                             */ 
/***********************************************/

#indexsubMenu{
	left:60px; /*the same as the upper menu*/
}

#aboutsubMenu{
	left:189px; /*174px from last*/
}

#familysubMenu{
	left:448px;
}

#resourcesubMenu{
	left:578px;
}

/***********************************************/
/* Main Section:                               */
/* The Box defines the size of our main text   */
/* section and layout.                         */ 
/***********************************************/

.main{
	/*background-image:url(images/main_bg2.png);*/
	background-color:transparent;
	background-repeat:repeat;
	border-style:solid;
	border-color:#333;
	border-width:2px 4px 8px 2px;
	position:absolute;
	left:50px;
	top:250px;
	width:900px;
	height:1500px; /*right now, height is specified*/
	z-index:-1;
	
	margin:auto;
	overflow:auto;
	
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}

.maintitle{
		position:absolute;
		top:0px;
		left:25%;
		height:64px;
		width:473px;
		z-index:10000;
		border-bottom-style:solid;
		border-bottom-width:1px;
		
}

.media{
	background-image:url(images/main_bg.png);
	background-color:transparent;
	background-repeat:repeat;
	border-style:solid;
	border-color:#333;
	border-width:1px 2px 5px 1px;
	position:absolute;
	left:50px;
	top:10px;
	width:900px;
	height:1500px;
	z-index:-1;
	
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}

.small{
	background-image:url(images/main_bg.png);
	background-color:transparent;
	background-repeat:repeat;
	border-style:solid;
	border-color:#333;
	border-width:1px 2px 5px 1px;
	position:absolute;
	left:10px;
	top:10px;
	width:400px;
	height:400px;
	z-index:-1;
	
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}

#welcome_title{
	background-image:url(images/Welcome_title.png);
}

#worship_title{
	background-image:url(images/Worship_title.png);
}

#directions_title{
	background-image:url(images/Directions_title.png);
}

#visitor_title{
	background-image:url(images/Visitor_title.png);
}

#about_title{
	background-image:url(images/History_title.png);
}

#leaders_title{
	background-image: url(images/Leaders_title.png);
}

#mission_title{
	background-image: url(images/Mission_title.png);
}

#smartstart_title{
	background-image: url(images/SmartStart_title.png);
}

#iglesia_title{
	background-image: url(images/Iglesia_title.png);
}

#ministry_title{
	background-image: url(images/Ministry_title.png);
}

#ministrylogo{
	background-image: url(images/Ministry_logo.png);
}

#ministers_title{
	background-image: url(images/Ministers_title.png);
}

#bulletin_title{
	background-image:url(images/Bulletin_title.png);
}

#announcement_title{
	background-image: url(images/Announcements_title.png);
}

#event_title{
	background-image: url(images/Event_title.png);
}

#sermon_title{
	background-image: url(images/Sermon_title.png);
}

#class_title{
	background-image: url(images/Class_title.png);
}

#davis_title{
	background-image: url(images/Davis_title.png);
}

#audio_title{
	background-image: url(images/Audio_title.png);
}

#video_title{
	background-image: url(images/Video_title.png);
}

#links_title{
	background-image: url(images/Links_title.png);
}

#contact_title{
	background-image: url(images/Contactus_title.png);
}

#hinson_title{
	background-image: url(images/Hinson_title.png);
}

#leftcolumn{
	position:absolute;
	top:100px;
	left:10%;
	width:325px;
	text-align:justify;
}

#rightcolumn{
	position:absolute;
	top:100px;
	right:10%;
	width:325px;
	text-align:justify;
}

#singlecolumn{
	position:absolute;
	top:100px;
	left:10%;
	width:700px;
	text-align:justify;
}

.media table#singlecolumn{
	position:absolute;
	top:25px;
	width:80%;
	text-align:justify;
}

#leftcolumn thead th, #rightcolumn thead th, #singlecolumn thead th{
	height:30px;
	background-image:url(images/Boxtop.png);
	background-repeat:no-repeat;
}

#leftcolumn tfoot td, #rightcolumn tfoot td{
	height:30px;
	background-image:url(images/Boxbottom.png);
	background-repeat:no-repeat;
}

#singlecolumn tfoot td{
	height:30px;
	background-image:url(images/Boxbottom2.png);
	background-repeat:no-repeat;
}

#leftcolumn a, #rightcolumn a, #singlecolumn a{
	color: #0066CC;
	font-weight:bold;
	text-decoration:none;
}

#leftcolumn a:hover, #rightcolumn a:hover, #singlecolumn a:hover{
	color:white;
	background-color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}

#leftcolumn dt, #rightcolumn dt, #singlecolumn dt{
	color: #006;
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
}

#singlecolumn dt#ministrytitle{
	color: #333;
	font-weight:bold;
	font-style:italic;
	font-size:28px;
	text-decoration:underline; 
	margin-bottom:40px;
}

#leftcolumn li, #rightcolumn li, #singlecolumn li{
	text-align: left;
}

marquee{
	color:#006;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

#sectionpics{
	text-align:center;
	border-style:solid;
	border-color:#333;
	border-width:1px 2px 3px 1px;
}

/***********************************************/
/* Data Tables:                                */
/* this area is the style for all tables.      */
/* (head, body, and footer)                    */
/***********************************************/
.datatable {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #b7b7b7;
}

.datatable caption {
	font-weight: bold;
	background-color:#6699CC;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:4px;
}

.datatable thead td{
	color:#000;
}

.datatable thead td#head{
	text-align: center;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
	background: #F5F5F5;
}

.datatable tbody td{
	vertical-align: middle;
	padding:6px 0px 6px 4px;
	color:#666666;
	background-image:none;
}

.datatable tbody tr{
	background-color:#FFF; 
	text-align:left;
}
.datatable tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
}
.datatable td a:link, table th a:link {
	color: #1975D7;
	text-decoration: none;
}
.datatable  th a:hover, table td a:hover{
	color:#FF8601;
}
.datatable  th a:visited, table td a:visited{
	color:#96D030;
}

.datatable  td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
.datatable td#foot {
	background-color: #6699CC;
	background-image:none;
	padding:10px;
	color:white;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}