﻿body {
	height: 100%;
	width: auto;
	padding: 0px;
	margin: 0px auto;
	font-family: Georgia;
	text-align: center;
	background-color: #000e4a;
	color: #352500; 
	background-image: url('./Images/BG.jpg');
	background-position: top center;
	background-repeat:	repeat-x;
}

div.Container
{
	/*positioning for FireFox*/
	position:absolute; 
	top:0px; 
	left:0px; 
	right:0px;
	
	height: auto;
	width: 100%;
	text-align: center;
	
	background-position: center;
	background-repeat:	repeat-y;
}

div.Header
{
	position: relative;
	height: 222px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	padding-top: 60px;
	background-image: url('./Images/Whitcomb_Bros_01.jpg');
	background-position: top center;
	background-repeat:	no-repeat;
}

div.Body
{
	position: relative;
	min-height: 260px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	
	background-image: url('./Images/Whitcomb_Bros_02.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

div.Footer
{
	clear: both;
	position: relative;
	height: 98px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	
	text-align: center;
	color: #FFFFFF;
}

div.LeftMenu_Container
{
	float: left;
	width: 200px;
}

div.LeftMenu
{
	width: 200px;
	height: 255px;
	padding-top: 70px;
	background-image: url('./images/left-menu.png');
}

div.Body_Side
{
	float: right;
	width: 200px;
}

div.Body_Landscape
{
	min-height: 472px;
	width: 1002px;
	background-image: url('./Images/SideBar_Landscape.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
}

div.Body_LawnCare
{
	min-height: 472px;
	width: 1002px;
	background-image: url('./Images/SideBar_LawnCare.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
}

div.Body_Docks
{
	min-height: 472px;
	width: 1002px;
	background-image: url('./Images/SideBar_DockService.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
}

img
{
	border: 0px;	
}

h1
{
	font-family: Verdana; 
	color: #352500; 
	font-size: 16pt;
	font-weight: normal;
}

h2
{
	font-weight: bold;
	color: #000e4a;	
	font-size: 14pt;
}

a:link {
  color:#912614;
  text-decoration:none;
  }
a:visited {
  color:#912614;
  text-decoration:none;
  }
a:hover {
  color:#912614;
  text-decoration:underline;
  }
  
  /*Whitcomb Bros.*/

span.Text_Highlight
{
	font-weight: bold;
	color: #000e4a;	
}

div.Header_Menu_Left
{
	float: left; 
	width: 180px; 
	padding-left: 30px; 
	padding-top: 20px;
	text-align: left;
	line-height: 30px;
}

div.Header_Menu_Middle
{
	float: left; 
	width: 580px;
	text-align: right;
	font-size: 10pt;
	padding-top: 205px;
}

div.Header_Menu_Right
{
	float: right; 
	width: 212px; 
	text-align: left;
}

.Header_Menu_Left a:link 
{
	font-size: 14pt;
	color: #9f7100;
	text-decoration: none;
}
.Header_Menu_Left a:visited {
	font-size: 14pt;
	color: #9f7100;
	text-decoration: none;
}
.Header_Menu_Left a:hover {
	font-size: 14pt;
	color: #decd54;
	text-decoration: underline;
}

div.SideMenu
{
	float: left; 
	width: 210px; 
	text-align: center;
}

div.Promo_Body
{
	width: 210px; 
	background-image: url('./images/Whitcomb_Bros_Promo_Body.jpg'); 
	background-repeat: repeat-y;	
}

div.Promo_Header
{
	text-align: left; 
	float: right; 
	width: 170px; 
	min-height: 200px; 
	padding-top: 40px; 
	padding-left: 30px;
	padding-right: 10px; 
	background-image: url('./images/Whitcomb_Bros_Promo_Header.jpg'); 
	background-repeat: no-repeat;
}

div.Promo_Footer
{
	float: right; 
	width: 210px; 
	min-height: 45px; 
	background-image: url('./images/Whitcomb_Bros_Promo_Footer.jpg'); 
	background-repeat: no-repeat;
}

div.Body_Content_Body
{
	float: right; 
	width: 792px; 
	background-image: url('./images/Whitcomb_Bros_Main_Content_Body.jpg'); 
	background-repeat: repeat-y;	
}

div.Body_Content_Header
{
	color: #352500; 
	text-align: left; 
	float: right; 
	width: 702px; 
	min-height: 200px; 
	padding-top: 50px; 
	padding-left: 40px; 
	padding-right: 50px; 
	background-image: url('./images/Whitcomb_Bros_Main_Content_Header.jpg'); 
	background-repeat: no-repeat;	
}

div.Body_Content_Footer
{
	float: right; 
	width: 792px; 
	min-height: 60px; 
	background-image: url('./images/Whitcomb_Bros_Main_Content_Footer.jpg'); 
	background-repeat: no-repeat;
	background-position: bottom;
}