@charset "UTF-8";
body {
	background: #366c83;
	background-image:url(bg-kcg.jpg);
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}


.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom: 4px solid #004B69;
	border-left: 4px solid #004B69;
	border-right: 4px solid #004B69;
	position: relative;
	top: 0px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	background-image:url(images_main/residential-header.png);
	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. */
	width: 950px;
	height: 154px;
	margin: 0;
}

.oneColFixCtrHdr #commercialheader {
	background: #FFFFFF;
	background-image:url(images_main/commercial-header.png);
	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. */
	width: 950px;
	height: 130px;
	margin: 0;
}
.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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 65px 0px 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.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: 5px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#Navigation {
	position:relative;
	left:241px;
	top:107px;
	width:630px;
	height:100px;
	z-index:1000;
}
#new_nav {
	position:relative;
	left:241px;
	top:107px;
	width:630px;
	height:100px;
	z-index:1000;
}
.center_bar {
	text-align: center;
}
#main_image {
}
.main_content_text {
	padding-left: 40px;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.secondary_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 12pt;
}
#sidebar {
	text-align: left;
	position: relative;
	width: 300px;
	height: 300px;
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
/* FONTS */


p, h1, h2, h3, h4, h5, h6 {
	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h1 {
	font-size: 14pt;
	line-height: 16pt;
	margin-bottom: 6px;
	padding-bottom: 0px;
	
}
h2 {
	font-size: 12pt;
	line-height: 15pt;
	margin-bottom: 4px;
	padding-bottom: 0px;
	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

dl, ul, ol {
	margin-bottom: 8px;
}
dt {
	font-weight: bold;
}
dd, ul, ol {
	margin-left: 24px;
}
.promo_headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #E23025;
    border-top: solid 2px #E23025;
    padding-top: 10px;
}

.promo { 
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight:bold;
	color: #E23025;
    text-align: center;
	}
#promo_list{
    width: 410px;
    margin: 0px 5px 0px 1px;
    padding: 0px;
    line-height: 27px;
	font-family: Arial black, Helvetica, sans-serif;
	font-size: 45px;
	color: #000000;
    list-style-type: none;
	}
#promo_list_span{
    font-family: sans-serif;
    font-size: 18px;
}.contact_us {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	}
a {
	text-decoration: none;
	color: #000000;
        padding: 0px 15px 0px 0px;
	}
th {
	text-align: center;
	font-size: 18px;
	}
td {
	padding: 5px;
	}
table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}

	
