@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CC9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	background-image: url(../Images/SidebarGreenBlock.gif);
	background-repeat: repeat-y;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	padding: -10px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 161px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #003300;
	color: #FFFFFF;
	height: 800px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: -50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 
.twoColFixLtHdr #footer {
	background-color: #000000;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: auto;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.LTD {
	font-size: 24px;
}
.bannerpic {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.GFDBheader {
	font-size: 45px;
}
.HeaderText {
	padding-top: 40px;
}
.emailsize {
	font-size: 12px;
}
.topHeader {
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin: 5px;
}
.centerSidebar {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #consultation #button {
	height: 50px;
	width: 100px;
	font-size: 24px;
}
.tableText {
	float: left;
	padding-bottom: 70px;
}
.twoColFixLtHdr #container #mainContent .LTD .LTD #Image {
	float: right;
}
.bigButton {
	height: 50px;
	width: 100px;
	font-size: 24px;
	float: right;
	margin-right: 50px;
}
.HomePage {
	padding-bottom: -50px;
	margin-bottom: -70px;
}
.twoColFixLtHdr #container #mainContent #form1 #button {
	margin-right: 100px;
}
.Thumbnail1 {
	float: left;
}
.twoColFixLtHdr #container #mainContent div {
	width: 656px;
}
.centerThumbnail {
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
.homeImage {
	float: right;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.Indent {
	text-indent: 25px;
}

.homeTabletext {
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
.h2TableText {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-left: 10px;
}
.tableImage {
	padding: 10px;
}
.homeTable {
	border: thick outset #66CC00;
}
.DadsPic {


}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.DesignBuildImage {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.weirdImage {
	margin-top: 0px;
}
.herbpic {
	float: right;
	margin-bottom: auto;
}
.HerbPic2 {
	margin-top: -30px;
	float: left;
}
.floatright {
	float: right;
}

