/*
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

*/

.header{padding-top:7px} 
.logo { padding-bottom:17px; overflow: hidden; float: left;}
.copyright { float: right; margin-top:15px; }
.cards{ float: left; margin-right:5px; }
.call_toll_free { float:right; width:192px; height:73px; padding-top:10px; }
.call_toll_free h4{ margin-bottom:3px; font:13px Georgia, "Times New Roman", Times, serif; }
.call_toll_free strong{ display:block; font-size:16px; padding:3px 0px;}
.call_toll_free a { color:#fff; font:bold 15px Georgia, "Times New Roman", Times, serif;}