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

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
a {
	color: #827430;
	text-decoration: none;
	}
a:hover {
	color: #999;
	}
a img {
	border:0;
	}
h2 {
	font-size: 21px;
	font-weight: normal;
	border-top: 3px solid #ccc; 
	background: #f8f8f8; 
	padding:15px;
	}

h2 span {
	font-size: 15px;
	font-weight: normal;
	color:#999;
	}

ul {
	margin:0;
	padding:0;
	}
ul li {
	margin:0;
	padding:0;
	list-style:none;
	}

#container {
	width: 940px;
	min-height:600px;
	height:auto !important;
	height:600px;
	text-align: left;
	}
	
#ppl-results {
	display:block;
	width: inherit;
	height:auto;
	clear:both;
	min-height:200px;
	height:auto !important;
	height:200px;

	}

#ppl-res-list {
	display:block;
	clear: both;
	min-height:150px;
	height:auto !important;
	height:150px;
	}

.ppl-res-box {
	display: block;
	float:left;
	margin:0 10px 10px 0;
	color: #999;
	font-size: 14px;
	text-align: center;
	width: 80px;
	height: 200px;
	}
.alt-results-box span.pname {
	display: block;
	margin-top: 0;
	}
span.pname {
	display: block;
	margin-top: 10px;
	font-size:14px;
	}
span.prole {
	font-size: 12px;
	}

#ag-results {
	display:block;
	width: inherit;
	height:auto;
	clear:both;
	min-height:150px;
	height:auto !important;
	height:150px;
	}

.ag-res-box {
	border-bottom:1px solid #E1E1E1;
	color:#999999;
	display:block;
	float:left;
	font-size:14px;
	height:60px;
	margin:0;
	padding:0 10px;
	text-align:center;
	width:192px;
	}
	
.ag-res-box span {
	display: block;
	margin-top: 10px;
	}
.feat-ag-res-box {
	display: block;
	float:left;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin:0 10px 10px 0;
	width: 202px;
	height: 150px;
	}
.feat-ag-res-box span {
	display: block;
	margin-top: 10px;
	}
#reg-ag-box {
	display:block;
	clear: both;
	min-height:50px;
	height:auto !important;
	height:50px;
	padding-top: 30px;
	}
#feat-ag-box {
	display:block;
	clear: both;
	min-height:150px;
	height:auto !important;
	height:150px; 
	}

.alt-results {
	display:block;
	clear: both;
	font-size: 12px;
	padding-top: 20px;
	}
.alt-results-box {
	float: left;
	margin-right: 15px;
	font-size: 12px;
	color: #666666;
	}
#ppl-results .alt-results-box {
	float: left;
	margin-right: 15px;
	font-size: 12px;
	color: #666666;
/*	text-align:center; 
	width: 80px;*/
	}
#wk-results {
	display:block;
	width: inherit;
	min-height:200px;
	height:auto !important;
	height:200px;
	clear:both;
	}
#wk-res-list {
	display:block;
	clear: both;
	min-height:170px;
	height:auto !important;
	height:170px;
	}
.wk-res-box {
	color:#999999;
	display:block;
	float:left;
	font-size:12px;
	height:170px;
	margin:0 10px 10px 0;
	text-align:center;
	width:80px;
	}
.wk-res-box span {
	display: block;
	margin-top: 10px;
	}
.wk-res-box2 {
	margin-bottom: 15px;
	}
.alt-results .wk-res-box2 {
	margin-bottom: 10px;
	}
	
.wk-name {
	display:inline-block;
	}
.wk-client {
	color: #999;
	vertical-align:top;
	}
.wk-crew {
	display:block; 
	font-size: 12px; 
	color:#666; 
	margin-top: 5px;
	}

.box-spacer {
	display: block;
	height: 20px;
	width: auto;
	}

#cl-results {
	display:block;
	width: inherit;
	min-height:200px;
	height:auto !important;
	height:200px;
	clear:both;
	}

#cl-res-list {
	display:block;
	clear: both;
	min-height:50px;
	height:auto !important;
	height:50px;
	}

.cl-res-box {
	display: block;
	background: #e0e0e0;
	float:left;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin:0 10px 10px 0;
	padding: 0 15px;
	width: auto;
	height: 40px;
	}
.cl-res-box span {
	display: block;
	margin-top: 10px;
	}

/* footer */

#footer {
	background:#efefef;
	clear: both;
	font-family:arial;
	font-size:10px;
	padding:20px;
	color:#666;
	border-top: 1px #dedede solid;
	}
#footer a{
	color:#333;
	text-decoration:none;
	}
#footer a:hover{
	color:#999;
	}