#wrapper {
	background-image: url(../images/wrapperHome_bkgd.jpg);
	background-repeat: repeat-y;
}

/***** leftbar styles *****/	
#leftbar {
	position: relative;
	background-image: url(../images/leftbar2.jpg);
	background-repeat: repeat-y;
	z-index: 20;
	width: 190px;
	float: left;
	margin-left: 11px;
	padding: 25px 23px 0 10px;
}

#leftbar h3 {
	margin: -3px 0 0 0;
}

#leftbar h4 {
	margin: 20px 0 0 0;
	font-size: 1.1em;
}

#leftbar img {
	margin: 10px 0 0 -3px;
}

#IframeScroller {
	visibility: show; 
	z-index: 3;
}

#IframeScroller table {
	border: #000000 1px solid; 
	background-color: #a2be36;
	color: #FFFFFF; 
	font: 13px arial, sans-serif; 
	font-weight: bold;
}

#NewsWindow {
	border: #000000 1px solid;
}

#leftbar ul li {
	margin-left: 20px;
	list-style-image: url(../images/bullet.png);
}

.notice_container {
	width: 170px;
	padding: 10px;
	background-color: #6689AB;
	background: url(/images/clocks.png) no-repeat 0 0;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	z-index; 10;
}

.notice {
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
}

/***** rightbar styles *****/
#rightbar {
	position: relative;
	z-index: 5;
	width: 274px;
	float: right;
	padding: 20px 14px 0 0;
}

.programs {
	display: block;
	height: 90px;
	width: 270px;
	position: relative;
	margin: 5px 0;
	text-decoration: none;
}

.programs h3 {
	position: absolute;
	left: 10px;
	top: 5px;
	margin: 8px 0 0 0;
	z-index: 5;
}

.programs h3:hover {
	color: #122e43;
}

#program1 {
	background-image: url(../images/program1.jpg);
}

#program2 {
	background-image: url(../images/program2.jpg);
}

#program3 {
	background-image: url(../images/program3.jpg);
}

#program4 {
	background-image: url(../images/program4.jpg);
}

#program5 {
	background-image: url(../images/program5.jpg);
}

#program6 {
	background-image: url(../images/program6.jpg);
}

#program7 {
	background-image: url(../images/programs_fellowship.jpg);
}

#program1, #program2, #program3, 
#program4, #program5, #program6, #program7 {
	background-position: bottom;
	background-repeat: no-repeat;
}

#program1:hover, #program2:hover, 
#program3:hover, #program4:hover, #program5:hover,
#program6:hover, #program7:hover {
	background-position: top;
	background-repeat: no-repeat;
}

#announcement {
	margin:  20px 5px 20px 0;
	border: 1px solid #838cb4;
}

#members {
	width: 260px;
	margin: 10px 0 0 0;
	background-color: #b4bfc3;
	border: 1px solid #838cb4;
	padding: 5px;
}

#members h4 {
	text-align: center;
	font-size: 1.2em;
	padding: 5px 0 10px 0;
}

#members form {
	margin: 0 0 3px 8px;
}

#members td {
	padding: 3px 0;
	text-align: left;
}	

#members .label {
	text-align: right;
}

#members .textbox {
	width: 100px;
	margin-right: 10px;
	padding: 0 5px;
}

/***** main styles  *****/
#main {
	position: relative;
	width: 480px;
	float: left;
	padding-top: 5px;
}

#news {
	position: relative;
	width: 480px;
	height: 405px;
	background-position: top;
	background-repeat: no-repeat;
}

#news h2 {
	font-size: 1.8em;
	margin: 12px 10px 10px 15px;
}

#joycehancock a:hover {
	color: white;
}

#news .workshop a {
	color: #7e0f0e;
}

#news .workshop a:hover {
	color: #013648;
}

#verse {
	margin: 20px 0 0 0;
	padding: 0px 20px  0 15px;
}

#verse h3 {
	text-align: center;
}

#verse h4 {
	margin: 10px 0 5px 0;
}

.bible_ref {
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
	padding-right: 16px;
}

.video {
	width: 460px;
	margin: 120px 0 20px 38px;
}

#biblegateway{
	width: 300px;
	height: 200px;
	margin: 130px auto 20px auto;
}

address {
	text-align: center;
	margin: 0 0 20px 0;
}

#christmas_link {
	font-weight: normal;
}

#christmas_link:hover {
	color: red;
}

#navylink  {
	color: navy;
}

#navylink:hover {
	color: #7e0f0e;
}

/*** mainContent styles (no columns) ***/

#mainContent {
	padding: 30px;
}

#mainContent h3 {
	margin: 10px;
}

#adminLogin {
	margin: 20px;
	width: 260px;
	border: 1px solid #013648;
	padding: 10px 20px 20px 20px;
}

#mainContent .label {
	text-align: right;
	padding: 0 10px 0 0;
}

#mainContent .textbox input {
	width: 150px;
	height: 20px;
	padding: 3px 5px;
	margin: 5px 0;
	background-color: #d2d5d6;
}

#mainContent .button input {
	padding: 3px 5px;
	margin: 5px 0 0 0;
}

/***** Extra Features *****/
p.easter {
	width: 200px; 
	color: #333;
	margin-top: 40px;
}

p.easter a {
	color: #333; 
	font-weight: normal;
}

p.easter a:hover {
	color: #c71350;
}

#cboq {
	margin: 0 0 0 200px;
}

#cboq:hover {
	color: #333;
}