@charset "utf-8";
/* CSS Document */

body, ul {
	margin:0;
	padding:0;
}
body, td {
	font:normal 12px Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
p {
	margin:0 0 1em 0;
	padding:0;
}
a:link, a:visited {
	cursor:pointer;
}
a {
	color:#f57b20;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.clearBoth {
	clear:both;
}

/* Page Structure -------------------------- */
#container {
	width:905px;
	margin:0 auto;
}


/* Header  --------------------------------- */
h1 {
	margin:0;
	padding:0;
	background:url('../images/logo_kmcpartners.gif') 1px 21px no-repeat;
	height:90px;
	border-bottom:1px solid #cccccc;
	text-indent:-1500px;
}
h2 {
	margin:15px 0 0 0;
	padding:0;
	font-weight:normal;
	font-size:24px;
}
h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:18px;
}

/* About Us  --------------------------------- */
#about {
	width:480px;
	height:237px;
	background:url('../images/bg_about.jpg') 0 0 no-repeat;
	float:left;
	margin:18px 0 0 0;
	padding:25px 130px 0 40px;
	font-size:13px;
	line-height:1.3em;
}

/* Results  --------------------------------- */
#resultsOuter {
	margin-top:-4px;
	width:210px;
	float:right;
}
#resultsInner {
	border-top:1px solid #cccccc;
	padding-top:10px;
}
#results {
	height:250px;
	overflow:auto;
}
#results img {
	display:block;
	padding-bottom:2px;
}
#results ul {
	margin-right:5px;
}
#results li {
	margin-bottom:20px;
}
#results a {
	color:#666666;
}


/* Experience  --------------------------------- */

#experienceOuter {
	clear:both;
	padding-top:20px;
}
#experienceInner {
	margin-top:4px;
	margin-bottom:30px;
	padding:8px 0;
	border-top:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	height:60px;
	overflow:hidden;
	width:905px;
}
#experience {
	width:2000px;
	clear:both;
}

#experience img {
	padding-right:14px;
	display:inline;
}
#experience span {
	display:block;
	float:left;
	height:80px;
}
/*
#experience li {
	float:left;
	padding-right:20px;
}
*/
/* Contact  --------------------------------- */

#contact {
	width:210px;
	float:right;
	margin-left:20px;
}
#contact li {
	padding-bottom:.5em;
}

.floatRight {
	float:right;
}

/* Footer -------------------------- */
#footer {
	clear:both;
	padding:100px 0 10px 0;	
	color:#999999;
	text-align:center;
	bottom:0;
}

