@charset "utf-8";
body {
	margin: 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;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	background-color: #FFF;
	overflow: visible;
}
#container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	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;
	padding: 0px;
	font-weight: bold;
	background-color: #FFF;
	color: #000;
	height: 100%;
}

#header {
	background-color: #DDDDDD;
	background-image: url(Images/CC_header1.png);
	height: 45px;
	width: 100%;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	color: #FFF;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
} 
title_h3 {
	line-height: 1em;
}
title_text {
	color: #FFF;
}
title_h1 {
	font-size: 48px;
	color: #FFF;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 50px;
	color: #FFF;
}
#mainContent {
	height: auto;
	width: 800px;
	top: 165px;
	padding: 15px;
	text-align: center;
	background-color: #FFF;
	float: none;
	z-index: 30;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 150px;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(Images/CC_footer.png);
	height: 130px;
	width: 100%;
	bottom: 0px;
	top: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	background-repeat: repeat-x;
} 
title_h3 {
	line-height: 1em;
}
title_text {
	color: #FFF;
}
title_h1 {
	font-size: 4em;
}
#container #footer img  {
	float: right;
	margin: 0px;
	z-index: 10;
	position: relative;
	right: 130px;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container #mainContent img {
	margin-right: 30px;
	margin-left: 30px;
}
#left_column {
	float: left;
	width: auto;
	z-index: 5000;
	position: absolute;
}
#map {
	float: right;
	height: auto;
	width: auto;
}
#main_column_left {
	float: left;
	width: 500px;
}
#searchForm {
	float: right;
}
