/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/
.h_left {
float:left;
margin:22px 0 5px 10px;
position:relative;
width:355px;
}
.callnow {
float:right;
font:18px Arial,Helvetica,sans-serif;
padding:38px 10px 10px 35px;
text-align:right;
width:375px;
}
#hts_displaymembers li { 
float:left;
margin:0 40px 15px 0;
padding:0 0 10px;
width:270px;
}
#hts_displaymembers li h2 {
font:bold 16px "Palatino Linotype",Georgia,"Times New Roman",Times,serif;
margin:0;
line-height:20px;}
#hts_displaymembers li img { 
float:left;
margin-right: 10px; }
