body, p, h1, h2, h3, ul, ol, a, table, td, form, img, li
{
	font-family: Gill Sans,Arial,Helvetica,Sans_Serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

body
{
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	background-image: url(../graphics/background1.png);
	background-repeat: repeat-x;
	background-color: #979c9c;
	color: #f2ebc7;
}

#titleBannerFloat
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#titleBannerFloat #contactButton
{
	position: absolute;
	top:35px;
	left:790px;
}

#titleBannerFloat #siteButton
{
	position: absolute;
	top:35px;
	left:930px;
}

#titleBannerFloat #searchBox
{
	position: absolute;
	top:70px;
	right: 10px;
	border: 1px solid black;
	background: #8c9191;
	color: #000000;
	height:24px;
	width: 210px;
}

#slogan
{
	position: absolute;
	top:130px;
	left:15px;
}

#nav
{
	position: absolute;
	z-index: 1;
	top: 165px;
	left: 0px;
}

#navButton1
{
	position: absolute;
	top: 3px;
	left: 90px;
}

#navButton2
{
	position: absolute;
	top: 6px;
	left: 245px;
}

#navButton3
{
	position: absolute;
	top: 3px;
	left: 440px;
}

#navButton4
{
	position: absolute;
	top: 3px;
	left: 615px;
}

#navButton5
{
	position: absolute;
	top: 3px;
	left: 805px;
}

#siteInfoButton
{
	position:absolute;
	bottom: -50px;
	left: 25px;
}

#moreInfoButton
{
	position:absolute;
	bottom: -50px;
	left: 275px;
}

#homePanel1
{
	position: absolute;
	top: 430px;
	left: 30px;
	width: 450px;
}

#homePanel1A
{
	position: absolute;
	top: 460px;
	left: 30px;
	width: 450px;
}
#leftFlash
{
	position: absolute;
	top: 75px;
	left: 25px;
}

#homePanel2
{
	position: absolute;
	top: 430px;
	left: 520px;
}

#homePanel2A
{
	position: absolute;
	top: 460px;
	left: 520px;
}

#rightFlash
{
	position: absolute;
	top: 75px;
	left: 25px;
}

#top
{
	position:absolute;
	top:192px;
	left:0px;
}

.titleText
{
	position: absolute;
	top: 20px;
	left:130px;
	color: inherit;
	font-size: 24px;
	font-style: italic;
	font-weight: lighter;
}


#infoButton
{
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 12px;
}

#contactButton
{
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 137px;
}

#textSpace
{
	 position: absolute;
	left: 50px;
	right: 50px;
	top: 200px; 
	width:900px;
}

#textSpace p
{
	display: block;
	text-align: left;
	font-weight: normal;
}

/* Default Links */

a
{ outline: none;
}

a:link
{
	text-decoration: none;
	color: #fbfe95;
}

a:visited
{
	text-decoration: none;
	color: #6CF;
}

a:active
{
	text-decoration: none;
	color: #fff;
}

a:hover
{
	text-decoration: none;
	color: #FC0;
}

a.offsite
{
	text-decoration: none;
	color: #fbfe95;
}

ol
{
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	text-align: left;
	font-weight: normal;
}

ul
{
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	text-align: left;
	font-weight: normal;
}

#thanksText { text-align: center; }

#iframe
{
	display: none;
	visibility: hidden;
	height: 1px;
}

.shadow 
{
	-moz-box-shadow: 8px 8px 10px #444;
	-webkit-box-shadow: 8px 8px 10px #444;
	box-shadow: 8px 8px 10px #444;
}


