/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

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

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; outline:none;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Georgia, "Times New Roman", Times, serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #000;}

a {color: #0079c2;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
a:hover {color: #000;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 



body{
	background:#fff url(images/bg.png) center 0px no-repeat;
	margin:0px;
	border-top:7px solid #000;
	border-bottom:7px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#484848;
}

img{border:0px;}

@font-face {
    font-family: 'trump';
    src: url('fonts/font.eot');
    src: url('fonts/font.eot?#iefix') format('embedded-opentype'),
         url('fonts/font.woff') format('woff'),
         url('fonts/font.ttf') format('truetype'),
         url('fonts/font.svg#trump_gothic_west_mediumRg') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing:96px;
}


p{
	margin:0px 0px 25px 0px;
	line-height:1.6em;
}

.inherit{
	color:inherit;
	text-decoration:none;
}



.level0{
	width:975px;
	margin:0px auto;
}

.header{
	padding:15px 40px 15px 40px;
	line-height:30px;
}
.header span{
	font-weight:normal;
	margin:0px;
	color:#626262;
	font-size:0.85em;
	float:left;
}
.header span a{
	color:#0079c2;
}
.header span a:hover{
	color:#000;
}


.header-contact{
	float:right;
	font-family:'trump', Verdana, Geneva, sans-serif;
	font-size:2.7em;
	color:#000;
	letter-spacing:1px;
}
.header-contact em{
	color:#0079c2;
	font-style:normal;
	padding:0px 2px 0px 20px;
	color:#0079c2;
}
.header-contact a{
	color:#000;
	text-decoration:none;
}
.header-contact a:hover{
	text-decoration:underline;
}



.home-banner, .main-banner{
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	width:975px;
	height:518px;
	background:#fff;
	position:relative;
	margin-bottom:70px;
}

.main-banner{
	height:320px;
	margin-bottom:50px;
}


.showreel, .showreelhm{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	width:975px;
	height:518px;
	overflow:hidden;
}
.main-banner .showreel{
	height:320px;
}


.logo{
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	width:307px;
	height:237px;
}


.nav ul{
	z-index:10;
	background:#000;
	background:rgba(0,0,0,0.7);
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	font-size:1.8em;
	list-style:none;
	margin:0px;
	padding:0px;
	position:absolute;
	top:30px;
	right:0px;
}
.no-rgba .nav{
	background:#000;
}

.nav ul li{
	float:left;
	position:relative;
}
.nav ul li+li{
	background:url(images/navsplit.png) left center no-repeat;
}


.nav ul li a{
	display:block;
	padding:0px 16px;
	line-height:51px;
	color:#fff;
	text-decoration:none;
}
.nav ul li a:hover, .nav ul li a.hover{
	color:#cecece;
}


.nav ul li ul{
	display:none;
	width:250px;
	font-size:0.9em;
	margin:0px;
	padding:0px;
	position:absolute;
	top:51px;
	left:0px;
	background:#000;
	list-style:none;
}

.nav ul li ul li{
	float:none;
}
.nav ul li ul li+li{
	border-top:1px solid #4a4a4a;
}

.nav ul li ul li a{
	color:#fff;
	line-height:40px;
	background:url(images/bull.png) 12px 16px no-repeat;
	padding-left:36px;
}
.nav ul li ul li a:hover{
	color:#0079c2;
}





.nav ul li.locations, .nav ul li .locationbutton{
float:right;
border-right:none;	
}
.nav ul li a.locationbutton{
font-size:0em;
overflow:hidden;
text-indent:-10000px;
text-align:left;
width:50px;
padding:0px;
background:url(images/sprite.png) 22px -767px no-repeat;
}
.nav ul li a.locationbutton:hover, .nav ul li a.locationbutton.hover{
background-color:transparent;
}
.nav ul li.locations ul{
width:250px;
right:0px;
left:auto;
}











.banner-overlays{
	position:absolute;
	top:355px;
	left:40px;
	z-index:9;
}

.b-overlay{
	float:left;
	width:258px;
	margin-right:60px;
}
.b-overlay h2{
	color:#fff;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	font-weight:normal;
	line-height:46px;
	font-size:1.8em;
	margin:0px;
	height:46px;
	overflow:hidden;
}

.b-overlay h2 span{
	background:#232323;
	padding:10px 20px;
	font-weight:normal;
}

.callback h2 span{
	background:#0079c2;
}



.b-content{
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	padding:20px 20px 5px 20px;
	background:#fff;
}
.banner-overlays .b-content{
	height:119px;
	padding:18px 20px 14px 20px;
}


/*.sidebar-element{
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	background:#fff;
	margin-bottom:30px;
}
.sidebar-element .container{
	padding:20px 20px 5px 20px;
}
.sidebox .sidebar-element h2, .sidebox .sidebar-element h3{
	font-family:'trump', Verdana, Geneva, sans-serif;
	font-size:1.8em;
	margin-bottom:10px;
	line-height:normal;
	color:#000;
}
*/

.sidebar-element > p > img{
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

.sidebar-element > div > iframe{
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

.callback .b-content{
	background:#232323;
	
}
.callback .b-content h3{
	color:#fff;
}

.b-content p{
	
	margin:0px 0px 10px 0px;
}

.b-content blockquote{
	padding:0px 0px 0px 40px;
	background:url(images/quote.png) 0px 4px no-repeat;
	margin:-4px 0px 0px 0px;
}


.b-content span[itemprop=itemreviewed]{
	display:none;
}

.b-content h3{
	margin:0px !important;
	padding:0px;
	font-family:'trump', Verdana, Geneva, sans-serif;
	text-align:center;
	font-weight:normal !important;
	font-size:1.6em !important;
	text-transform:uppercase;
	line-height:20px !important;
	/*background-image: url(images/sprite.png), url(images/sprite.png);
	background-position: left -528px, right -528px;
	background-repeat: no-repeat;*/
	margin-bottom:7px !important;
}
.b-content h3.reviewheader{
	margin-top:-3px;
}
.b-content h3.callusheader{
	margin:3px 0px 10px 0px;
}
.b-content h3.callusheader.extrapadding{
	margin:10px 0px 14px 0px !important;
}
.b-content h3 .starttick, .b-content h3 .endtick{
	padding:0px;
	width:14px;
	height:7px;
	display:inline-block;
	vertical-align:middle;
	background:url(images/sprite.png) 0px -544px no-repeat;
	margin:0px 7px 0px 0px;
}
.b-content h3 .endtick{
	padding:0px;
	background-position:right -544px;
	margin:0px 0px 0px 7px;
}
.callback .b-content h3 .endtick{
	background-position:right -640px;
}
.callback .b-content h3 .starttick{
	background-position:left -640px;
}




.b-content span[itemprop=average]{
	vertical-align:7px;
}
.b-content span[itemprop=best]{
	vertical-align:-7px;
}
.b-content span[itemprop=rating]{
	color:#0079c2;
	font-size:1.2em;
}

.b-content .phone{
	font-size:3em;
	background-position:0px -72px;
	margin-bottom:10px;
}
.b-content .phone.noemail{
	font-size:4em;
	background:none;
	margin-bottom:10px;
	padding:0px;
	text-align:center;
}





.large-review-stars{
	height:38px;
	width:215px;
	margin:0px auto 13px auto;
}
.large-review-stars span{
	display:block;
	float:left;
	margin:0px 2px;
	width:39px;
	height:38px;
	background:url(images/sprite.png) 0px 0px no-repeat;
}
.large-review-stars span.star_full{
	background-position:0px -200px;
}
.large-review-stars span.star_half{
	background-position:-39px -200px;
}
.large-review-stars span.star_empty{
	background-position:-78px -200px;
}





.arrowlink{
	display:block;
	font-family:'trump', Verdana, Geneva, sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:1.6em;
	text-transform:uppercase;
	color:#0079c2;
}
.arrowlink:hover{
	color:#000;
}
.arrowlink span{
	width:11px;
	height:7px;
	display:inline-block;
	vertical-align:middle;
	background:url(images/sprite.png) 0px -452px no-repeat;
	margin:0px 10px 0px 0px;
}
.arrowlink span.end{
	background-position:right -452px;
	margin:0px 0px 0px 10px;
}

.arrowinvert{
	color:#fff;
}
.arrowinvert:hover{
	color:#0079c2;
}
.arrowinvert span{
	background-position:left -470px;
}
.arrowinvert span.end{
	background-position:right -470px;
}



.whitebox blockquote{
	padding:0px 0px 30px 40px;
	background:url(images/quote.png) 0px 4px no-repeat;
	margin:-4px 0px 30px 0px;
	border-bottom:1px solid #e8e8e8;
}
blockquote p{
	margin-bottom:10px;
}
blockquote strong{
	color:#0079c2;
	display:block;
	background:url(images/quoteend.png) right 0px no-repeat;
	height:26px;
}
blockquote.last{
	border-bottom:none;
	padding-bottom:0px;
	
}


.callbackform{
	margin:-5px 0px 0px 0px;
	position:relative;
}
.callbackform p{
	margin-bottom:0px;
}
.callbackform .callinput{
	border:1px solid #7d7d7d;
	background:#4c4c4c;
	color:#fff;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	padding:3px 7px;
	font-size:1.3em;
	width:202px;
	outline:none;
}
.callbackform .callinput:focus{
	border:1px solid #b4b4b4;
	background:#606060;
}

.callbackform select.callinput{
	width:218px;
}
.callbackform .callsubmit{
	background:#0079c2;
	color:#fff;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	padding:4px 11px;
	text-decoration:none;
	font-size:1.4em;
	border:none;
	width:218px;
	text-align:left;
	cursor:pointer;
}
.callbackform .callsubmit:hover{
	background:#fff;
	color:#0079c2;
}

.callbackform :disabled{
	cursor:default;
}
.gotcha{display:none;}

.errorbox{
display:none;
background:#e31000;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:absolute;
color:#ffffff;
padding:20px;
font-weight:bold;
width:150px;
text-align:center;
top:20px;
left:14px;
}
.sendbox{background:#6fbd00;}





.mainbox{
	float:left;
	width:895px;
}

.controls{
	float:left;
	background:#dedede;
	width:22px;
	padding:10px 9px 7px 9px;
	margin:18px 0px 0px 0px;
	list-style:none;
}
.controls li{
	margin-bottom:5px;
}


.mainbox{
	float:left;
	width:576px;
	padding-bottom:25px;
}
.nocontrols{
	margin-left:40px;
}

.mainbox.switch{
	float:right;
	padding-right:40px;
}

.whitebox{
	width:496px;
	padding:35px 40px 20px 40px;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.fullwidth{
	padding:35px 40px 20px 40px;
	background:#fff;
	margin:0px 40px 60px 40px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}


.whitebox h1, .whitebox h2{
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	color:#000;
	font-size:2.6em;
	font-weight:normal;
	padding-bottom:7px;
	margin:-8px 0px 15px 0px;
	line-height:1.5em;
	/*text-transform:lowercase;*/
}

.whitebox h2{
	font-size:2.3em;
}

.whitebox h1 strong, .whitebox h2 strong, .whitebox h3 strong{
	font-weight:normal;
	padding-bottom:7px;
	border-bottom:1px solid #0079c2;
}


.whitebox h3, .fullwidth h3{
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	color:#000;
	font-size:2em;
	font-weight:normal;
	padding-bottom:7px;
	margin:-8px 0px 15px 0px;
	line-height:1.5em;
}

.whitebox ul{
	margin:0px 0px 25px 10px;
	padding:0px;
	list-style:none;
	line-height:1.6em;
}
.whitebox ul li{
	background:url(images/bull.png) 0px 7px no-repeat;
	padding-left:21px;
}





.sidebox{
	width:258px;
	float:right;
	padding-right:40px;
}

.sidebox.switch{
	float:left;
	padding-left:40px;
}


.sidebox h3{
	color:#fff;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	font-weight:normal;
	margin:0px;
	line-height:46px;
	font-size:1.8em;
}

.sidebox h3 span{
	background:#0079c2;
	padding:10px 20px;
	font-weight:normal;
}
.sidebox h3 span.black{
	background:#232323;
}

.sidebox .b-content{
	margin-bottom:30px;
}

.sidebox .i-content{
	margin-bottom:30px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.sidebox .i-content img{
	display:block;
}

.brochurelink{
	color:#969696;
	text-decoration:none;
	padding:2px 0px 0px 68px;
	background:url(images/sprite.png) 0px -660px no-repeat;
	display:block;
	font-size:1.3em;
	line-height:normal;
	height:61px;
}
.brochurelink strong{
	color:#000;
	display:block;
	margin-bottom:9px;
}
.brochurelink:hover strong{
	color:#0079c2;
}

.sidebox h4{
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	margin:0px 0px 10px 0px;
	color:#0079c2;
	font-size:1.4em;
	font-weight:normal;
}

.widget-content-fixed{
	float:left;
	width:136px;
}




/*reviews mashings*/
.reviewslider{
	width:496px;
	padding:30px 40px 20px 20px;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	position:relative;
}
.reviewslider .slideelem{
	width:496px;
}
.reviewslider .review-next, .reviewslider .review-prev{
	width:33px;
	height:63px;
	background:#0079c2 url(images/sprite.png) 9px -337px no-repeat;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	position:absolute;
	top:70px;
	cursor:pointer;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.reviewslider .review-prev{
	left:-17px;
}
.reviewslider .review-next{
	background-position:-39px -337px;
	right:-17px;
}
.reviewslider .review-next:hover, .reviewslider .review-prev:hover{
	background-color:#232323;
}

.reviewslider p, .review-side p{
	padding-left:23px;
	background:url(images/66.png) 0px 0px no-repeat;
	font-size:0.9em;
	font-style:italic;
	margin-bottom:15px;
}

.reviewpager{
	margin:10px 0px 0px 21px;
	background:url(images/dottedline.png) 0px 0px repeat-x;
	padding-top:15px;
	text-align:center;
}

.reviewpager a{
	display:inline-block;
	width:10px;
	height:10px;
	background:url(images/sprite.png) -140px -200px no-repeat;
	margin:0px 2px;
	overflow:hidden;
	text-indent:1000px;
}
.reviewpager a:hover, .reviewpager a.activeSlide{
	background-position:-150px -200px;
}

.reviewmeta{
	margin:0px 0px 5px 13px;
	height:25px;
	width:496px;
	overflow:hidden;
}
.reviewmeta li{
	float:left;
	font-family: 'trump', Arial, Geneva, sans-serif; letter-spacing:1px;
	font-size:1.3em;
	margin-right:10px;
}

.reviewmeta li strong{
	color:#0079c2;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:normal;
}

.small-review-stars{
	height:20px;
	width:110 px;
	margin:0px auto 13px auto;
}
.small-review-stars span{
	display:block;
	float:left;
	margin:0px 2px;
	width:20px;
	height:20px;
	background:url(images/sprite.png) 0px 0px no-repeat;
}
.small-review-stars span.star_full{
	background-position:0px -267px;
}
.small-review-stars span.star_half{
	background-position:-20px -267px;
}
.small-review-stars span.star_empty{
	background-position:-40px -267px;
}
.review-rating{
	line-height:20px;
	padding-left:10px;
	font-family: 'trump', Arial, Geneva, sans-serif; letter-spacing:1px;
}
.review-rating span[itemprop=rating], .review-rating .rating{
	vertical-align:3px;
}
.review-rating span.review-total{
	vertical-align:-3px;
}
.reviewslider .itemreviewed{
	display:none;
}
.review-rating.largetext{
	padding-top:4px;
	font-size:1.7em;
}



.medium-review-stars{
	height:29px;
	width:165px;
	margin:0px auto 17px auto;
}
.medium-review-stars span{
	display:block;
	float:left;
	margin:0px 2px;
	width:29px;
	height:29px;
	background:url(images/sprite.png) 0px 0px no-repeat;
}
.medium-review-stars span.star_full{
	background-position:0px -238px;
}
.medium-review-stars span.star_half{
	background-position:-29px -238px;
}
.medium-review-stars span.star_empty{
	background-position:-58px -238px;
}

.reviewsidefoot{
	margin:13px 0px 10px 0px;
	background:url(images/dottedline.png) 0px 0px repeat-x;
	padding-top:15px;
	text-align:center;
}









.footer{
	border-top:1px solid #afafaf;
	padding:25px 0px 35px 0px;
	color:#666666;
}
.footer h4{
	margin:0px 0px 10px 0px;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	color:#000;
	font-weight:normal;
	font-size:1.5em;
}
.footer p{
	font-size:0.85em;
}
.footer a{
	color:#666666;
	text-decoration:none;
}
.footer a:hover{
	color:#0079c2;
}
.phone-foot{
	width:315px;
	float:left;
	margin-right:70px;
}
.phone-foot .address{
	padding:10px 0px 0px 57px;
	font-size:0.85em;
	line-height:1.5em;
}
.phone-foot .address div{
	display:inline;
}
.phone{
	color:#0079c2;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	font-size:3.6em;
	background:url(images/sprite.png) 0px -67px no-repeat;
	padding-left:55px;
}




.bullet-foot{
	width:185px;
	float:left;
	padding:5px 0px 0px 0px;
}

.right-foot{
	width:298px;
	float:right;
	padding:5px 0px 0px 0px;
}









#contactform{
	padding-bottom:15px;
}
#contactform p{
	margin-bottom:0px;
}
.quotetable{
	margin-bottom:30px;
	width:100%;
}
.quotetable td{
	padding-bottom:5px;
	position:relative;
}
.input1, .textarea1{
	background:#f2f2f2;
	border:1px solid #d1d1d1;
	border-radius:5px;
	outline:none;
	padding:7px;
	width:95%;
	margin-bottom:10px;
}
.input1:focus, .textarea1:focus{
	border:1px solid #0079c2;
}


textarea.textarea1{
	font-family:Arial, Helvetica, sans-serif;
	height:100px;
}
.submit{
	background:#0079c2;
	border:0px;
	color:#fff;
	width:98%;
	padding:10px 15px;
	font-weight:bold;
	border-radius:5px;
	text-align:left;
	font-size:1.2em;
	font-family:Verdana, Geneva, sans-serif;
	cursor:pointer;
}
.submit:hover{
	background:#232323;
}

.formhelp{
	background:#232323 url(images/helpicon.png) 15px 15px no-repeat;
	border-radius:5px;
	padding:13px 15px 15px 40px;
	color:#fff;
	position:absolute;
	top:1px;
	left:360px;
	width:150px;
	display:none;
}
#helper2{
	width:255px;
}



.bluetable{
	border:0px;
}
.bluetable th{
	background:#0079c2;
	color:#fff;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	font-weight:normal;
	text-align:left;
	font-size:1.3em;
}
.bluetable th, .bluetable td{
	padding:8px 10px;
	border-bottom:1px solid #fff;
}

.bluetable tr td{
	background:#c7d9f0;
}
.bluetable tr.odd td{
	background:#e1ebf7;
}




.error{
background:#d60000;
color:#ffffff;
font-size:1.1em;
font-weight:bold;
padding:10px;
margin-bottom:16px;
}

.green{
background:#7ed401;
}




.onecol{
	width:46%;
	margin-right:5%;
	float:left;
}


.googlemaplink{
	color:#0079c2;
	float:right;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	margin-top:12px;
	font-size:1.2em;
	padding-left:23px;
	background:url(images/fullscreen.png) 0px 3px no-repeat;
}


.bluelink{
	background:#0079c2;
	color:#fff;
	font-family:'trump', Verdana, Geneva, sans-serif; letter-spacing:1px;
	padding:4px 8px;
	text-decoration:none;
	font-size:1.2em;  
}
.bluelink:hover{
	background:#232323;
}

.pad30{
	padding-bottom:30px;
}
.pad20{
	padding-bottom:20px;
}
.pad10{
	padding-bottom:10px;
}
.nomar{
	margin-right:0px;
}
.imgleft{
	float:left;
	margin:3px 15px 0px 0px;
}
.imgright{
	float:right;
	margin:0px 0px 0px 15px;
}
.lclear{
	clear:left;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}




.fleft{
	float:left;
}
.fright{
	float:right;
}

.phone-foot .address div.socialicons{
	display:block;
	padding-top:8px;
}
.socialicons a{
	margin:0px 1px;
	opacity:1;
}
.socialicons a:hover{
	opacity:0.8;
}





/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:60px; overflow:visible; background:#fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px;}
        #cboxLoadedContent{background:#fff; padding:0px; border:10px solid #0079c2;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:25px; height:25px; position:absolute; top:-28px; background:url(images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

.cboxPhoto{
	padding:12px;
	border:1px solid #b87b2b;
}






