/*******************************************************************************************************   
 *   First United Methodist Church, Vero Beach and The Early Education Center (c) 2004                 *                                                               *
 *   http://eec.verobeachfumc.org                                                                      *
 *                                                                                                     *
 *   The styles and information contained within this file were developed by LeverSoft Network for     *
 *   sole use of First United Methodist Church, Vero Beach and The Early Education Center.  The        *
 *   copying or re-use of the information contained herein is expressly prohibited without the         *
 *   consent of both First United Methodist Church, Vero Beach and The Early Education Center.         *                                                                  *
 *******************************************************************************************************/
   
/*****************************************************************************
 *   Below are all the base elements whose properties have been modified     *
 *   in this stylesheet.  In particular, the body attributes are controlled. *
 *****************************************************************************/

body {
	font: normal normal normal 12px "Arial", sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 640px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color:  #204E9B;
}

a:hover {
	text-decoration: underline;
	color: #B7B7B7;
}

/*****************************************************************************
 *   Sets the margins for the main body of the page.  All the information    *
 *   regarding the site is placed here.                                      *
 *****************************************************************************/

div.mainbody {
	font: normal normal normal 12px "Arial", sans-serif;
	padding: 10px;
}

/*****************************************************************************
 *   Controls the attributes and look of the menu bar containing all of the  *
 *   menu items.  Behavior of the menu items is controlled by the menu_item  *
 *   class below.                                                            *
 *****************************************************************************/

table#masthead {
	width: 100%;
	height: 185px;
	padding: 0px;
	background-color: #021C64;
}

/*****************************************************************************
 *   Controls the attributes and look of the menu bar containing all of the  *
 *   menu items.  Behavior of the menu items is controlled by the menu_item  *
 *   class below.                                                            *
 *****************************************************************************/

a.menubar {
	float: left;
	display: block;
	height: 25px;
	padding: 0px 8px;
	text-decoration: none;
	line-height: 25px;
	color: #000000;
	background-color: transparent;
}

a.menubar:hover {
	display: block;
	height: 25px;
	padding: 0px 8px;
	text-decoration: underline;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #6BA3FF;
}

div#menubar {
	width: 100%;
	height: 25px;
	padding: 0px;
	font: normal normal bold 12px "Arial", sans-serif;	
	background-image: url(/images/menu_link_bg.gif);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/*****************************************************************************
 *   The attributes of the copyright bar are controlled in the next section. *
 *   e.g. background-color, link properties, etc.                            *
 *****************************************************************************/

table#copyright {
	width: 100%;
	height: 21px;
	background-image: url(/images/menu_link_bg.gif);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font: italic normal normal 12px "Arial", sans-serif;
	color: #808080;
}

td.copyright_left {
	padding: 0px 10px;
	width: 50%;
	height: 21px;
	vertical-align: middle;
	text-align: left;
}

td.copyright_right {
	padding: 0px 10px;
	width: 50%;
	height: 21px;
	vertical-align: middle;
	text-align: right;
}

td.copyright_right a {
	font-weight: normal;
	text-decoration: none;
	color: #808080;
}

td.copyright_right a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

/*****************************************************************************
 *   Below the attributes used in a two-column page layout are used.         *
 *   e.g. background-color, link properties, etc.                            *
 *****************************************************************************/

div.linklist {
	margin: 10px;
	padding: 5px;
	width: 220px;
	background-color: #f0f0f0;
	border: 1px dashed #c0c0c0;
}

div.linklist a {
	font-weight: bold;
	text-decoration: none;
	color:  #204E9B;
}

div.linklist a:hover {
	text-decoration: underline;
	color: #B7B7B7;
}

table.columns {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font: normal normal normal 12px "Arial", sans-serif;
}

td.links {
	width: 220px;
	vertical-align: top;
	text-align: left;
}

td.text {
	width: auto;
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 10px 0px;
}

/*****************************************************************************
 *   Formatting attributes used throughout the page are found below.  These  *
 *   include such things as special headers and list attributes.             *
 *****************************************************************************/

div.print {
	font: normal normal normal 12px "Arial", sans-serif;
	color: #000000;
	height: 23px;
	line-height: 25px;
}

div.print a {
	font: normal normal normal 12px "Arial", sans-serif;
	text-decoration: none;
	color: #204E9B;
	height: 23px;
	line-height: 25px;
}

div.print a:hover {
	text-decoration: underline;
	color: #B7B7B7;
	line-height: 25px;
}

div.printfriendly {
	margin: 5px;
	padding: 0px;
	font: normal normal normal 10pt "Arial", serif;
	color: #000000;
}

li.arrow {
	list-style-position: outside;
	list-style-image: url(/images/arrow.gif); 
}

img.form {
	border: none;
	clear: both;
}

img.left {
	padding-left: 10px;
	float: left;
}

span.italics {
	font: bold italic normal 10px "Arial", sans-serif;
	
	color: #777777;
	text-decoration: none;
}

span.header {
	font: normal normal bold 18px "Arial", sans-serif;
	text-decoration: underline;
}