/*****************Global Reset**********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* BEGIN EversonAdventist CSS */
body {
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
   text-align: center; 
   background-color:#FFF;

}

.headline {
font-size:18px;
}

/****************** site link settings ******************/
a {text-decoration:none;}
a:link {color:#141361;}
a:visited {color:#141361;}
a:hover {color:#3662AB;}


/****************** site headings ******************/
#container {
	margin: 0 auto;
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	background-color:#fff;
}

#content {
border-left: 1px solid #CCC;
width:560px;
margin:0 0 15px 19px;
padding:0 0 5px 20px;
font-size:12px;
float:left;
}

#content_side {
width:190px;
margin:0;
padding:0;
float:left;
}

#content_art {
margin:15px;
padding:0;
font-size:12px;
line-height:18px;
}

#content_art ul {
list-style:disc;
padding:0 0 0 30px;
}

#content_admin {
margin:15px;
}


/****************** header settings ******************/
#header{
height:260px;
position:relative;
background-image:  url("http://eversonadventist.org/site/1/images/everson_header.jpg");
background-position:bottom;
background-repeat:no-repeat;
}

#siteName{
position:absolute;
top:33px;
left:0px;
background-image:  url("http://eversonadventist.org/site/1/images/everson_name.gif");
width:266px;
height:27px;
}

#churchLogo{
position:absolute;
top:21px;
right:0px;
background-image:  url("http://eversonadventist.org/site/1/images/sda_logo.gif");
width:122px;
height:39px;
}


/****************** navigation settings ******************/
#nav{
border-bottom: 1px solid #CCC;
text-align:center;
margin: 0 0 15px 0;
padding:5px 0;
color:#CCC;
font-family:"Times New Roman", Times, serif;
}

.nav_links {
font-family:"Times New Roman", Times, serif;
font-size:20px;
}

.nav_links a{
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-family:san-serif;
color:#333333;
padding: 0 25px;
}

.nav_links a:hover{
color:#CCC;
}


/****************** footer settings ******************/
#clearspace{
margin: 1px;
padding:0;
color:#FFF;
}

#footer_nav{
margin: 15px 0 0 0;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding:5px;
text-align:center;
}

.footer_nav {
padding: 0 15px;
}

.footer_nav a{
font-size:10px;
color:#333333;
padding: 0 10px;
}

.footer_nav a:hover{
font-size:1em;
color:#CCC;
padding: 0 10px;
font-size:10px;
}

#footerlinks{
margin:0;
padding:5px;
text-align:center;
font-size:9px;
color:#666;
}

#footerlinks a{
color:#666;
}

#adminlinks {
margin:0;
text-align:center;
font-size:9px;
color:#666;
}

#adminlinks a{
color:#666;
}


/****************** miscelaneous link settings ******************/
.clearfloats{
	clear:both;
}



/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

		/*End of styles for the edit box*/

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}