/* Global Media Outreach    CSS
	Author						  Mike Weimer
	Portugues version             Paulo Rocha
	Version						  v1.0 | 07.21.10
	..................................................... */



/**************
	   Reset
***************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,iframe,textarea,p,blockquote,th,td,img,table,a,em,hr,.Explicit,label,label.wrapable, small  { 
	border: 0; 
	margin: 0; 
	padding: 0; 
	background: none;
	list-style: none;
	font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #58656e; 
	line-height: 24px;
	text-decoration: none;
	white-space:none;
	letter-spacing: .3px;
	}
table { border-collapse: collapse; border-spacing: 0; }
input,textarea,select { outline-style: none; outline-width: 0; }
a:focus { -moz-outline-style: none; border:0; }
sup { font-size: 9px; }
input::-moz-focus-inner { border: 0; }


/* Headers 
-------------------------------------------------------------- */
	
h1 {
	font-size: 55px;
	color: white;
	letter-spacing: 1px;
	text-shadow: -1px 0 2px #000a15, 0 1px 2px #000a15, 1px 0 2px #000a15, 0 -1px 2px #000a15;
	width: 960px;
	margin: 264px auto -132px;
	}
	
h2 {
	letter-spacing: .8px;
	color: #A40909;
	margin: 50px 0 10px 0;
	font-family: Georgia;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
h2.block {
	color: #163247;
	border-top: 1px solid #d4dce2;
	border-bottom: 1px solid #d4dce2;
	padding: 13px 0 15px 0;
	text-align: center;
	width: 640px;
	margin: 0 0 40px 0;
	font-family: Georgia;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
	#home h2.block { 
		font: normal 40px "Helvetica Neue", Helvetica, Arial, sans-serif;
		border-top-color: #163247;
		border-bottom-color: #163247;
		width: 960px;
		margin: 80px auto 0;
		cursor: default;
		}
	
h2.block div { 
	font-size: 16px; 
	margin: 6px 0 0 0;
	text-align: center;  
	}

h3 { font-size: 26px; color: #ff3c1b; }

h4 { font-size: 20px; color: #ff3c1b; }

h5 { 
	font-size: 18px; 
	color: #2677B0; 
	line-height: 30px; 
	}
		

/* Global 
-------------------------------------------------------------- */

#boundry {
	background-color: white;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

	#home #boundry { background: none; }
	
#banner {
	height: 310px;
	margin: 0 auto;
	border-bottom: 1px solid black;
	background-color: black;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	#home #banner { height: 487px; border: none; }
	
ul#menu {
	margin: -196px auto;
	width: 500px;
	height: 40px;
	position: relative;
	z-index: 4;
}
	
	#home ul#menu  { margin: -372px auto; }

ul#menu li { float: left; }

ul#menu li#get_the_latest { float: left; }
	
ul#menu a { 
	padding: 7px 17px 9px 17px; 
	display: block; 
	letter-spacing: 1px; 
	color: white; 
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black; 
	font-size: 12px;
	font-weight: bold;
	}
	
ul#menu a:hover, ul#menu a.current_menu { background: #597d96; text-shadow: none; }

ul#menu ul { 
	display: none; 
	position: absolute; 
	top: 40px;
	left: 178px;
	}

ul#menu li#menu_get_involved:hover ul { display: block; }
	
ul#menu li:hover a { background: #597d96; text-shadow: none; }
	
ul#menu ul a {
	padding: 8px 16px;
	background: #597d96;
	text-shadow: none;
	width: 220px;
	border: 1px solid black;
	border-top: none;
	line-height: 20px;
	}
	
ul#menu ul li:first-child a { border-top: 1px solid black; }
	
ul#menu ul a:hover { background: #7fa1b8; }

#donate_container {
	width: 960px;
	height: 106px;
	margin: 0 auto;
	position: relative;
	}
	
#donate_link {
	margin: 18px -2px 0 0;
	float: right;
	width: 256px;
	height: 72px;
	display: block;
	background-image: url(../images/donate2.png);
	background-repeat: no-repeat;
	}
	
#home_link {
	margin: 18px -2px 0 0;
	float: left;
	width: 500px;
	height: 72px;
	display: block;
	}
	
.container { margin: 196px auto; width: 960px; }
	
.col_left { float: left; margin: 40px 0 0; }
	
.col_right {
	float: right;
	margin: 40px 0 200px;
	width: 640px;
	position: relative;
	}
	
	
/* Sub Structure 
-------------------------------------------------------------- */

p { margin: 0 0 10px 0; }

p a { 
	background: #dfe7ea; 
	color: #404e54; 
	border-bottom: 1px solid #bec7cb; 
	padding: 1px 2px 1px; 
	}

p a:hover { 
	background: #96c3d6; 
	color: white; 
	border-bottom: 1px solid #7bb0c7;
	}

.btn, .container ul li a { 
	background: #2677b0; 
	color: white; 
	border-bottom: 1px solid #12466b; 
	padding: 9px; 
	display: inline-block;
	}	

.btn:hover { background: #4095d0; border-bottom: 1px solid #1d6293; }

	.btn.bluegrey { background: #7691a4; border-bottom: 1px solid #546b7b; }
		
	.btn.bluegrey:hover { background: #587285; border-bottom: 1px solid #3d4f5b; }

	.btn.lightblue, .container ul li a { background: #9ebacd; border-bottom: 1px solid #7995a8; padding: 2px 9px;  }
		
	.btn.lightblue:hover, .container ul li a:hover { background: #729EC1; border-bottom: 1px solid #556c7c; }

	.btn.red { background: #a40909; border-bottom: 1px solid #600505; }
		
	.btn.red:hover { background: #840707; border-bottom: 1px solid #460303; }
	
.container ul li {
	background: url(../images/arrow.gif) no-repeat 0 8px;
	margin: 0 0 7px 15px;
	padding: 0 5px 0 15px;
	}
	
.container ul.blue li, .blog_entry ul li { background: url(../images/arrow_blue.gif) no-repeat 0 8px; }
	
.container ul li.greyblue { background: url(../images/arrow_greyblue.gif) no-repeat 0 8px; }
	
.container ul li.list_hdr { 
	background: none; 
	font-weight: bold; 
	padding: 0 5px 0 0;
	}

	.container #current_events ul li { color: #85939E; }

	.container #current_events ul li.greyblue { background-position: 0 11px; }
	
	.container #current_events ul.newsletters li.greyblue { margin: 0 0 7px 20px; }
	
	.container #current_events ul.newsletters li.greyblue.even { margin: -36px 0 7px 110px; }
	
.subcol1, .subcol2 {
	float: left;
	width: 300px;
	font-size: 17px;
}
	
.subcol2 { padding: 0 0 0 40px; background: url(../images/divider_vertical_dark.gif) repeat-y 15px 0; }
	
.subcol2.light { background: url(../images/divider_vert.png) repeat-y 15px 0; }
	
	.always_ready #slide2  .subcol1, .always_ready #slide2 .subcol2, .volunteer #slide2  .subcol1, .volunteer #slide2 .subcol2 { width: 260px; margin: 20px 0 0 0; }
	
	
/* Home 
-------------------------------------------------------------- */

.clickers_container { width: 960px; margin: 45px auto 100px; }

	.get_involved .clickers_container { 
		width: 640px;  
		height: 440px;
		background: url(../images/divider_horz.png) repeat-x 0 396px;
		margin: 45px auto 0;
		}
		
	.get_involved .clickers_container.blue { margin: 0 auto -100px; height: 750px; background-position: 0 740px; }
	
	
/* Slideshow
-------------------------------------------------------------- */

.tab2, .tab3, .tab4, .tab5, .tab6, .tab7, .tab8, .tab9 { display: none; }

#home #slides div img {
	position: absolute;
	top: 8px;
	left: 485px;
	}
	
#home h1 { 
	margin: 0;  
	font-size: 60px; 
	line-height: 60px;
	width: 475px;
	cursor: default;
	}
		
#home #slides h2 {
	color: #C7E1F4;
	font: normal 18px "Helvetica Neue", Helvetica;
	letter-spacing: 0.9px;
	text-shadow: -1px 0 2px #000A15, 0 1px 2px #000A15, 1px 0 2px #000A15, 0 -1px 2px #000A15;
	width: 450px;
	line-height: 28px;
	margin: 8px 0 0 0;
	cursor: default;
	}
	
#home #slides h2 b { color: #e4f1fb; }

#home #slides .btn { 
	margin: 15px 0 0 0;
	padding: 9px 15px;
	background: #2e8fd3;
	border-bottom: 1px solid #08273d;
	font-size: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#home #slides .btn:hover { background: #42a7ed; border-bottom: 1px solid #124264; }

#home #slides .btn b { font-weight: bold; }
	
#container img { position: absolute; left: 430px; top: -10px; }
	
#slides.tab {
	margin: 408px auto 0;
	width: 960px;
	height: 260px;
	position: relative;
	z-index: 3;
	}
	
.tab ul {
	position: absolute;
	top: 241px;
	right: 500px;
	z-index: 5;
	}
	
.tab ul li {
	width: 120px;
	background: #e0e8ee; 
	border-left: 1px solid #c7d3dc;
	border-bottom: 1px solid #c7d3dc;
	padding: 16px 15px;
	cursor: pointer;
	color: #747e87;
	}
	
.tab ul li a {
	width: 120px;
	padding: 16px 15px;
	display: block;
	background: #e0e8ee; 
	}
	
#slides.tab ul li {
	width: 20px;
	height: 15px;
	border: none;
	padding: 0;
	cursor: pointer;
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid black;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
	
#slides.tab ul li:hover, #slides.tab ul li.current_thumb { background: #ff3c1b; }

.tab ul li:hover { background: #eff4f8; border-left: 1px solid #c7d3dc; }

.tab ul li#tab4 a:hover, .tab ul li#tab5 a:hover { background: #eff4f8; }

.tab ul li.current_thumb, .tab ul li#tab4.current_thumb a, .tab ul li#tab5.current_thumb a { background: #eff4f8; border-left: 1px solid #eff4f8; color: #535c63; }




	
.process {
	position: relative;
	width: 300px;
	height: 400px;
	cursor: pointer;
	}
	
	.get_involved .process { width: 200px; height: 130px; cursor: default; }
	
	.get_involved .blue .process { width: 310px; height: 200px; }

.process#clicker2 { margin: -400px 0 0 330px; }

	.get_involved .process#clicker2 { margin: -130px 0 0 220px; }

	.get_involved .blue .process#clicker5 { margin: -200px 0 0 330px; }

.process#clicker3 { margin: -400px 0 0 660px; }

	.get_involved .process#clicker3 { margin: -130px 0 0 440px; }

.bdr_o { border-bottom: 12px solid #FF3C1B; padding:0 0 3px; }

.bdr_b { border-bottom: 12px solid #347BAD; padding:0 0 3px; }

.lightbox .col2 .bdr_b { border: none; border-top: 12px solid #347BAD; margin: 3px 0 5px 0; padding: 20px 0 0 0; }

	.lightbox img.bdr_b { cursor: pointer; }

.process strong {
	color: #b6c6cb;
	font-size: 13px;
	letter-spacing: 1px;
	position: absolute;
	top: 224px;
	left: 0;
	}
	
.process h3 { position: absolute; top: 252px; }

	.process#clicker3 h3 { letter-spacing: .6px; }
	
	.get_involved .process h3 { top: 160px; }
	
	.get_involved .process h3#hdr_shrink { letter-spacing: -.4px; }
	
	.get_involved .blue .process h3 { color: #2677b0; top: 230px; }
	
.process p { position: absolute; top: 283px; }
	
	.get_involved .process p { top: 192px; }
	
	.get_involved .blue .process p { top: 260px; }
	
.process p.learn_more { color: #434f53; top: 348px; left: 210px; }
	
.process span {
	background: #a5b4b8;
	border-bottom: 1px solid #818d90;
	color: white;
	padding: 4px 8px;
	position: absolute;
	top: 372px;
	left: 185px;
	font-weight: bold;
	}
	
	.get_involved .process a { margin: 180px 0 0 106px; }

.lightbox {
	background: white;
	position: absolute;
	top: 106px !important;
	left: 70px;
	display: none;
	opacity: 0.0;
	filter: alpha(opacity=0);
	z-index: 6000;
	height: 950px;
	padding: 30px;
	}
		
	.lightbox#lightbox2 { left: 450px; }
		
	.lightbox#lightbox3 { left: 840px; }
	
.lightbox .col1 {
	width: 300px;
	height: 750px;
	margin: 20px 0 0 0;
	}
	
.lightbox h3 { border-bottom: 4px solid  #ff3c1b; padding: 0 0 6px; }

.lightbox p#floated_illutration_text { letter-spacing:0; }
		
.lightbox h4 { margin: 6px 0 2px 0; }
		
	.lightbox .col2 h4 { margin: 25px 0 5px; }
	
.lightbox img { margin: 12px 0; }
	
#lightbox3 .col1 #col1_illustration1 { cursor: pointer; }
	
.lightbox .col2 {
	float: right;
	width: 400px;
	height: 750px;
	margin: -740px 0 0 0;
	}
	
.quote { 
	background: url(../images/divider_o.gif) repeat-x 0 140px;
	width: 400px;
	height: 150px;
	margin: 5px 0 30px 0;
	}
	
	#lightbox2 .quote { background-position: 0 160px; height: 170px; }
	
	#lightbox3 .quote { background-position: 0 185px; height: 195px; }
	
	.quote.blue { 
		background: none;
		width: 240px;
		height: 150px;
		margin: 40px 0 20px 0;
		}
	
.quote p { color: #c77a72; margin: -45px 55px; }
	
	.quote.blue p { color: #55738a; margin: 5px 0 0 0; font-size: 18px; }

.quote p span { color: #e7aca3; margin: 0 0 0 55px; }

	.quote.blue p span { color: #7394ad; margin: 0; font-size: 14px; }
	
.quote .quote_start {
	background: url(../images/quote_start.png) no-repeat;
	width: 44px;
	height: 36px;
	display: block;
	}
	
	.quote.blue .quote_start {
		background: url(../images/quote_start_blue.png) no-repeat;
		width: 70px;
		height: 60px;
		display: block;
		}
	
.quote .quote_end {
	background: url(../images/quote_end.png) no-repeat;
	width: 44px;
	height: 36px;
	display: block;
	margin: -65px 0 0 355px;
	}
	
	.quote.blue .quote_end {
		background: url(../images/quote_end_blue.png) no-repeat;
		width: 70px;
		height: 60px;
		display: block;
		margin: -45px 0 0 170px;
		}
	
.video_preview {
	background: url(../images/badge_evangelism.jpg) no-repeat;
	width: 400px;
	height: 210px;
	margin: 30px 0 0 0;
	cursor: pointer;
	}
	
	#lightbox2 .video_preview { background: url(../images/badge_discipleship.jpg) no-repeat; }
	
	#lightbox3 .video_preview { background: url(../images/badge_church.jpg) no-repeat; }
	
#col2_illustration1 { float: right; margin: -85px -25px 0 0; }
	
	#lightbox2 #col2_illustration1, #lightbox3 #col2_illustration1 { 
		float: right;
		margin: -256px 0 0 0; 
		}
		
		#lightbox2 #col2_illustration1 { margin: -278px 0 0 0; }
	
.lightbox .col2 h4 { color: #347bad; }

p.bg_o {
	background: #ff3c1b;
	height: 80px;
	margin: -12px 0 10px;
	padding: 15px 5px 10px 15px;
	width: 280px;
	color: white;
	}
	
	#lightbox3 p.bg_o { height: 130px; }

p.bg_o a { background: #FF765F; border-bottom: 1px solid #FF917F; color: white; }

p.bg_o a:hover { background: #ffa495; border-bottom: 1px solid #ffb3a7; }

#clicker_hover_container {
	overflow: hidden;
	width: 300px;
	height: 216px;
	position: absolute;
	top: -2px;
	}
	
#clicker1_hover, #clicker2_hover, #clicker3_hover {
	padding: 20px 0 0 15px;
	margin: 216px 0 0 0;
	background: #ff3c1c;
	width: 285px;
	height: 60px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	}	
	
.lightbox .close { 
	color: #FFD8D1;
	font-size: 18px;
	left: 709px;
	padding: 8px 11px 12px 15px;
	position: absolute;
	top: 9px;
	cursor: pointer; 
	}
	
	
	
/* Lightbox
-------------------------------------------------------------- */
	
.modalInput { display: none; }

.modal {
	opacity: 1;
	width: 740px;
	display: none;
	}

#slide_video_frame.modal {
	top: 106px !important; 
	background: black;
	height: 445px;
	padding: 15px 0 0 50px;
	width: 690px; 
	}
	
#slide_video_frame .close {
	float: right;
	margin: -3px 20px 15px 0;
	cursor: pointer;
	}
	
	
	
/* Blog
-------------------------------------------------------------- */	
	
.blog_entry { margin: 0 0 100px 0; }
	
.blog_info {
	background: #393f42;
	padding: 0 60px 0 0;
	height: 220px;
	position: relative;
	}
	
.blog_info h3 {
	color: #7a8389;
	font: normal 30px georgia;
	position: absolute;
	top: 70px;
	left: 24px;
	}
	
.blog_info h3 div {
	color: #aab3b9;
	font: normal 50px georgia;
	line-height: 25px;
	text-align: center;
	}
	
.blog_info img {
	padding: 0 0 2px 100px;
	border-bottom: 6px solid #2677b0;
	position: absolute;
	top: 0;
	}
	
.blog_entry h3 { 
	color: #8d959b; 
	margin: 0 0 3px; 
	font-size: 24px; 
	display: block; 
	text-align: center;
	letter-spacing: 1px;
	}
	
	.blog_entry #item1 h3 { font-size: 16px; text-align: left; letter-spacing: .3px; }
	
.blog_entry h2 {
	font: normal 50px Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a40909;
	margin: 20px 0 2px 0;
	}
	
.blog_desc span {
	font-size: 16px;
	color: #acb7bf;
	margin: 0 0 4px 0;
	display: block;
	text-indent: 0 !important;
	line-height: 24px !important;
	}

.comments {
	background: url(../images/comments.png) no-repeat;
	position: absolute;
	top: 110px;
	left: 520px;
	color: #c89090;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 10px 24px;
	z-index: 2;
	}
	
.comments div { 
	color: #efd1d1; 
	font: bold 50px Georgia; 
	padding: 0 0 5px 0; 
	text-align: center; 
	line-height: 30px;
	}
	
.commentsblock li {
	background: #edf1f4;
	padding: 20px;
	margin: 0 0 10px 0;	
	}
	
.commentsblock li div a { color: #2677B0; }
	
.blog_entry a.btn { float: right; margin: 30px 0 0 0; }
	
.blog_entry a.btn:hover { background: #729ec1; border-bottom: 1px solid #577e9c; }

.blog_entry #imghdr img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 540px;
	}
	
.blog_entry label { margin: 10px 0 -5px 5px; display: inline; }
	
.entrytitle h2 { display: none; }
	
.share_this { 
	background: url(../images/share_this.png) no-repeat;
	width: 210px;
	height: 180px;
	padding: 20px 15px 20px 20px;
	position: relative;
	}
	
.share_this h4 { color: #324c5d; }
	
.share_this h4 span { color: #0e62a5; }
	
.share_this p { 
	line-height: 22px; 
	font-size: 13px; 
	margin: 5px 0 0 0; 
	color: #324c5d; 
	}
	
.share_this a {
	color: #1c2d38;
	padding: 2px;
	position: absolute;
	top: 125px;
	left: 47px;
	width: 24px;
	height: 24px;
	}
	
.share_this a#email, .share_this a#widget { 
	top: 127px;
	left: 20px;
	padding: 2px 10px 2px 32px;
	width: 58px;
	font-size: 13px;
	}
	
.share_this a#widget { width: 140px; top: 167px; }
	
.share_this a#facebook {
	left: 83px;
}
	
.share_this a#youtube {
	left: 117px;
}
	
.share_this a#twitter {
	left: 151px;
}

.FBConnectButton_Small, .FBConnectButton_RTL_Small { width: 20px !important; }

.FBConnectButton_Small .FBConnectButton_Text { font-size: 1px !important; margin-left: 12px !important; background: none !important; border: none !important; }

.fb_share_count_right, .fb_share_count_nub_right  { display: none !important; }

.FBConnectButton, .FBConnectButton_RTL { background: none !important; }


	
	
	
	
.news_blocks {
	width: 240px;
	margin: 40px 0 0 0;
	position: relative;
	}
	
#hdr_news_items { 
	margin: 0 0 15px 0; 
	width: 240px;
	height: 30px;
	color: #2677b0;
	font-size: 18px;
	text-align: center;
	padding: 12px 0 8px 0;
	border-bottom: 1px solid #2677b0;
	border-top: 1px solid #2677b0;
	} 
	
.news_blocks h5 {
	color: #133c59;
	padding: 5px 5px 10px 0;
	font: normal 18px georgia;
	line-height: 26px;
	}
	
	.news_blocks .newsletters h5 {
		margin: 30px 0 0 0; 
		border-top: 1px solid #CAD4DC;
		padding: 20px 0 10px; 
		}
		
	.news_blocks .newsletters h5:first-child { border: none; margin: -15px 0 0 0; }
	
.news_blocks ul { border-bottom: 1px solid #cad4dc; margin: 0 0 15px 0; padding: 0 0 20px; }
	
.news_blocks ul li.divider_news {
	background: url(../images/divider.gif) repeat-x;
	width: 178px;
	height: 1px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	margin: 15px 0 10px 15px;
	}

.news_blocks > a { margin: 0 0 0 128px; padding: 10px 30px; }



/* Slider
-------------------------------------------------------------- */

h2#hdr, h2.hdr2 {
	background: #173245;
	color: white;
	font: normal 50px georgia;
	letter-spacing: 0.8px;
	margin: 0 0 40px;
	padding: 5px 10px 10px 410px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
	h2.hdr2 { padding: 25px 30px 30px 40px; }
		
	h2.hdr2 div { color: #d1dfe9; }
	
h2.hdr2 div a {
	background: #cadae6;
	border-bottom: 1px solid white;
	padding: 3px 5px;
	color: #112635;
	}

h2.hdr2 div a:hover { background: #e9f1f6; }
	
.badge {
	width: 640px;
	height: 360px;
	cursor: pointer;
	}
	
	#badge_volunteer.badge { background: url(../images/badge_volunteer.jpg) no-repeat; }
	
	#badge_always_ready.badge { background: url(../images/badge_always_ready.jpg) no-repeat; }
	
	#badge_journey.badge { background: url(../images/badge_journey.jpg) no-repeat; }
	
#navigation {
	width: 640px;
	height: 60px;
	background: #ff3c1b;
	position: absolute;
	z-index: 4;
}

#navigation li { 
	float: left; 
	background: url(../images/divider_menu.gif) no-repeat right 15px; 
	position: relative; 
	height: 50px;
	margin: 0;
	padding: 0;
	}
	
#navigation li#navigation_3 { background:none; }

#navigation a {
	color: white;
	font-weight: bolder;
	text-decoration: none;
	padding: 21px 5px 0 48px;
	display: block;
	font-size: 45px;
	width: 160px;
	margin: -5px 0 0 0;
	border: none;
	background: none;
}

	.volunteer #navigation a { padding: 21px 5px 0 60px; width: 148px; }

	#navigation a:hover { background: #A40909; margin: 0; padding: 16px 5px 15px 48px; }

	.volunteer #navigation a:hover { padding: 16px 5px 15px 60px; }

#navigation a.current_menu, #navigation a:hover.current_menu { 
	background: url(../images/nob.png) no-repeat center 0; 
	height: 72px; 
	padding: 21px 5px 0 48px;
	margin: -5px 0 0 0;
	}
	
	.volunteer #navigation a.current_menu, .volunteer #navigation a:hover.current_menu { padding: 21px 5px 0 60px; }
	
	#navigation #nav1 a.current_menu, #navigation #nav1 a:hover.current_menu { background-position: 30px 0; }

#navigation a span { 
	position: absolute;
	top: 8px;
	left: 82px;
	font-size: 13px; 
	line-height: 21px;
	}
	
	.volunteer #navigation a span { left: 95px; }
	
	#navigation li#nav1 a span { left: 76px; }
	
	.volunteer #navigation li#nav1 a span { left: 95px; }
	
img.img_float_r {
	float: right;
	width: 210px; 
	height: 540px;
	margin: 10px 0 0 30px;
	border-bottom: 6px solid #2677b0;
	padding: 0 0 2px 0;
	}
	
#brochure_slide {
	height: 980px;
	overflow: hidden;
	position: relative;
	width: 640px;
	margin: 61px 0 0 0;
	}
	
	.always_ready #brochure_slide { height: 1300px; }
	
#slides { 
	left: 0;
	position: absolute;
	top: 0; 
	}

#slide1, #slide2, #slide3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 980px;
	}
	
	.always_ready #slide1, .always_ready #slide2, .always_ready #slide3 { height: 1300px; }

#slides #slide2 { background: #FF3C1B; left: 640px; width: 560px; padding: 0 40px; }

#slides #slide3 { 
	background: #c3cbd1; 
	left: 1280px; 
	padding: 0 40px 0 80px; 
	width: 520px;  
	}

#slide2 h2 { color: white; margin: 50px 0 10px 0; }

#slide3 h2 { color: #3f4549; margin: 50px 0 10px -40px; }

#slides h4 {
	color: #741200;
	margin: 0 0 5px 0;
	font-family: georgia;
	font-size: 23px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#slide2 p { color: white; }
	
#slide3 p span { 
	display: block; 
	margin: 15px 0 -52px -40px; 
	font: normal 60px georgia; 
	}
	
	
.always_ready #brochure_slide form { margin: 0 0 0 -60px; }
	
	.get_involved .col_right form { background: #c3cbd1; padding: 40px; margin: 210px 0 0 0; }
	
form td, label {
	color: #282b2b;
	padding: 0 10px 0 0;
	position: relative;
	}
	
label { margin: 0 -10px 15px 0; display: block; }

	.get_involved label { text-align: left; margin: 20px 0 -5px; width: 100px; }
	
/*label.error {
	background: #A40909 url(../images/error_bg.gif) no-repeat left 0; 
	padding: 9px 14px 9px 24px;
	margin: -47px 0 0 382px;
	float: left;
	color: white;
	width: 140px;
	}*/
	
label.error { display: none !important; }
	
form td select {
	margin: -7px 0 0 0;
	padding: 3px 0 0 0;
	height: 24px;
	float: left;
	}

form input, textarea {
	background: #d9e0e6;
	border: 1px solid #abb4ba;
	height: 20px;
	margin: 0 0 10px;
	width: 320px;
	color: #282b2b;
	padding: 10px 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

	.get_involved form input { width: 200px; }

form input.error { border: 2px solid red;  }

	.get_involved form input.error { margin: -1px 0 9px -1px; }
	
	#footer form input.error { margin: -1px 0 4px 29px; }
	
	.donate form input.error { margin: -26px 0 29px 99px; }
	
textarea { height: 200px; }

input#ACTION_SUBMIT_SURVEY_RESPONSE, input#submit {
	background: #2677b0; 
	color: white; 
	border: none;
	border-bottom: 1px solid #12466b; 
	padding: 9px; 
	width: 70px;
	height: 100%;
	margin: 0 0 0 148px;
	padding: 8px 10px;
	cursor: pointer;
	float: left;
	}
	
	.get_involved input#ACTION_SUBMIT_SURVEY_RESPONSE { float: none; margin: 0; }
	
	.blog_entry input#submit { width: 140px; margin: 0 500px 30px 0; }

.possibly-related, .postedby, .filedto, #comments { display: none; }

.commentslink { 
	font: 30px Georgia;
	color: #2677B0; 
	line-height: 70px; 
	}
	
.comment-author cite a { font-weight: bold; }
	
.comment-author { margin: 0 0 -20px 0; font-weight: bold; }
	
input#ACTION_SUBMIT_SURVEY_RESPONSE:hover, input#submit:hover { background: #4095d0; border-bottom: 1px solid #1d6293; }

.always_ready p img { float: left; margin: -20px 20px 0 0; }

.always_ready h5 { margin: 0 0 0 147px; font-weight: bold; }

.always_ready .subcol2.format h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 1px;
	}
	
.always_ready .subcol2.format h5 img { float: left; padding: 0 12px 0 0; margin: 7px 0 0 0; }



/* Prayer Partner
-------------------------------------------------------------- */

#prayer_partner_hdr {
	background: #2677b0;
	width: 425px;
	height: 60px;
	color: white;
	font-size: 16px;
	padding: 15px 20px;
	text-align: center;
	position: relative;
	}
	
.donate #prayer_partner_hdr { height: 116px; } 
	
#prayer_partner_hdr span {
	display: block;
	margin: 0 0 0 280px;
	color: #c7dded;
	font-size: 12px;
	}
	
#prayer_partner_container {
	background: #2677b0;
	width: 640px;
	height: 280px;
	}
	
#prayer_partner_container h3 { 
	color: white; 
	float: right; 
	font: normal 33px Georgia; 
	margin: 22px 35px 0 0;
	}

#prayer_partner_container p {
	float: right;
	margin: -218px 30px 0 0;
	width: 260px;
	color: #cedce4;
	}



/* Donate Form
-------------------------------------------------------------- */

.donate_bg {
	background: #C3CBD1;
	padding: 4px 30px 100px 90px;
	width: 520px;
	}
	
.donate input.radio {
	height: 16px;
	margin: 0 6px 15px 0;
	padding: 12px 15px;
	width: 16px;
	}
	
.donate input { margin: -25px 0 30px 100px;  }
	
fieldset { color: #30383e; }
	
.donate legend {
	display: block;
	margin: 0 -10px -10px 0;
	color: #173245;
	float: none;
	}
	
.donate legend.radio_legend { margin: -35px 0 20px 25px; }
	
.donate legend.first_legend { font: normal 20px Georgia; margin: 20px 0 0; }

.donate legend#legend_country { margin: 0 -10px 0 0; }

.donate_bg h2 {
	border-bottom: 1px solid #173245;
	border-top: 1px solid #173245;
	color: #173245;
	font-size: 40px;
	margin: 40px 0 30px;
	width: 460px;
	}

.donate input#level_standardcompact1328amount { margin: -5px 0 35px; }

.donate select { float: left; margin: -25px 0 30px 100px; padding: 3px; }

.donate input#input_card_number { width: 260px; margin: -25px 0 30px 160px; }

.donate input#input_cvv_number { width: 160px; margin: -25px 0 30px 160px; }

.donate select#input_card_type, .donate select#select_exp_date_month { margin: -12px 0 30px 160px; }

.donate select#select_card_exp_date_year { margin: -12px 0 30px 20px; } 

.donate input#submit { margin:0 0 0 160px; }

.block_desc { 
	height: 220px; 
	background: url(../images/divider_horz.png) repeat-x 0 194px;
	}

.block_desc img { 
	float: left; 
	border-right: 6px solid #2677b0;
	padding: 0 2px 0 0;
	margin: 4px 20px 0 0;
	}

.block_desc h3 { color: #2677b0; font: normal 26px Georgia; }

.block_desc p { color: #153f5c; margin: 6px 0 0 0; }

#loader {
	background: url(../images/loader.gif) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 20px;
	left: 20px;
	}


	



	



	
	


	
	
	
	
	

/* Footer
-------------------------------------------------------------- */
	
#bg_footer { background: black; clear: both; }
		
#footer {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center -155px;
}
	
#footer_container {
	margin: 0 auto;
	width: 960px;
	height: 272px;
	}
	
.foot_col {
	width: 260px;
	float: left;
	margin: 26px 60px 0 0;
	position: relative;
	}
	
#footer h3 {
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
	margin: 12px 0 3px 48px;
	letter-spacing: 1px;
	color: #BBCCD8;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
	}
	
/*#donate_btn_foot {
	background: #FF3C1C;
	border-bottom: 1px solid #FF7F6A;
	color: white;
	display: block;
	font-size: 30px;
	height: 42px;
	left: -2px;
	letter-spacing: 1px;
	padding: 14px 22px;
	position: absolute;
	top: 142px;
	width: 218px;
	-moz-border-radius: 8px;
	border: 1px solid #FF7F6A;
	}
	
	#donate_btn_foot div {
		color: #781100;
		font-size: 13px;
		letter-spacing: 0.7px;
		margin: 2px 0 0;
		}*/
		
#donate_btn_foot {
	display: block;
	position: absolute;
	left: -4px;
	top: 145px;
	width: 256px;
	height: 72px;
	}
	
#footer ul { border-top: 1px solid black; margin: 11px 0 0; }
	
#footer ul li { margin: 11px 0 0 0; color: white; text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black; }

#footer ul li#foot_news { margin: -94px 0 0 150px; }

#footer ul li#foot_donate { margin: 7px 0 0 150px; }

#footer #mid_divider {
	background: black;
	height: 78px;
	width: 1px;
	position: absolute;
	top: 30px;
	left: 115px;
	}
	
#footer ul li a {
	color: white;
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
	margin: 0 0 0 -7px;
	padding: 5px 7px;
	letter-spacing: 1px;
	}

#footer ul li a:hover { 
	background: #2677B0; 
	color: white; 
	border-bottom: 1px solid black;
	text-shadow: none;
	color: #eaf6ff;
	}
	
#logo_border { background: black; height: 1px; }

#logo { 
	background: black;
	height: 41px;
	clear: both;
	padding: 16px 0 0 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-align: center;
	}
	
#footer #logo, #logo a { 
	text-align: center;
	color: #a1abb3;
	margin: 0;
	letter-spacing: 1px;
	cursor: default;
	}
	
#logo span { color: #eff8ff; }
		
#newsletter {
	background: none;
	border: 1px solid #00101C;
	height: 206px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	width: 320px;
	z-index: 3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
#newsletter_bg {
	background: black;
	height: 207px;
	left: 0;
	margin: 0;
	opacity: 0.4;
	position: absolute;
	top: 10px;
	width: 322px;
	z-index: 2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
#footer input {
	background: #bbccd8;
	border: 1px solid black;
	color: #081623;
	height: 18px;
	margin: 0 0 5px 30px;
	padding: 7px 15px;
	width: 228px;
	}
	
#footer input#ACTION_SUBMIT_SURVEY_RESPONSE {
	background:#2677B0;
	color:white;
	height:100%;
	padding: 7px 10px;
	width:70px;
	float: right;
	margin: 0 30px 0 0;
	}
	
	#footer input#ACTION_SUBMIT_SURVEY_RESPONSE:hover { background: #4596ce; border: 1px solid black; }



/* Safari
-------------------------------------------------------------- */

@media screen and (-webkit-min-device-pixel-ratio:0) {

	h1 { margin: 264px auto -146px; letter-spacing: 0; }
	
	#footer input#ACTION_SUBMIT_SURVEY_RESPONSE { padding: 4px 10px; }
	
	.get_involved .process h3#hdr_shrink { letter-spacing: -1px; }
	
	.donate legend.first_legend { padding: 20px 0 !important; }
	
	}

