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

* {
	margin: 0 auto;
	padding: 0;
	}
	
body{
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
a {
	border-bottom: dotted 1px;
	text-decoration: none;
	color:#000000;
	}
	
a:hover {
	border-bottom: solid 1px;
	color: #999999;
	}

a img {
	text-decoration:none;
	border: none;
}

.container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bodybg.jpg) repeat-y;
	}
	
#sidebar {
	width: 241px;
	min-height: 690px;
	background: #000000 url(images/sidebarbg.jpg) no-repeat top;
	float: left;
	border-bottom: #000000  solid 5px;
	border-left: #000000 solid 5px;
	}
	
ul#nav			{ padding-top: 10px; margin: 0; }

ul#nav li		{ display: inline; }

ul#nav li a		{ display: block; text-indent: -9999px; width: 242; border: none; }

	ul#nav li.home a { height: 58px; background: url(images/home.png) bottom center; }
	ul#nav li.helps-center a { height: 57px; background: url(images/helps-center.png) bottom center}
	ul#nav li.meeting-schedule a { height: 57px; background: url(images/meeting.png) bottom center}
	ul#nav li.online-giving a { height: 57px; background: url(images/online-giving.png) bottom center}
	ul#nav li.book-store a { height: 57px; background: url(images/book-store.png) bottom center}
	ul#nav li.blog a { height: 57px; background: url(images/blog.png) bottom center}
	ul#nav li.contact a { height: 59px; background: url(images/contact.png) bottom center}
	
ul#nav li a:hover	{ background-position: top center; }
	
#content {
	width: 699px;
	min-height: 690px;
	background: #FFFFFF url(images/contentbg.jpg) no-repeat top;
	float: right;
	border-bottom: #000000  solid 5px;
	border-right: #000000 solid 5px;
	}
	
.clear { 
	clear: both 
	}
	
#header {
	padding-left: 10px;
	padding-bottom: 15px;
	}

#pictures {
	background: url(images/pic-sliderbg.jpg) no-repeat top center;
	height: 334px;
	margin: 0 auto;
	}	
	
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
	padding-left: 40px;
	padding-top: 20px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

div#rotator ul li a {
	border: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border: none;
	padding: 4px;
	background: #FFF;
}

	div#rotator ul li a img {
		border: none;
}
	
    div#rotator ul li.show {
	z-index:500
}

#main-content {
	width: 660px;
	}
	
#main-content ul {
	width: 400px;
	}
	
#main-content form {
	display: inline block;
	}
	
h1 {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#993300;
	text-align: center;
	text-decoration: underline;
	}
	
h3 {
	text-align: center
	}
	
#content-home {
	width: 620px;
	padding: 20px 0 30px 0;
	}
	
#content-home a {
	border-bottom: dotted 1px;
	text-decoration: none;
	color:#000000;
	}
	
#content-home a:hover {
	border-bottom: solid 1px;
	color: #999999;
	}
	
#media-links {
	padding-top: 30px;
	width: 100%;
	margin-left: 10px;
	}
	
#media-links a {
	border: none;
}
	
#connect {
	background: url(images/connect.jpg) no-repeat;
	height: 150px;
	width: 170px;
	float: right;
	margin-right: 20px;
}

#connect ul {
	list-style: none;
	padding: 36px 0 0 40px;
	font-size: 20px;
	line-height: 21px;
}

#connect ul li a {
	color: #ffffff;
	border: none;
	cursor: pointer;
}

#connect ul li a:hover {
	color: #999999;
}
	
#contact {
	text-align: center;
	font-size: 16px;
	}
	
#contact a {
	border-bottom: dotted 1px;
	text-decoration: none;
	color:#000000;
	}
	
#contact a:hover {
	border-bottom: solid 1px;
	color: #999999;
	}
	
#blog {
	width: 600px;
	}
	
#blog h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #993300;
	text-decoration: none;
	text-align: left;
	}
	
#blog h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: left;
	font-style: italic;
	font-size: 16px;
	}
	
#footer {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 30px;
	}
	
#footer a {
	border-bottom: dotted 1px;
	text-decoration: none;
	color:#000000;
	}
	
#footer a:hover {
	border-bottom: solid 1px;
	color: #999999;
	}
	
/* This is for the form styling */

#form {
	width: 660px;
	margin-top: 25px;
	margin-bottom: 50px;
}

#form input, #form textarea {
	padding: 5px;
	width: 371px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#form textarea {
	height: 90px;
}

#form textarea:focus, #form input:focus {
	border: 2px solid #900;
}

#form input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 250px;
	padding-top: 5px;
	font-size: 1.4em;
}

#form p {
	font-size: 18px;
	color:#FF0000;
	text-align: center
	}
	
#donation-left {
	width: 300px;
	float: left;
	}
	
#donation-right {
	width: 300px;
	float: right;
	}
#sponsor-left {
	padding: 15px 0 0 50px;
	float: left;
}

#sponsor-right {
	padding: 15px 75px 0 0;
	float: right;
}

#sponsor-left h2 {
	text-align: left;
}

#sponsor-right h2 {
	text-align: left;
}

#sponsor-left h3 {
	font-style: italic;
	color:#039;
}

#sponsor-right h3 {
	font-style: italic;
	color:#039;
	text-align: left;
}

h2.sponsor {
	width: 600px;
	padding: 115px 0 15px 0;
	text-decoration: none;
}

.become {
	padding: 20px 0 0 0;
	width: 650px;
}

#prison-wives p {
	margin: 0 0 0 15px;
	width: 684px;
}

iframe {
	margin-left: 5px;
}