
/****************************************************************************************

DOC			Screen Styles
VERSION 	1.0
AUTHOR		Eric Gmutza
EMAIL		egmutza@gmail.com

DATE       	NAME           	DESCRIPTON
05/25/2010 	Eric Gmutza 	Initial creation.

****************************************************************************************/

/* =YAHOO! RESET STYLES
---------------------------------------------------------------------------------------*/

	/*
	Copyright (c) 2009, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.7.0
	*/
	html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}/*input,button,textarea,select{*font-size:100%;}*/

/* =GLOBAL
---------------------------------------------------------------------------------------*/

	body {
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		font-size:12px;
		background:#fff;		
	}
	
	body{
		background:url(../images/interface/bgBody.png) no-repeat center bottom;		
	}
	
	h1, h2, h3, h4 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		font-weight:bold;
		text-transform:none;
		line-height:20px; 
	}
	h1 {
		color:#0a59aa;
		font-size:16px;
		font-weight:bold;
		line-height:32px;
		margin:0 0 8px 10px;
		padding:0;
	}
	h2 {
		color:#888888;
		font-size:13px;
		line-height:18px;
		margin:0 0 16px 0;
	}
	h2 + h3 {
		margin-top:8px;
	}
	h3 {
		color:#ef7d06;
		font-size:14px;
		
	}
	
	h3.alth3{
		margin-bottom:15px;
	}
	
	h3 + h4 {
		margin-top:8px;
	}
	h4 {
		font-size:13px;
		color:#3c8ac9;
	}
	em {
		font-style:italic;
	}
	strong {
		font-weight: bold;
	}
	p, ul, dl, ol {
		line-height: 20px;
		margin-bottom: 18px;
	}
	
	dl dt,
	dl dd{
		line-height:140%;
	}
	
	ul.implied{
		list-style:none;
		margin:0;
		padding:0;
	}
	ul.implied li{
		margin:0;
		padding:0;
		line-height:140%;
	}
	ul li {
		padding-left: 24px;
	}
	
	li ul {
  		margin: 15px 0 15px 20px;
		padding:0;
   	}
	li ul li {
  		background: url(../images/interface/bgListArrowOrange.gif) no-repeat 12px 8px;
		padding-left: 24px;
   	}
	ol li {
      	margin-left:36px;
		background: none;
		list-style:decimal;
		margin-bottom:8px;
	}
	a {
		color: #0089bf;
		outline:none;
	}
	a:hover {
		text-decoration: none;
	}
	sup {
		vertical-align:text-top;
		font-size:10px;
		line-height:normal;
	}
	a sup {text-decoration: none;}/*Removes underline in IE 6/7*/
	sup a {text-decoration: none;}/*Removes underline in FF & IE 8*/
	table th, table td{vertical-align:top;}
	
	.hover{cursor:pointer;}
	
	address{
		line-height:140%;	
	}
	
	address span{
		display:block;
	}
	
	iframe#ctl00_notimeout{
        visibility:hidden;
        width:1px;
        height:1px;
    }


/* =FORMS
---------------------------------------------------------------------------------------*/
	
	.formData div.fieldBlock{
		float:left;
		display:inline;
		width:100%;
		margin:0 0 8px 0;
	}
	
	.formData .col2 div.nonLabel,
	.formData .col2 div.fieldBlock,
	.formData .col1 div.fieldBlock{
		width:85% !important;
		margin:0 0 14px 0;
	}
		
	.formData label,
	.formData .nonLabel,
	.formData .nonFieldLabel{
		float:left;
		display:inline;
		width:20%;
		position:relative;
		zoom:1;
		padding:2px 0 0 0;
	}
	
	.formData div.fieldBlock .formTable{
		clear:both;
	}
	
	.formData div.fieldBlock .formTable label{
		width:90%;
	}
	
	.linkCancel{
		border-left:1px dotted #bbb;
		padding:4px 0 6px 14px;
		float:left;
		display:inline;
		margin:0 0 0 15px;
	}
	
	.requiredFieldAnnot{
		font-size:10px;
		color:#939191;
		line-height:9px;
		text-align:right;
		padding-right:2px;
	}
	
	.datawrapInner .requiredFieldAnnot{
		float:right;
		line-height:normal;
	}
	
	.requiredFieldAnnot .required{
		position:relative;
		left:0;
		font-size:11px;
	}
	
	.required{
		position:absolute;
		left:-8px;
		color:#ff6b32;
	}
	
	.formData .radioButtonWrap{
		float:left;
		display:inline;
		width:94%;
		padding-left:8px;
		margin:0;
	}
	
	.formData .radioSet label{
		width:43px;
		padding:0 0 0 15px;
	}
	
	.formData label.implied{
		position:absolute;
		left:-5000px;
	}
	
	.formData div.disabledFields label{
		color:#cacaca;
	}
	
	.formData div.disabledFields input{
		border:1px solid #ddd;
	}
	
	.toggleFieldsDisabled input,
	.toggleFieldsDisabled select,
	.toggleFieldsDisabled td,
	.toggleFieldsDisabled th,
	.toggleFieldsDisabled label,
	.toggleFieldsDisabled .nonLabel{
	    color:#bbb !important;
	}
	
	.toggleFieldsDisabled input:not([type="radio"]),
	.toggleFieldsDisabled select{
	    border:1px solid #ccc;
	}
	
	.toggleFieldsDisabled span.fieldDescriptor, 
	.toggleFieldsDisabled span.fieldDescriptor02{
	    
	}
	
	.formData input,
	.formData select{
		padding:2px 0 1px 0;
		margin:0;
		float:left;
		display:inline;
		width:120px;
		color:#444;
	}
	
	.formData input.disabledButton{
		color:#aaa !important;
	}
	
	.formData input[type="file"]{
	    width:auto;
	}
	
	.formData select{
		width:auto;
		padding-bottom:3px;
		margin-right:8px;
	}
	
	.formData .radioSet input,
	.formData input.radioInput{
		width:auto;
		position:relative;
		zoom:1;
		top:2px;
	}
	
	.formData input.checkboxInput{
		width:auto;
	}
	
	.formData .fieldDescriptor{
		font-size:11px;
		color:#888;
		padding:0 0 0 3px;
		position:relative;
		zoom:1;
		top:2px;
	}
	
	.formData .fieldDescriptor02{
		font-size:11px;
		color:#888;
		float:left;
		display:inline;
		clear:left;
		padding:2px 0 0 0;
	}
	
	.formData .dateFieldWrap{
		float:left;
		margin:3px 0 0 0;
	}
	
	.formData .inlineFields{
		display:inline;
		width:auto;
	}
	
	.formData .inlineFields label{
		width:auto;
		padding:0 4px 0 20px;
		position:relative;
		zoom:1;
		top:2px;
	}
	
	.formData .formSubmits{
		padding-top:10px;
		clear:both;
	}
	
	.formData .formSubmits .formSubmitsInner{
		padding-left:20%;
	}
	
	.formData .formSubmits input,
	.formData .formSubmits button{
		float:left;
		display:inline;
		width:auto;
        overflow: visible;
		padding:3px 7px 5px 7px;
		color:#000;
	}
	
	.formData .formSubmits a,
	.formData .formSubmits span{
		float:left;
		display:inline;
	}
	
	.formData .formSubmits span.linkBack{
		color:#AAAAAA;
	}
	
	.formData .formSubmits span:hover{
		cursor:default;
	}
	
	.formData span.labelDescriptor{
		color:#aaa;
		font-size:11px;
	}
	
	fieldset{
		border:none;
		border-bottom:1px dotted #ccc;
		padding:0 0 8px 0;
		margin:0 0 14px 0;
		position:relative;
		zoom:1;
	}
	
	fieldset:last-of-type,
	fieldset:last-of-type.fieldsetFormat01,
	fieldset:last-of-type.fieldsetFormat02{
		margin-bottom:0;
		padding:0;
	}
	
	fieldset:last-of-type.withPanel
	{
		padding-bottom:8px;
		margin-bottom:14px;
	}
	
	fieldset.fieldsetFormat01{
		border-bottom:0;
		margin:0;
	}
	
	fieldset.fieldsetFormat02{
		border-bottom:0;
		padding:0 0 18px 0;
		margin:0;
	}
	
	fieldset legend{
		font-weight:bold;
		font-size:13px;
		color:#888888;
	}
	
	fieldset legend span.legendWrap{
		display:block;
		padding:0 0 12px 0;
	}
	
	fieldset legend.implied span.legendWrap{
		padding:0;
		display:none;
	}
	
	fieldset legend.implied{
		font-size:1px;
		line-height:1px;
		margin:0;
		padding:0;
		/*text-indent:-5000px;*/
		color:#fff;
	}
	
	.formTable{
		position:relative;
		zoom:1;
		margin-top:-10px;
	}
	
	.formTable td{
		padding:10px 0 10px 3px;
	}
	
	.formTable th{
		padding:10px 0 3px 3px;
		font-weight:normal;
	}
	
	/*format for stacked fields - label with input below */
	
		.formData .fieldFormat01 label,
		.formData .fieldFormat01 .nonLabel{
			float:none;
			display:block;
			padding:0 0 8px 0;
			width:100%;
		}
		
		.formData .fieldFormat01 .radioButtonWrap{
			margin-left:10px;
			padding-bottom:10px;
		}
		
		.formData .fieldFormat01 .radioButtonWrap label{
			width:auto;
			padding:0 8px 0 3px;
			float:left;
			display:inline;
		}
		
	/**/
	
	/* formats for wider than default labels */
	
		.formData .fieldFormat02 label,
		.formData .fieldFormat02 .nonLabel,
		.formData .fieldFormat02 .nonFieldLabel{
			width:28%;
		}
		
		.formData .fieldFormat02 .fieldDescriptor02{
			padding-left:28%;
		}
		
		.formData .fieldFormat03 label,
		.formData .fieldFormat03 .nonLabel,
		.formData .fieldFormat03 .nonFieldLabel{
			width:40%;
		}
		
		.formData .fieldFormat03 .fieldDescriptor02{
			padding-left:40%;
		}
		
		.formData .fieldFormat04 label,
		.formData .fieldFormat04 .nonLabel,
		.formData .fieldFormat04 .nonFieldLabel{
			width:48%;
		}
		
		.formData .fieldFormat04 .fieldDescriptor02{
			padding-left:50%;
		}
		
		.formData .fieldFormat05 label,
		.formData .fieldFormat05 .nonLabel,
		.formData .fieldFormat05 .nonFieldLabel{
			width:70%;
		}
		
		.formData .fieldFormat05 .fieldDescriptor02{
			padding-left:70%;
		}
		
		.formData .fieldFormatSurvey01 label,
		.formData .fieldFormatSurvey01 .nonLabel,
		.formData .fieldFormatSurvey01 .nonFieldLabel{
			width:428px;
		}
		
		.formData .fieldFormatSurvey01 .fieldDescriptor02{
			padding-left:70%;
		}
		
		.formData .fieldFormatSurvey01 .radioButtonWrap{
			width:200px;
		}
		
		.formData .fieldFormatSurvey01 .radioButtonWrap label{
			width:36px;
			padding:0 8px 0 3px;
			float:left;
			display:inline;
		}
	
	/**/
	
	/* formats for wider than default form fields */
	
		.formData input.fieldType01{
			width:30px;
		}
		
		.formData input.fieldType02{
			width:50px;
		}
		
		.formData input.fieldType03{
			width:70px;
		}
		
		.formData input.fieldType04,
		.formData input.date-pick,
		.formData input.date-pick-blocked{
			width:90px;
		}
		
		.formData input.fieldType05{
			width:160px;
		}
		
		.formData input.fieldType06{
			width:200px;
		}
		
		.formData input.fieldType07{
			width:400px;
		}
		
		.requiredAlert{
			color:#ff6b32 !important;
			padding: 0 0 0 5px;
			position:relative;
			zoom:1;
			top:3px;
		}
		
	/**/
	
	
/**/


/* =PAGE LAYOUT
---------------------------------------------------------------------------------------*/
	
	div.body{
		background:#fdfdfc url(../images/interface/bgBody.gif) repeat-x 0 0;
	}
	
	.bodyContent{
		width:960px;
		margin:0 auto;
	}
	
	.contentBlock{
		width:930px;
		margin:0 auto;
	}
	
	.footer{
		text-align:center;
		color:#777;
		border-top:1px dotted #cdd4da;
		padding-top:15px;
		margin-top:0;
		font-size:11px;
		clear:both;
	}
	
	.footer p{
		margin:0;
		padding:0;
	}

/**/


/* =PAGE HEADER
---------------------------------------------------------------------------------------*/

	.banner{
		background:#7fb936 url(../images/interface/bgBanner.png) repeat-x left bottom;
		padding:0 0 22px 0;
		min-width:960px;
	}
	
	.searchBanner{
		background:url(../images/interface/bgSearchBarTile.jpg) repeat-x 0 50px;
		width:100%;
		min-width:960px;
	}
	
	.searchBanner#noDesc{
		background-position:0 0;
	}
	
	.searchBannerInnerWrap{
		background:url(../images/interface/bgSearchBannerBottom.png) no-repeat center bottom;
		width:100%;
	}
	
	.searchBannerInner{
		background:url(../images/interface/bgSearchBannerTop.png) no-repeat center -50px;
		width:100%;
		padding:0 0 20px 0;
	}
	
	#noDesc .searchBannerInner{
		background:url(../images/interface/bgSearchBannerTop.png) no-repeat center -100px;
	}
	
	.searchBannerContent{
		width:960px;
		margin:0 auto;
		position:relative;
		zoom:1;
	}
	
	.searchBox{
		padding-top:50px;
	}
	
	#noDesc .searchBox{
		padding-top:40px;
	}
	
	.bannerContent{
		width:960px;
		margin:0 auto;
		position:relative;
		zoom:1;
		height:64px;
	}
	
	.logo{
		float:left;
		position:relative;
		zoom:1;
		top:6px;
	}
	
	.printLogo{
		display:none;
	}
	
	.utilityNav ul{
		margin:6px 10px 8px 0;	
		float:right;
		position:absolute;
		right:0;
		top:0;
		border-top:0;
		margin:0;
		padding:0 8px 7px 0;
	}
	
	.utilityNav ul li{
	    text-align: right;
	    float: left;
	    list-style: none;
	    padding: 1px 0 2px 10px;
	    margin: 6px 5px 0 5px;
		border-left:1px solid #acd17c;
		line-height:110%;
		color:#dfedcc;
	}
	
	.utilityNav ul li.first_item{
		border-left:0;
	}
	
	.utilityNav ul li.un_inbox a span{
		
		color:#dfedcc;
	}
	
	.utilityNav ul li a{
		color:#d4e5ef;
		font-size:11px;
		color:#dfedcc;
	}
	
	.engineCredit{
		margin:0 0 0 135px;
	}
	
	.engineCredit h2{
		font-weight:normal;
		float:left;
		display:inline;
		color:#727272;
		font-size:11px;
	}
	
	.engineCredit ul{
		margin:-12px 0 10px 8px;
		padding:0;
		width:680px;
		float:left;
		display:inline;
	}
	
	.engineCredit ul li{display:inline;padding-left:0;}
	
	.engineCredit ul li a,
	.engineCredit ul li span{
		float:left;
		display:inline;
		width:72px;
		height:45px;
		background:url(../images/interface/bgEngineCredits.png) no-repeat 0 0;
		text-indent:-5000px;
		margin:0 10px 0 0;
	}
	
	.engineCredit ul li a:hover{
		background-position:0 -58px;
	}
	
	.engineCredit ul li.ec_yahoo a{
		width:82px;
		background-position:-80px 0;
	}
	
	.engineCredit ul li.ec_yahoo a:hover{
		background-position:-80px -58px;
	}
	
	.engineCredit ul li.ec_ebay a{
		width:75px;
		background-position:-176px 0;
	}
	
	.engineCredit ul li.ec_ebay a:hover{
		background-position:-176px -58px;
	}
	
	.engineCredit ul li.ec_indeed a{
		width:72px;
		background-position:-260px 0;
	}
	
	.engineCredit ul li.ec_indeed a:hover{
		background-position:-260px -58px;
	}
	
	.engineCredit ul li.ec_oodle a{
		width:75px;
		background-position:-346px 0;
	}
	
	.engineCredit ul li.ec_oodle a:hover{
		background-position:-346px -58px;
	}
	
	.engineCredit ul li.ec_msn a{
		width:82px;
		background-position:-430px 0;
	}
	
	.engineCredit ul li.ec_msn a:hover{
		background-position:-430px -58px;
	}
	
	.engineCredit ul li.ec_more{
		float:left;
		margin:0;
		padding:0;
	}
	
	.engineCredit ul li.ec_more span{
		font-size:11px;
		line-height:100%;
		text-indent:0;
		background:none;
		width:90px;
		height:15px;
		color:#828282;
		padding-left:5px;
		padding-top:16px;
	}
	
	h1.homeDescriptor{
		font-family:Georgia, Palatino, "Times New Roman", sans-serif;
		line-height:130%;
		font-size:22px;
		font-weight:normal;
		color:#fff;
		text-align:center;
		margin:0;
		padding:0;
		position:relative;
		zoom:1;
		top:20px;
		text-shadow: 2px 2px 3px #06486f;
	}
	
	.featuredResults{
		border-top:1px dotted #bbb;
		padding-top:20px;
		clear:both;
	}
	
/**/

/* = BANNER TABS
---------------------------------------------------------------------------------------*/

	.bannerTabs{
		position:absolute;
		bottom:0;
		right:0;
	}
	
	.bannerTabs ul, .bannerTabs li{border:0; margin:0; padding:0; list-style:none;}
	.bannerTabs ul{
		float:right;
	}
	
	.bannerTabs li{float:left; margin-right:1px;}
	
	.bannerTabs ul li a:link, .bannerTabs ul li a:visited{
		background:url(../images/interface/bannerTab.png) no-repeat 99.9% -80px;
		color:#fff;
		display:block;
		font-weight:bold;
		height:30px;
		line-height:30px;
		text-decoration:none;
	}
	
	.bannerTabs ul li.getWidget a span{
		background:url(../images/interface/bannerTab.png) no-repeat 0 0;
		padding-left:24px;
	}
	
	.bannerTabs ul li a span{
		background:url(../images/interface/bannerTab.png) no-repeat 0 -40px;
		display:block;
		height:30px;
		margin-right:14px;
		padding-left:14px;
	}
	.bannerTabs ul li a:hover{
		display:block;
		text-decoration:underline;
		cursor:pointer;
	}
	.bannerTabs a:hover span{
		display:block;
	}
	
	/* ------------------------- */
	/* ACTIVE ELEMENTS */
	.bannerTabs a:link, .active a:visited, .active a:visited, .active a:hover{
		color:#1c4e7e;
	}
	.bannerTabs a span, .active a:hover span{
	}
	
/**/

/* = SEARCH BOX
---------------------------------------------------------------------------------------*/

	.searchTabs{
		float:left;
		display:inline;
		width:870px;
		clear:both;
		margin:0 0 0 90px;
		height:50px;
		background:url(../images/interface/bgSearchTabsBottom.png) no-repeat 1px 30px;
		position:relative;
		zoom:1;
	}
	
	.searchTabs ul{
		position:absolute;
		z-index:1;
		top:2px;
	}

	.searchTabs li {
	    float:left;
	    margin:0 0 0 -1px;
	    padding:0 0 16px 10px;
	}
	
	.searchTabs li span:hover,
	.searchTabs li label:hover{
		cursor:pointer;
	}
	
	.searchTabs li input:focus{
		outline:none;
	}
	
	.searchTabs li.activeTab,
	.searchTabs li.activeTab:hover{
		background:url(../images/interface/bgSearchTabs.png) no-repeat 0 0;
		font-weight:bold;
	}
	
	.searchTabs li.first_item.activeTab,
	.searchTabs li.first_item.activeTab:hover{
		background:url(../images/interface/bgSearchTabs.png) no-repeat 0 -114px;
	}
	
	.searchTabs li.activeTab span,
	.searchTabs li.activeTab:hover span,
	.searchTabs li.last_item.activeTab span,
	.searchTabs li.last_item.activeTab:hover span{
		background:url(../images/interface/bgSearchTabs.png) no-repeat 100% -57px;
		color:#4c4c42;
	}
	
	.searchTabs li:hover{
		background:url(../images/interface/bgSearchTabs.png) no-repeat 0 -171px;
	}
	
	.searchTabs li:hover span,
	.searchTabs li.last_item:hover span{
		background:url(../images/interface/bgSearchTabs.png) no-repeat 100% -228px;
		color:#4c4c42;
	}
	
	.searchTabs li.first_item:hover{
		background:url(../images/interface/bgSearchTabs.png) no-repeat 0 -285px;
	}
	
	.searchTabs span {
	    display:block;
	    padding:5px 20px 4px 6px;
		color:#767667;
	    background:url(../images/interface/bgSearchTabs.png) no-repeat 100% -342px;
	}
	
	.searchTabs li.last_item span{
		background:none;
	}
	
	.searchTabs span input{
		float:left;
		margin:3px 2px 0 0;
	}
	
	.searchTabs #current {
	    background-image:url("left_on.gif");
	}
	
	.searchTabs #current a {
	    background-image:url("right_on.gif");
	    padding-bottom:5px;
	}
	
	.searchFields{
		clear:both;
		margin:2px 0 0 110px;
	}
	
	.searchFilters{
		clear:both;
	}
	
	.searchFilters .fieldBlock{
		float:left;
		display:inline;
		margin:0 30px 0 0;
	}
	
	.formData .searchFilters label{
		width:auto;
		padding:2px 5px 0 0;
	}
	
	.formData .searchFilters .fieldBlock.jobTypes{
		position:relative;
		zoom:1;
		left:-8px;
	}
	
	.formData .searchFilters .radioSet label{
		padding:2px 15px 0 5px;
	}
	
	.filterRow1,
	.filterRow2{
		float:left;
		width:85%;
		clear:both;
		margin:10px 0 0 0;
	}
	
	.filterRow2{
		height:25px;
	}
	
	input.mainSearchField{
		background: #fff;
		padding: 8px 6px 8px 8px;
		width: 602px;
		font-size:20px;
		border: solid 1px #bcbbbb;
		outline: none;
		color:#5b5447;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	
		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.2);

	}
	
	.btnSearch{
		position:relative;
		zoom:1;
		top:-2px;
		left:8px;
	}

/**/


/* = FEATURED RESULTS
---------------------------------------------------------------------------------------*/

	.featuredResults{
		border-top:1px dotted #bbb;
		padding-top:20px;
		margin:0 0 30px 0;
	}
	
	.fr_inner{
		background:url(../images/interface/bg_frInner.gif) no-repeat 230px 0;
	}
	
	.featuredResults table{
		width:930px;
	}
	
	.featuredResults table thead th,
	.featuredResults table tbody td{
	    padding-right:34px;
	}
	
	.featuredResults table thead th.last_cell,
	.featuredResults table tbody td.last-cell{
	    padding-right:0;
	}
	
	.featuredResults table thead th{
		width:233px;
	}
	
	.featuredResults table thead th h2{
		border-bottom:4px solid #2e798b;
		background:url(../images/interface/icon_general.gif) no-repeat 4px 5px;
		padding:14px 5px 15px 45px;
		margin:0;
		width:166px;
		font-size:15px;
		color:#8f2800;
	}
	
	.featuredResults table thead th.fr_jobs{
	}
	
	.featuredResults table thead th.fr_vehicles h2{
		background:url(../images/interface/icon_vehicles.gif) no-repeat 0 0;
	}
	
	.featuredResults table thead th.fr_housing h2{
		background:url(../images/interface/icon_houses.gif) no-repeat 0 7px;
	}
	
	.featuredResults table thead th.fr_jobs h2{
		background:url(../images/interface/icon_jobs.gif) no-repeat 5px 5px;
		padding-left:36px;
	}
	
	.featuredResults table tbody td{
		font-size:11px;
		background: url(../images/interface/bg_resultsCell.gif) no-repeat 0 0;
		padding:20px 0 15px 0;
	}
	
	.featuredResults table tbody tr.first_row td{
		background:none;
		padding-top:15px;
	}
	
	.featuredResults table tbody td h3,
	.featuredResults table tbody td h4{
		font-size:11px;
		float:right;
		display:inline;
		width:128px;
		margin:0;
		padding:0 35px 0 0;
	}
	
	.featuredResults table tbody td.cellJobs h3,
	.featuredResults table tbody td.cellJobs h4{
		float:none;
		display:block;
		width:auto;
		padding:0;
	}
	
	.featuredResults table tbody td h3{
		line-height:130%;
	}
	
	.critInfo .prodThmb{
		float:left;
		display:inline;
		padding:1px;
		border:1px solid #000;
		width:70px;
	}
	
	.supInfo{
		float:left;
		clear:both;
		width:90%;
		margin:8px 0 0 0;
	}
	
	p.txtDesc{
		margin:0;
		padding:10px 0 0 0;
		line-height:130%;
	}
	
	.featuredResults table tbody td .critInfo h4{
		color:#c10101;
		font-size:14px;
		font-weight:bold;
	}
	
	.featuredResults table tbody .moreLinks td{
		background:none;
		padding:0;
	}
	
	.moreLinks a{
		display:block;
		height:32px;
		width:150px;
		background:url(../images/interface/btn_moreGeneral.png) no-repeat 0 0;
		text-indent:-5000px;
	}
	
	.moreLinks a.moreVehicles{
		background:url(../images/interface/btn_moreVehicles.png) no-repeat 0 0;
	}
	
	.moreLinks a.moreHousing{
		background:url(../images/interface/btn_moreHousing.png) no-repeat 0 0;
	}
	
	.moreLinks a.moreJobs{
		background:url(../images/interface/btn_moreJobs.png) no-repeat 0 0;
	}


/**/


/* = RESULTS LISTING
---------------------------------------------------------------------------------------*/

	.listingContent{
		border-top:1px dotted #bbb;
		margin:0 0 0 0;
	}
	
	.listingResultsWrap{
	}
	
	.listingContent .colWrap{
		float:left;
		display:inline;
		width:100%;
		background:url(../images/interface/bgResultsWrap.png) repeat-y 0 0;
	}
	
	#listingResults{
		float:right;
		display:inline;
		width:720px;
	}
	
	.resultNotice{
		border:3px solid #5d9508;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
        
		padding:20px 20px 0 20px;
		margin:14px 0 10px 0;
		color:#487701;
		font-size:14px;
		background:#fff;
		
        -moz-box-shadow: 2px 2px 3px #bbb;
        -webkit-box-shadow:2px 2px 3px #bbb;
        box-shadow:2px 2px 3px #bbb;
        /* For IE 8 */
        -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#bbbbbb')";
        /* For IE 5.5 - 7 */
        filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#bbbbbb');
	}
	
	.resultBanner{
		float:left;
		display:inline;
		width:100%;
		border-bottom:3px solid #2e798b;
		padding:10px 0 6px 0;
	}
	
	.resultFilter{
		width:200px;
		float:right;
		display:inline;
		text-align:right;
		margin:10px 0 0 0;
		padding:0 4px 0 0;
	}
	
	.resultFilter label{
		padding:0 3px 0 0;
	}
	
	.resultFilter select{
		padding:3px;
	}
	
	.resultBanner h1{
		color:#8f2800;
		font-size:15px;
		margin:0;
		padding:5px 0 0 42px;
		float:left;
		display:inline;
		width:455px;
		background:url(../images/interface/icon_general.gif) no-repeat 0 5px;
	}
	
	.resultBanner h1.sType_vehicles{
		background:url(../images/interface/icon_vehicles.gif) no-repeat 0 0;
	}
	
	.resultBanner h1.sType_jobs{
		background:url(../images/interface/icon_jobs.gif) no-repeat 9px 0;
	}
	
	.resultBanner h1.sType_resumes{
		background:url(../images/interface/icon_resumes.gif) no-repeat 5px 2px;
	}
	
	.resultBanner h1.sType_housing{
		background:url(../images/interface/icon_houses.gif) no-repeat 5px 2px;
	}
	
	.socialWrap{
		float:left;
		display:inline;
		width:100%;
		padding:10px 0;
	}
	
	.resultItem
	{

		float:left;
		display:inline;
		width:692px;
		border:1px solid #C1C1C1;
		margin:10px 0;
		padding:14px 14px 0 14px;/*
		position:relative;
		zoom:1;*/
	}

	.listingResultsWrap .resultThmb{
		float:left;
		display:inline;
		width:82px;
		height:82px;
	}
	
	.listingResultsWrap .prodThmb{
		border:1px solid #000;
		width:82px;
	}
	
	.resultItem h2{
		margin-bottom:8px;
		float:left;
		display:inline;
		width:100%;
	}
	
	.resultItem:hover{
		border-color:#0da0f8;
		
		-moz-box-shadow: 3px 3px 6px #ccc;
        -webkit-box-shadow:3px 3px 6px #ccc;
        box-shadow:3px 3px 6px #ccc;
   	}
	
	.resultSummary{
		float:right;
		display:inline;
		width:86%;
		margin:0 0 0 10px;
	}
	
	.resultSummary p{
		margin-bottom:10px;
	}
	
	.resultSummary dl{
		margin-left:-10px;
	}
	
	.resultSummary dl dt,
	.resultSummary dl dd{
		display:inline;
		border-right:0px solid #888;
		padding:0 10px 0 0;
		font-weight:bold;
		color:#000;
	}
	
	.resultSummary dl dd:last-child{
		padding-right:0;
		border-right:0;
	}
	
	.resultSummary dl dd.ddPrice{
		color:#c10101;
	}
	
	.resultSummary dl dt{
		border-right:0;
		padding:0 0 0 10px;
		color:#4f4f4f;
	}
	
	.resultOptions{
		border-top:1px solid #e0e0e0;
		margin:0 0 6px 0;
		padding:4px 0 0 0;
		clear:both;
	}
	
	.resultOptions ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.resultOptions ul li{
		display:inline;
		margin:0;
		padding:0 8px 0 0;
		font-size:11px;
	}
	
	.resultOptions ul li a{
		background:url(../images/interface/resultOptions.png) no-repeat 0 -3px;
		padding:0 0 0 28px;
	}
	
	.resultOptions ul li.optFavorite a{
		background:url(../images/interface/resultOptions.png) no-repeat 0 -42px;
	}
	
	.resultOptions ul li.optOffSite a{
		background:url(../images/interface/resultOptions.png) no-repeat 0 -92px;
		padding-left:32px;
	}
	
	.resultOptions ul li.optRemove a{
		background:url(../images/interface/resultOptions.png) no-repeat 0 -135px;
		padding-left:26px;
	}
	
	#colAds{
		float:left;
		display:inline;
		width:188px;
	}
	
	.relatedKeywords{
		margin:10px 25px 10px 0;
	}
	
	.relatedKeywords h2{
		background:#569d31 url(../images/interface/bgRelatedKeywords.png) repeat-x 0 0;
		border-bottom:1px solid #517a3e;
		padding:10px;
		margin:0 0 8px 0;
		color:#fff;
	}
	
	.relatedKeywords ul{
		list-style:none;
		margin:0 0 0 15px;
		padding:0;
	}
	
	.relatedKeywords ul li{
		font-size:13px;
		background:url(../images/interface/listArrow.gif) no-repeat 0 5px;
		margin:0;
		padding:0 0 6px 8px;
		line-height:120%;
	}
	
/**/

/* =FLOAT CLEARING
---------------------------------------------------------------------------------------*/

	/*P.I.E. - See http://www.positioniseverything.net/easyclearing.html*/
	.wrap:after, .datawrap:after, .formSubmits:after, .bodyContent:after{
		content: ".";
		display: block;
		height: 0px;
		clear: both;
		visibility: hidden;
	}
	/*Alt Clearing Method*/
	/*.wrap:after, .dialog:after, dl.accordionlist dd:after, div.dialog.dialogEnabled .ui-dialog-content:after, div.tabSet div:after, div.experiencePlayer .expPlayerContent div:after, blockquote.testimonial:after {
		overflow:auto;
	}*/
	
/**/

.aboutus
{
    color:#5B5447;font-size:17px; margin: 5px 5px 5px 0px;
    clear: both;
    }
