@charset "UTF-8";
/* CSS Document */

body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/texturebg.jpg);
	background-color: #2E1800;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	background-repeat: no-repeat;
	height: 670px;
	position: relative;
}

a:link,
a:visited	{
		font-weight: bold;
		color: #003399;
  		text-decoration: none;
}

a:hover	{
		font-weight: bold;
		color: red;
		text-decoration: none;
}


/* Container Backgrounds */

/* Who we r */
.home {
	background-image: url(../images/baseBG2.png);
}
#preloader {
	width: 900px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	background-repeat: no-repeat;
	height: 670px;
	position: relative;
	background-image: url(../images/preloader_bg.gif);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 300px;
}
/* Links */





#small_header {
	position:absolute;
	left:25px;
	top:10px;
	width:844px;
	height:20px;
	z-index:1;
	text-align: center;
}
#home_sign {
	position:absolute;
	left:0px;
	top:20px;
	width:318px;
	height:535px;
	z-index:2;
	background-image: url(../images/sign2.gif);
	background-repeat: no-repeat;
}
/* Homepage Sign Nav */
#sign_finding_god {
	width: 38px;
	position: relative;
	left: 150px;
	top: 45px;
	display: block;
}
#sign_serving_others {
	width: 98px;
	position: relative;
	left: 45px;
	top: 27px;
	display: block;
}
#sign_me_up {
	width: 73px;
	position: relative;
	left: 190px;
	top: 20px;
	display: block;
}
#sign_linksandsignups {
	width: 99px;
	position: relative;
	left: 165px;
	top: 15px;
	display: block;
}
#sign_im_new {
	width: 47px;
	position: relative;
	left: 120px;
	top: 5px;
	display: block;
}

#sign_im_new2 {
	width: 47px;
	position: relative;
	left: 120px;
	top: 0px;
	display: block;
}

#sign_info {
	display: block;
	height: 116px;
	width: 129px;
	top: 78px;
	left: 43px;
	position: relative;
	z-index: 3;
}

/* Revised Homepage Sign Sub */

#sign_info2 {
	display: block;
	height: 116px;
	width: 129px;
	top: 36px;
	left: 50px;
	position: relative;
	z-index: 3;
}

#sign_jobs {
	display: block;
	height: 53px;
	width: 53px;
	top: 30px;
	left: 68px;
	position: relative;
	z-index: 3;
}
#sign_giving {
	display: block;
	height: 87px;
	width: 87px;
	top: 25px;
	left: 20px;
	position: relative;
	z-index: 3;
}

/* END Homepage Sign Nav */

#billboard {
	position:absolute;
	left:555px;
	top:110px;
	width:290px;
	height:179px;
	z-index:1;
}
#footer {
	position:absolute;
	left:0px;
	top:555px;
	width:900px;
	height:102px;
	z-index:1;
	text-align: center;
	background-image: url(../images/nav_plank.gif);
	background-repeat: no-repeat;
}
/* New License Plates */

#footer_plates {
	margin-top: 10px;
	width: 680px;
	float: right;
}
.plate {
	width: 170px;
}
.float_right {
	float:right;
}

.footer_text {
	color: #a28161;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}
.footer_text a:link {
	color: #FFF;
}
.footer_text a:hover {
	color: #FF0;
}

.footer_text a:visited {
	color: #FFF
}

#page_header {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

.page_header_text {
	color: #FFF;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;	
}
.page_header_text a:link {
	color: #FFF;
}
.page_header_text a:hover {
	color: #FF0;
}

.page_header_text a:visited {
	color: #FFF
}
