/*general*/
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

html body{
	padding: 0; 
	margin: 0;
    font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	text-align: justify;

}
* body input, * body button{
	color:#000;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

/*website container stuff*/
div#container{
	width: 770px; 
	margin: 0 auto;
}

/*font styles*/
p{
	font-size: 12px
}

a{
	text-decoration: underline;
	color: #fff;
}

a:hover{
	text-decoration: none;
}

.small-text{
	font-size: 9px;
	color: #000;
}

h1, h2, h3{
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}

h1{
	font-size: 18px;
	margin: 0 0 10px 0;
	text-align: left;
}

h1.pagetitle {
	font-size: 40px;
	position: relative;
	left: 20px;
	top: 60px;
	width: 400px;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 15px;
}

h3{
	font-size: 14px;
	margin: 5px 0 0 0;
}

form b{
	color: #fff;
}

form font.red b{
	color: #f00;
	font-size: 13px;
}

ul.stats{
	list-style-type: none;
	line-height: 18px;
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 15px;
}

ul.stats-normal{
	/*list-style-type: none;*/
	line-height: 16px;
	margin: 0;
	font-weight: normal;
	padding: 0 0 0 15px;
}

ul.stats-normal li {
	margin: 0 0 8px 0;
}

.red{
	color: #f00;
}

.black{
	color: #000;
}

.black a {
	color:#000;
}

body.red {
	color: #fff;
}

p.form{
	margin: 0;
	padding: 0;
}

p.city{
	margin-bottom: 0;
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: -27px;
	padding-top: 45px;
	margin-right: 5px;
	margin-bottom: -50px;
	font-size: 500%;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 22px;
	font-size: 500%;
}

blockquote {
	margin: 35px 15px;
	padding: 5px;
	font-size: 120%;
	line-height: 130%;
	font-style: normal;
	background: #777;
} 

/* Search */

#cse-search-results iframe{
	width: 728px;
}

/*header*/

div#header{}

div#header_img{
	width: 770px; 
	height: 70px; 
	background: url(images/header.jpg) no-repeat;
}

div#header_img_sub{
	width: 770px; 
	height: 70px; 
	background: url(images/header_sub.jpg) no-repeat;
}

div#header_nav{
	width: 768px; 
	height: 26px; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000;
}

div#header_nav div{
	float: right;
	margin-right: 5px;
}

.button{
	padding: 2px 5px;
	position: relative;
	/*top: 1px;*/
	background-color: #fff;
	border: 1px solid #000;
	font-weight: bold;
	color: #000;
	font-size: 11px;
}

.button:hover{
	background-color: #ddd;
}

#searchfield{
	height: 14px;
	width: 150px;
	margin: 3px 5px;
	color: #000;
	font-size: 11px
}

div#header_nav_sub div{
	float: right;
	margin-right: 5px;
}

div#header_nav_sub{
	width: 770px; 
	height: 26px;
}

div#animation{
	width: 768px; 
	height: 150px; 
	background: #555;
	border: 1px solid #000;
}

/*header menu*/

.home_link{
	float: right;
    display: block;
    clear: both;
    width: 264px;
    height: 34px;
    text-decoration: none;
    margin-right: 15px;
    margin-top: -34px;
}

body[class=grey] .header_menu {
	width: 770px; 
	height: 50px; 
	background: #333 url(images/menu_bg_grey.png);
}

body[class=green] .header_menu {
	width: 770px; 
	height: 50px; 
	background: #333 url(images/menu_bg_green.png);
}

body[class=yellow] .header_menu {
	width: 770px; 
	height: 50px; 
	background: #333 url(images/menu_bg_yellow.png);
}

body[class=blue] .header_menu {
	width: 770px; 
	height: 50px; 
	background: #333 url(images/menu_bg_blue.png);
}

body[class=red] .header_menu, body[class=general] .header_menu {
	width: 770px; 
	height: 50px; 
	background: #333 url(images/menu_bg_red.png);
}

ul.menu-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 465px;
	height: 50px;
}

ul.menu-list li {
	display: block;
	float: left;
}

ul.menu-list li a{
	display: block;
	width: 92px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

body[class=grey] .menu-item{background: url(images/menu_grey.png);}
body[class=green] .menu-item{background: url(images/menu_green.png);}
body[class=yellow] .menu-item{background: url(images/menu_yellow.png);}
body[class=blue] .menu-item{background: url(images/menu_blue.png);}
body[class=red] .menu-item, body[class=general] .menu-item{background: url(images/menu_red.png);}

#m-news:hover{background: url(images/menu_grey_h.png);}
#m-vision:hover{background: url(images/menu_green_h.png);}
#m-go:hover{background: url(images/menu_yellow_h.png);}
#m-pray:hover{background: url(images/menu_blue_h.png);}
#m-cities:hover{background: url(images/menu_red_h.png);}

/*main menu*/

div#menu{ 
	width: 770px; 
	height: 250px; 
	padding: 10px 0px;
}

#news{
	display: block; 
	width: 154px; 
	height: 250px; 
	background: url(images/block_grey.png) no-repeat; 
	float: left;
}

#news:hover{
	background-position: -154px 0;
}

#vision{
	display: block; 
	width: 154px; 
	height: 250px; 
	background: url(images/block_green.png) no-repeat; 
	float: left;
}

#vision:hover{
	background-position: -154px 0;
}

#go{
	display: block; 
	width: 154px; 
	height: 250px; 
	background: url(images/block_yellow.png) no-repeat; 
	float: left;
}

#go:hover{
	background-position: -154px 0;
}

#pray{
	display: block; 
	width: 154px; 
	height: 250px; 
	background: url(images/block_blue.png) no-repeat; 
	float: left;
}

#pray:hover{
	background-position: -154px 0;
}

#cities{
	display: block; 
	width: 154px; 
	height: 250px; 
	background: url(images/block_red.png) no-repeat; 
	float: left;
}

#cities:hover{
	background-position: -154px 0;
}

/*page menu*/

ul.page_menu{
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
	position: relative;
	top: 100px;
}

ul.page_menu li {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}

ul.page_menu li a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

ul.page_menu li a:hover{
	text-decoration: underline;
}

/*sub menu on the right */

#right_submenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	top: 100px;
}

#right_submenu li {
	margin: 0;
}

#right_submenu li a {
	text-decoration: none;
	color: #ddd;
	font-weight: bold;
	font-size: 13px;
}

#right_submenu li a:hover {
	text-decoration: underline;
}

/*main content area*/

body[class=grey] #main #top{
	background: #000 url(images/sub_head_grey.png) no-repeat top;
	width: 770px;
	height: 125px;
}

body[class=green] #main #top{
	background: #000 url(images/sub_head_green.png) no-repeat top;
	width: 770px;
	height: 125px;
}

body[class=yellow] #main #top{
	background: #000 url(images/sub_head_yellow.png) no-repeat top;
	width: 770px;
	height: 125px;
}

body[class=blue] #main #top{
	background: #000 url(images/sub_head_blue.png) no-repeat top;
	width: 770px;
	height: 125px;
}

body[class=red] #main #top{
	background: #000 url(images/sub_head_red.png) no-repeat top;
	width: 770px;
	height: 125px;
}

body[class=general] #main #top{
	background: #000 url(images/sub_head_general.png) no-repeat top;
	width: 770px;
	height: 125px;
}

#main{
	
}

#main #body{
	width: 728px;
	padding: 20px;
	margin-bottom: 10px;
	border: solid #9e9e9e;
	border-width: 0px 1px 1px 1px;
	background: #000;
}

#main #body table{
	padding: 0;
	margin: 0;
}

#main #body .left{
	width: 480px;
	padding-right: 20px;
	vertical-align: top;
}

#main #body .right{
	width: 230px;
	vertical-align: top;
}

#main #body .right_thin{
	width: 170px;
	border-left: 1px solid #fff;
	padding: 0 0 20px 20px;
}

.bg-white{
	background: #fff;
}

td.contactform{
	width: 450px;
	padding: 0 15px;
}

ul.city-menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.city-menu li{
	/*height: 64px;*/
}

ul.city-menu li.current{
	margin-bottom: 5px;
}

.form input{
	margin-bottom: 5px;
}

/*footer*/

div#footer{
	clear: both;
	padding: 10px; 
	height: 10px;
	background: #f0f0f0 url(images/footer_bg.png) repeat-x;
}

div#footer .footer-right{
	float: right;
    margin-top: -17px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

div#footer .footer-right:hover{
	text-decoration: underline;
}

#footer p{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: -2px 0 0 0;
}

/*   News-system/articles   */
.right_news{
	vertical-align: top;
}

.news_article_big{
	width: 470px;
}

.news_article_small{
	width: 225px;
	padding: 5px;
	float: left;
}

h2.news_title {
	margin: 0;
}

h2.news_title a{
	color: #f00;
	margin: 0;
	text-decoration: none;
}

h2.news_title a:hover{
	color: #f00;
	text-decoration: underline;
}

.news_txt{
	color: #fff;
	margin-top: 5px;
	text-align: left;
}

.news_article_big .news_title{
	font-size: 15px;
	font-weight: bold;
}

.news_article_small .news_title{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.news_article_small .news_left{
	margin: 0 0 5px 5px;
}

small{
	color: #ddd;
	font-size: 10px;
}

.news_img{
	border: 1px solid #fff;
	float: left;
	margin: 0 10px 10px 0;
}

.news_left {
	margin: 0 0 10px 0;
}

.news_article_small .news_left{
	/*width: 150px;*/
}

.news_article_small .news_img{
	
}

hr{
	clear: both;
	color: #ccc;
	background: #ccc;
	height: 1px;
	width: 100%;
}

#archiveSide{
	background: #999;
	padding: 10px;
	width: 190px;
	margin: 0 0 10px 0;
}

#videoSide{
	background: #999;
	padding: 10px;
	width: 190px;
	margin: 0 0 10px 0;
}

#videoSide .archiveList li{
	height: 50px;
}

.right_news {
	font-size: 12px;
	text-align: left;
}

.right_news h2{
	margin: 0 0 5px 0;
}

.right_news ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.right_news a{
	color: #149;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.right_news a:hover{
	text-decoration: underline;
}
.right_news a:hover p{
	text-decoration: underline;
}

.videoThumb{
	float: left;
	margin: 10px;
}

.right_news .videoThumb{
	margin: 0 10px 0 0;
}

.left object{
	margin-left: 0;
}

/*   admin back end stuff   */
.admin_login{
	color: #000;
	padding: 25px;
	width: 200px;
	margin: 200px auto 0 auto;
	border: 1px solid #000;
	background: #eee;
}

ul.adminItemList{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.adminItemList li{
	margin-bottom: 2px;
}

ul.adminItemList li a.one{
	padding: 3px 5px;
	background: #ccc;
	text-decoration: none;
	width: 150px;
	display: block;
}
ul.adminItemList li a.one:hover{
	padding: 3px 5px;
	background: #eee;
}

div.adminImgMngrHolder{
	width: 90%;
	border: 1px solid #000;
	padding: 20px;
	margin: 0 auto;
}

div.adminImgMngrHolder div{
	padding: 20px;
	float: left;
	border: 1px solid #ddd;
}

/*prayer section*/
.user_menu p{
	margin-top: 0;
}

.right_thin p{
	text-align: left;
}

.prayerwallTable{
	border: 1px solid #555;
	width: 100%;
}

.oddRow, .oddRow-reserved {
	background: #555;
}

.evenRow, .evenRow-reserved {
	background: #000;
}

.reserve {
	color: #009900;
}

.remove {
	color: #bb0000;
}

.prayerpoint{
	background: #555;
	padding: 5px;
	margin-bottom: 5px;
}

.prayerpoint h2, .prayerpoint p{
	margin: 0;
}

a.action{

}

a.action-selected{
	font-weight: bold;
}

/*notice on index for when site is not available*/
#sitedown{
	width: 400px; 
	background: #000 url(images/header_sub.jpg) no-repeat top;
	padding: 70px 20px 20px 20px;
	margin: 30px auto 0 auto;
}
#sitedown p a{
	color: #fff;
}
#sitedown table td{
	color: #fff;
	font-size: 12px;
}