@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6e70;
	background:  #7b9268;
}

h1{
	display: none;
}


h2, h3, p{
	margin-top: 0px;
}

h3{
	margin-bottom: 0px;
}

a:link, a:visited {
	color: #365480;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: none;
}

.linked_image{
	border: none;
}

/* Header CSS */
#top{
background:  url(images/header_bg.gif) no-repeat #7b9268 center;
width: 980px;
height: 25px;
margin: 0 auto;
}


#header{
	margin: 0 auto;
	width: 980px;
	background: url(images/body_bg.gif) repeat-y center;
	padding: 10px 0;
	height: 100px;

}


#logo{
	float: left;
	position: relative;
	left: 40px;
}

#logo a{
	display: block;
	width: 577px;
	height: 100px;
	background: url(images/logo.gif) no-repeat center center;
}


#scripture{
	float: right;
	position: relative;
	right: 20px;
	width: 315px;
	text-align: center;
	color: #7b9268;
	margin: 0 10px;
	font-size: 1em;
}

#scripture p{
	margin: 5px;
	line-height: 20px;
}

.scripture_reference{
	text-transform: uppercase;
	font-size: 0.8em;
}

/* Navigation CSS */

#nav_container{
	width: 980px;
	height: 50px;
	background: url(images/body_bg.gif) repeat-y center;
	margin: 0 auto;
	padding-top: 5px;
}

#navigation{
	background-color: #002b5c;
	height: 29px;
	width: 960px;
	margin: 0 auto;
}

#navigation ul
{
	text-align: center;
	padding: 5px 0;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	line-height: 18px;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a
{
	padding: 4px 12px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px #93a1c0 solid;
	margin-left: -5px;
	font-size: 0.9em;
}

#navigation ul li a:hover, #navigation #active
{
	background: url(images/nav_bg.gif) repeat-x #94ac99 center center ;
	color: #ff0000;
}


/* Body CSS */

#photo_bar{
	width: 980px;
	margin: 0 auto;
	background: url(images/body_bg.gif) repeat-y center;
	padding-left: 20px;
}

.slide {
	margin-left: 0px;
	position: absolute;
	top: 100;
	height: 234px;
	width: 653px;	
}

#columns{
	width: 980px;
	margin: 0 auto;
	background: url(images/bg.gif) repeat-y right #b2cb93;
      position: relative;
      top: -3px;
	  min-height: 438px;
}

#left_column{
	float: left;
	width: 306px;
	background: #ffffff;
	padding-right: 20px;
}

#left_column img{
	border: none;
}

#center_column{
	width: 727px;
	padding: 0;
	background: #ffffff;
	position: relative;
	left: 10px;
}

.home_page{
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	padding: 20px;
}

#main_column{
	width: 693px;
	padding: 20px;
	padding-bottom: 5px;
	background: #ffffff;
	position: relative;
	left: 10px;
}

#logos{
	text-align: center;
	clear: both;
}
 
#logos img{
	text-align: center;
	border: none;
	padding: 0 50px;
}


.contact_logos{
    
	border: none;
      float: left;
}


.error{
  color: #ff0000;
  font-size: 0.8em;
  display: none;

}


#right_column{
	float: right;
	background: url(images/right_nav_header.gif) no-repeat top left  #d8e5c8;
	width: 226px;
	border-left: 1px solid #a9bb98;
	position: relative;
	right: 10px;
	top: 10px;
}

#right_navigation{
	padding-bottom: 15px;
	position: relative;
	top: 10px;
	background: url(images/right_nav_bg.gif) repeat-y left #d8e5c8;
	font-size: 1em;
	color: #365480;
}

#send_logo{
	position: relative;
	top: 6px;	
	padding-top: 17px;
	background: url(images/right_nav_footer.gif) no-repeat center top #d8e5c8;
	border: none;
}

#right_nav_header{
	padding-left: 20px;
}


#right_navigation ul li{
	list-style: none;
	width: 180px;
	border-top: 1px solid #a9bb98;
	padding: 7px 5px 7px 40px;
	background: url(images/bullet.gif) 20px no-repeat;
	position: relative;
	left: -40px;
	top:-10px;
}

#subsidiary{
	display: none;
}

.right_pic{
margin: 0 0 20px 20px;
border: thin solid #C0C0C0;
} 


/* Footer CSS */

#footer{
	margin: 0 auto;
	width: 980px;
	background: url(images/footer_bg.gif) no-repeat top;
	color: #d8e5c8;
	text-align: center;
	clear: both;
	padding: 15px;
      position: relative;
      top: -3px;
}

#footer a:link, #footer a:visited {
	color: #d8e5c8;
}

















