@charset "utf-8";
/* CSS Document */


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: #666;
	background-color: #121B08;
	background-image: url(../assets/images/siteGraphics/homepage/SiteBack_Homepage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container  {
	width: 937px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	padding: 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. */
	margin: 0px;
}
#mainMenu {
	text-align: center;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#mainMenu a {
	color: #FFF;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 29px;
}
#mainMenu a:hover {
	color: #CE0000;
	text-decoration: none;
	background-image: url(../assets/images/siteGraphics/homepage-menu-ladybug.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.HomePage  #mainContent{
	margin: 0px;
	padding: 0;
}
.HomePage #content-FullSingleColumn{
	padding-top: 200px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 440px;
}
.HomePage #homebuttons {
	text-align: center;
}
.HomePage #homebuttons img {
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.HomePage #homeRecall {
	text-align: center;
}
.HomePage #homeRecall img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*  FOOTER ID STYLES =========================================== */
.HomePage  #footer{
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.HomePage #footer  p{
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
.HomePage #footer a{
	text-decoration: none;
	color: #FFF;
}
.HomePage #footer a:hover {
	text-decoration: underline;
}
.HomePageText {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: 208px;
	margin-right: 85px;
	margin-left: 85px;
	margin-bottom: 35px;
}

