/* ********* SERVICE PAGES STYLES ********** */

#servicePage {
	margin: 0 auto;
	width: 1024px;
	background-color: #fff;
	border: solid 1px #dedede;
}

#servicePage * {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

#servicePage a.get-in-touch {
	display: block;
	height: 44px;
	width: 196px;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#servicePage a.get-in-touch.blue {
	margin: 0 auto;
	background-color: #186cd3;
	border-top: solid 1px #6ca2e3;
	box-shadow: inset #0f4485 0 -1px 0;
	color: #f6f9fd;
}

#servicePage div.heading {
	height: 82px;
	padding: 25px 40px;
	background-color: #116edc;
}

#servicePage div.heading h1 {
	float: left;
	height: 82px;
	font-size: 38px;
	line-height: 82px;
	color: #fff;
	letter-spacing: 1px;
}

#servicePage div.heading div.double-line {
	float: left;
	height: 82px;
}

#servicePage div.heading div.double-line h1 {
	float: none;
	height: 54px;
	line-height: 54px;
}

#servicePage div.heading div.double-line span {
	display: block;
	height: 28px;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
}

#servicePage div.heading a.get-in-touch {
	float: right;
	margin: 19px 0;
	background-color: #FAFAFA;
	box-shadow: inset #a0a0a0 0 -1px 0;
	color: #116edc;
}

#servicePage h2 {
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 22px;
	color: #666;
	text-transform: uppercase;
}

#servicePage h2.center {
	text-align: center;
}

#servicePage h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
}

/**
#servicePage h2.block {
	clear: both;
	height: 38px;
	padding: 15px 0;
	background-color: #f4f4f4;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, #fdfdfd 0%,#f4f4f4 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top, #fdfdfd 0%,#f4f4f4 100%); /* IE10+ 
	background: linear-gradient(to bottom, #fdfdfd 0%,#f4f4f4 100%); /* W3C 
	border: solid 3px #fff;
	border-radius: 10px;
	box-shadow: #666 0 0 1px;
	line-height: 38px;
	font-size: 32px;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	text-shadow: #fff 0 1px 0;
}

#servicePage h2.block.center {
	margin: 2px auto;
}

#servicePage h2.block.left {
	float: left;
	margin: 2px 0;
}

#servicePage h2.block.right {
	float: right;
	margin: 2px 0;
}
**/

#servicePage strong {
	display: block;
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #111;
}

#servicePage p {
	margin: 20px 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

#servicePage p a {
	font-size: inherit;
}

#servicePage p.quote {
	padding: 0 8px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
}

/**
#servicePage p.style-1 {
	margin: 0 auto;
	width: 824px;
	font-size: 14px;
	line-height: 18px;
	color: #c7c7c7;
}

#servicePage p.style-2 {
	margin: 50px auto;
	width: 624px;
	color: #666;
	text-align: center;
}

#servicePage p.center {
	text-align: center;
}
**/

#servicePage a {
	color: #2475fb;
	text-decoration: underline;
}

#servicePage a:hover {
	color: #2265d2;
}

#servicePage ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

#servicePage ul.square-bullets {
	margin-left: 25px;
	list-style: square;
}

#servicePage li {
	padding: 2px 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

#servicePage blockquote {
	margin: 0 auto;
	padding: 0;
	width: 724px;
}

#servicePage blockquote p {
	color: #676767;
}

#servicePage blockquote p.quote {
	padding: 0;
	font-size: 24px;
	line-height: 32px;
	text-shadow: #e0e0e0 0 1px 0;
}

#servicePage blockquote p.by {
	font-size: 18px;
	line-height: 24px;
	text-align: right;
}

#servicePage div.right {
	float: right;
}

#servicePage div.left {
	float: left;
}

#servicePage img.full {
	display: block;
	margin: 0;
}

#servicePage img.center {
	display: block;
	margin: 0 auto;
}

#servicePage img.right {
	display: block;
	float: right;
}

#servicePage img.left {
	display: block;
	float: left;
}

#servicePage div.article {
	width: 964px;
	padding: 0 30px;
	overflow: auto;
}

#servicePage div.article img.right {
	margin: 12px;
	margin-left: 50px;
}

#servicePage div.article img.left {
	margin: 12px;
	margin-right: 50px;
}

#servicePage div.article-left {
	float: left;
	width: 457px;
	padding-right: 25px;
}

#servicePage div.article-right {
	float: right;
	width: 457px;
	padding-left: 25px;
}

#servicePage div.article-left img.right,
#servicePage div.article-left img.left,
#servicePage div.article-right img.right,
#servicePage div.article-right img.left {
	margin: 0;
}

#servicePage div.spacer-1 {
	height: 25px;
}

#servicePage div.spacer-2 {
	height: 50px;
}

#servicePage div.spacer-3 {
	height: 75px;
}

#servicePage div.spacer-4 {
	height: 100px;
}

#servicePage div.divider-0 {
	padding: 0;
	overflow: hidden;
}

#servicePage div.divider-1 {
	padding: 25px 0;
	overflow: hidden;
}

#servicePage div.divider-2 {
	padding: 50px 0;
	overflow: hidden;
}

#servicePage div.divider-3 {
	padding: 75px 0;
	overflow: hidden;
}

#servicePage div.divider-4 {
	padding: 100px 0;
	overflow: hidden;
}

#servicePage div.spacer-bg,
#servicePage div.divider-bg {
	background: transparent url('images/servicepage_divider_bg.jpg') 50% 0% no-repeat;
}

/**
#servicePage div.outset-blurb {
	margin: 12px;
	padding: 15px;
	background-color: #f8f8f8;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f8f8f8 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, #fdfdfd 0%,#f8f8f8 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top, #fdfdfd 0%,#f8f8f8 100%); /* IE10+ 
	background: linear-gradient(to bottom, #fdfdfd 0%,#f8f8f8 100%); /* W3C 
	border: solid 5px #fff;
	border-radius: 15px;
	box-shadow: #a7a7a7 0 1px 6px;
}

#servicePage div.inset-blurb {
	margin: 12px;
	padding: 20px;
	background-color: #f6f6f6;
	background: -moz-linear-gradient(top, #fefefe 0%, #f6f6f6 100%); /* FF3.6+ *
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+
	background: -webkit-linear-gradient(top, #fefefe 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, #fefefe 0%,#f6f6f6 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top, #fefefe 0%,#f6f6f6 100%); /* IE10+ 
	background: linear-gradient(to bottom, #fefefe 0%,#f6f6f6 100%); /* W3C 
	border-radius: 15px;
	box-shadow: inset #575757 0 2px 5px;
}

#servicePage div.outset-blurb h3,
#servicePage div.inset-blurb h3 {
	margin-bottom: 15px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

#servicePage div.outset-blurb p,
#servicePage div.inset-blurb p {
	line-height: 22px;
	font-size: 14px;
	text-shadow: #fff 0 1px 0;
}

#servicePage div.outset-blurb p {
	color: #bcbcbc;
}

#servicePage div.inset-blurb p {
	color: #858585;
}

#servicePage ul.grid {
	margin: 0;
	width: 1024px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

#servicePage ul.grid li {
	float: left;
}

#servicePage ul.grid li h3 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	text-align: center;
}

#servicePage ul.grid-3 {
	margin: 0 18px 0 28px;
	width: 990px;
}

#servicePage ul.grid-3 li {
	margin-right: 10px;
	width: 316px;
}

#servicePage ul.grid-4 {
	margin: 0 13px 0 23px;
	width: 990px;
}

#servicePage ul.grid-4 li {
	margin-right: 10px;
	width: 237px;
}

#servicePage a.big-blue-button {
	display: block;
	margin-top: 0;
	margin-bottom: 2px;
	height: 60px;
	background-color: #2265d2;
	background: -moz-linear-gradient(top, #2475fb 0%, #2265d2 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2475fb), color-stop(100%,#2265d2)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top, #2475fb 0%,#2265d2 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, #2475fb 0%,#2265d2 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top, #2475fb 0%,#2265d2 100%); /* IE10+ 
	background: linear-gradient(to bottom, #2475fb 0%,#2265d2 100%); /* W3C 
	border: solid 2px #5699e6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: #07285e 0 1px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-shadow: #07285e 1px 1px 5px;
}

#servicePage a.big-blue-button:active {
	margin-top: 2px;
	margin-bottom: 0;
	box-shadow: #DFDFDF 0 -1px 0;
}

#servicePage a.big-blue-button.get-in-touch {
	margin: 0 auto 2px auto;
	width: 440px;
	font-size: 28px;
}

#servicePage a.big-blue-button.get-in-touch:active {
	margin: 2px auto 0 auto;
}
**/