/* @override 
	http://www.platypus-ad.com/ppc/wp-content/themes/News/style.css
	http://www.ppcplumbers.com/wp-content/themes/News/style.css
*/

/*
------------------------------------------------------------------------
Theme Name:    News
Theme URI:     http://quommunication.com/
Description:   A new kind of WordPress theme. For comments, questions or problems visit the <a href="http://quommunication.com/forum" title="Quommunication Forum">Quommunication Forum</a>!
Version:       1.02
Author:        Quommunication
Author URI:    http://quommunication.com/
------------------------------------------------------------------------

Support:       Bence Kucsan, support@quommunication.com
Updated:       January 14 2008
Copyright:     (c) 2008 Quommunication, a product of Bence Kucsan

All rights reserved.
*/
div#subnav{display:none!important;}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background: #ffffff url(images/PPCsidebar_03.jpg) repeat-x left 210px;
}
body#contractorTemplate{
	background: #00111b url(images/contentBkg_blueContractors.jpg) repeat-x left 180px;
}
body#contractorTemplate div#content{
	background: #FFF url(images/PPCsidebar_03.jpg) repeat-x left top;
}
body#contractorTemplate div#content div.column_main{
	background-color:#FFF;
}
body#contractorTemplate div#content div.column_right{
	background-color: none;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-top: 1px solid #cccccc;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.red {
	/*color: #cc0000;*/
	color: #ff9933;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 980px;
	
	text-align: left;
}
#content.container{
	background: url(images/PPCsidebar_07.jpg) repeat-y;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/
#headerWrapper{
	background-color: #00111b;
        /*height: 250px;*/
}
body#contractorTemplate #headerWrapper{
	background-color:  #FFF;
}
#headerWrapper a{
	border: none;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 180px;
	text-align: left;
}
body#contractorTemplate #header{
	/*height: auto;*/
	position: relative;
}
body#contractorTemplate #header div#contractorLogo{
	float: left;
	width: 300px;
	padding-top: 20px;
	margin-bottom: 20px;
}
body#contractorTemplate #header div#contractorEntry{
	float: left;
	width: 680px;
	padding-top: 20px;

}
body#contractorTemplate #header div#backToPPC{
	position: absolute;
	right: 0px;
	top: 150px;
}
body#contractorTemplate abbr{
	font-size: .8em;
}
body#contractorTemplate span.contractorEntryTitle{
	font-weight: bold;
}
body#contractorTemplate #header div#backToPPC a{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
body#contractorTemplate #header div#backToPPC a:link,
body#contractorTemplate #header div#backToPPC a:visited{
	color: #FFF;
	background-color: #00111b;
	text-decoration: none;
	
}
body#contractorTemplate #header div#backToPPC a:hover{
	background-color: #ff9933;
	color: #00111b;
}
body#contractorTemplate #header img{
	padding-left: 0px;
}
#contactUsLink{
	float: right;
	padding-right: 36px;
	position: relative;
	top: -24px;
	letter-spacing:.2em
}
#contactUsLink a:link,
#contactUsLink a:visited{
	color: #666;
	text-decoration: none;
}
#contactUsLink a:hover{
	color: #666;
	text-decoration: underline;
}
form.search{
	display: none;
}
#header img{
	padding-left: 10px;
	border: none;
}

.logo, .logo a, .logo a:visited {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	/*color: #cc0000;*/
	color: #ff9933;
	text-decoration: none;
	float: left;
	position: absolute;
	left: -9999px;
}

.search {
	margin: 0 0px 16px;
	padding: 5px;
	
	background-color: #eeeeee;

	float: right;
}
.search .input {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	width: 230px;
	
	font-family: Arial;
	font-size: 11px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #000000;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #ff9933;
	width: 100%;
	height: 30px;
	line-height: 18px;
	text-transform: uppercase;
}
#menuInnerWrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.main_menu{
	/*width:960px;
	margin-left: auto;
	margin-right: auto;*/
	margin-left:20px
}
.main_menu li {
	padding: 0px;
	/*font-size: 12px;*/
	font-size:10px;
	float: left;
	list-style: none;
	margin-bottom: 0;
	margin-top: 6px;
	margin-right: 20px;
}
#main_menu li.page_item.page-item-45,
#main_menu li.page_item.page-item-67,
#main_menu li.page_item.page-item-32,
#main_menu li.page_item.page-item-71{
	display: none!important;
	
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;
	/*color: #cc0000;*/
	color:  #FFF;
	text-decoration: none;	
	display: block;
	border-bottom: 2px solid #ff9933;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #00111b;
	color: #00111b!important;
}
.current_page_item a{
	color: #00111b!important;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	/*height: 32px;*/
	display:none;
        /*margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color: #000000;
	border-bottom: 1px solid #cccccc;
	display:none!important*/
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #eeeeee;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 10px 0px 10px 0px;
	padding: 0px 0 20px 20px;
	width: 640px;
	/*float: left;*/
	float:right
}
body#contractorTemplate .column_main{
	margin-bottom: 0px;
	padding-right: 20px;
	width: 620px;
}
body#contractorTemplate ul#contractorEntryAddress a:link,
body#contractorTemplate ul#contractorEntryAddress a:visited{
	color: #f93;
}
body#contractorTemplate ul#contractorEntryAddress a:hover{
	text-decoration:none;
}
.column_right {
	margin: 0 0px;
	padding: 10px 0px 0;
	min-height: 219px;
	width: 300px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	float: left;
	background: url(images/PPCsidebar_01.jpg) no-repeat left top;
}
.column_rightWraper{
	width: 300px;
}
body#contractorTemplate .column_rightWraper{
	width: 300px;
	background: #eee url(images/contractorSidebarBkg.jpg) repeat-x left bottom;
}

/*body#contractorTemplate div#column_right_inner{
	background: url(images/contractorSidebarBkg.jpg) repeat-x left bottom;
}*/

.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	margin: 0 0px 0px;
	padding: 0;
}

/*#featured h1 a, #featured h1 a:visited {
	color: #ffffff;
}

#featured h1 a:hover {
	color: #ffffff;
}*/

#featured h2 {
	color: #999999;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #ff9933;
	border-bottom: 1px solid #CCC;
}

#featured h2 a:hover {
	color: #00111b;
	border-bottom: 1px solid #CCC;
}

#featured h2 i {
	color: #999999;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999999;
	text-decoration: none;

	border-bottom: 1px solid #CCC;
}

#featured h2 i a:hover {
	color: #00111b;
	border-bottom: 1px solid #CCC;
}

#featured p {
	color: #333;
	font-size: 14px;
}

#featured p a, #featured p a:visited {
	color: #336699;
	border-bottom: 1px solid #CCC;
}

#featured p a:hover {
	color: #ff9933;
	border-bottom: 1px solid #CCC;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: #eeeeee;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;

	border-bottom: 1px dashed #aaaaaa;
}

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.title2 a, .title a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.title2 a:hover {
	color: #336699;
}


.title a:hover {
	color: #336699;
}

/*.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
	color: #CCC!important;
}*/

.meta {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	
	float: left;
	
	height: 82px;
	
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #ff9933;
}

#entry {
	margin: 30px 0px 0px 0px;
	color: #333;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	border: none;
}

#entry p {
	margin: 20px 0px 20px 0px;
	font-size: 14px;
	color:  #333;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #336699;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {
	margin: 0px;
	padding: 0px;
	
	border: 5px solid #eeeeee;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	
	height: 27px;
	
	background-color: #eeeeee;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color: #eeeeee;
	
	font-size: 11px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	
	background-color: #eeeeee;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}



/* END Tabs */

/* Recent Posts */

#recent_posts a,
#latest_comments a {
	color: #cccccc;
	text-decoration: none;
}
body#contractorTemplate #recent_posts a,
body#contractorTemplate #latest_comments a {
	color: #666;
	text-decoration: none;
}
body#contractorTemplate #recent_posts a:hover,
body#contractorTemplate #latest_comments a:hover {
	color: #333;
	text-decoration: none;
}
#recent_posts a:hover,
#latest_comments a:hover {
	color: #336699;
	text-decoration: none;
}


/* Widgets */

#content .widget ul {
	padding: 10px;
	border: none;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	color: #ff9933;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #ff9933;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #ff9933;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9933;
}


h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #ff9933;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #ff9933;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	/*margin-top: 30px;*/
	padding: 20px 0px 20px 0px;
	
	width: 100%;
	background-color: #eeeeee;
}

#footer p.left {
	font-size: 11px;
	color: #999999;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #999999;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #000000;
}
iframe{
	border: none;
}
#blogLink{
	margin-top: 245px;
	/*width: 300px;*/
	padding-left:10px;
	padding-right: 10px;
	text-transform: uppercase;
}
#mostPopular{
	margin-top: 245px;

}
#mostPopular h2{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#content #mostPopular li {
	border-bottom: none;
}
#content #mostPopular li li{
	border-bottom: 1px dashed #aaaaaa;
}
.blog_extras{
	padding-left: 10px;
	padding-right: 10px;
}

.blog_extras p {
       color: #CCCCCC;
}

.blog_extras img {
       width:28px;
       height: 28px;
}

#blogLink a:link, #blogLink a:visited{
	text-decoration: none;
	color: #FFF;
}
#blogLink a:hover{
	text-decoration: underline;
}
#blogLink .whatsNew{
	color: #ff9933;
}
#pressRoomLink{
	padding-top: 16px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
ul#media{
	padding-top: 5px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
ul#media,
ul#media li,
ul#media li a {
	border: none!important;
}
ul#media li a:link,
ul#media li a:visited{
	color: #ff9933;
}
ul#media li a:hover{
	color: #ff9933!important;
	text-decoration: underline!important;
}
#pressRoomLink a:link, #pressRoomLink a:visited{
	color: #ff9933;
	text-decoration: none;
}
#pressRoomLink a:hover{
	color: #ff9933;
	text-decoration: underline;
}
.column_main h1{
	display: none;
}
div#front.column_main h1{
	display: inline;
}
div.uppercase{
	text-transform: uppercase;
	text-align: justify;
}
div.uppercase p{
	line-height: 36px;
}
/*contractor template specific styles*/
body#contractorTemplate #header ul#contractorEntryAddress{
	list-style-type: none;
	padding-left: 40px;
}
body#contractorTemplate #header ul#contractorEntryAddress li.addressPadding{
	padding-top: 10px;
}
body#contractorTemplate #header h1{
	padding-left: 40px;
}
ul#contractorServices{
	margin-left: 0px;
	color: #336699;
}
ul#contractorServices li{
	list-style-position: inside;
	float: left;
	width: 310px;
}
div#map_canvas {
	width: 600px;
	height: 260px;
	border: 10px solid #CCC;
}
ul#shortNav{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
ul#shortNav li{
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
ul#shortNav li.page_item a:link,
ul#shortNav li.page_item a:visited{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	border-bottom: 1px dashed #aaaaaa;
	padding-bottom: 7px;
	padding-top: 7px;
}
ul#shortNav li.page_item a:hover{
	color: #333;	
}
div#content div.sociable ul li img{
	margin: 0px;
	padding: 0px;
}
div#content div.sociable ul li{
	margin-right: 5px;
}
div.sociable div.sociable_tagline{
	margin-bottom: 5px;
}
body#contractorTemplate div#map_canvas{
	margin-top: 20px;
}
div.badge img{
	margin: 0px 0px 10px!important;
}
div.badge textarea{
	float: right;
}
div.badgeDimensions{
	clear: both;
}
div.badge{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}