@charset "UTF-8";
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/back_image.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColLiqCtrHdr #container #logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 175px;
	width: 223px;
	top: 25px;
	left: 5px;
}
.oneColLiqCtrHdr #container #mainContent p img {
	padding: 10px;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	position: relative;
	top: 180px;
	text-align: center;
}
.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 #container #header a:link {
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #030;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-transform: lowercase;
}
.oneColLiqCtrHdr #container #header a:hover {
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #0F0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-transform: lowercase;
}
.oneColLiqCtrHdr #container #header a:visited {
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #030;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-transform: lowercase;
}
.oneColLiqCtrHdr #container #mainContent p a {
	text-decoration: none;
	color: #333;
}

.img-wrapper {
	background-image: url(images/image-wrapper-shadow.png);
	margin: -20px 20px -20px 20	px;
	background-repeat: no-repeat;
}
		
	
	
.oneColLiqCtrHdr #mainContent {
	position: relative;
	top: 225px;
	width: 750px;
	border: 4px solid #FFF;
	background-image: url(images/box_gradient.jpg);
	background-repeat: repeat-x;
	height: auto;
	text-align: left;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 10px 10px 15px #333333;
	-moz-box-shadow: 10px 10px 15px #333333;
	box-shadow: 10px 10px 15px #333333;
	background-position: bottom;
	background-color: #FFF;
}

.oneColLiqCtrHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666;
	line-height: 15pt;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 18px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-attachment: fixed;
	background-color: #DDDDDD;
	text-align: left;
} 
.oneColLiqCtrHdr #footer a:link {
	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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration: none;
	color: #333;
}
.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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration: none;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
.oneColLiqCtrHdr #container #mainContent p bold {
	font-weight: bold;
}
.oneColLiqCtrHdr #container #mainContent h4 {
	color: #666;
}
.oneColLiqCtrHdr #container #mainContent ul li {
	font-size: 10pt;
	line-height: 16pt;
	color: #666;
	list-style-position: inside;
	list-style-type: circle;
}
