@charset "UTF-8";

/* Copyright 2007 BZA Little Falls, New Jersey */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #787878;
	background-image: url(../images/bg_texture.jpg);
	background-repeat: repeat;
	font-size: 11px;
}

a:link, a:visited, a:hover {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #336699;
}
/* overrides decoration from previous rule for hovered links */

h1{
	color: #78ada7;
	font-size: 16px;
}


.oneColLiqCtrHdr #container {
	width: 770px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 10px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFFFFF; 
	padding: 0px 40px 0px 0px;  /* 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. */
	text-align: right;
}
.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: 140px 10px 10px 120px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	color: #9d9e9f;
	font-weight: normal;
	/*position: absolute;*/
	left: 167px;
	top: 139px;
	float: left;
}

#topNav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 375px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #a6d5d3;
	text-align: right;
}

#botNav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #a6d5d3;
	text-align: right;
}

#button {
	margin: 0px 2px 0px 2px;
	padding: 8px 0px 8px 20px;
	background: #FFFFFF;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	
	color: #2168a0;
	font-size: 10px;
	font-weight: bold;
	width: 160px;
	text-align: left;
}

#buttonHolder {
	background: #FFFFFF;
	float: left;
}

.oneColLiqCtrHdr #ldpLogo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(../images/blue_fade.jpg);
	background-repeat: repeat-x;
	clear: both;
}

.oneColLiqCtrHdr #mainContent {
	margin: 35px 0px 0px 0px;
	padding: 0px 20px 0px 375px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	clear: both;
}
.oneColLiqCtrHdr #footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image: url(../images/footer_texture.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/******************************************* Extra Styles ********************************************************/

.team {
	color: #2168a0;
}
