@charset "utf-8";
/* CSS Document */

html{
	margin:0;	
}
body{
	background-color:#000;
	margin: 0;
	padding: 0;
}
div,p,hl,h2,h3,h4,ul,a,img{margin:0px;padding:0px;}
li{margin:0px;padding:0px;}
a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	color:inherit;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#090;
}
h2{
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#666;
}
hr{
	margin-top:15px;
	margin-bottom:15px;
	color:#CCC;	
}

								
											/*WRAPPER*/
											
.big_wrapper{
	padding-top:10px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;

}
								
.wrapper{
	border-left:1px solid  #666;
	border-right:1px solid #666;
	padding:0;
	position:relative;
	background-color:#FFF;
	width:800px;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
}
.shadow{
	width:830px;
	height:inherit;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/shadow.png);
	
}
	.wrapperHeader{
		width:802px;
		height:9px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/roundCornersTop.png);
	}
	.wrapperBottom{
		width:800px;
		height:7px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/roundCornersBot.png);
		position:relative;
		z-index:2;
	}
	
											/*HEADER*/
.header{
	height:120px;	
}
	.logo{
		width:186px;
		height:81px;
		float:left;
		margin-top:10px;
		margin-left:15px;
		
	}
	.adresa{
		height:18px;
		float:right;
		margin-top:10px;
		margin-right:15px;
	}
		.adresa p{
			font-family:Verdana, Geneva, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#666;	
		}
											/*LINKBAR*/
	
	
	
	.linkbar{
		background-image:url(../images/linkbar_bg.png);
		width:552px;
		height:42px;
		float:right;
		margin-top:21px;
		margin-right:15px;
	}
		.button{
			width:99px;
			height:32px;
			font-weight:bold;
			color:#FFF;
			padding-top:10px;
		}
			.button:hover{
				background-image:url(../images/hover_gradient.png);
				background-repeat:repeat;
				border-right:1px solid #FFF;
				width:98px;
			}
			
		.button2{
			width:109px;
			height:32px;
			font-weight:bold;
			color:#FFF;
			padding-top:10px;
		}
		.button2:hover{
				background-image:url(../images/hover_gradient.png);
				background-repeat:repeat;
				width:107px;
				border-left:1px solid #FFF;
				border-right:1px solid #FFF;

			}

		.button3{
			width:154px;
			height:32px;
			font-weight:bold;
			color:#FFF;
			padding-top:10px;
		}
			.button3:hover{
				width:152px;
				background-image:url(../images/hover_gradient.png);
				background-repeat:repeat;
				border-left:1px solid #FFF;
				border-right:1px solid #FFF;

			}

		.button4{
			width:94px;
			height:32px;
			font-weight:bold;
			color:#FFF;
			padding-top:10px;
		}
			.button4:hover{
				width:92px;
				background-image:url(../images/hover_gradient.png);
				background-repeat:repeat;
				border-left:1px solid #FFF;
				border-right:1px solid #FFF;

			}

		.button5{
			width:92px;
			height:32px;
			font-weight:bold;
			color:#FFF;
			padding-top:10px;
		}
		.button5:hover{
				width:95px;
				background-image:url(../images/hover_gradient.png);
				background-repeat:repeat;
				border-left:1px solid #FFF;

			}

		.linkbar  li{
			list-style-type:none;
			float:left;
			text-align:center;
		}
												/*SLIDER*/
		
.slider{
	width:754px;
	height:454px;
	margin:0 auto 0 auto;	
}

											   /*CONTENT*/
											   
.content{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	
}
.content2{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	
}
	.content ul{
		margin:0px;
		list-style-type:none;
	}
	.content ul li{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:200;
		color:#666;
		list-style-image:url(../images/arrow.gif);
		margin-left:30px;
	}
	.rightContent{
		width:290px;
		float:right;
		margin-left:20px;
	}
		.rightContentRow{
			width:inherit;
			height:170px;
			margin-top:10px;
		}
		.rightContentRow:hover{
			margin-left:20px;
		}
			.rightContentRow img{
				float:left;	
			}
			.rightContentRowTitle{
				width:100px;
				margin-left:10px;
				margin-right:10px;
				margin-top:10px;
				float:right;
			}
				.rightContentRowTitle h1{
					margin:0;	
				}
		
		.rightContent p{
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:200;
			color:#666;
			text-align:justify;
		}
		
	.leftContent{
		width:450px;
		float:left;
		margin-left:10px;
	}
		.leftContent p{
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			line-height:17px;
			color:#666;
			font-weight:bold;
			text-align:justify;
		}
		.leftContent h1{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			font-weight:bold;
			color:#090;
		}
		.leftContentImg{
			width:90px;
			height:125px;
			margin-left:auto;
			margin-right:auto;
			border:1px solid #CCC;
		}
			.leftContentImg:hover{
				border:1px solid #000;	
			}
		
.contentFooter{
	width:inherit;
	height:1px;
	clear:both;
}
		
											/*FOOTER*/
											
											
.footer{
	z-index:1;
	width:792px;
	height:149px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer_bg.png);
	position:relative;
	top:-10px;
}
	.footer a{
		color:inherit;	
	}
	.footer a:hover{
		color:inherit;	
	}
	.footer a{
		color:inherit;	
	}
	.footer a:visited{
		color:inherit;	
	}
	.footerCopyright{
		width:200px;
		margin-left:auto;
		margin-right:auto;
		clear:both;
	}
		.footerCopyright p{
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:200;
			color:#666;
		}
	.footerLeft{
		width:250px;
		float:left;
		margin-left:10px;
		margin-top:20px;
	}
	.footerMid{
		width:250px;
		float:left;
		margin-left:11px;
		margin-top:20px;
	}
	.footerRight{
		width:250px;
		float:right;
		margin-right:10px;
		margin-top:20px;
		margin-bottom:15px;
	}
	.footerTitle{
		width:inherit;
		margin-bottom:20px;
	}
	.footerTitle h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
		color:#999;
		margin:0;
	}
	
	.footerList{
		width:inherit;
		}
		.footerList ul{
			margin:0px;
			list-style-type:none;
			}
				.footerList ul li{
					font-family:Verdana, Geneva, sans-serif;
					font-size:12px;
					font-weight:200;
					color:#666;
					list-style-image:url(../images/arrow_black.png);
					margin-left:30px;
				}
				.footerList ul li:hover{
					margin-left:40px;	
				}
				
				
				
										/*ETERNITATE*/
										
.row{
	width:inherit;
	margin-bottom:30px;
}	
	.row h1{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#666;
	}
	.rowLeft{
		width:360px;
		float:left;
		margin-left:10px;
	}
		.rowLeft p{
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:200;
			color:#090;	
			font-weight:bold;
			display:inline;
		}
		h3{
			font-family:Verdana, Geneva, sans-serif;
			font-size:18px;
			font-weight:200;
			color:#F60;
			font-weight:bold;
			display:inline;
		}
	.rowRight{
		width:360px;
		float:right;
		margin-right:20px;
	}
		.rowRight p{
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#666;
			font-style:italic;
			display:inline;
		}
		h4{
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#666;
			font-weight:bold;
			display:inline;
		}
		.rowRight h1{
			margin-top:2px;
			margin-bottom:2px;
		}
.detalii{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-top:20px;
	margin-bottom:20px;
}
	.detalii p a{
		color:#090;	
	}
	.detalii p a:hover{
		color:#F60;
	}


										/*BAPTIST INDEPENDENT*/
										
				
.baptistTitle{
	clear:both;
	margin-bottom:30px;
}
.baptistText{
	width:600px;
	float:right;
	margin-bottom:20px;
	margin-right:80px;
}
	.baptistText p{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:200;
		color:#666;
		text-align:justify;		
	}
.baptistText2{
	width:500px;
	float:right;
	margin-bottom:20px;
	margin-right:80px;
}
	.baptistText2 p{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:200;
		color:#666;
		text-align:justify;	
		font-weight:bold;	
	}
	
										/*CONTACT*/
										
.contact{
	width:330px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.contact2{
	width:330px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
}
	.contact2 p{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#666;	
		text-align:center;
	}
	.contact p{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#666;	
		text-align:center;
	}
	.contact h1{
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:200;
		color:#090;
		text-align:center;
		font-weight:bold;
	}
	.contact p a{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:200;
		color:#090;
	}
	.contact p a:hover{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:200;
		color:#F60;
	}
	
.graybg{
	background-color:#999;
	width:790px;
	margin-left:auto;
	margin-right:auto;
	
}
label{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#090;	
}
fieldset{
	width:734px;
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	margin:5px auto 0 auto;
	border:1px solid #7f9db9;
	padding:8px 10px 10px 10px;	
}
form p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#F60;	
	display:inline;
	margin-left:10px;
}	
h6{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#F60;	
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;	
}

										/*MEDIA*/
										
.pic{
	position:relative;
	margin-left:33px;
	width:150px;
	height:150px;
	float:left;
	margin-bottom:20px;
	border:1px solid #999;
	background-color:#000;
	text-align:center;
}
	.pic img{
		width:150px;
		position:absolute;
		top:0px;
		left:0px;
	}
.content img{
	border:none;	
}
.mediaTitle{
		width:inherit;
		margin-left:8px;
		margin-top:20px;
		margin-bottom:20px;
		clear:both;
}
	.mediaTitle h1{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#090;
	}
