/** Reset Pre Designed Tags **/
:link,:visited {
	text-decoration: none;
}

ul,ol,dl {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,div
	{
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

i {
	display: none;
}

a {
	color: white;
}

/**
 * Presets Rules
 */
.align-left { text-align:left; }
.align-right { text-align:right; }
.align-center { text-align:center; }

body {
	width: 1000px;
	padding: 0px;
	margin: auto;
	background: #036 url(../images/main/bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

#header,#contents,#footer {
	position: relative;
	width: 1000px;
	display: inline-block;
}

#header {
	height: 150px;
	background: url(../images/bg.png) repeat-x;
}

#header-image {
	position: absolute;
	top: 0px;
	margin-left: -70px;
	display: inline-block;
}

#menu {
	position: absolute;
	top: 90px;
	width: 1000px;
	height: 40px;
	background: url(../images/main/menu-bar.png) no-repeat;
	display: inline-block;
}

#menu-links {
	padding: 0px;
	margin: 11px 0px 0px 0px;
	text-align: center;
	font-size: 13px;
	color: white;
}

#menu-links a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin: 0px 2px;
}

#menu-links a:hover {
	color: #ff0;
}

#contents {
	background: white url(../images/main/contents.png) no-repeat top center;
}

#content {
	display: inline-block;
	min-height: 100px;
	width: 970px;
	padding: 0px;
	margin: 15px;
}

#contents-bottom {
	width: 1000px;
	height: 10px;
	display: inline-block;
	background: white url(../images/main/contents-bottom.png) no-repeat;
}

#footer {
	text-align: center;
	margin: 10px 0px;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}


/** 
* Prayer Requests
**/
.prayerrequest_form li{
	padding:5px 0;
}
.prayerrequest_form label{
	width:120px;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	font-weight:bold;
	vertical-align:top;
	padding:2px 0 2px 20px;
	color:#000055;
}
.prayerrequest_form label span{
	font-size:10px;
	font-weight:normal;
	color:#999999;
}

.prayerrequest_form input[type=text] {
	border:1px solid 777777;
	height:20px;
	width:300px;
	padding:2px;
	font-size:15px;
}
.prayerrequest_form select {
	border:1px solid 777777;
	height:28px;
	width:308px;
	font-size:15px;
	padding:2px;
}
.prayerrequest_form textarea {
	border:1px solid 777777;
	height:120px;
	width:480px;
	padding:5px;
}

.prayerrequest_form span.form_message_error{
	width:210px;
	display:inline-block;
	font-size:11px;
	vertical-align:top;
	padding:0 0 0 5px;
	color:#ee0000;
}
.prayerrequest_form span.form_message_error_textarea{
	width:500px;
	display:inline-block;
	font-size:11px;
	vertical-align:top;
	padding:0 0 0 5px;
	color:#ee0000;
	margin:0 0 0 140px;
}
#contents-prayer_request p{
	font-size:11px;
}

#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

.no_border {
	border: 0px;
}

.page-box {
	width: 725px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	background: url(../images/main/box-center.png) repeat-y;
	float:right;
}

.page-box-top,.page-box-center,.page-box-bottom {
	width: 725px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.page-box-top {
	background: url(../images/main/box-top.png) no-repeat;
	min-height: 15px;
}

.page-box-center {
	/* background:url(../images/main/box-center.png) repeat-y; */
	text-align: center;
}

.page-box-bottom {
	background: url(../images/main/box-bottom.png) no-repeat;
	height: 15px;
}

.page-box-content {
	width: 700px;
	margin: 0px 12px;
	padding: 0px;
	text-align: left;
}

.side-ads {
	width: 230px;
	height: 700px;
	margin: 0px 15px 0px 0px;
	display: inline-block;
	background: url(../images/side/resources.png) no-repeat;
	float:left;
}

.side-ads ul {
	margin: 70px 0 0 30px;
}

.side-ads li {
	margin-bottom: 25px;
}

.panel{
	display:inline-block;
	float:left;
}

.textbody p{
	color:#333;
	margin-bottom:10px;
	font-size:1.1em;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica;
}

/** Homepage **/
#home-top{
	display:inline-block;
	width:100%;
	height:335px;
}
#home-middle{
	display:inline-block;
	width:100%;
	height:600px;
	margin-top:25px;
}
#home-slides{
	width:610px;
	height:335px;
	background:url(../images/home/home-slide-bg.png) no-repeat;
	display:inline-block;
	float:left;
}
#home-slides img{
	width:585px;
	height:290px;
}
#slider {
	margin:9px 0 0 11px;
}

#home-buttons {
	width:335px;
	height:335px;
	display:inline-block;
	float:right;
	margin-right:5px;
}
#home-buttons .online-radio{
	margin-top:10px;
	display:inline-block;
}

#home-ministry-updates{
	width:270px;
	height:600px;
	background:url(../images/home/ministry-updates.png) no-repeat;
}
#home-contents{
	width:480px;
	margin:0 10px;
}
#home-resources{
	width:200px;
	height:600px;
	background:url(../images/home/resources.png) no-repeat;
}

#home-ministry-updates ul{
	width:225px;
	margin:50px 0 0 22px;
}
#home-ministry-updates li{
	height:57px;
	margin-top:8px;
	background:url(../images/home/updates-row.png) no-repeat;
}
#home-ministry-updates img{
	width:80px;
	height:49px;
	border:1px solid #aaa;
	margin:3px 5px;
	float:left;
}
#home-ministry-updates h3{
	width:130px;
	float:left;
	margin-top:10px;
	color:#333;
	font-weight:bold;
	font-size:12px;
}
#home-ministry-updates a{ color:#333;}
#home-ministry-updates a:hover{ color:#555;}
.home-prayer-request{
	width:480px;
	height:191px;
	background:url(../images/home/prayer-request.jpg) no-repeat;
}
.home-prayer-request p, .home-prayer-request a{
	padding:0px;
	position:relative;
}
.home-prayer-request-verse{
	width:440px;
	font-size:13px;
	font-weight:bold;
	color:white;
	text-shadow:-0.1em 0.0em 0.2em #000;
	margin:50px 20px 0px 20px;
	font-family:Arial;
	text-align:center;	
}
.home-prayer-request-quote{
	width:255px;
	height:85px;
	font-size:10px;
	margin:5px 0px 0px 20px;
}
.home-prayer-request-button{
	width:190px;
	height:50px;
	margin:33px 0px 0px 5px;
}

#home-videos{
	width:480px;
	height:190px;
	margin-top:15px;
	background:url(../images/home/videos.jpg) no-repeat;
}

#home-videos #video-list{
	position:relative;
	float:right;
	width:273px;
	height:135px;
	right:15px;
	top:18px;
}
#home-videos #video-list li{
	width:270px;
	height:31px;
	background:#cccccc url(../images/home/video-list.gif) no-repeat;
	margin-bottom:3px;
	overflow: hidden;
}
#home-videos #video-list a{
	color:#333333;
	font-size:11px;
	position:relative;
	left:35px;
	top:9px;
	display:block;
	width:500px;
}
#home-videos #video-list a:hover{text-decoration:underline;}

#home-videos #video-thumb{
	position:relative;
	float:left;
	width:140px;
	height:110px;
	left:25px;
	top:35px;
}

#home-videos #video-link-list{
	position:relative;
	float:right;
	width:450px;
	height:20px;
	right:12px;
	top:30px;
	text-align:right;
}
#home-videos #video-link-list a{color:#333333;}
#home-videos #video-link-list a:hover{text-decoration:underline;}

#home-galleries{
	width:480px;
	height:190px;
	margin-top:15px;
	background:url(../images/home/videos.jpg) no-repeat;
}

.home-side-ads ul { margin: 50px 0 0 15px; }
.home-side-ads li { margin-bottom: 10px; }

/** Live Broadcast **/
#contents-live-broadcast {
	height:570px;
}
#live-broadcast-widget {
	width:400px;
	display:inline-block;
	margin:10px 20px 10px 20px;
}
#live-broadcast-messenger {
	width:250px;
	display:inline-block;
	margin:10px 0px;
}
#live-broadcast-share {
	text-align:right;
	color:#333;
	width:670px;
	height:30px;
	display:inline-block;
	margin:10px 0 5px 0;
}
#live-broadcast-share a{
	color:#333;
}
#live-broadcast-share .addthis_toolbox {
	float:right;
}


/** About Us **/
#contents-about_us .topheader {
	width:100%;
	text-align:center;
}
#contents-about_us .topheader h1{
	color:red;
	font-weight:bold;
	font-size:17px;
}
#contents-about_us .topheader h2{
	color:blue;
	font-weight:bold;
	font-size:14px;
}
#contents-about_us .topheader h3{
	font-weight:bold;
}

#contents-about_us .middlebody h3{
	font-size:1.4em;
	margin:10px 0 5px 0;
	display:inline-block;
	font-weight:bold;
	color:#222;
	
}
#contents-about_us .middlebody p{
	text-align:justify;
}
#contents-about_us .middlebody p.verse{
	font-size:0.9em;
	width:640px;
	margin-left:40px;
}
#contents-about_us .middlebody p.center{
	text-align:center;
}

/** Articles **/
#contents-articles div.mini-box{
	width:220px;
	height:110px;
	float:left;
	margin:20px 2px 10px 10px;
}
#contents-articles div.big-box{
	width:685px;
	height:110px;
	float:left;
	margin:20px 0 20px 10px;
	background:#eeeeee;
	border:1px solid #777;
}

/** Events **/
#contents-events h2 {
	padding: 0px;
	margin: 20px 0 0;
	color: #037;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana;
}

#contents-events hr {
	padding: 1px;
	margin: 2px 0px;
	border-top: 1px solid #999;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 700px;
}

#contents-events h3 {
	padding: 0px;
	margin: 10px 10px 5px 10px;
	color: #c00;
	font-size: 13px;
}

#contents-events h3 a {
	text-decoration: none;
	color: #c00;
}

#contents-events h3 a:hover {
	text-decoration: underline;
}

#contents-events p {
	padding: 0px;
	margin: 5px 10px 10px 10px;
	font-size: 12px;
	display: inline-block;
}

.contents-events-row-0,.contents-events-row-1 {
	display: inline-block;
	width: 700px;
	margin: 10px 0px 0px 0px;
}

.contents-events-row-0 {
	background: #eaeaea;
}

.contents-events-row-1 {
	background: #f7f7f7;
}


/** Contact Us **/
#contents-contact_us {
	text-align: center;
}

.contact_us-items {
	width: 330px;
	height: 300px;
	display: inline-block;
	background: url(../images/contact_us/content-wrap.png) no-repeat;
	text-align: center;
}

.contact_us-items h2 {
	font-size: 30px;
	color: #600;
	width: 330px;
	text-align: center;
	display: inline-block;
	padding: 0px;
	margin: 65px 0px 25px 0px;
	font-weight: normal;
	font-family: Arial;
}

.contact_us-items strong {
	font-size: 15px;
}


/** TV and Radio **/
#tv_radio_menu {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 8px;
	display: inline-block;
}

#tv_radio_menu li {
	width: 150px;
	height: 30px;
	padding: 0px;
	margin: 0px 1px 0px 0px;
	display: inline-block;
	text-align: center;
}

#tv_radio_menu a {
	margin: 7px 0px 0px 0px;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}

.tv_radio_menu_selected {
	background: #369;
}

.tv_radio_menu_selected a {
	color: white;
}

.tv_radio_menu_not_selected {
	background: #ccc;
}

.tv_radio_menu_not_selected a {
	color: #444;
}

#tv_radio_contents {
	width: 685px;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	background: #e4e3e3;
	display: inline-block;
	border: 1px solid #369;
}

#tv_radio_contents h1 {
	padding: 0px;
	margin: 10px 10px;
	font-size: 17px;
	color: #036;
}

#tv_radio_contents h3 {
	padding: 0px;
	margin: 2px 10px;
	font-size: 13px;
}

#tv_radio_contents p {
	padding: 0px;
	margin: 0px 10px 15px 10px;
	display: inline-block;
}

#tv_radio_contents p span{
	color: #777;
}

#tv_radio_contents p.center {
	padding:20px 0 10px 0;
	margin:0;
	text-align:center;
	line-height:20px;
	width:100%;
}

#tv_radio_contents p.center a {
	color:#000055;
}

#tv_radio_contents p.center a:hover {
	color:#000099;
	text-decoration:underline;
}

#tv_radio_contents .area_list{
	margin-left:50px;
	margin-bottom:20px;
}
#tv_radio_contents .area_list li{ 
	padding-bottom:1px;
}
#tv_radio_contents .area_list strong{
	color:#333;
	padding-right:10px;
	padding-bottom:3px;
}


/** Services **/
#services_details {
	width: 245px;
	display: inline-block;
	padding: 0px;
	margin: 20px 10px 10px 10px;
	vertical-align: top;
}

#services_details span {
	width: 245px;
	height: 33px;
	background: url(../images/services/heading.jpg);
	display: inline-block;
	text-align: center;
}

#services_details h2 {
	color: white;
	font-size: 13px;
	padding: 0px;
	margin: 7px 0px;
}

#services_details p {
	width: 240px;
	padding: 0px;
	margin: 10px 0px 10px 5px;
	display: inline-block;
	color: #333;
	font-size: 13px;
}

#services_image {
	width: 430px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}




/** Videos **/
.video-page-box-content {
	width: 480px;
	margin: 0px 12px;
	padding: 0px;
	text-align: left;
	float: left;
}
.video-page-box-content-detail {
	width: 700px;
	min-height:405px;
	margin: 0px 12px;
	padding: 0px;
	text-align: left;
	float: left;
}

.video-list {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 480px;
	height: 110px;
	background: url(../images/videos/video-row-bg.png) no-repeat;
	/**border:2px solid #ddd;**/
}

.video-list img {
	border: 1px solid #999;
	padding: 1px;
	margin: 8px 10px;
	float: left;
}

.video-list h3 {
	width: 310px;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	float: left;
	font-size: 11px;
	color: #005;
	font-weight: bold;
}

.video-list p {
	display: inline-block;
	float: left;
	width: 325px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	color: #444;
}

.video-list span {
	display: inline-block;
	float: left;
	bottom: 5px;
	right: 15px;
	width: 320px;
	text-align: right;
	position: absolute;
	color:#333;
}

.video-list a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.video-list a:hover {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

.video-page-side-list {
	width: 200px;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

.video-page-side-list-header-wrap {
	width: 200px;
	height: 33px;
	display: inline-block;
	background: url(../images/videos/side-header.gif) no-repeat;
	text-align: center;
}

.video-page-side-list h3 {
	margin: 8px 0px;
	font-size: 13px;
	color: white;
}

.video-page-side-list ul {
	width: 180px;
	margin: 10px 10px 20px 10px;
	padding: 0px;
	list-style: none;
}

.video-page-side-list li {
	padding: 0px;
	margin: 2px 0 10px 0;
	text-align: left;
}

.video-page-side-list li a {
	font-size: 11px;
	text-decoration: none;
	color: #333333;	
}

.video-page-side-list li a:hover {
	text-decoration: underline;
}

.video-detail-wrap {
	width: 700px;
	margin: 0px 12px;
	padding: 0px;
	text-align: left;
}

.video-detail-header {
	font-size: 15px;
	font-weight: bold;
	margin-bottom:10px;
	color:#222;
}

.video-detail-embed {
	text-align: center;
	margin: 20px 0px;
	padding: 0px;
	display: block;
}

.video-detail-nav {
	display: block;
	width: 550px;
	margin: 0px auto;
}

.video-detail-nav {
	text-align: center;
}

.video-detail-prev,.video-detail-next {
	display: inline-block;
	width: 140px;
}

.video-detail-prev {
	float: left;
	text-align: left;
}

.video-detail-next {
	float: right;
	text-align: right;
}

.video-detail-current {
	display: inline-block;
	width: 270px;
	float: left;
	font-size: 15px;
	font-weight: bold;
}

#video-detail-embed {
	width:425px;
	display:inline-block;
	margin-left:5px;
}
#video-detail-info {
	width:240px;
	height:332px;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	padding:5px;
	border:1px solid #aaa;
}
#video-detail-info a{
	color:#333;
}
#video-detail-info strong {
	color:#333;
}
#video-detail-info label {
	color:#333;
	width:50px;
	display:inline-block;
	font-weight:bold;
	font-size:11px;
}

#video-detail-info p{
	margin-top:2px;
	color:#555;
	font-size:11px;
}

#video-detail-info .share-link{
	padding:2px;
	font-size:11px;
	width:170px;
	border:1px solid #777;
}

#contents-video-info h2,#contents-video-info ul,.video_info_thumb {
	margin-left:5px;
}
#contents-video-info {
	height:407px;
}
#contents-video-info p{
	display:inline-block;
	float:left;
	margin-left:10px;
	width:300px;
	height:65px;
	background:#eee;
	padding:5px;
	font-size:11px;
}
.video_info_thumb {
	border:1px solid #999;
	padding:1px;
	background:#ddd;
	float:left;
}
.video_info_strong {
	display:inline-block;
	float:left;
	margin-left:10px;
	width:300px;
	margin-bottom:5px;
}
#contents-video-info ul{
	display:inline-block;
	float:left;
	margin-top:20px;
}

#contents-video-info ul strong {
	width:80px;
	display:inline-block;
}
#contents-video-info ul li{
	margin-bottom:10px;
}
#contents-video-info ul a {
	color:#333;
}
#contents-video-info ul a:hover{
	font-weight:bold;
	text-decoration: underline;
}
#contents-video-info .share-link{
	padding:2px;
	font-size:11px;
	width:350px;
	border:1px solid #777;
}

/** Resources **/
#contents-resources h2 {
	color: #003366;
	font-size: 15px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	font-weight: bold;
}

.resource-list li {
	width: 225px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.resource-list li.left {
	margin-right: 10px;
}

.resource-list li.middle {
	margin-right: 10px;
}

.resource-list li.right {
	margin-right: 0px;
}

.resource-list h3 {
	font-weight: bold;
	color: #003366;
}

#contents-resources p.dvd_solo {
	padding:0;
	margin:0;
	text-align:center;
	width:100%;
}
