
@import url('reset.css');

/*************FONTS*************/
@font-face {
    font-family: 'LatoBold';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-bold-webfont.woff') format('woff'),
         url('lato-bold-webfont.ttf') format('truetype'),
         url('lato-bold-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBlackRegular';
    src: url('lato-black-webfont.eot');
    src: url('lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-black-webfont.woff') format('woff'),
         url('lato-black-webfont.ttf') format('truetype'),
         url('lato-black-webfont.svg#LatoBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBlackItalic';
    src: url('lato-blackitalic-webfont.eot');
    src: url('lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-blackitalic-webfont.woff') format('woff'),
         url('lato-blackitalic-webfont.ttf') format('truetype'),
         url('lato-blackitalic-webfont.svg#LatoBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoHairlineItalic';
    src: url('lato-hairlineitalic-webfont.eot');
    src: url('lato-hairlineitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-hairlineitalic-webfont.woff') format('woff'),
         url('lato-hairlineitalic-webfont.ttf') format('truetype'),
         url('lato-hairlineitalic-webfont.svg#LatoHairlineItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBoldItalic';
    src: url('lato-bolditalic-webfont.eot');
    src: url('lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-bolditalic-webfont.woff') format('woff'),
         url('lato-bolditalic-webfont.ttf') format('truetype'),
         url('lato-bolditalic-webfont.svg#LatoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoHairlineRegular';
    src: url('lato-hairline-webfont.eot');
    src: url('lato-hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-hairline-webfont.woff') format('woff'),
         url('lato-hairline-webfont.ttf') format('truetype'),
         url('lato-hairline-webfont.svg#LatoHairlineRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLightItalic';
    src: url('lato-lightitalic-webfont.eot');
    src: url('lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-lightitalic-webfont.woff') format('woff'),
         url('lato-lightitalic-webfont.ttf') format('truetype'),
         url('lato-lightitalic-webfont.svg#LatoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoItalic';
    src: url('lato-italic-webfont.eot');
    src: url('lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-italic-webfont.woff') format('woff'),
         url('lato-italic-webfont.ttf') format('truetype'),
         url('lato-italic-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLightRegular';
    src: url('lato-light-webfont.eot');
    src: url('lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-light-webfont.woff') format('woff'),
         url('lato-light-webfont.ttf') format('truetype'),
         url('lato-light-webfont.svg#LatoLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WebfontRegular';
    src: url('lato-regular-webfont-webfont.eot');
    src: url('lato-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont-webfont.woff') format('woff'),
         url('lato-regular-webfont-webfont.ttf') format('truetype'),
         url('lato-regular-webfont-webfont.svg#WebfontRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**************STYLES*****************/
* {
	margin: 0;
}

html, body {
	height: 100%;
    font-family: 'LatoRegular';
}

body {
    background-color: #EEEEEE;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -210px; /* the bottom margin is the negative value of the footer's height */
}

#footer-outter, .push {
	padding: 30px 0;
	height: 150px; /* .push must be the same height as .footer */
}

h1, h2 {
	font-size: 24px;
    color: #0081C6;
    margin-bottom: 18px;
    font-family: 'LatoBold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.left h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #0081C6;
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 16px;
	color: #0081C6;
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
}

a {
	color: #F26531;
    text-decoration: none;
}

a:hover {
	color: #0081C6;
}

#header-top > div, #header-outter > div, #menu, #slider-outter > div, #banner-outter > div, #main-outter > div, #footer-outter > div {
	width: 940px;
    margin: 0 auto;
    position: relative;
}

#header-top > div:after, #header-outter > div:after, #menu:after, #slider-outter > div:after, #banner-outter > div:after, #main-outter > div:after, #footer-outter > div:after {
	
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

/***************SMALL HEADER***************/
#header-top {
	width: 100%;
	background-color: #000000;
    padding: 10px 0;
}

#header-top p {
	margin-bottom: 0;
}

/***EMERGENCY***/
#header-top > div > div {
	float: left;
    width: 230px;
    color: #CCCCCC;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}

/***CLIENT LOGIN***/
#header-top > div > div + div {
	float: right;
    width: 250px;
}

#header-top > div > div + div > div {
	float: left;
    width: 100%;
}

#header-top > div > div + div > div > ul {
	float: left;
    width: 100%;
}

#header-top > div > div + div > div > ul > li {
	float: right;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #CCCCCC;
    line-height: 16px;
}

#header-top > div > div + div > div > ul > li:first-child {
	padding-right: 0;
    margin-right: 0;
    border-right: none;
}

#header-top > div > div + div > div > ul > li > a {
	float: left;
    display: block;
}

/*****************MAIN HEADER********************/
#header-outter {
	padding: 20px 0 25px;
	background: url(../images/header-bg.png) repeat 0 0 transparent;
}
/*
#header-outter > div > div {
	float: left;
    width: 300px;
    position: relative;
    top: 34px;
}

#header-outter > div > div + div {
	width: 290px;
    margin-right: 25px;
    margin-left: 25px;
    top: 0;
}
*/

#header-outter > div > div + div {
float:right;
text-align:right;
}

#sys_logo {
margin-bottom:10px;
	float: left;
}

#header-outter > div > div + div + div {
	width: 300px;
    margin-left: 0;
    margin-right: 0;
    top: 34px;
}

#header-outter .content_block > h2 {
	text-transform: uppercase;
    color: #0081C6;
    font-size: 20px;
    margin-bottom: 5px;
}

#header-outter .content_block > h3 {
	color: #000000;
    font-size: 30px;
}

/**************MENU**************/
#menu {
	z-index: 200;
}

#menu > div {
	position: absolute;
	width: 940px;
	background: #0081c6; /* Old browsers */
	background: -moz-linear-gradient(top, #0081c6 0%, #006699 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081c6), color-stop(100%,#006699)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0081c6 0%,#006699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0081c6 0%,#006699 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0081c6 0%,#006699 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0081c6 0%,#006699 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c6', endColorstr='#006699',GradientType=0 ); /* IE6-9 */	filter: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);	top: -22px;
}

#menu > div > ul {
	width: 940px;
	text-align: center;
}

#menu > div > ul:after {
	
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

#menu > div > ul > li {
	display: inline;
	padding-bottom: 11px;
	border-right: 1px solid #0081C6;
	padding-top: 14px;
}

#menu > div > ul > li:first-child {
	border-left: 1px solid #006699;
}

#menu > div > ul > li:first-child > a {
	border-left: 1px solid #0081C6;
}

#menu > div > ul > li > a {
	display: inline-block;
	padding: 10px 40px;
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #006699;	border-right: 1px solid #006699;
}

#menu > div > ul > li > a:hover {
	background: #0081C6;
}

#menu > div > ul > li > a:active, #menu > div > ul > li.current_page > a {
	background: #cc3300; /* Old browsers */
	background: -moz-linear-gradient(top, #cc3300 0%, #f26531 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#f26531)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc3300 0%,#f26531 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc3300 0%,#f26531 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#f26531',GradientType=0 ); /* IE6-9 */	text-shadow: -1px -1px 0px #cc3300;}
	

/************SLIDER/BANNER***************/
#slider-outter, #banner-outter {
	background: url(../images/slider-shadow.png) repeat-x 0 0 #999999}

.slider-container {
	float: left;
	width: 660px;
    position: relative;
}

.banner-inner, .mainBanner, #banner_container {
	float: left;
	width: 100%;
	position: relative;
}

.slider-top, .banner-top {
	display: block;
    width: 660px;
    height: 30px;
    background: url(../images/slider-shadow.png) repeat-x 0 0 transparent;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
}

.slider-left, .banner-left {
	display: block;
    width: 66px;
    height: 300px;
    background: url(../images/slider-left-fade.png) repeat-y 0 0 transparent;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

.slider-right, .banner-right {
	display: block;
    width: 66px;
    height: 300px;
    background: url(../images/slider-right-fade.png) repeat-y 0 0 transparent;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.banner-top {
	left: 320px;
	width: 620px;
}

.banner-left {
	height: 200px;
	left: 320px;
}

.banner-right {
	height: 200px;
}

#banner_container > img {
	float: right;
}

.slideshow {
	height: 300px !important;
}

.slider_text, .banner_text {
	position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgb(0,0,0); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;    padding: 10px 20px 10px 10px;
    width: 460px;
    color: #FFFFFF;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    z-index: 102;
}

.banner_text {
	width: 335px;
	left: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.multiSlider_title, .banner_title {
	display: block;
	color: #0081C6;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    float: left;
}

.banner_title {
	line-height: 20px;
}

.multiSlider_desc, .banner_desc {
	width: 100%;
    float: left;
    clear: both;
}

.banner_desc {
	font-size: 16px;
	line-height: 20px;
}

.multiSlider_desc:before {
	content: "\201C";
}

.multiSlider_desc:after {
	content: "\201D";
}

.multiSlider_link {
	position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 100%;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    background: #f26531; /* Old browsers */
	background-image: url(../images/more-info.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	background: url(../images/more-info.png) no-repeat 0 9px, -moz-linear-gradient(top, #f26531 0%, #cc3300 100%); /* FF3.6+ */
	background: url(../images/more-info.png) no-repeat 0 9px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26531), color-stop(100%,#cc3300)); /* Chrome,Safari4+ */
	background: url(../images/more-info.png) no-repeat 0 9px, -webkit-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/more-info.png) no-repeat 0 9px, -o-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Opera 11.10+ */
	background: url(../images/more-info.png) no-repeat 0 9px, -ms-linear-gradient(top, #f26531 0%,#cc3300 100%); /* IE10+ */
	background: url(../images/more-info.png) no-repeat 0 9px, linear-gradient(to bottom, #f26531 0%,#cc3300 100%); /* W3C */    filter: none;
    text-indent: -999em;
    overflow: hidden;
}

#slider_menu {
	position: absolute;
	top: -16px;
	left: 0;
	width: 940px;
}

#slider_menu > a {
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -999em;
	overflow: hidden;
	float: left;
	position: relative;
	left: 5px;
	background: url(../images/slider-nav-arrows.png) no-repeat 0 -100px transparent;
	cursor: pointer;
	z-index: 201;
}

#slider_menu > #next-btn {
	left: auto;
	right: 5px;
	background-position: -34px -100px;
}

#slider_menu > a:hover {
	background-position: 0 -50px;
}

#slider_menu > #next-btn:hover {
	background-position: -34px -50px;
}

#slider_menu > a:active {
	background-position: 0 0;
}

#slider_menu > #next-btn:active {
	background-position: -34px 0;
}

/*******YOUTUBE*********/
#videoHolder1 {
	position: absolute;
    right: 0;
    top: 50px;
    z-index: 102;
    width: 320px;
}

/******************MAIN*****************/
#main-outter {
	padding: 30px 0;
}

#main-outter > div > .left {
	float: left;
    width: 600px;
}

#main-outter > div > .right {
	float: right;
    width: 320px;
}

.left hr {
	background-color: transparent;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}

.left ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 15px;
	color: #0081C6;
	line-height: 20px;
}

.left ul li {
	margin-bottom: 8px;
}

.allNews {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;
}

.left .button {
	display: block;
	width: 160px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #f26531; /* Old browsers */
	background: -moz-linear-gradient(top, #f26531 0%, #cc3300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26531), color-stop(100%,#cc3300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f26531 0%,#cc3300 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f26531 0%,#cc3300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26531', endColorstr='#cc3300',GradientType=0 ); /* IE6-9 */	filter: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);}

.left .button:hover {
	background: #F26531;
}

.left .button:active {
	background: #cc3300; /* Old browsers */
	background: -moz-linear-gradient(top, #cc3300 0%, #f26531 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#f26531)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc3300 0%,#f26531 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc3300 0%,#f26531 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#f26531',GradientType=0 ); /* IE6-9 */	filter: none;
}

#map {
	height: 405px;
	width: 598px;
	border: 1px solid #B3B3B3;
}

.right > div {
	float: left;
	width: 278px;
	background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #B3B3B3;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;    margin-bottom:30px;
}

.right > div h3 {
	color: #FFFFFF;
    font-size: 24px;
    padding: 8px 12px;
    background: #0081c6; /* Old browsers */
	background: -moz-linear-gradient(top, #0081c6 0%, #006699 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081c6), color-stop(100%,#006699)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0081c6 0%,#006699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0081c6 0%,#006699 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0081c6 0%,#006699 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0081c6 0%,#006699 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c6', endColorstr='#006699',GradientType=0 ); /* IE6-9 */    margin-bottom: 10px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;    filter: none;	
}

.right > div:first-child {
	margin-bottom:0px;
	position: relative;
	top: -30px;
	border-top: none;
	-moz-border-top-left-radius: 0;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.right .questions p {
	margin-bottom: 0;
}

.right .questions hr {
	border: none;
	display: block;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #B3B3B3;
}

/********CONTACT FORM********/
#formBuilder {
	float: left;
	width: 100%;
}

#formBuilder > form {
	float: left;
	width: 100%;
}

#formBuilder > form > div {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#formBuilder > form > div > label {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	color: #808080;
}

#formBuilder > form > div > input, #formBuilder > form > div > textarea, #formBuilder > form > div > select, input[name="blog_search_input"], input[name="blog_search"] {
	float: left;
	clear: both;
	display: block;
	width: 266px;
	color: #333333;
	font-size: 18px;
	font-family: 'LatoItalic', Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #B3B3B3;
	-webkit-box-shadow: 0 2px 0px rgba(179,179,179,0.7);
	-moz-box-shadow: 0 2px 0px rgba(179,179,179,0.7);
	box-shadow: 0 2px 0px rgba(179,179,179,0.7);	resize: vertical;
	padding: 3px 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6e6e6e 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}

#formBuilder > form > div > select {
	width: 278px;
}

#formBuilder > form > div > input[type="submit"], input[name="blog_search"] {
	background: #f26531; /* Old browsers */
	background: -moz-linear-gradient(top, #f26531 0%, #cc3300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26531), color-stop(100%,#cc3300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f26531 0%,#cc3300 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f26531 0%,#cc3300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26531', endColorstr='#cc3300',GradientType=0 ); /* IE6-9 */	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	-webkit-box-shadow: 0 2px 0px rgba(179,179,179,0.7);
	-moz-box-shadow: 0 2px 0px rgba(179,179,179,0.7);
	box-shadow: 0 2px 0px rgba(179,179,179,0.7);	color: #FFFFFF;
	width: 278px;
	margin-top: 5px;
	cursor: pointer;
	filter: none;
}

input[name="blog_search"]{
	font-style: normal !important;
    text-transform:uppercase;
}

#formBuilder > form > div > input[type="submit"]:hover {
	background: #F26531;
}

#formBuilder > form > div > input[type="submit"]:active {
	background: #cc3300; /* Old browsers */
	background: -moz-linear-gradient(top, #cc3300 0%, #f26531 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#f26531)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc3300 0%,#f26531 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc3300 0%,#f26531 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#f26531',GradientType=0 ); /* IE6-9 */}

/************BLOG***********/
.blogPop {
	float: left;
	width: 100%;
}

.post_container {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #B3B3B3;
}

.post_container + .post_container {
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;
}

.post_container > h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.post_container > p {
	margin-bottom: 0;
}

.blog_post_date {
	float: left;
	display: block;
	width: 60px;
	margin-right: 10px;
	border: 1px solid #B3B3B3;
	color: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */	filter: none;
	margin-bottom: 10px;
}

.blog_post_date > span {
	display: block;
	font-family: 'LatoBold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

.blog_post_date > .date_M {
	color: #FFFFFF;
	background: #0081c6; /* Old browsers */
	background: -moz-linear-gradient(top, #0081c6 0%, #006699 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081c6), color-stop(100%,#006699)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0081c6 0%,#006699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0081c6 0%,#006699 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0081c6 0%,#006699 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0081c6 0%,#006699 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c6', endColorstr='#006699',GradientType=0 ); /* IE6-9 */	filter: none;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;}

.blog_post_date > .date_d {
	font-size: 36px;
	line-height: 30px;
	margin-top: 10px;
}

.blog_post_date > .date_Y {
	color: #0081C6;
}

#blog_pagenavigation {
	float: left;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	padding-top: 20px;
}

#blog_pagenavigation > a {
	display: block;
	width: 60px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #f26531; /* Old browsers */
	background: -moz-linear-gradient(top, #f26531 0%, #cc3300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26531), color-stop(100%,#cc3300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f26531 0%,#cc3300 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f26531 0%,#cc3300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26531', endColorstr='#cc3300',GradientType=0 ); /* IE6-9 */	filter: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);}

#blog_pagenavigation > a:hover {
	background: #F26531;
}

#blog_pagenavigation > a:active {
	background: #cc3300; /* Old browsers */
	background: -moz-linear-gradient(top, #cc3300 0%, #f26531 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#f26531)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc3300 0%,#f26531 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc3300 0%,#f26531 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#f26531',GradientType=0 ); /* IE6-9 */	filter: none;
}

#blog_pagenavigation > .blog_prev {
	float: left;
}

#blog_pagenavigation > .blog_next {
	float: right;
}

/*******SERVICES NAVIGATION*******/
.serviceNav ul {
	list-style-position: outside;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;    overflow: hidden;
}

.serviceNav ul li {
	background: #f26531; /* Old browsers */
	background: -moz-linear-gradient(top, #f26531 0%, #cc3300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26531), color-stop(100%,#cc3300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f26531 0%,#cc3300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f26531 0%,#cc3300 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f26531 0%,#cc3300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26531', endColorstr='#cc3300',GradientType=0 ); /* IE6-9 */}

.serviceNav ul li:hover {
	background: #F26531;
}

.serviceNav ul li a {
	display: block;
    background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top, #e6e6e6 0%, #b3b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e6e6 0%,#b3b3b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%,#b3b3b3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6e6e6 0%,#b3b3b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */    width: 248px;
    padding: 8px 10px;
    color: #333333;
}

.serviceNav ul li:hover a {
	background: #CCCCCC;
}

.serviceNav ul li:active {
	background: #cc3300; /* Old browsers */
	background: -moz-linear-gradient(top, #cc3300 0%, #f26531 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#f26531)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc3300 0%,#f26531 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc3300 0%,#f26531 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc3300 0%,#f26531 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#f26531',GradientType=0 ); /* IE6-9 */}

.serviceNav ul li:active a {
	background: #b3b3b3; /* Old browsers */
	background: -moz-linear-gradient(top, #b3b3b3 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b3b3b3 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b3b3b3 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b3b3b3 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b3b3b3 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */	
}

.serviceNav ul > li.active {
	background: rgb(0,102,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,102,153,1) 0%, rgba(0,129,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,153,1)), color-stop(100%,rgba(0,129,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,102,153,1) 0%,rgba(0,129,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,102,153,1) 0%,rgba(0,129,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,102,153,1) 0%,rgba(0,129,198,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,102,153,1) 0%,rgba(0,129,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#0081c6',GradientType=0 ); /* IE6-9 */}

.serviceNav ul > li.active > a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6e6e6e 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	color: #0081C6;
}

/***********FOOTER************/
#footer-outter {
	background-color: #333333;
	color: #FFFFFF;		
}

#footer-outter .foot-left {
	width: 485px;
	float: left;
}

#footer-outter .foot-left > div {
	width: 145px;
	float: left;
}

#footer-outter .foot-left > div > .content_block p {
	font-size: 14px;
	color: #CCCCCC;
	line-height: 20px;
}

#footer-outter .foot-left > div > .content_block ul {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
}

#footer-outter .foot-left > div > .content_block ul > li > a {
	text-transform: none;
}

#footer-outter .foot-left > div + div {
	width: 325px;
	float: right;
}

#footer-outter .foot-right {
	width: 420px;
	float: right;
}

#footer-outter .foot-right > div {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
}

#footer-outter .foot-right > div + div + div {
	margin: 0;
}

#footer-outter .foot-right > div > .content_block {
	width: 100%;
	float: left;
	text-align: right;
}

#footer-outter .foot-right > div > .content_block > ul {
	float: left;
	width: 100%;
}

#footer-outter .foot-right > div > .content_block > ul > li {
	float: right;
	text-transform: uppercase;
}

#footer-outter .foot-right > div > .content_block > ul > li > a {
	display: block;
	margin-left: 10px;
	color: #0081C6;
}

#footer-outter .foot-right > div > .content_block > ul > li > a:hover {
	color: #F26531;
}

#footer-outter .foot-right > div > .content_block > ul > li.current_page > a {
	color: #F26531;
	border-bottom: 2px solid #F26531;
}

#footer-outter .foot-right > div + div .content_block {
	text-align: left;
	font-size: 12px;
}

#footer-outter .foot-right > div + div .content_block > p {
	line-height: 18px;
}

.categories li, .archives li{
    border-top: 1px solid #B3B3B3;
    padding: 5px 0;
}

.categories li:first-child, .archives li:first-child{
border-top: none;
}

.categories li a, .archives li a{

}

/* CUSTOM - Nov 21 2012 */

.column{
	float: left;
    width: 25%;
}

h2.locations{
	margin-top: 20px;
}