﻿body
{
	background: url(Images/bgFade.gif) repeat-x left top;
	/* R 30, G 109, B 116 */	
}
#entirePage
{
	position:relative;
	margin:0 auto;
	width: 950px;
	height:1100px;			
}
#header
{
	position:absolute;
	top: 10px;
	left:5%;
	font-weight: 800;
	font-size: 550%;
	font-family: "Times New Roman", Times, serif;
	color: white;
}
/* this is for the feather icon as part of the logo */
#icon
{
	position:absolute;
	top: 5px;
	left: 69%;
}
#subHeader
{
	position:absolute;
	top: 107px;
	left: 15%;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 175%;
	font-weight: 700;
}
#MainBox
{
	position:absolute;
	top: 150px;
	left: 5%;
	width: 90%;
	height: 75%;
	background-color:#FFFFFF;
	z-index: 1;
}
.formbutton
{
	cursor: pointer;
	border: outset 1px #ccc;
	background: #999;
	color:navy;
	font-weight: bold;	
	background: url(Images/formbg1.gif) repeat-x left top;
	font-size: 99%;
	width: 350px;
	margin-top: 1ex;	
	margin-left: 1ex;		
}
.formbutton:hover
{
	color: #73F197;
}
#img1
{
	position:absolute;
	top: 5px;
	right: 5px;
	width: 250px;
	height: 189px;
}
#img2
{
	position:absolute;
	top: 201px;
	right: 5px;
	width: 250px;
	height: 189px;
}
#img3
{
	position:absolute;
	top: 397px;
	right: 5px;
	width: 250px;
	height: 189px;
}
#img4
{
	position:absolute;
	top:593px;
	right:5px;
	width: 250px;
	height: 189px;
}
.LinksTable
{
	position:absolute;
	text-align: left;
	text-indent: 2ex;	
	font-size: 105%;
	font-weight:700;
	margin-right: 2ex;
	padding: 2px;
	font-family: Calibri; 
}
form
{
	margin-bottom: 0px;
}
#par1
{
	position:absolute;
	top: 10px;	
	left: 385px;
	width: 200px;
	text-align: justify;
	text-indent: 2ex;
	font-family: Calibri;	
}
#par2
{
	position:absolute;
	top: 200px;	
	left: 385px;
	width: 200px;
	text-align: justify;
	text-indent: 2ex;
	font-family: Calibri;	
}
#mapImage
{
	position:absolute;
	top:500px;
	left:2%;
	z-index: 1;	
}
#mapHeader
{
	position: absolute;
	top: 455px;
	left: 5%;
	font-family: Calibri;
	font-size: 250%; 
	font-weight: 800; 
	color: navy;	
}
.headings
{
	 text-indent: 3ex; font-family: Calibri; font-size: 250%; font-weight: 800; color: navy; 
}
#titleHead
{
	text-align: center; font-family: Calibri; font-size: 300%; font-weight: 800; color: navy;
}
.contactInfo
{
	font-family: Calibri; font-size: 85%; 
}
.littleForm
{
	cursor: pointer;	
	border: outset 1px #ccc; 
	background: #999;
	color: navy;
	font-weight: bold;	
	background: url(Images/formbg1.gif) repeat-x left top;
	font-size: 99%;
	width: 150px;
	margin-top: -1ex;	
	margin-left: 5ex;
}
.littleForm:hover
{
	color: #73F197;
}
#footer
{
	width: 100%;
	height: 50px;
}
#footerTag
{
	font-family: Calibri;
	font-style: italic;
	text-align: center;
	margin-top: 2ex;			
}
