/*KM Building Company Styles */

/*Reset and make default values
----------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	margin-top: 10px;
	font-size: 12px;
	font-family: Helvetica-bold, Verdana, Arial;
	background-color: #ccc;
}
h2 {
	font-size: 11px;
	text-transform: uppercase;
	color: #6d8fff;
}
a:link {
	text-decoration: none;
}
/*containers
----------------------------------*/
#container {
	width: 900px;
	height: 580px;
	margin: auto;
}
/*content
----------------------------------*/
#content {
	margin: 0px 10px 10px 0px;
	width: 334px;
	height: 383px;
	background-color: white;
	float: left;
}
#content ul {
	margin-left: 10px;
	font-size: 10px;
	list-style-type: none;
	line-height: 16px;
	margin-top: -5px;
}
#content ul li a:link {
	color: black;
	text-decoration: underline;
}
#content ul li a:visited {
	color: #999999;
}
#content ul li a:hover {
	color: #6d8fff;
}
#content ul li a:active {
	color: #CCCCCC;
}
#content2 {
	float: left;
	height: 20px;
	width: 334px;
	background-color: white;
	margin: -10px 10px 10px 0px;
	padding-bottom: 15px;
}
#content h2 {
	margin: -95px 0px 10px 10px;
}
#content p {
	margin: 0px 70px 10px 10px;
	font-size: 10px;
	line-height: 18px;
}
#home_content {
	margin: 0px 10px 10px 0px;
	width: 334px;
	height: 418px;
	background-color: white;
	float: left;
}
* html #home_content {
	background-color: #ccc;
}
/*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;
}
#sub_nav ul,#image_nav {
	float: left;
	margin-left: 5px;
	list-style-type: none;
}
#image_nav {
	margin-left: 10px;
}
#sub_nav ul li,#image_nav li {
	margin-top: 5px;
}
#sub_nav ul li a,#image_nav li a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;	
}
#sub_nav ul li a:hover,#image_nav li a:hover {
	color: #6d8fff;
}
#image_nav li b {
	font-weight: bold;
	font-size: 9px;
}
/*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: 0px 13px 3px 10px;
	color: #6d8fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
* html #sub_nav p {
	margin: 0px 0px 3px 4px;
}
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;
	background-color: #ccc;
}
#logo {
	position: relative;
	margin: 0px;
	top: 152px;
	left: 278px;
	width: 121px;
	height: 108px;
}
.top_margin_flash {
	position: relative;
	top: -108px;
}
* html .top_margin_flash {
	top: -260px;
}
* html #home_content {
	margin-top: -108px;
}
/* Classes
-------------------------------*/
.bluetxt {
	color: #6d8fff;
}
.clear {
	clear: both;
}
.float {
	float: left;
}
.top_neg_margin {
	margin-top: -5px;
}
.spacer {
	margin-right: 10px;
}
.lesser_line_height {
	line-height: 10px;
}
.left_padding {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
}
* html .left_padding {
	padding-right: 20px;
}
.top_padding {
	padding-top: 5px;
}
.white_txt {
	color: white;
	font-size: 9px;
	font-weight: normal;
}
.under {
	border-bottom: .5px solid white;
}
object {
	border: none;
}
#sub_nav {
	font-family: Helvetica, Arial, Verdana, sans-serif;#
}