﻿*
{
	top: 0px;
	left: 0px;
}


body 
{
	background-color: #236E98;
	text-align: center;
}

/* divs making up the BODY - this is a five div website */

div#ContainerDiv
{
	width: 1000px;
	height: 620px;
	background-color: #ffffff;
}

div#HeaderDiv
{
	float: left;
	width: 1000px;
	height: 85px;
	background-image: url('../images/deib-header.gif');
	background-position: center; 
	border-bottom: solid 3px #0083A9; 
}

div#ImageDiv
{
	float: left;
	width: 1000px;
	height: 145px;
	background-image: url('../images/headerImages.jpg');
	border-bottom: solid 3px #F47D31; 
}

div#MenuDiv
{
	float: left;
	width: 187px;
	height: 370px;
}

div#LogoDiv
{
	text-decoration: none;
}
div#LogoDiv img
{
	border: none;
}

div#ContentDiv
{
	float:left;
	width: 793px;
	height: 324px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px; 
	padding-right: 10px;
	background-color: #ffffff;
}

div#ContentDiv span.HeaderSpan
{
	font-family: Arial;
	text-align: left;
	font-size: 20px; 
	color: #F47D31;
}

div#ContentDiv p
{
	font-family: Arial;
	font-size: 14px;
	color: #0083A9;
}

/* divs making up the MENU - five divs vertically arranged */

div.MenuLinkDiv
{
	width: 186px; 
	height: 42px;
	padding-top: 15px;
	float: left;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	background-image: url('../buttons/buttonblue.jpg');
	background-repeat: no-repeat;
	background-position: -1px 7px;
}

div.MenuLinkDiv a
{
	color: #FFFFFF;
	text-decoration: none !important;
}

div.MenuLinkDiv a:hover
{
	font-weight: bold;
}

/* table on the contact page */

table#ContactTable tr td
{
	font-family: Arial;
	font-size: 12px;
	color: #0083A9;
}

div#FooterDiv
{
	 float: left;
	 height: 46px;
	 width: 808px;
	 padding-left: 5px;
	 background-color: #ffffff;
	 text-align: left;
	 border: none;
}

span#FooterSpan
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #F57D31;
	text-decoration: none;
}

/* ensure chosen link is on an orange button rather than a blue one */

body#Home div#MenuDiv div#Home,
body#AboutUs div#MenuDiv div#AboutUs,
body#Church div#MenuDiv div#Church,
body#Commercial div#MenuDiv div#Commercial,
body#ContactUs div#MenuDiv div#ContactUs

{
	background-image: url('../buttons/buttonorange.jpg');
	background-repeat: no-repeat;
	background-position: 0px 8px;	
}