@CHARSET "ISO-8859-1";

#master {
	width: 950px;
	margin: 0 auto;
	padding: 5px 5px;
	/*background-color: #FFFFFF;*/
	color: #404040;
	position: relative;
	top: -370px
	/*border: 1px solid #FFFFFF;*/
}

body {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	margin: 0px 0px;
}

#header {
	width: 680px;
	height: 125px;
}

.banner-bg {
	width: 100%;
	
	/* FPO */
	height: 370px;
	background-position: center;
	background-repeat: no-repeat;
	
	/* allow menu BG color to show on top */
	position: relative;
	z-index: -999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#leftnav {
	clear: both;
	float: left;
	position: relative;
	width: 250px;	
	top: 42px;
	font-size: 10pt;
}

#leftnav hr {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;	
}

#leftnav p {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	font-size: 9pt;	
}

#leftnav li {
	margin-top: 5px;
}

#leftnav li.nothing {
	list-style-image: none;
	list-style-type: none;
}

ul#mainnav {
	list-style-image: url(../images/bullet2.gif);	
}

ul.subnav {
	padding-left: 20px;
}

#bgnav {
	position: absolute;
	height: 100%;
	width: 100%;
	/* so stuff is clickable */
	z-index: -1;
	background: #0000FF;
	/* for IE */
	filter:alpha(opacity=8);
	/* CSS3 standard */
	opacity:0.08;
}

#announcements {
	clear: both;
	float: left;
	position: relative;
	width: 650px;
}

#announcements img {
	float: left;
	margin: 0px 10px 10px 10px;
}

#announcements p {
	margin-left: 52px; /* keeps text flush with right edge of bullet */
	margin-right: 25px;
	margin-top: 0px;
	font-size: 9pt;
}

#bgannouncements {
	position: absolute;
	height: 100%;
	width: 100%;
	/* so stuff is clickable */
	z-index: -1;
	background: #0000FF;
	/* for IE */
	filter:alpha(opacity=8);
	/* CSS3 standard */
	opacity:0.08;
}

.announcement {
	float: left;
	width: 325px;
}

.group-header {
	color: #000000;
}

#content {
	float: left;
	margin-left: 25px;
	width: 650px;
}

#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 0px;
	color: #999999;
	position: relative;
	top: 50px;
}

hr {
	clear: both;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: underline;
}

p a {
	color: #0000FF;
	text-decoration: underline;
}

p a:hover {
	color: #0000FF;
	text-decoration: none;
}

a img {
	border: 0;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

#content #contentImageWide {
	border: 1px #000 ridge;
}

#content #contentImage {
	float: right;
	border: 1px #000 ridge;
	margin: 0px 0px 10px 10px;
}

#content #contentImage2 {
	float: left;
	border: 1px #000 ridge;
	margin: 0px 0px 10px 0px;
}

.bibleCite {
	font-size: 8pt;
	color: #555555;
}

#content ol li {
	padding-top: 5px;
}

label {
	float: left;
	vertical-align: top;
	width: 120px;
	margin: 5px 0px;
}

input {
	margin: 5px 0px;	
}

fieldset {
	border: 0px;
}

h2 {
	color: #0055BB;
	font-size: 16pt;
	font-weight: bold;
	border-bottom: medium ridge;
	border-bottom-color: #0055BB;
}

h3 {
	color: #0055BB;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#header h1 {
	position: absolute;
	z-index: -9000;
}

#content ul {
	padding-left: 20px;
}

.itemHeading {
	font-variant: small-caps;
}

table td {
	padding: 5px 5px 5px 0px;
}

.error {
	color: #FF0000;
	font-weight: bold;	
}

.announceText {
	color: #000000;
}