/*-----------------------------------------------------------------------------
Provider Directory Display Stylesheet
-----------------------------------------------------------------------------*/

@media screen {

	/* #Search form styling
	-----------------------------------------------------------------------------*/
	#directory-search {
		padding:5px;
		margin-bottom:10px;
		background:#DFEFFF;
		border:1px solid #aaa;
	}
	#directory-search input.txt { width:300px; }
	#directory-search select { width:305px; }
	

	/* #Detail page columns
	-----------------------------------------------------------------------------*/
	#col-left {
		width: 60%;
		float:left;
		}
		
		
	#col-right {
		width:40%;
		float:right;
		}
		
		
	/* #Detail page styling
	-----------------------------------------------------------------------------*/
	.record-name {
		margin-bottom:10px;
		color:#855876;
		font-size:15px;
		font-weight:bold;
		}
	
	span.field {
		display:inline-block;
		float:left;
		width:100%;
		margin-bottom:5px;
		}
		
	span.label {
		display:inline-block;
		float:left;
		width:25%;
		padding-right:5%;
		font-weight:bold;
		}
		
	span.value {
		display:inline-block;
		float:left;
		width:65%;
		padding-right:5%;
		}
		
	body.about-us span.label {
		display:inline-block;
		float:left;
		width:30%;
		padding-right:5%;
		font-weight:bold;
		}
		
	body.about-us span.value {
		display:inline-block;
		float:left;
		width:50%;
		padding-right:5%;
		}
	
	
		
	input.submit {
		margin-left:25%;
	}
	
	/* #Interactive Location Map
	-----------------------------------------------------------------------------*/
	
	#map {height:500px; width:670px;}
	
	#two_column #content_main ul#location_listing  { margin:0; padding:10px 0; list-style:none; float:left; display:inline; }
	#two_column #content_main ul#location_listing li { background:url(../images/frontend/bullet.gif) no-repeat 0 8px;  margin:0; padding:0 5px 0 10px; list-style:none; float:left; display:inline; width:200px; line-height:20px; }

}
