@charset "utf-8";
body  {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	background: #000000;
	margin: 0;
	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;
}

a {
	color: white;
	text-decoration: none;
}

a:Hover {
	text-decoration: underline;
}

ul li {
	text-transform: uppercase;
}

.keycontracting #container {  
	width: 935px;
	background: #FFFFFF;
	margin: 0 auto 0 auto; 
	text-align: left;
	background-image: url(images/page_bkgnd.gif);
}

#header {
	background:url(images/header_bkgnd.jpg);
	width: 935px;
	height: 125px;
	color: white;
	border-bottom: 4px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

#header ul {
	float: right;
	margin-top: 0px;
}

#header ul li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	margin-right: 30px;
}

#header #Logo {
	position: relative;
	left: 16px;
	top: 7px;
}

#header #specialtyGraphic {
	position: relative;
	left: 61px;
	top: -34px;
}

.keycontracting #sidebar {
	float: left;
	width: 177px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: 6px;
	border-right-color: black;
	border-right-style: solid;
}

#sideHeader {
	height: 34px;
	background: #2c0703;
	padding-left: 34px;
	padding-top: 11px;
}

.keycontracting #sidebar ul {
	background-color: #6e1108;
	width: 177px;
	color: white;
	padding: 0;
	margin: 0;
}

.keycontracting #sidebar ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-indent: -4px;
	border-bottom: 1px;
	border-bottom-color: #4f0200;
	border-bottom-style: solid;
}

.keycontracting #mainContent { 
	margin: 0 0 0 183px;
	padding: 0 0 0 20px;
}

#mainBody {  
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.keycontracting #mainContent #contentHeader {
	margin: 0;
	padding-top: 9px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	height: 36px;
	width: 735px;
	position: relative;
	left: -20px;
	top: 0px;
	background-image: url(images/header_bkgnd.jpg);
	border-bottom: 4px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	color: white;
	line-height: 1em;
	text-align: left;
	width: 935px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	padding-left: 40px;
}

a.ignusLink {
	color: #808080;
}

a.ignusLink:Hover {
	text-decoration: underline;
	color: white;
}

p.trailer {
	font-size: 0.8em;
}