/*
Theme Name: Immediate
Theme URI: http://immediateappliance.com/
Description: This is the core Immediate Appliance theme.
Author: JonEvan Marketing Group
Author URI: http://jonevan.com/
Version: 3.2.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: appliance repair service
Template: Builder

Version History
	See history.txt
*/


/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #565656;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.7;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}
p {
	line-height: 1.5em;
	margin-bottom: .9em;
}

/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background-color: #04184a;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #f17700;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f17700;
	font-weight: bold;
	text-decoration: underline;
}
a:focus {
	color: #f17700;
}
a:visited {
	color: #f17700;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.3em;
	color: #fe1301;
	margin-top: 10px;
	margin-bottom: 0.9em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 8px;
	color: #3c69a8;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 0 auto;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	background: #FFFFFF;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	Header Module
*********************************************/
.builder-module-header .builder-module-sidebar {
	background: none;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
}


/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333333;
	margin: 0;
	padding: .75em 1.5em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Navigation Module
*********************************************/
/* to center main nav, name main custom nav MainMenu and add this code */
.menu-mainmenu-container {
	display: table;
	margin: 0 auto;
	height: 30px;
}

.builder-module-navigation {
	background: #ff1e02;
	display: block;
	font-size: 13px;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
	letter-spacing: .75px;
}
.builder-module-navigation li a:hover {
	color: #fff200;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a,
.builder-module-navigation li.current-menu-item a {
	color: #fff200;
}
/* second level stuff */
.builder-module-navigation li ul {
	border: 1px solid #C9C9C9;
	background-color: #3b6db2;
	border-bottom: 0;
	width: 190px;
	height: 26px;
	margin-left: 12px;
}
.builder-module-navigation li li {
	border: 1px solid #C9C9C9;
	border-top: none;
	width: 190px;
	background-color: #3b6db2;
}
.builder-module-navigation li li a {
	float: none;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-transform: capitalize;
	letter-spacing: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background-color: #27447b;
	color: #FFF;
}
.builder-module-navigation li ul ul {
	margin: -28px 0 0 190px;
}
/* third level stuff */
.builder-module-navigation li ul ul ul {
	border: 1px solid #C9C9C9;
	border-top: none;
	border-left: none;
	background-color: #3b6db2;
	border-bottom: 0;
	width: 190px;
	height: 26px;
}
.builder-module-navigation li li li {
	border-bottom: 1px solid #C9C9C9;
	background-color: #3b6db2;
	width: 190px;
}
.builder-module-navigation li li li a {
	float: none;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-transform: capitalize;
	letter-spacing: none;
}
.builder-module-navigation li li li a:hover,
.builder-module-navigation li li a.sfhover {
	background-color: #27447b;
	color: #FFF;
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar {
	background: transparent;
}


/*********************************************
	Footer Module
*********************************************/

.builder-module-footer {
	background: transparent;
	border: none;
	text-align: center;
}
.builder-module-footer .builder-module-element {
	color: #FFF;
	margin: 0 1.5em 20px 1.5em;
	font-size: .9em;
	line-height: 1.3em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/


/*********************************************
	Content Module
*********************************************/

.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
	color: #134a96;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom: .56em;
	padding-bottom: 10px;
	border-bottom: 2px solid #ff1e02;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	font-style: italic;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
}
.hentry .alignright {
	margin: 0 0 2px 10px;
}
.hentry .alignleft {
	margin: 0 10px 2px 0;
}
.hentry .aligncenter {
	margin: 0 auto 2px auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 3px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) -2px 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	border: 1px solid #999999;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	list-style-image: url('images/bullet-red.gif');
	margin: 6px 0 10px 1.4em;
	padding: 0;
	padding-left: 20px;
	line-height: 1.4em;
}
.entry-content > ul,
.entry-content > ol {
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	masthead
*********************************************/

#builder-module-4ed3b2ab335e0,
#builder-module-4ed530210d316 {
	height: 158px;
	background: #fec209 url( 'images/masthead-background.jpg' ) top left no-repeat;
	padding-top: 10px;
}
/* clickable logo */
#builder-module-4ed3b2ab335e0 #it_widget_content-3,
#builder-module-4ed530210d316 #it_widget_content-3 {
	margin-top: -20px;
	margin-left: -20px;
}

/* masthead facebook icon */

#builder-module-4ed3b2ab335e0 #it_widget_content-15,
#builder-module-4ed530210d316 #it_widget_content-15 {
	margin-top: 5px;
	float: left;
	margin-left: 40px;
	margin-right: -6px;
	margin-bottom: 0px;
	padding: 0;
	height: 74px;
}

/* masthead banner */

#builder-module-4ed3b2ab335e0 #it_widget_content-4,
#builder-module-4ed530210d316 #it_widget_content-4 {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0;
	height: 74px;
}
/* payment types banner */
#builder-module-4ed3b2ab335e0 #it_widget_content-14,
#builder-module-4ed530210d316 #it_widget_content-14 {
	padding: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 74px;
}

/* phone number area */

#builder-module-4ed3b2ab335e0 #text-4 #mastCallout,
#builder-module-4ed530210d316 #text-4 #mastCallout {
	font-weight: bold;
	font-size: 14.7px;
	text-align: right;
	letter-spacing: -1px;
	margin-top: 4px !important;
	clear: both;
}

#builder-module-4ed3b2ab335e0 #text-4 #mastPhone,
#builder-module-4ed530210d316 #text-4 #mastPhone,
#builder-module-4ed530210d316 #text-4 #mastPhone2,#mastPhone2{
	font-weight: bold;
	font-size: 25px;
 line-height: 29px;
	margin-left: 282px;
	color: #1d3a90;
	margin-top: -30px;
}
#builder-module-4ed530210d316 #text-4 #mastPhone2,#mastPhone2{
  margin-top:0;
}
/* search */
#builder-module-4ed3b2ab335e0 #search-3,
#builder-module-4ed530210d316 #search-3 {

	margin-left: 273px;
	padding: 0;
}
#searchform #s {
    background: #FFFFFF url(images/search.png) right no-repeat;
    color: #666666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 5px 0 5px 7px;
    border: 1px solid #444444;
    width: 200px;
}

#searchsubmit {
    background: url(images/button.png);
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 4px 5px 4px 5px;
    border: 1px solid #CC3300;
    }
    
#searchsubmit:hover {
    background: url(images/button-hover.png);
    border: 1px solid #CC3300;
   cursor: pointer;
}
/*********************************************
	home rotation
*********************************************/

#builder-module-4ed3b2ab335a0 {
	height: 363px;
}

#builder-module-4ed3b2ab335a0 .builder-module-sidebar,
#builder-module-4ed3b2ab335a0 .builder-module-sidebar .widget {
	padding: 0;
	margin: 0;
}
/*********************************************
	inner page text rotation
*********************************************/
#builder-module-4ed530210d389 {
	height: 116px;
	background: transparent url( 'images/inner-page-curve.jpg' ) top left no-repeat;
	border-bottom: 8px solid #FFF;
}

#builder-module-4ed530210d389 .builder-module-sidebar,
#builder-module-4ed530210d389 .builder-module-sidebar .widget {
	padding: 0;
	margin: 0;
}

#builder-module-4ed530210d389 #it_widget_content-10 {
	margin-top: -12px;
}

#builder-module-4ed530210d389 #rotatingtextid-1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #91aed4;
}
#builder-module-4ed530210d389 #rotatingtextid-1 #whoSaid {
	font-size: .75em;
	font-weight: normal;
	font-style: italic;
	margin-top: 3px;
}
#builder-module-4ed530210d389 #rotatingtextid-1 #announce {
	font-size: 1.5em;
	font-weight: bold;
	color: #fec208;
	margin-top: -12px;
}
/*********************************************
	main home content
*********************************************/

#builder-module-4ecc2c8698ddc {
	background: transparent url( 'images/sidebar-background.gif' ) top left repeat-y;
	padding-bottom: 20px;
}

#builder-module-4ecc2c8698ddc h1 {
	font-size: 2.7em;
	color: #134a96;
	margin-top: 10px;
}
#builder-module-4ecc2c8698ddc h2 {
	font-size: 1.8em;
	color: #fe1301;
}

#builder-module-4ecc2c8698ddc h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #565656;
	margin-top: 10px;
	margin-bottom: 10px;
}
#builder-module-4ecc2c8698ddc div.loop-content {
	padding-left: 20px;
	padding-right: 20px;
}

/*********************************************
	inner page content
*********************************************/

#builder-module-4ed530210d3c2 {
	background: transparent url( 'images/sidebar-background.gif' ) top left repeat-y;
	padding-bottom: 20px;
}
#builder-module-4ed530210d3c2 .widget-wrapper-single img {
	margin-left: 3px;
}
/* top banner ad */
#builder-module-4ed530210d3c2 #it_widget_content-13 {
	margin: 6px 6px -2px -6px !important;
}
#builder-module-4ed530210d3c2 div.loop-content {
	padding-left: 20px;
	padding-right: 20px;
}

/*********************************************
	sidebar scheduling form
*********************************************/

#gform_widget-3 {
	background: url( 'images/sidebar-form-top.gif' ) top left no-repeat !important;
}


#gform_widget-3 .gform_footer {
	border-bottom: solid 1px #C3D1E5;
}
#gform_widget-3 h4.widget-title {
	color: #FFF;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 32px;
	font-size: 16px;
}

#gform_widget-3 .gform_wrapper input,
#gform_widget-3 .gform_wrapper textarea {
	background-color: #FFF !important;
	height: 20px;
}

#gform_widget-3 .gform_wrapper .ginput_complex label {
	margin-top:-4px;
}

#gform_widget-3 #input_5_3 {
	height: 50px;
}

#gform_widget-3 #input_5_8 {
	margin-bottom: -20px;
}

#gform_widget-3 #field_5_8 .gfield_label {
	margin-top: 8px;
}

#gform_widget-3 #field_5_8 .gfield_description {
	margin-bottom: -20px;
	padding-top: 0px;
}
#gform_widget-3 #field_5_8 .gfield_description strong {
	font-size: 12px;
}
#gform_widget-3 #input_5_10 {
	padding-bottom: 0 important;
}


#gform_widget-3 #gform_submit_button_5 {
    background-color: #FF8005 !important;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 6px;
    padding: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#gform_widget-3 .ginput_container {
	margin-top: -10px;
}

/*********************************************
	footer boxes
*********************************************/
#builder-module-4ecc2c8698e13,
#builder-module-4ed530210d3fb {
	overflow: hidden;
	height: 280px;
	background: #183381 url( 'images/footer-gradient.jpg' ) top left no-repeat;
}
/* service area footer */
#builder-module-4ecc2c8698e13 #it_widget_content-6,
#builder-module-4ed530210d3fb #it_widget_content-6 {
	width: 306px;
	margin-left: 10px;
	margin-top: -3px;
	border-right: 1px solid #FFF;
}
#builder-module-4ecc2c8698e13 #it_widget_content-6 h4,
#builder-module-4ed530210d3fb #it_widget_content-6 h4 {
	text-align: center;
	color: #134a96;
	margin-top: 1px;
}
#builder-module-4ecc2c8698e13 #it_widget_content-6 img,
#builder-module-4ed530210d3fb #it_widget_content-6 img {
	margin-top: 20px;
}
#builder-module-4ecc2c8698e13 #it_widget_content-6 p,
#builder-module-4ed530210d3fb #it_widget_content-6 p {
	color: #FFF;
}
/* carousel footer */
#builder-module-4ecc2c8698e13 #it_widget_content-7,
#builder-module-4ed530210d3fb #it_widget_content-7 {
	width: 330px;
	margin-top: -3px;
}
#builder-module-4ecc2c8698e13 #it_widget_content-7 h4,
#builder-module-4ed530210d3fb #it_widget_content-7 h4 {
	text-align: center;
	color: #134a96;
}

#builder-module-4ecc2c8698e13 #it_widget_content-7 p,
#builder-module-4ed530210d3fb #it_widget_content-7 p {
	color: #FFF;
	margin: 10px 20px 0 20px;
}
#builder-module-4ecc2c8698e13 #it_widget_content-7 #pb_carousel-1,
#builder-module-4ed530210d3fb #it_widget_content-7 #pb_carousel-1 {
	width: 292px !important;
	padding: 5px 10px 5px 10px;
}
#builder-module-4ecc2c8698e13 #it_widget_content-7 .pb_carousel_default .caroufredsel_wrapper,
#builder-module-4ed530210d3fb #it_widget_content-7 .pb_carousel_default .caroufredsel_wrapper {
	width: 292px !important;
	margin-left: auto;
	margin-right: auto;
	background-color: #edf1f7;
	margin-top: 20px;
	margin-bottom: 10px;
}
#builder-module-4ecc2c8698e13 #it_widget_content-7 .pb_carousel_default img,
#builder-module-4ed530210d3fb #it_widget_content-7 .pb_carousel_default img {
	background-color: none;
	border: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #dce1e9;
}
/* accreditations footer */
#builder-module-4ecc2c8698e13 #it_widget_content-8,
#builder-module-4ed530210d3fb #it_widget_content-8 {
	width: 306px;
	margin-left: 10px;
	margin-top: -3px;
	border-right: 1px solid #FFF;
}
#builder-module-4ecc2c8698e13 #it_widget_content-8 h4,
#builder-module-4ed530210d3fb #it_widget_content-8 h4 {
	margin-left: 10px;
	color: #134a96;
	margin-top: 1px;
}
#builder-module-4ecc2c8698e13 #it_widget_content-8 img,
#builder-module-4ed530210d3fb #it_widget_content-8 img {
	margin-top: 18px;
}
/*********************************************
	bottom links
*********************************************/

#builder-module-4ed3b2ab3361c,
#builder-module-4ed530210d434 {
	background-color: transparent;
	padding-top: 0;
	margin-top: -10px;
}

#builder-module-4ed3b2ab3361c #it_widget_content-9,
#builder-module-4ed530210d434 #it_widget_content-9 {
	margin-left: 120px;
}
#builder-module-4ed3b2ab3361c #it_widget_content-9 ul,
#builder-module-4ed530210d434 #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 20px;
}
#builder-module-4ed3b2ab3361c #it_widget_content-9 li,
#builder-module-4ed530210d434 #it_widget_content-9 li {
	display: block;
	float: left;
	color: #FFF;
	padding-right: 10px;
}
#builder-module-4ed3b2ab3361c #it_widget_content-9 li a,
#builder-module-4ed530210d434 #it_widget_content-9 li a {
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#builder-module-4ed3b2ab3361c #it_widget_content-9 li a:hover,
#builder-module-4ed530210d434 #it_widget_content-9 li a:hover {
	text-decoration: underline;
}
#builder-module-4ed3b2ab3361c #it_widget_content-9 p,
#builder-module-4ed530210d434 #it_widget_content-9 p {
	font-size: 1em;
	color: #FFF;
	clear: both;
	margin-left: 130px;
	padding-top: 8px;
}
#builder-module-4ed3b2ab3361c #it_widget_content-9 p a,
#builder-module-4ed530210d434 #it_widget_content-9 p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#builder-module-4ed3b2ab3361c #it_widget_content-9 p a:hover,
#builder-module-4ed530210d434 #it_widget_content-9 p a:hover {
	text-decoration: underline;
}
/*********************************************
	gravity form pages
*********************************************/

span.regularText {
	color: #565656;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: normal;
}
label {
	line-height: 1.2em;
}
textarea,
.gform_wrapper .gform_body input[type="text"],
.gform_wrapper .gform_body textarea {
	background-color: #f0f3f7 !important;
}
#gform_wrapper_1,
#gform_wrapper_2,
#gform_wrapper_3,
#gform_wrapper_4 {
	width: 470px;
}

.gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {
background: none repeat scroll 0 0 #1d398d !important;
border: 1px solid #04184a !important;
color: #FFF !important;
font-weight: bold;
cursor: pointer;
}

/*********************************************
	Service Area Map Table
*********************************************/
.post-46 img {
	margin-bottom: 0px !important;
}

.post-46 .wp-table-reloaded-id-1 {
  border: none;
  background: #FFF;
  margin-top: 20px;
}

.post-46 .wp-table-reloaded-id-1 td {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  color: #000;
  line-height: 1.3em;
}

.post-46 .wp-table-reloaded-id-1 th {
  color: #FFF !important;
  font-size: 1.3em;
  padding-left: 5px;
}

.post-46 .wp-table-reloaded-id-1 th, .wp-table-reloaded-id-1 .sorting {
  background-color: #114994;
  color: #FFF;
}

.post-46 .wp-table-reloaded-id-1 .sorting_asc, .wp-table-reloaded-id-1 .sorting_desc {
  background-color: #00ff00;
  color: #FFF;
}

.post-46 .wp-table-reloaded-id-1 .odd td{
 background-color: #f0f3f7;
}

.post-46 .wp-table-reloaded-id-1 .even td {
  background-color: #ffffff;
}
/*********************************************
	faq accordion
*********************************************/
.accordion-vertical-1 .pane {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
div.pane, div.accordion_content {
	background-color: #f0f3f7 !important;
}
div.accordion_content {
	color: #565656;
		background-color: #f0f3f7 !important;
}
/*********************************************
	full-width rows in main content areas
*********************************************/
#fullWideFirst {
	clear: both;
}
#fullWide {
	clear: both;
	border-top: 1px solid #e4e9ef;
}
#fullWideFirst h3, #fullWide h3 {
	margin-bottom: 8px;
}

/*********************************************
gray box call-outs on repair pages and reviews
*********************************************/
.post-19 h3,
.post-32 h3,
.post-121 h3,
.post-128 h3,
.post-35 h3,
.post-130 h3,
.post-132 h3,
.post-125 h3,
.post-38 h3,
.post-138 h3,
.post-141 h3,
.post-143 h3,
.post-41 h3 {
	font-size: .95em;
	line-height: 1.5em;
	text-align: justify;
	background-color: #eeeded;
	color: #000;
	margin: 0;
	padding: 0;
	padding: 8px;
	margin: -4px 0 10px 0;
	border-top: 4px solid #c6c6c6;
	border-bottom: 4px solid #c6c6c6;
}

/*********************************************
	call to action in main content areas
*********************************************/

#calltoAction {
	margin-top: 20px;
	overflow: hidden;
	background: #FFF url( 'images/call-to-action-bkgrnd.jpg' ) top left no-repeat;
}
#calltoAction h4 {
	margin: 9px 20px 8px 90px;
	padding-bottom: 4px;
	color: #505050;
	font-size: 1.3em;
	line-height: 1.3em;
	border-bottom: #505050 1px dotted;
}
#calltoAction p {
	margin: 0px 20px 10px 90px;
}
#calltoAction #bold {
	font-size: 11px;
	line-height: 14px;
	margin-left: 90px;
	margin-right: 20px;
}
/*********************************************
	miscellaneous
*********************************************/

#legal {
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
}
.caroufredsel_wrapper {
    overflow: visible !important;
    min-height: 88px !important;
}