
	
	/* 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
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* 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-color: #FFF;
		}
	}
	
	

/*****************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;
}

/*****************Farmington Christian School Site Settings*******************/
body {
   font-size:62.5%;	
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
   text-align: center; 
   background-image:  url("/site/1/images/background.jpg");
   background-color:#49603f;

}



/****************** site link settings ******************/
a {text-decoration:underline;}
a:link {color:#141361;}
a:visited {color:#141361;}
a:hover {color:#3662AB;}

/****************** site headings ******************/

sup {
font-size:.7em;
}

.bold {
font-weight:bold;
font-size:1em;
}

input, select, th, td {
	font-size:1em;
}

h1{
	font-size:2.5em;
	margin:0;
	padding:0;
}

h2{
	font-size:2em;
	margin:0;
	padding:0;
}

h3{
	font-size:1.75em;
	margin:0;
	padding:0;
}

h4{
	font-size:1.5em;
	margin:0;
	padding:0;
}

h4 sup{
	font-size:.5em;
	margin:0;
	padding:0;
}

h5{
	font-size:1.25em;
	margin:0;
	padding:0;
}

h6{
	font-size:1em;
	margin:0;
	padding:0;
}

.headline {
font-size:2em;

}

ul{
margin:0;
padding:0 20px;
}

li li{
	font-size:1em;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:left;
	background-color:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}


/****************** header/splash settings ******************/

#splash{
margin:0;
padding:0;
background-image:  url("/site/1/images/fcs_header01.jpg");
background-repeat:no-repeat;
width:750px;
height:242px;
position:relative;
}


/****************** navigation ******************/
#navigation_index{
background-image:  url("/site/1/images/nav_bg.jpg");
text-align:center;
margin: 0;
padding:5px 0;
font-size:1.06em;
font-weight:bold;
background-color:#03267e;
height:16px;
padding-top:8px;
color:#fff;
}

#navigation_index a, #navigation_index a:visited{
color:#fff;
text-decoration:none;
padding: 0 15px;
}


#navigation_index a:hover{
color:#ffc000;
}



/****************** content ******************/
#content_container{
margin:15px;
padding:0;
position:relative;
}

#content_container br {
clear:both;
}

#content {
margin:0;
padding:5px,0;
float:left;
width:500px;
}

#content2 {
margin:15px;
padding:0;
line-height:16px;
}

#content2 ul {
list-style:disc;
padding:0 0 0 30px;
}

#content2 ol {
padding:0 0 0 30px;
}


#content_admin {
margin:15px;
}

/****************** sidebars ******************/
#sidebar {
margin:0;
padding:5px;
border:1px solid #000;
float:right;
width:200px;
font-size:1.2em;
font-weight:bold:
}

#sidebar a, #sidebar a:visited{
text-decoration:none;
font-size:.8em;
font-weight:normal;
}


#sidebar a:hover{
text-decoration:underline;
font-size:.8em;
font-weight:normal;
}


/****************** footer settings ******************/

#bottom{
	padding:1px;
	height:1px;
}

#footer{
margin:0 auto;
width: 750px;
text-align:center;
font-size:10px;
text-transform:capitalize;
letter-spacing:0.025em;
color:#CCC;
background-color:#333;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
line-height:1.5em;
padding:2px 0;
}

#footer a{
color:#CCC;
}



/****************** miscelaneous link settings ******************/
.clearfloats{
	clear:both;
}