@charset "UTF-8";
/* CSS Document */




#banner {
	background: url(../../images/banner/contact.jpg) 77px 32px no-repeat;
}

#leftColumn #DNA {
	width: 273px;
	height: 180px;
	margin: 5px 0 0 0;
	padding: 69px 0 0 35px;
	background:url(../../images/BG_dna.png) no-repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #472a00;
}

#leftColumn #DNA ul {
	display:block;
	margin: 10px 0 0 20px;
	list-style: url(../../images/Bullet_arrowLargeWhite.gif);
	clear:both;
	}
	
#leftColumn #DNA li a, #leftColumn #DNA li a:link, #leftColumn #DNA li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; !important
	font-size: 17px; !important
	line-height: 18px; !important
	text-align: left;
	text-decoration: none;
	color: #472a00;
	}
	
#leftColumn #DNA li a:hover, #leftColumn #DNA li a:focus {
	text-decoration: none;
	color: #fef3cf;
	}
	


#contents {
	width: 331px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden;
}

#contents h1 {
	height: 18px;
	width: 331px;
	display: block;
	background: url(../../images/subheads/contactUs.gif) 6px 0 no-repeat;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	text-indent: -2000px;
}

#contents p {
	padding: 10px 6px 0 6px;	
}

#photo {
	width: 389px;
	background: url(../../images/photos/getInvolved_photo.jpg) no-repeat;
	height: 310px;
	float: left;
	margin: 0 0 25px 39px;
}
html>body #photo {
	margin-left: 77px;
}



/* -------- Form Elements -------- */

form{
	padding: 20px 0 0 0;	
}

label{
	font: 12px/12px bold Arial, Helvetica, sans-serif;
	color: #472a00;
	padding: 10px 0 0 5px;
	clear:both;
}

#textFieldContainer {
	width: 331px;
	height:46px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}

html>body #textFieldContainer {
	padding:0 0 6px 0;	
}

#textField {
	background:url(../../images/textField_middle.png) repeat-x;
	display: block;
	height:46px;
	width: 311px;
	float: left;
}

#textField-left {
	background:url(../../images/textField_left.png) left no-repeat;
	display: block;
	height:46px;
	width: 10px;
	float: left
}

#textField-right {
	background:url(../../images/textField_right.png) right no-repeat;
	display: block;
	height:46px;
	width: 10px;
	float: left
}

input {
	border: none;
	padding: 6px 0 0 5px;
	margin-top: 10px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #472a00;
	background: none;
	width:306px;
	border-style: none;
}

select {
	padding: 5px 0 5px 5px;
	margin: 3px 6px 10px;
	color: #472a00;
	background: #fff;
	border: none;
	width: 321px;
}

#textAreaContainer {
	width: 331px;
	height:176px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0 0 10px 0;
}

#textArea-middle {
	background:url(../../images/textArea_middle.png) repeat-x;
	display: block;
	height:176px;
	width: 311px;
	float: left;
}

#textArea-left {
	background:url(../../images/textArea_left.png) left no-repeat;
	display: block;
	height:176px;
	width: 10px;
	float: left;
}

#textArea-right {
	background:url(../../images/textArea_right.png) right no-repeat;
	display: block;
	height:176px;
	width: 10px;
	float: left;
}

textarea {
	border: none;
	padding: 16px 0 0 5px;
	margin-top: 7px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #472a00;
	background: none;
	width: 306px;
	height: 140px;
	border-style: none;
	overflow: auto;
}
html>body textarea {
	margin-top: 0;	
}

#churchPhoto {
	padding: 25px 0 0 0;
}
html>body #churchPhoto {
	padding: 25px 0 0 0;
}

#contactInfo {
	width: 190px;
	height:auto;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	clear: both;
}

#contactInfo p {
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #472a00;
	padding: 3px 0 3px 0;
}


#contactInfo h3 {
	font: 15px/16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #472a00;
	padding: 15px 0 10px 0;
	width: 190px;
	margin: 0 auto;
}

#contactInfo p.pastor {
	width: 177px;
	background: url(../../images/Bullet_arrow.gif) 0 5px no-repeat;
	padding: 0 0 10px 15px;
	margin: 0 auto;
	text-align: left;
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #472a00;
}
html>body #contactInfo p.pastor {
	background: url(../../images/Bullet_arrow.gif) 0 4px no-repeat;
}


#contactInfo p.pastor a,
#contactInfo p.pastor a:link,
#contactInfo p.pastor a:visited {
	text-decoration: none;
	color: #472a00;
	font-weight: bold;
}

#contactInfo p.pastor a:hover,
#contactInfo p.pastor a:focus{
	text-decoration: none;
	color: #B67200;
}

#submitBG {
	width: 114px;
	height: 29px;
	display:block;
	overflow:hidden;
	background:url(../../images/submitBG.png) no-repeat;
	padding: 14px 0 0 0;
	float: right;
	cursor:pointer;
}

#submitBG a,
#submitBG a:link,
#submitBG a:visited{
	width: 62px;
	height:17px;
	display: block;
	margin: 0 auto;
	background:url(../../images/submit_btn.gif) 0 0 no-repeat;
}

#submitBG a:hover,
#submitBG a:focus{
	background:url(../../images/submit_btn.gif) -62px 0 no-repeat;
}




