/*
Theme Name: Bian M. Glover PC
Theme URI: http://nextclient.com/
Description: Designed and Powered by NextClient, Inc.
Author: NextClient, Inc.
Version: 1.0
Template: universal
*/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

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,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{font-style:normal;font-weight:normal;}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:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

header,nav,article,footer,section,aside,figure,figcaption{display:block}

a {
	outline: none;
}

#nav-below {
	margin: 10px 0;
}
.nav-previous, .nav-next {
	float: left;
	display: inline;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a {
	text-decoration: none;
}

div.entry-meta {
	font-size: 90%;
}
body.single .shareThisWrapper {
	margin: 0px 0 20px;
}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {
		float: left;
		display: inline;
		width: 150px;
	}
	.post_entry_mult_right {
		padding-left: 160px;
	/*	margin: -155px 0 0 160px;*/
	}
	.post_entry_mult .shareThisWrapper {
		margin: 0;
	}
	.post_entry_mult h2 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.excerpt_meta {
		font-size: 80%;
		margin: 0 0 10px;
	}
.postThumbSingle {
	float: left;
	margin: 5px 10px 0 0;
}
.postThumbMult {

}

.tag-links {
	display: block;
}


strong {font-weight: bold;}
em {font-style: italic;}
em strong, strong em {font-weight: bold;}

/* General */
html {
	min-width: 940px;
	_width: 940px;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #3f3f3f;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding: 0 0 20px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: bold;
	color: #2d4370;
	padding: 0 0 5px 0;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	padding: 0 0 20px 0;
	font-family: 'Cabin', sans-serif;
	color: #404042;
}
h2 {
	font-size: 18px;
	padding: 0 0 10px 0;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	outline: none;
	color: #4093d8;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	padding-left:30px;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ol li ol li {
	list-style-type: lower-alpha;
}
ul ul {
	padding-bottom: 0;
}
#wrapper {
	background: url(img/body-x.png) repeat-x;
}
	body.home #wrapper {
		background: url(img/body-x-home.png) repeat-x;
	}
#container {
}
#mainHeader {
	overflow: hidden;
	height: 124px;
	width: 940px;
	margin: 0 auto;
}
	#logo-main {
		float: left;
		margin: 27px 0 0 0;
	}
	#mhRight {
		font-family: 'Quattrocento Sans', sans-serif;
		color: #fff;
		text-transform: uppercase;
		float: right;
		display: inline;
		margin: 41px 0 0 0;
		line-height: 1;
		text-align: right;
	}
		#mhr1 {
			font-size: 16px;
			margin: 0 0 7px;
		}
		#mhr2 {
			font-size: 30px;
		}
nav.mm {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 940px;
}
	nav.mm ul, nav.mm ul ul {
		/* Values below should usually match */
		height: 43px;
		top: 43px;
	}
	nav.mm ul ul, nav.mm ul ul ul,
	nav.mm ul li:hover ul ul {
		/* Values below should usually match */
		left: 150px;
		width: 150px;
	}
	nav.mm ul,
	nav.mm ul li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		position: relative;
		font-size: 0;
	}
	nav.mm ul {
		top: 0;
		z-index: 96;
	}
	nav.mm ul li {
		z-index: 97;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	nav.mm ul li a {
		vertical-align: top;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
		padding: 16px 17px 13px;
		color: #fff;
		font-size: 14px;
		line-height: 14px;
		font-family: 'Quattrocento Sans', sans-serif;
		text-transform: uppercase;
	}
	nav.mm ul ul a {
		text-transform: none;
	}
	nav.mm ul li.current-menu-item a {
		background: url(img/menu/a-current.png);
		color: #fff;
    }
	nav.mm ul li a:hover,
	nav.mm ul li:hover a {
		background: url(img/menu/a-hover.png) repeat-x;
		color: #fff;
		text-decoration: none;
	}

	/*--- 2nd level drop ---*/
	nav.mm ul ul {
		display: none;
		position: absolute;
		z-index: 98;
		left: 0px;
		height: auto;
		border: 1px solid #5398E3;
		text-align: left;
	}

	nav.mm ul li:hover ul {
		display: block;
	}
	nav.mm ul ul li {
		position: relative;
		z-index: 99;
		display: inline;
		zoom: normal;
	}
	nav.mm ul ul li a,
	nav.mm ul ul ul li a{
		position: relative;
		z-index: 100;
		display: block;
		height: auto;
		width: auto;
		padding: 5px 10px;
		border-top: none;
	}
	nav.mm ul ul li a,
	nav.mm ul li:hover ul li a,
	nav.mm ul ul ul li a,
	nav.mm ul li:hover ul li:hover ul a {
		background: #4781C2;
		color: #fff;
	}

	nav.mm ul ul li a:hover,
	nav.mm ul ul li:hover a,
	nav.mm ul li:hover ul li:hover a,
	nav.mm ul ul ul li a:hover,
	nav.mm ul li:hover ul ul li a:hover,
	nav.mm ul ul li:hover ul li a:hover {
		background: #59A3F4;
		color: #fff;
	}

	/*--- 3rd level drop ---*/

	nav.mm ul ul ul,
	nav.mm ul li:hover ul ul {
		display: none;
		position: absolute;
		top: 0;
		margin: 0;
	}
	nav.mm ul li ul li,
	nav.mm ul li ul li ul li {
		display: none;
	}
	nav.mm ul li:hover ul li,
	nav.mm ul li ul li:hover ul li {
		display: block;
	}

	/* --- IE (all versions) position fix --- */
	.ie6 nav.mm ul li:hover ul ul,
	.ie7 nav.mm ul li:hover ul ul,
	.ie8 nav.mm ul li:hover ul ul,
	.ie9 nav.mm ul li:hover ul ul {
		top: 0px;
	}
	nav.mm ul ul li:hover ul {
		display: block;
	}
#subheader {
	height: 207px;
	margin: 0 0 80px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(img/slides/sub/1.jpg);
}
	body.page-id-6 #subheader {background-image: url(img/slides/sub/2.jpg);}
	body.page-id-5 #subheader, body.page-id-7 #subheader {background-image: url(img/slides/sub/3.jpg);}
	body.page-id-15 #subheader {background-image: url(img/slides/sub/4.jpg);}
	body.page-id-17 #subheader, body.page-id-8 #subheader {background-image: url(img/slides/sub/5.jpg);}
	body.home #subheader {
		background-image: none;
		height: 421px;
		margin: 0;
	}
	#slides {
		position: relative;
		height: 100%;
		overflow: hidden;
	}
	.slide {
		background-repeat: no-repeat;
		background-position: center top;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	body.home #slide1 {background-image: url(img/slides/home/1.jpg);}
	body.home #slide2 {background-image: url(img/slides/home/2.jpg);}
	body.home #slide3 {background-image: url(img/slides/home/3.jpg);}
	body.home #slide4 {background-image: url(img/slides/home/4.jpg);}
	body.home #slide5 {background-image: url(img/slides/home/5.jpg);}
	.slideCont {
		width: 940px;
		margin: 0 auto;
	}
	.slideBox {
		background: url(img/slides/textbox-bg.png);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border: 1px solid #c3ced8;
		width: 350px;
		padding: 50px 20px 0;
		font-family: 'Quattrocento Sans', sans-serif;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		line-height: 1.2;
		float: right;
		margin: 70px 0 0 0;
		display: none;
		position: relative;
	}
	.slideBoxHead {
		font-size: 38px;
		margin: 0 0 10px;
	}
		.slideBoxHead img {display: block; margin: 0 auto 15px;}
	.slideBoxBody {
		font-size: 20px;
		font-style: italic;
		margin: 0 0 15px;
	}
	.slideLearnMore {
		display: block;
		height: 42px;
		width: 175px;
		overflow: hidden;
		position: relative;
		bottom: -2px;
		margin: 0 auto;
	}
	.slideLearnMore img {display: block;}
	.slideLearnMore:hover img {margin: -42px 0 0 0;}
	body.home #slide1 .slideBox {padding-top: 35px;}
	body.home #slide2 .slideBoxBody {margin: 0 0 25px;}
	body.home #slide3 .slideBox {padding-top: 40px;}
	body.home #slide3 .slideBoxBody {margin: 0 0 20px;}
	body.home #slide4 .slideBox {padding-top: 40px;}
	body.home #slide5 .slideBox {padding-top: 20px;}
	#prevNext {
		height: 0;
		width: 940px;
		margin: 0 auto;
		position: relative;
		z-index: 11;
		display: none;
	}
		body.home #slides:hover #prevNext {display: block;}
		.prev, .next {
			position: absolute;
			width: 54px;
			height: 54px;
			display: block;
			top: 310px;
			background-image: url(img/slides/arrows.png);
			background-repeat: no-repeat;
			overflow: hidden;
			text-indent: -100px;
		}
		.prev {background-position: left top; left: 0;}
			.prev:hover {background-position: left bottom;}
		.next {background-position: right top; right: 0;}
			.next:hover {background-position: right bottom;}
#aops {
	padding: 0;
	margin: -47px auto 0;
	width: 940px;
	overflow: hidden;
	position: relative;
	z-index: 20;
}
	#aops li {
		list-style-type: none;
		list-style-position: outside;
		width: 461px;
		height: 177px;
		padding: 0 0 50px;
		display: inline;
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	#aop1 {
		float: left;
		background-image: url(img/aops/shadow-left.png);
	}
	#aop2 {
		float: right;
		background-image: url(img/aops/shadow-right.png);
	}
	#aops li a {
		display: block;
		background-image: url(img/aops/button.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#aops li a:hover {background-position: left bottom;}
	#aops li a img {display: block;}
#contentArea {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
}
#mainContent, #sidebar {
	display: inline;
}
#mainContent {
	float: left;
	width: 600px;
	line-height: 1.5;
}
#sidebar {
	float: right;
	width: 300px;
}
	.sbBox {
		background: #e9e9e9;
		padding: 22px;
		margin: 0 0 18px;
	}
		.sbbIMG {
			display: block;
			margin: 0 auto 10px;
		}
		.sbBox h2 {
			font-family: 'Cabin', sans-serif;
			color: #404042;
			font-size: 22px;
		}
		.learnMore {
			width: 140px;
			height: 41px;
			display: block;
			overflow: hidden;
		}
			.learnMore img {display: block;}
			.learnMore:hover img {margin: -41px 0 0;}
	#sbNewBedford {

	}
	#sbAttBox {

	}
		.attName, .attTitle {
			text-transform: uppercase;
			text-align: center;
			line-height: 1;
		}
		.attName {
			font-weight: bold;
			font-size: 18px;
			color: #535354;
			margin: 0 0 5px;
		}
		.attTitle {
			margin: 0 0 25px;
			font-size: 13px;
		}
	#sbAttProfile {

	}
		#sbAttProfile h3 {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 15px;
		}
		#sbAttProfile ul {
			padding: 0 15px 0 20px;
			margin: 0 0 25px;
		}
#homeBand {
	background: #e9e9e9;
	padding: 55px 0;
}
	#hbContent {
		background: url(img/custom/building-big.png) left top no-repeat;
		padding: 0 0 0 330px;
		width: 610px;
		margin: 0 auto;
		min-height: 192px;
	}
	#hbContent h2 {
		font-size: 28px;
		font-family: 'Cabin', sans-serif;
		color: #404042;
	}
#mainFooter {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
}
	.fLeft {
		width: 600px;
		float: left;
		display: inline;
	}
	.fRight {
		width: 300px;
		float: right;
		display: inline;
	}
	#fTop {
		padding: 52px 0 20px;
		font-size: 13px;
		overflow: hidden;
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		margin: 0 0 25px;
	}
		body.home #fTop {
			border-top: 0;
		}
		#geoBlock {
			color: #535354;
			font-style: italic;
		}
		#fLocation {
			background: url(img/custom/fBuilding.png) right top no-repeat;
			font-size: 12px;
		}
			#fLocation p {
				padding: 0 0 5px;
			}

	#fBottom {
		padding: 0 0 51px;
		overflow: hidden;
	}
		.fNav {
			padding: 0 20px 0 0;
			float: left;
			display: inline;
			line-height: 1.2;
		}
			.fNav li {
				list-style-type: none;
				list-style-position: outside;
				display: block;
			}
			.fNav li a {
				color: #404042;
				font-family: 'Quattrocento Sans', sans-serif;
				font-size: 12px;
				text-transform: uppercase;
				text-decoration: none;
			}
				.fNav li a:hover {
					color: #4093d8;
				}
			#fNav1 {
				width: 130px;
			}
			#fNav2 {
				width: 120px;
			}
			#fNav3 {
				width: 155px;
			}
/* NextClient Items */

#contact-tab {
    position: fixed;
    right: 0;
    top: 102px;
    z-index: 200;
	display: block;
	width: 57px;
	height: 200px;
	overflow: hidden;
}
#contact-tab img {display: block;}
#contact-tab:hover img {margin: -200px 0 0 0;}
#nc-area {
	line-height: 1.2;
}
	#nc-area, #nc-area a {
		font-family: arial;
		font-size: 10px;
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	#nc-area a {

	}
	#nc-area a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	#logo-nextclient {
		float: left;
	}
	#nc-area p {
		float: left;
		display: inline;
		padding: 5px 0;
		margin: 0 0 0 10px;
	}

/* Newsletter Styling */
#nl-container {
	overflow: hidden;
}
#nl-pageTitle {
	border-bottom: 1px solid #333;
}
#nl-sidebar {
	width: 30%;
	float: left;
	display: inline;
}
	ul#nl-articles, ul#nl-newslinks {
		margin: 0;
		padding: 0;
	}
	#nl-articles li, #nl-newslinks li {
		border-bottom: 1px solid #000;
		display: block;
	}
		#nl-articles li.nl-last-item, #nl-newslinks li.nl-last-item {
			border-bottom: 0;
		}
		#nl-articles li {
			padding: 0 0 0.8em;
			margin: 0 0 0.8em;
		}
		#nl-newslinks li {
			padding: 0 0 0.4em;
			margin: 0 0 0.5em;
		}
		#newslinkHeader {
			color: #000;
			font-size: 1.3em;
			font-weight: bold;
			margin: 0 0 0.6em;
		}
		a.nl-article-headline {
			color: #9d1c20;
			font-weight: bold;
			display: block;
			text-decoration: none;
			margin: 0 0 0.3em;
		}
		a.nl-article-headline:hover {
			text-decoration: underline;
		}
		.nl-excerpt {

		}
#nl-mainContent {
	width: 65%;
	float: right;
	display: inline;
}
#nl-copyright {
	font-size: 0.8em;
	text-align: center;
	padding: 1em 0 1.5em;
}
body.nl-page #sidebar {
	display: none;
}
body.nl-page #mainContent {
	float: none;
	display: block;
	width: auto;
}

/* Newsletter - Custom */

h1#nl-pageTitle {
	padding: 0 0 15px;
	margin: 0 0 15px;
}
h2#nl-articleTitle {
}

/* Newsletter Styling Ends */


/* Contact Form Styling */
input[type=submit] {-webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 20px 10px;
	margin: 0 0 15px;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	min-width: 255px;
}
.nc_form .form-part{margin: 0 0 10px;}
.nc_form .req {color: #F71704;}
.nc_form .groupLegend{
	font-size: 18px;
	margin: 0 0 5px;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 100%; padding: 0; box-sizing: border-box; }
	.nc_form input, .nc_form textarea {background: #fff; color: #000;}
	.nc_form input::placeholder, .nc_form textarea::placeholder {color: gray;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 5px;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: 10px 10px;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

.nc_form input.hidden {display:none;}
.nc_form input.submit-button {
	cursor:pointer;
	margin: 1em 0;
	padding: 10px 10px;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;	
}
	.nc_form input.submit-button:hover {background:#777;}
.nc_form input.error {border-color:#f00;}
.nc_form label.error {color: #f00;}
.ncfDisclaimer {
	font-size: 80%;
	margin: 0 0 15px;
	padding: 10px 0 0;
}
	.ncfDisclaimer span {
		display: block;
		font-weight: bold;
		font-size: 125%;
	}
	#form_1 .ncfDisclaimer span { display: inline-block; }
		.ncfDisclaimer span.req {display: inline; font-size: 80%;}
	.ncfDisclaimer input {
		display: inline;
		width: 10px;
		height: 10px;
		margin: 0 5px 0 0;
	}
	.ncfDisclaimer label {display: inline;}
	.nc_form .captcha-wrapper input {max-width: 200px;}
	.nc_form .captcha-container {
		background: #fff;
		border: 1px solid #333;
		margin: 0 0 4px;
		text-align: center;
		max-width: 200px;
	}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
	.nc_form .checkbox,
	.nc_form .radio{ margin: 0 auto 10px; }
	.nc_form .checkbox input,
	.nc_form .checkbox label,
	.nc_form .radio input,
	.nc_form .radio label {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
	}
	.nc_form .checkbox label,
	.nc_form .radio label{ margin: 0 15px 0 2px; }

.nc_form .inlineSelect select{display: inline; width: auto;}
.nc_form .inlineSelectGroup{ display: inline-block; margin: 0 10px 0 0; } 
.nc_form .inlineSelectGroup select{margin: 0;} 
.nc_form .inlineSelectGroup label{ font-size: 0.85rem; }


@media screen and (min-width: 600px){
	.nc_form{ padding: 20px 15px; }
}

/* reCAPTCHA v2 invisible */
.grecaptcha-badge {visibility: hidden;}
.grDisclaimerBox {
	background-color: #4a90e2;
	overflow: hidden;
	height: 60px;
	width: 255px;
}
.nc_form .grDisclaimerBox {
    box-shadow: rgba(0,0,0,0.75) 0px 0px 5px;
	margin: 0 0 20px;
}
.grDisclaimerBoxNarrow {width: 180px;}
.grDisclaimerBoxNarrow .grdbBadge {display: none;}
.grdbBadge {
	float: left;
	width: 70px;
	height: 100%;
	background-color: #fff;
	background-image: url(img/recaptcha-logo-48.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.grdbText {
	float: left;
	color: #fff;
	width: 185px;
	box-sizing: border-box;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 13px;
	padding: 15px 15px 0;
	line-height: 1;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.grdbLinks a:hover {text-decoration: underline;}
.grdbSep {font-size: 8px;}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

/* Form Validation -- Begins */
form input[type=text].validationError, 
form textarea.validationError, 
form select.validationError,
form .validationError::placeholder {
    background-color: red !important;
    color: #fff !important;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}

input[type=checkbox].validationError {
    position:relative
}

.cfRequiredMark {
	position: relative;
	font-size: 0;
}
input[type=radio].validationError + .cfRequiredMark:before,
input[type=checkbox].validationError  + .cfRequiredMark:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -26px;
	top: -11px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}

.validationFeedback {
    display: none;
    text-align: center;
    background-color: #f5770c;
    color: #000;
    padding: 20px 20px 0;
    margin:0 auto 20px
}

.vfActive {
	margin: 0 0 20px;
    display: block;
	width: calc(100% - 40px);
}

.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}

@media screen and (min-width: 1120px){
	.vfActive {
		width: calc(100% - 40px);
	}
}
/* Form Validation -- Ends */

/* Contact Form Styling Ends */

/* Custom Main Images */
body.page-id-13 #subheader {background-image: url(img/slides/sub/5.jpg);}


/* Homepage */
body.home #wrapper {
	padding: 0 0 55px;
}
body.home #contentArea {
	padding: 0 0 150px;
	background: url(img/custom/mcLogos.png) center bottom no-repeat;
}
body.home #mainContent {
	float: none;
	display: block;
	padding: 0 30px 0 220px;
	background: url(img/custom/homeshot.png) left 85px no-repeat;
	min-height: 400px;
	_height: 400px;
}
	body.home h1 {
		margin: 0 0 0 -220px;
	}

/* Attorney Profile */
body.page-id-13 #wrapper {
	padding: 0 0 55px;
}
body.page-id-13 #contentArea {
	padding: 0 0 150px;
	background: url(img/custom/mcLogos.png) center bottom no-repeat;
}

	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; background-image: url(https://d78c52a599aaa8c95ebc-9d8e71b4cb418bfe1b178f82d9996947.ssl.cf1.rackcdn.com/dsk_sharing/icons/ftlg_16.png);}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_facebook{background-position: 0 0;}
	.dskSharingIcon_twitter{background-position: -16px 0;}
	.dskSharingIcon_linkedin{background-position: -32px 0;}
	.dskSharingIcon_googleplus{background-position: -48px 0;}