@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.oneColLiqCtrHdr #nav {
	width: 350px;
	float: right;
	padding-top: 20px;
	padding-bottom: 30px;
}
.shadowlayer {
	background-image: url(images/containerShadow.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	margin: 0 auto;
}
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;
	background-image: url(images/bg.jpg);
	font-family: "Trebuchet MS";
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	height: 80px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(images/headBG.png);
	background-repeat: no-repeat;
}
.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 */
	color: #3399FF;
}
.h2 {
	color: #0099FF;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	background:#DDDDDD;
	font-size: x-small;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 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 */
}
.oneColLiqCtrHdr #shadowlayer {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #mainContent2 {
	background-color: #FFFFFF;
	background-image: url(images/whatwedo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50;
	padding-right: 20;
	padding-bottom: 50;
	padding-left: 20;
	width: 100%;
}
