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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #1c1c1c;
	background-image:url(../images/navigation1_bg.jpg);
	background-repeat:repeat-x;
	margin: 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: #CCCCCC;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1c1c1c;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: Arial;
	font-size: 11px;
} 

#header {
	background: #1c1c1c;
	padding: 0;  /* 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. */
	background-image: url(../images/headertop.jpg);
	height: 200px;
	width: 950px;
} 

#headermid {
	background: #FFFFFF;
	padding: 0;  /* 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. */
	background-image: url(../../Service%20Site/images/headermid.jpg);
	height: 205px;
	width: 950px;
} 

#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: 600px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#top {
height: 200;
width: 950;
margin-left: 600;
padding-left: 600;
}

#navigation1 {
	vertical-align: bottom;
	background-image:url(../images/navigation1_bg.jpg);
	background-position: bottom;
	height: 25px;
	color: #cccccc;
}

#navigation1 p {
	color: #cccccc;
	font-size: 12px;	
}

#navigation1 a {
	font-style:normal;
	text-decoration: none;
	color: #cccccc;
	}

#navigation1 a:hover {
	color:#990000;
	font-style: normal;
}

#navigation1 a:visited {
	text-decoration: none;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 592px;
	border-top-width: 2px;
	height: 675px;
	background-color: #1c1c1c;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarnews {
	float: left; /* since this element is floated, a width must be given */
	width: 592px;
	border-top-width: 2px;
	height: auto;
	background-color: #1c1c1c;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebararchives {
	float: left; /* since this element is floated, a width must be given */
	width: 592px;
	border-top-width: 2px;
	height: 675px;
	background-color: #1c1c1c;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebar p {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebar1forum {
	float: left; /* since this element is floated, a width must be given */
	width: 920px;
	border-top-width: 2px;
	height: 800px;
	background-color: #1c1c1c;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
}

#sidebarforum p {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#midContentcontact {
	float:left;
	width:300px;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	background-color:#1c1c1c;
	height: 925px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#midContentcontact p {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#midContentcontact h1{
	font-family: Verdana;
	font-size: 14px;
	line-height: 2.2;
	color:#FFFFFF;
	padding: 0px;
	vertical-align:middle;
}

#midContentcontact li{
	font-family: Verdana;
	font-size: 12px;
	color:#666666;
}

#midContent {
	float:left;
	width:300px;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	background-color:#1c1c1c;
	height: 675px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#midContent p {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#midContent h1{
	font-family: Verdana;
	font-size: 14px;
	line-height: 2.2;
	color:#FFFFFF;
	padding: 0px;
	vertical-align:middle;
}

#midContent li{
	font-family: Verdana;
	font-size: 12px;
	color:#666666;
}

#midContentforum {
	float:left;
	width:400px;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	background-color:#1c1c1c;
	height: 675px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#midContentforum p {
	background-color:#FFFFFF;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#midContentforum h1{
	font-family: Verdana;
	font-size: 14px;
	line-height: 2.2;
	color:#FFFFFF;
	padding: 0px;
	vertical-align:middle;
}

#midContentforum li{
	font-family: Verdana;
	font-size: 12px;
	color:#666666;
}


/* The main (left) panel on the gospel page */
#maingospel {
	float: left; /* since this element is floated, a width must be given */
	width: 592px;
	border-top-width: 2px;
	height: 675px;
	background-color: #1c1c1c;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#maingospel p {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* The main (left) panel on the gospel page */
#mainvision {
	float: left; /* since this element is floated, a width must be given */
	width: 592px;
	border-top-width: 2px;
	height: 850px;
	background-color: #1c1c1c;
	background-image:url(../images/pagecurl_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#maingospel p {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.copyrightstyle {
	font-size: 9px;
}

.imageleft {
	clear:both;
	float:left;
	margin-right:1.25em;
}

.imageright {
	clear:both;
	float:right;
	margin-right:1.25em;
	margin-left: 1.25em;
}

.textstyle {
font-family:"Papyrus LET", Arial, Verdana;
}

#footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/navigation1_bg.jpg);
	background-repeat:repeat-x;
	height: 30px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CC0000;
	border-bottom-color: #000000;
	border-left-color: #CC0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #000000;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size: 10px;
}

.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
