html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;list-style:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-smoothing:antialiased}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.group:before,.group:after{content:"";display:table}.group:after{clear:both}.group{zoom:1}

body {
    font-size:16px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    background:url(../images/body_bg.png) repeat top center #1f283b;
}

#page-wrap {
    margin:40px auto 60px auto;
    width:960px;
    background-color:#fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.7);
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

#header {
    width:100%;
    font-size:0.9375em;  /*15px / 16px*/
}

#top-bar {
	height: 30px;
	background-color: #1b253c;
	color: #748490;
	font-size: 12px;
	padding: 9px 22px 0 22px;
	font-weight: 600;
}

#masthead {
	background-color: #fff;
	margin-bottom: 16px;
}

#logo {
    width:16.354167%; /*157px / 960px*/
    float: left;
    margin:30px 0 0 26px;
    -webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	transition: all ease 300ms;
}

#logo:hover {
	opacity: 0.8;
	cursor: pointer;
}

#connecting {
	width: 47.91667%; /*460px / 960px*/
	float: right;
	text-align: right;
	margin-right: 46px;
	margin-top: 16px;
}

#connecting .call {
	font-size: 31px;
	color:#73809b;
	margin-top: 10px;
}

#navigation #nav {
	height: 31px;
	line-height: 33px;
	margin-top: 8px;
    background: #decd6a; /* Old browsers */
	background: -moz-linear-gradient(top, #f0e8bc 0%, #dfce6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e8bc), color-stop(100%,#dfce6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0e8bc 0%,#dfce6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0e8bc 0%,#dfce6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0e8bc 0%,#dfce6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f0e8bc 0%,#dfce6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e8bc', endColorstr='#dfce6b',GradientType=0 ); /* IE6-9 */
	padding: 0 12px;
}
#navigation {
text-align: center;
}
#header #nav li {
    background: url(../images/nav_pipe.jpg) no-repeat top right;
	padding-right: 10px;
	padding-left: 4px;
}
#header #nav li:nth-of-type(10) {
    background: none;
    padding-right: 0;
}

#header #nav li a {
color: #2F3D52;
text-decoration: none;
font-size: 15px;
font-weight: 500;
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
transition: all ease 300ms;
border-bottom: transparent dotted 1px;
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

#header #nav li a:hover {
    color:#64c1fe;
    text-decoration:none;
}

#header #nav li.active a {
    color:#1357a7;
    text-decoration:none;
    border-bottom: transparent dotted 1px;
}

address {
    float: left;
	text-align: left;
}

#servicing {
	float:right;
	text-align: right;
}

#servicing span {
    color:#decd6a;
    font-weight:500;
}

#message {
    background-color:#fbfdfe;
    height:632px;
    line-height:88px;
    font-size:1.625em; /*16px / 26px*/
    color:#3e4546;
}

#message h1 {
	text-align: center;
	font-weight: 600;
	font-size: 31px;
}

#hero-home {
    width:100%;
    height:632px;
    position: relative;
}

#hero-home h1 {
	width:72.1875%; /* 693px / 960px*/
    margin: 0 auto;
    font-size:1.9375em; /* 31px / 16px*/
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 2px 1px #8f8f8f;
       filter: dropshadow(color=#8f8f8f, offx=1, offy=2);
}

.tagline {
	margin: -74px 0 0 134px;
	position: absolute;
	z-index: 99;
}

#hero-home h2 {
    width:72.1875%; /* 693px / 960px*/
    height:106px;
    text-align: center;
    font-size:1.4375em; /* 23px / 16px*/
    line-height:33px;
    color:#112440;
    font-weight:400;
    margin:0 auto;
    padding-top: 16px;
    background: #e6da85; /* Old browsers */
	background: -moz-linear-gradient(top, #e6da85 0%, #d6c050 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6da85), color-stop(100%,#d6c050)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6da85 0%,#d6c050 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6da85 0%,#d6c050 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6da85 0%,#d6c050 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6da85 0%,#d6c050 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6da85', endColorstr='#d6c050',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:  0px 3px 6px 0px rgba(133, 0, 0, .2);
    box-shadow:  0px 3px 6px 0px rgba(133, 0, 0, .2);
}

.col-container {
	padding: 83px 46px 65px 46px;
	border-bottom:1px solid #d9d9d9;
}

.sub-col-container {
	padding: 55px 134px 65px 134px;
}

.sub-col-container h1 {
	font-size: 38px;
	color: #73809b;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.sub-col-container h2 {
	font-size: 19px;
	color: #112440;
	margin-bottom: 14px;
}

.sub-col-container h3 {
	font-size: 16px;
	color: #73809b;
	margin: 30px 0;
}

.sub-col-container p {
	font-family:helvetica, serif;
	color:#112440;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 34px;
}

.sub-col-container a {
	color:#112440;
	text-decoration: underline;
}

.sub-col-container a:hover {
	color:#64c1fe;
	text-decoration: underline;
}

.gallery-photos {
    width:160px;
    height:100px;
    margin-right:9px;
    margin-bottom:9px;
}

.gallery-photos:nth-of-type(4n) {
    margin-right:0;
}

.col-container img, .sub-col-rgt img, .gallery-photos {
	border:2px solid #fff;
    -webkit-box-shadow:  0px 2px 4px 2px rgba(133, 127, 129, .4);
    box-shadow:  0px 2px 4px 2px rgba(133, 127, 129, .4);
}

.sub-col-container ul li { 
    display:block;
    margin-bottom:10px;
}

.sub-col-container ul li a { 
	color: #112440;
	text-decoration: underline;
    line-height:22px;
}

.sub-col-container ul li a:hover { 
	color:#64c1fe;
	text-decoration: underline;
}

.col {
	width: 195px;
	margin-right:29px;
	float: left;
	text-align: center;
}

.col:nth-of-type(4) {
	margin-right:0;
}

.col h1 {
	font-size: 18px;
	color: #73809b;
	margin: 24px 0 18px 0;
	text-transform: uppercase;
}

.col p {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #112440;
	line-height: 18px;
}

.sub-col-lft {
	float: left;
	width: 452px;
}

.sub-col-rgt {
	float: right;
	width: 195px;
}

.sub-col-rgt img {
	margin-bottom: 24px;
}

.more {
	font-family: helvetica, sans-serif;
	font-size: 13px;
	color: #73809b;
	margin-bottom: 10px;
}

.more a {
	color: #112440;
	text-decoration: underline;
}

.more a:hover {
	color:#64c1fe;
	text-decoration: underline;
}

ul li { display:inline-block;}

#lists li:last-child { margin-bottom: 34px;}

.hr {
	border: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    margin-top:-2px;
}

.clearfix {clear:both;}

.testimonial {
	background: url(../images/testimonial-bkgd.jpg) repeat-x top center;
    text-align:center;
    padding:43px 84px;
    background-color:#e6e9eb;
}

.testimonial p {
    font-family: helvetica, sans-serif;
    color:#112440;
    font-size:1.1875em; /* 19px / 16px*/
    line-height:22px;
}

.testimonial .byline {
    font-family: helvetica, sans-serif;
    color:#64c1fe;
    font-size:1.0625em; /* 17px / 16px*/
    padding:20px 0;
}

.testimonial .title {
    color:#112440;
    font-size:0.9375em; /* 15px / 16px*/
}

p.testimonial-sml {
	font-family: helvetica, sans-serif;
	font-size: 13px;
	color: #1c3b68;
	
	font-style: italic;
	margin-bottom: 10px;
}

p.byline-sml {
	font-family: helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #73809b;
	font-style: italic;

}

/*-- FOOTER -------------------*/
#footer {
    background: url(../images/footer-bkgd.jpg) no-repeat top center;
    height:162px;
    color:#73809b;
    padding-top:58px;
    font-size:0.875em; /* 14px / 16px*/
    font-size: 13px;
    border-top:1px solid #858b97;
}

#footer #left-column {
    float: left;
    width: 47.91666%;  /* 460px / 960px*/
    margin-left:46px;
    text-align:left;
}

#footer #right-column {
    float:right;
    width:40.625;   /* 390px / 960px*/
    margin-right:46px;
    text-align:right;
}

#footer address {
    margin-top:10px;
    width:100%;
}

#footer .call {
     font-size:1.6428571em; /* 23px / 14px*/
     margin-top: 16px;
     color:#dfdfdf;
}

#footer #servicing {
    margin-top: 10px;
}

#social-lrg {
	height: 26px;
}

#social-lrg img {
	padding-right: 10px;
}

#social-lrg img:last-child {
	margin-right: 0;
}

#social-sml {
	height: 20px;
}

#social-sml img {
	padding-right: 8px;
}

#social-sml img:last-child {
	margin-right: 0;
}

strong {
	font-weight: bold;
}

.two-col {
    float:left;
    margin-right:40px;
    width:200px;
}

.two-col:last-child {
    margin-right:0;
}