@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000; /* 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: #fff;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
}
.oneColFixCtrHdr #footer {
	background:#000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#mainmenu{
z-index: 1 !important;
}



ul.pureCssMenu ul {
    
    z-index: 1;
}

.form-section, .form-section-closed {
   z-index: 0 !important;
    position: relative !important;
}#social {
	position: absolute;
	height: 38px;
	width: 121px;
	top: 20px;
	right: -30px;
}
#facebookHeader {
	background-image: url(../images/Facebook_Twitter.png);
	position: absolute;
	height: 38px;
	width: 40px;
	left: 0px;
	top: 0px;
}
#twitterHeader {
	background-image: url(../images/Facebook_Twitter.png);
	position: absolute;
	height: 38px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: -41px;
	left: 41px;
	top: 0px;
}
#instagramHeader {
	background-image: url(../images/Facebook_Twitter.png);
	position: absolute;
	height: 38px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: -41px;
	top: 0px;
	right: 0px;
}
