@charset "utf-8";
body {
	background-color: #bdd696;
	background-image: url(images/bg_tile.png);
	background-repeat: repeat-x;
	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 */
	font-family: Arial, Helvetica, sans-serif;
/*	overflow:hidden;*/
}
.oneColLiqCtrHdr #container {
	background-image:url(images/bg_circle.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;
	width:100%;
	}
.oneColLiqCtrHdr #header {
	position:relative;
	padding: 25px 0 15px 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. */
	width:586px; 
	margin: 0 auto; 
	text-align: center;
	font-size:20pt;
	font-style:italic;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	width:586px; 
	height:300px;
	margin: 0 auto; 
	text-align: center;
	line-height: 20pt;
	color: #474747;
	padding-top:320px;
}
.oneColLiqCtrHdr #footer {
	background-image:url(images/footer_glow.png);
	background-position:center top;
	background-repeat:repeat-x;
	width:100%;
	height:107px;
	padding-top:10px;
} 
.oneColLiqCtrHdr #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 */
	text-align: center;
	background-image:url(images/footer_glow.jpg);
}
#contact_name, #contact_email {
	width:460px;
	height:27px;
	font-size:20px;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	background-image:url(images/bg_form.png);
	background-repeat: repeat-x;
	background-position: top;
	border:solid 1px #FFFFFF;
}
#button {
	width: 140px;
	height:42px;
	font-size:20px;
	font-weight:bold;
	background-image: url(images/bg_button.png);
	background-repeat:repeat-x;
	text-transform: uppercase;
	border: solid 1px #6b9b01;
	line-height: 14px;
    padding: 5px 5px 5px 5px;
}
#submit {
	width: 140px;
	height:42px;
	font-size:20px;
	font-weight:bold;
	background-image: url(images/bg_button.png);
	background-repeat:repeat-x;
	text-transform: uppercase;
	border: solid 1px #6b9b01;
	line-height: 14px;
    padding: 5px 5px 5px 5px;
}
a:link {
	color: #007cc3;
	text-decoration: none;
}
a:visited {
	color: #007cc3;
	text-decoration: none;
}
a:hover {
	color: #007cc3;
	text-decoration: none;
}
a:active {
	color: #007cc3;
	text-decoration: none;
}

