@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.oneColFixCtrHdr #container {
	width: 1054px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/home/content.gif);
	background-color: #004D73;
}
.oneColFixCtrHdr #header { padding: 0;  /* 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. */ }
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0px;
	clear: both;
	width: 1054px;
}

#mainContent #content_left_margin {
	float: left;
	width: 25px;
	background-image: url(../images/home/content_left_margin.gif);
	background-color: #0091C8;
}

#mainContent #content_left_panel {
	width: 234px;
	float: left;
	margin: 0px;
	background-color: #004D73;
	background-repeat: no-repeat;
	padding: 0px;
}
#content_left_panel #content_left_panel_header {
	height: 86px;
	width: 234px;
	margin: 0px;
	padding: 0px;
}
#content_left_panel #content_left_panel_content {
	width: 224px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/images/content_left_panel.jpg);
	height: 422px;
}



#mainContent #menu_panel {
	width: 168px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/home/content_menu_panel.gif);
	height: 508px;
	float: left;
	margin: 0px;
}

#mainContent #content_right_panel {
	width: 334px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	margin: 0px;
	height: auto;
}

#mainContent #content_right_margin {
	width: 215px;
	float: right;
	background-color: #FFF;
	margin-right: 30px;
	padding-right: 5px;
	padding-left: 5px;
}

.oneColFixCtrHdr #footer {
	padding: 0;
	background-image: url(../images/home/footer.gif);
}

.oneColFixCtrHdr #content_footer {
	padding: 0;
	clear: both;
	width: 1054px;
}
.oneColFixCtrHdr #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 */
}

#contactUs {
	color: #FFF;
	clear: both;
	width: 225px;
	font-size: 12px;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}

#contactUs #contactUsphone { font-size: 16px; }

#contactUs #contactUsAddress { font-size: 10px; }

#contactUs #contactUsAddress a { color: #FFF; }
