/*KM Building Company Styles */

/*Reset and make default values
----------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	margin-top: 10px;
	font: 12px Helvetica-bold, Verdana, Arial;
	background-color: #ccc;
}
h2 {
	font-size: 11px;
}
/*containers
----------------------------------*/
#container {
	width: 900px;
	height: 580px;
	margin: auto;
}
/*content
----------------------------------*/
#content {
	margin: 0px 10px 10px 0px;
	width: 334px;
	height: 418px;
	background-color: #ccc;
	float: left;
}
div#iepos {
	position: relative;
	margin-top: -108px;
}
#content h2 {
	margin: -95px 0px 10px 10px;
}
#content p {
	margin: 0px 70px 10px 10px;
	font-size: 10px;
	line-height: 18px;
}
/*navigation
----------------------------------*/
#nav {
	width: 556px;
	height: 96px;
	background-color: black;
	float: left;
}
#nav ul {
	width: 400px;
}
#nav ul li {
	display: block;
	float: left;
	margin: 15px 15px;
	text-transform: uppercase;
}
#nav ul li a {
	text-decoration: none;
	color: white;
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #6d8fff;
}
#nav p {
	padding: 10px 10px;
	text-align: right;
	float: right;
	color: #6d8fff;
	font-size: 14px;
	font-weight: bold;
}
/*sub navigation
----------------------------------*/
#sub_nav {
	margin: 0px 10px 0px 0px;
	width: 334px;
	height: 152px;
	background-color: #ececec;
	float: left;
}
/*Mini navigation, spacing for: current location, category, portfolio, back (in that order) */
h6 {
	margin-bottom: 3px;
	margin-left: 11px;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
#sub_nav p {
	margin: 12px 13px 3px 10px;
	color: black;
	float: left;
	display:inline;
}
h4 {
	margin-left: 11px;
	font-size: 9px;
	text-transform: uppercase;
}
h4 a {
	color: #333;
	text-decoration: none;
}
h4 a:hover {
	color: #6d8fff;
}
/*misc
----------------------------------*/
#image {
	margin-bottom: 10px;
	margin-top: -428px;
	width: 556px;
	height: 474px;
	float: right;
}	
#logo {
	position: relative;
	margin: 0px;
	top: 152px;
	left: 278px;
	width: 121px;
	height: 108px;
	background-color: black;
}
/* Classes
-------------------------------*/
.bluetxt {
	color: #6d8fff;
}
.clear {
	clear: both;
}
.float {
	float: left;
}
.top_neg_margin {
	margin-top: -5px;
}
.spacer {
	margin-right: 10px;
}
.indexinfo {
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
}
.mobile_link{text-decoration:none;color:black;cursor:default;}
