
* {
    padding: 0;
    margin: 0;
} 

body {
	background: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-image: url(images/background.jpg);
}

img {
	margin: 0px 5px 5px 0px;
}

.imagediv {
	margin:3px 20px 10px 0px;
	padding:0px;
	float:left;
	width: 100px;
	height: 100px;
	display: inline;
}  

.imagemin {
	margin:3px 20px 10px 0px;
	padding:0px;
	float:left;
	width: 200px;
	height: 100px;
	display: inline;
}  

a {
	color: #3E92EA;
	text-decoration: none;
}

a:hover { text-decoration: none; color : #000; }

#maincontainer {
	margin: 15px auto 0 auto;
	width: 800px;
}

#header {
	padding:0px 0px 25px 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	min-height: 20px;
}

/*lil menu======================================================================================*/
ul#lilmenu {
	margin:0px;
	padding:0px;
	float: right;
}

ul#lilmenu li {  
	display:inline;  
	margin-left:12px;
}

ul#lilmenu li a {
	text-decoration:none;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#lilmenu li a.active, ul#lilmenu li a:hover {
	color:#FFFFFF;
}
/*============================================================================================*/

/*menu========================================================================================*/
#menu {
	height: 30px;
	line-height: 30px;
	background: #222 url(images/menu.jpg) no-repeat;
	border: solid #000 1px;
}

#menu ul {
	padding-left: 10px;
	list-style-type: none;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
	color: #eee;
	font: 14px verdana, arial, sans-serif;
	padding: 0 15px;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #2F1B02;
}
/*=================================================================================================*/

#content {
	background: #fff url(images/content.jpg);
	padding: 10px 20px 20px 20px;
}

.left {
	width: 568px;
	float: left;
	text-align: justify;
	padding: 10px 0px 0px 0px;
}

.lilleft {
	width: 250px;
	float: left;
	text-align: justify;
	padding: 0px 0px 25px 25px;
}

.leftvid {
	width: 300px;
	float: right;
	text-align: justify;
	padding: 0px 0px 10px 15px;
}

.ministries {
	margin:3px 20px 10px 20px;
	padding:0px;
	float:left;
	width: 300px;
	height: 100px;
	display: inline;
	min-height:100;
}  

.left h2 {
	color: #3E92EA;
	font-size: 20px;
	font-weight: 100;
	padding : 10px 0 15px 0;
	line-height: 1.2;
}

.left h1 {
	color: #000000;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 0px 25px 8px 25px;
}

.left h3 {
	color: #3E92EA;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 25px 0px 0px 0px;
}

.left h4 {
	color: #000;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 0px 0px 0px 0px;
}

.left h5 {
	color: #3E92EA;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 32px 0px 0px 0px;
}

.right {
width: 150px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}

.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}

.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}

.right a { text-decoration: none }

#top {
	background: #fff;
	padding: 5px 0;
}

#bottom {
	background: #fff;
	padding: 10px 0;
}

.line {
	margin: 20px 30px 10px 30px;
	height: 1px;
	background-color: #CCCCCC;
}

.line2 {
	margin: 20px 30px 16px 30px;
	height: 1px;
	background-color: #CCCCCC;
}

/*message=================================================================================================*/
#Message {
	position: relative;
	float: left;
	width: 565px;
	min-height: 64px;
	overflow: hidden;
	background-image: url(images/bg-latestmessage.jpg);
	background-repeat: no-repeat;
	height: 64px;
}

#Message h2 {
	margin: 6px 0 3px;
	width: 380px;
	height: 16px;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(images/latestmessage.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

#Message p {
	margin-left: 20px;
	width: 283px;
	font: normal 1.0em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}

#Message p a {
	color: #777;
}

#Message p a:hover {
	color: #333;
}

#Message ul {
	position: absolute;
	top: 18px;
	right: 20px;
	height: 27px;
	overflow: hidden;
	list-style: none;
}

#Message li {
	float: left;
}

#Message li a {
	display: block;
	height: 27px;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(images/btn-listendownload.gif);
	background-repeat: no-repeat;
	float: left;
}

#Message li a#listen {
	width: 69px;
	background-position: 0 0;
}

#Message li a#download {
	width: 99px;
	background-position: 100% 0;
}

#Message li a#listen:hover {
	background-position: 0 50%;
}

#Message li a#download:hover {
	background-position: 100% 50%;
}

#Message li a#listen:active {
	background-position: 0 100%;
}

#Message li a#download:active {
	background-position: 100% 100%;
}
/*=================================================================================================*/

/*footer===========================================================================================*/
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:15px 40px 40px 40px;
	font-size:10px;
	margin-bottom: 30px;
	background-color: #333333;
	min-height: 70px;
	color: #FFFFFF;
	border: solid #000000 1px;
} 
  
.footer_column {
	float:left;
	width:150px;
	margin-right:30px;
	margin-bottom: 30px;
}
   
#footer .long {
	width:300px;
	padding-bottom: 20px;
}
   
#footer h3 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
}
   
.footer_column ul li, .footer_column ul {   
    list-style:none;   
    margin:0px;   
    padding:0px;   
}  
/*=================================================================================================*/
