/* CSS Document */

body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #D0E4FA;
	margin: 5px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

td {
	font-size: 1em;
	background-color:#c3dff7;	
}
.twoColFixRtHdr #container {
	width: 955px;
	background: #FFFFFF url(images/bakstripewide.jpg) repeat-y;
	margin: 0 auto;
	border: 1px solid #79AEE0;
	text-align: left;
	padding: 0px;
} 
.twoColFixRtHdr #header { 
	 /* padding: 0 10px 0 20px; this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 220px;
	padding: 0px 44px 15px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066cc;
	font-size: 0.9em;
	margin-bottom: 18px;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0;
	padding: 0 0 0 64px;
	/* padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
}
div#mainContent p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(images/footerplainwide.jpg) no-repeat; 
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 20px 0 10px;
	font-size: 10px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
b, h2, h3, strong, .verse {
	color: #0066CC;
}

ol.alphalist li {
	list-style-type: upper-alpha;
	
}

.quote {
	display:block;
	margin-left: 15px;
	margin-right: 15px;
}
div#navbar {
	background-image:  url(images/navbartall.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px;
	height: 33px;
	margin: 0px auto;
}
div#navbar a:link {
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}
div#mytabsmenu {
	height: 22px;
	top: 139px;
	display: block;
	width: 955px;
	text-align: center;
	position: absolute;
}
div#titlebar {
	background-image:  url(images/titlebarwide.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 955px;
	margin: 0px auto;
	padding: 0px;
}
div#titlebar p {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #346698;
	margin: 0px;
	padding: 46px 0px 0px 64px;
}
.twoColFixRtHdr #container #mainContent .ministries {
	margin: 5px 0px 10px 10px;
	width:245px;
	border: 1px solid #0066CC;
	float: right;
	background-color: #C3DFF7;
	padding: 10px;
}
.twoColFixRtHdr #container #mainContent .imagination {
	padding: 5px 0 5px 5px;
	float: right;
}
.twoColFixRtHdr #container #mainContent .imagination img {
	border: 1px solid #0066CC;
}

.twoColFixRtHdr #container #mainContent .ministries p strong {
	padding-top: 0px;
}
.twoColFixRtHdr #container #mainContent .ministries a {
	font-size:80%;
}
hr {
	margin-right: 10px;
}

.ministry {
	font-weight: bold;
	color: #000000;
}

.ministry a {
	font-size:100%;
}

#mainContent form {
	background-color: #C3DFF7;
	width: 250px;
	border: 1px solid #0066CC;
}
.twoColFixRtHdr #container #mainContent #churchdirectory p {
	padding: 10px 10px 0px;
	margin: 0px;
}
a {
	color: #0066CC;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}

