@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: raleway;
}
body {
	background-image: url(../images/bg/gbc_bg_img1.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px auto;
	width: 1100px;
}

/*header*/
.header {
	float: left;
	width: 100%;
	padding: 15px 0px 10px 0px;
}
.logo {
	float: left;
	width: 500px;
}
.verse-text {
	float: right;
	width: 500px;
	font-size: 15px;
	color: rgb(100,5,5);
	font-style: italic;
	margin-top: 70px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: rgb(100,5,5);
	margin-bottom: 10px;
}
h2 {
	font-size: 34px;
	font-weight: normal;
	color: rgb(250,251,245);
	text-shadow: -1px 1px 5px rgb(100,5,5);
	margin-bottom: 10px;
	margin-top: 15px;
	letter-spacing: 1.2px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: rgb(100,5,5);
	margin-bottom: 10px;
}

/*church info*/
.church-info {
	float: left;
	width: 1060px;;
	margin: 20px 0px 20px 0px;
	font-size: 18px;
	color: rgb(51,51,51);
	line-height: 24px;
	background-image: url(../images/bg/gbc_bg_mainSec.jpg);
	padding: 20px;
	box-shadow: -1px 1px 3px 3px rgb(221,221,221);
}
.church-info img {
	float: right;
	margin: 0px 0px 0px 30px;
}

.bulletin {
	float: left;
	width: 1060px;
	padding: 30px 20px;
	margin: 20px 0px 30px 0px;
	background-image: url(../images/bg/gbc_bg_mainSec.jpg);
	box-shadow: -1px 1px 3px 3px rgb(221,221,221);
	font-size: 24px;
	color: black;
	line-height: 20px;
	text-align: center;
}
.bulletin img {
	width: 20%;
	margin: 10px 0 30px 0;
}
.bulletin-font1 {
	font-size: 22px;
}
.bulletin-font2 {
	font-size: 20px;
}

/*content*/
.content-graphics {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
	font-size: 16px;
}
.main-graphics {
	float: left;
	width: 350px;
	height: 120px;
	font-size: 18px;
	color: rgb(250,251,245);
	font-weight: lighter;
	text-align: center;
	margin-right: 23px;
	box-shadow: -1px 1px 3px 3px rgb(201,201,201);
	padding: 10px 0px 10px 0px;
}
/*page content*/
.content {
	float: left;
	width: 1060px;;
	margin: 20px 0px 20px 0px;
	font-size: 18px;
	color: rgb(51,51,51);
	line-height: 24px;
	background-image: url(../images/bg/gbc_bg_pageContent.jpg);
	padding: 20px;
	box-shadow: -1px 1px 3px 3px rgb(221,221,221);
	min-height: 400px;
}
.content a {
	color: rgb(51,51,51);
	text-decoration: none;
}
.content ul {
	margin-left: 20px;
	margin-bottom: 60px;
}
.content .nl-links a {
	color: rgb(100,5,5);
	text-decoration: none;
}
.map {
	float: left;
	width: 600px;
	margin-top: 30px;
}
.loc-address {
	float: right;
	width: 400px;
	font-size: 16px;
	color: rgb(51,51,51);
	text-align: center;
	line-height: 20px;
	margin-top: 30px;
}
.loc-address a {
	color: rgb(51,51,51);
	text-decoration: none;
}
/*contact us*/
.contactus {
	float: left;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-label {
	float: left;
	width: 160px;
	vertical-align: middle;
	line-height: 40px;
}
.contact-input {
	float: left;
	width: 400px;
	height: 40px;
	font-size: 18px;
	color: rgb(81,81,81);
	text-indent: 10px;
	font-style: italic;
	font-weight: lighter;
}
.contact-message {
	float: left;
	width: 400px;
	height: 100px;
	font-size: 18px;
	color: rgb(81,81,81);
	text-indent: 10px;
	font-style: italic;
	line-height: 30px;
	font-weight: lighter;
}
.contact-captcha {
	float: left;
	width: 160px;
	height: 40px;
	font-size: 18px;
	color: rgb(81,81,81);
	text-indent: 10px;
	font-style: italic;
	font-weight: lighter;
}
.contact-select {
	float: left;
	width: 400px;
	height: 40px;
	font-size: 18px;
	color: rgb(81,81,81);
	background: none !important;
}
.contact-submit {
	float: left;
	width: 200px;
	font-size: 18px;
	font-weight: 550;
	color: rgb(100,5,5);
	height: 40px;
	background: none;
	cursor: pointer;
	margin-left: 160px;
	margin-top: 30px;
}
.contacting-text {
	float: left;
	width: 100%;
	margin-top: 30px;
}

/*doctrin*/
.doctrin {
	float: left;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.doc-header {
	color: rgb(100,5,5);
	font-style: italic;
}
.doc-verse-link a {
	color: rgb(100,5,5);
	text-decoration: none;
}
