/*CSS for the Contact Form - Bayridge Alliance Church*/

*, html{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	background: url(../images/bg-stripe-blue.gif) repeat-y;

}

h1{
	display: none;
}

h2 {
	font-size: 1.5em;
	margin-left: 15px;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.2em;
	margin-left: 15px;
	color: #465c74;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{
	color: #c9b9a5;
	text-decoration: underline;
}

span{
	color: #465c74;
	font-size: 1.2em;
	font-weight: bold;
}

/* #contentform
===========================================*/
#contentform{
	padding-top: 0px;
	width: 510px;
	background: url(../images/bg-stripe-blue760.gif) repeat-y;
}

#contentform a{
	color: #465c74;
	font-weight: bold;
}

#contentform p{
	text-align: left;
	margin-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	line-height: 1.4em;
}

#contentform address {
	font-style: normal;
	margin-left: 15px;
	margin-bottom: 25px;
}

#contentform img.map {
	margin-left: 15px;
}

#contentform ul {
	margin-left: 50px;
	margin-top: -10px;
	list-style-type: square;
	line-height: 1.4em;
}

#contentform li a{
	text-decoration: none;
}

#contentform li a:hover {
	text-decoration: underline;
}

/*#nav
==============================================================*/
#nav{
	float: right;
	clear: none;
	width: 210px;
	margin-top: -910px;
	line-height: 3em;
	font-weight: bold;
}

#nav a{
	color: #fff;
	text-decoration: none;
}

#nav a:hover{
	color: #c9b8a5;
	text-decoration: underline;
}
#nav ul{
	list-style: none;
	padding-left: 25px;
}
#nav img{
	border: none;
	padding-left: 25px;
	padding-top: 20px;
}
#nav p.small{
	padding-left: 25px;
	font-size: 0.8em;
}

/* #wrapper
============================================*/
#wrapper{
	margin: 0 auto;
	width: 760px;
	height: 1000px;
	/*background: url(../images/bg-stripe-blue760.gif) repeat-y;*/
}

/*#footer #sitemap #footwrapper
==============================================================*/
#footer{
	width: 100%;
	margin-top: 0;
	float: left;
	text-align: center; /* for IE to align with margin in footwrapper*/
	line-height: 1.3em;
	color: #fff;
	background: #9a8a78;
}

#footwrapper{
	margin: 0 auto;
	width: 760px;
}

#footwrapper ul{
	list-style: none;
	padding-left: 15px;
	line-height: 1.3em;
	font-weight: bold;
}

#footwrapper ul.secondary{
	color: #9a8a78;
	font-weight: normal;
	padding-bottom: 15px;
}

#footwrapper ul.secondary a{
	color: #c9b8a5;
}

#footwrapper ul.column{
	float: left;
}

#footer address{
	text-align: center;
	font-style: normal;
	display: inline;
	width: 22%;
	float: right;
	clear: none;
	border: 2px solid #c9b8a5;
	margin-top: 20px;
	margin-right: 20px;
	padding: 2px;
}

#sitemap{
	float: left;
	width: 510px;
	padding-left: 40px;
	border-top: 2px solid #000;
	text-align: left;
	background: #9a8a78;
}

/*P.I.E. float clearing
see http://www.positioniseverything.net/easyclearing.html*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*hides from IE-mac\*/
* html .clearfix {height: 1%;}
/*end hide from IE-mac*/




/* classes
============================================*/
.active{
	color: #fff;
	font-weight: bold;
}

.text, textrequired{
	text-align: left;
	padding-left: 2px;
	font-size: 10px;
	background-color: #c0c0c0;
	width: 300px;
}

.texta {
	text-align: left;
	padding-left: 2px;
	font-size: 10pt;
	background: #c0c0c0;
}
.textrequired{
	background: #c0c0c0;
}

.lastlistitem {
	margin-bottom: 15px;
}

.small{
	font-size: 0.7em;
	line-height: 1em;
	padding-top: 10px;
}


.smallsubtitle{
	font-size: 0.85em;
	line-height: 1em;
	padding-top: 10px;
}