﻿#topHeaderContainer {
	height: 192px;
	min-width: 800px;
	position: relative;
}
#headerSpacer {
	float: left;
	background-image: url('images/topGrass.jpg');
	width: 100%;
	height: 65px;
}
#navContainer {
	background-position: bottom;
	background-image: url('images/navBackground.png');
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#link-home { 
	position: absolute; 
	top: 8px; 
	left: 20px; 
	width: 15px; 
	height: 8px; 
	background-color: transparent; 
}	

#link-mail { 
	position: absolute; 
	top: 8px; 
	left: 65px; 
	width: 15px; 
	height: 8px; 
	background-color: transparent; 

}	
	
#link-contactus { 
	position: absolute; 
	top: 8px; 
	left: 110px; 
	width: 15px; 
	height: 8px; 
	background-color: transparent; 
}	
			
#navContainer ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#navContainer ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}


a.formatfree:link {
	text-decoration: none;
	color: #000000;
}
a.formatfree:visited { text-decoration: none ;color: #000000;}
a.formatfree:hover { text-decoration: none; color: #000000;}
a.formatfree:active { text-decoration: none; color: #000000;}


a.menu:link { text-decoration: none; color: #FFFFFF;}
a.menu:visited { text-decoration: none; color: #FFFFFF;}
a.menu:hover { text-decoration: none; color: #FFFFFF;}
a.menu:active { text-decoration: none; color: #FFFFFF;}

#TitleText {
	position: absolute;
	font-family: "Arial Black";
	font-size: 39px;
	top: 41px;
	left: 16px;
	font-style: italic;
	color: #B25C16;
	text-align: center;
	z-index: 10;
}
#HeaderLeftMiddle {
	background-image: url('images/HeaderMiddle2.JPG');
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	margin-right: 375px;
}
#topLeftLinks {
	position: absolute;
	float: left;
	clip: rect(auto, auto, auto, auto);
	width: 177px;
	background-image: url('images/topLeftLinks.JPG');
	background-repeat: no-repeat;
	top: 2px;
	left: 0px;
	z-index: 5;
	height: 24px;
}
#bodyContainer {
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	color: #353535;
	position: relative;
	padding-bottom:35px;
	top: 0px;
	left: 0px;

}
#headerRight {
	background-image: url('images/HeaderTopRight4.JPG');
	float: right;
	position: absolute;
	top: 1px;
	width: 375px;
	height: 164px;
	right: 0px;
}
#footerContainer {
	background-image: url('images/footer.gif');
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 12px;
	clip: rect(auto, auto, auto, auto);
	position: absolute;
	bottom: 5px;
	right: 0px;
	left: 0px;
}
#navLeftEnd {
	background-image: url('images/navEndLeft.png');
	float: left;
	width: 48px;
	margin-left: 10%;
}
#navSpacerRightEnd {
	background-image: url('images/navButtonSpacer.png');
	background-repeat: no-repeat;
	width: 2px;
	height: 18px;
	float: left;
	clear: both;
}
#navRightEnd {
	background-image: url('images/navEndRight.png');
	float: left;
	width: 48px;
}
#navButton {
	background-image: url('images/navButton.png');
	width: 140px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	font-family: Verdana;
	font-size: small;
	background-position: top;
	background-repeat: no-repeat;
	height: 18px;
	
}
#navButton:hover {	
	background-image: url('images/navButtonHover.png');
}

#centeredMenuItems {
	margin-right: auto;
	margin-left: auto;
}
#centeredMenuItems2 {
	position: relative;
	right: 50%;
}


#centeredmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#bodyContentLeft {
	background-position: left top;
	float: left;
	width: 201px;
	height: 638px;
	background-image: url('images/leftSwoosh.png');
	background-repeat: no-repeat;
	position: relative;
	top: -9px;
	left: 0px;
}
#bodyContentMiddle {
	margin-right: 150px;
	margin-left: 150px;
	min-width: 800px;
	font-size: small;
}
#bodyContentRight {
	float: right;
	width: 223px;
	height: 412px;
}
#headerBottom {
	background-image: url('images/topNavBottom.png');
	background-repeat: repeat-x;
	background-position: top;
}
.headerCustom {
	font-size: large;
	font-weight: bold;
	color:#FE6000;
}
#pageContainer {
	min-height: 100%;
	position: relative;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	min-width: 900px;
}

body {
   margin:0;
   padding:0;
   height:100%;
}

html {
   margin:0;
   padding:0;
   height:100%;
}
