@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(Assets/clouds.gif); 
	background-repeat: repeat;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	/*background: #FFFFFF;  DNOTE */
	margin: 0 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: #DDDDDD; 
	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. */
}
.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 {
	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 { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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 */
}


/*-------------------  HEADER -------------------- */

#header_wrapper {
text-align: center; 
vertical-align: middle; 
margin: 0 auto; 
padding: 0; 
height: 100px;		
}

.header_contact {
	float: right;
	position: absolute;
	right: 2px;
	top: 61px;
	margin: 0;
	font-size: 12px;
}

#header1 {
width: 100%; 
height: 70px; 
text-align: center; 
margin: 0 auto;
padding: 0;
}

/* ------------- TITLE -----------*/

.title1_wrapper {
text-align: center; 
vertical-align: middle; 
margin: 20px auto; 
padding: 0; 
width: 80%;		
}

/* -----------  LAYOUT ------------ */

.main1 {
text-align: left; 
vertical-align: top; 
margin: 0 auto 20px; 
padding: 0; 
width: 690px;	
background: #FFF;
}

.ad1 {
	text-align: center;
	vertical-align: middle;
	margin: 1em auto;
	padding-bottom: 1em;
}

li.listheader1 {
	font-weight: bold;
	margin: 1.5em 0 1em -1em;
	color: #006;
	list-style-image:none;
	list-style:none;
	list-style-position:outside;
}



/* ------------ TEXT ---------------*/

h1 {
margin: 0; 
padding: 10px 0 4px; 
font: Arial, Verdana, Helvetica, sans-serif; 
font-size: 2em;	
}

h2 {
margin: 0; 
padding: 0; 
font: Arial, Verdana, Helvetica, sans-serif; 
font-size: 1.5em;	
color: #F00;
}

h3 {
margin: 0; 
padding: 0;  
font: Arial, Verdana, Helvetica, sans-serif; 
font-size: 1.5em; 
font-weight: normal;	
}

/*------------ FOOTER -------------- */

#footer1 {
background:#0066FF;
color: #FFF;
height: 38px;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
}

#footer1 .lc {
float: left; 
text-align: left; 
vertical-align: top; 
border: 0px solid red;
margin: 0;
padding: 4px 0 4px 10px;
}

#footer1 .rc {
float: right; 
text-align: right; 
vertical-align: bottom; 
border: 0px solid red;
margin: 0;
padding: 4px 100px 4px 0px;
}

#footer1 a {
text-decoration: underline;
color: #FFFF00;
}

#footer1 a:visited {
text-decoration: underline;
color: #FFFF00;
}

#footer1 a:hover {
text-decoration: underline;
color: #FFFF00;
}

#footer1 a:active {
text-decoration: underline;
color: #FFFF00;
}



/* ------------  MAIN LINKS -------------*/

a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
