/*======================================================
  Screen Style Sheet
  ClientNameHere
  ------------------------------------------------------
  Author(s): An Lieu
  Created: DateHere
  ======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css");


/* ***************************************** Buckets - Home */

#buckets {
	margin: 1em 0 1em -20px;
}
	
	#buckets .span4 {width: 255px;}

/* ***************************************** Banner - Home */

#banner {}


/* ***************************************** Breadcrumbs & SM Toolbar */
#bread-social {
	overflow: hidden;
	margin: auto;
	background-color: white;
	background-image: url("../images/breadcrumb-bg.png");
	background-repeat: repeat-x;
	height: 23px;
	margin-top: -8px;
	position: relative;
	width: 1020px;
	padding:12px 10px;
	border-bottom-right-radius: 4px;-moz-border-bottom-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;-moz-border-bottom-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;
}




/* Breadcrumbs */
ul.B_crumbBox {
	list-style: none;
	margin: 0;margin-top: 5px;
	float: left;
}
ul.B_crumbBox .B_firstCrumb{
	font-size: 0px;
	width: 15px;
	background-image: url("../images/icon_home_gray.png");
	background-repeat: no-repeat;
	background-position: center center;
}
ul.B_crumbBox .sep{
	font-size: 0px;
	width: 15px;
	background-image: url("../images/arrow_gray.png");
	background-repeat: no-repeat;
	background-position: center center;
}
	ul.B_crumbBox li {
		display: inline-block;zoom:1;*display:inline;vertical-align:top;
		vertical-align: top;
		height: 19px;
		font-size: 11px;
		margin: 0px;
		line-height: 21px;text-transform: uppercase;
	}
	ul.B_crumbBox li a{
		color: #004585;
	}

/* ****************************************** Sidebar - Right */


/* ****************************************** Footer */

/* ****************************************** Back To Top */
#back-top {
		position: fixed;
		bottom: 0;
		left: 0px;
		padding: 5px 5px 5px 15px;
		text-align: right;
		clear: both;
		background: #F7D498;
		-webkit-border-radius: 0px 5px 5px 0px;
		-moz-border-radius: 0px 5px 5px 0;
        border-radius: 0px 5px 5px 0px;
        -webkit-box-shadow:  1px 1px 5px 0px #ccc;
        box-shadow:  1px 1px 5px 0px #ccc;
	}
		#back-top a {
			text-transform: uppercase;
			color: #373737;
		}
			#back-top a:hover {text-decoration: none;}
/* ***************************************** Social Media Toolbar */
#emailSocialButtonForm fieldset {margin:0 0 16px; border: 1px solid #000; padding: 8px;}
#emailSocialButtonForm legend, #tafForm label {display:block; font-weight:bold; color:#333;}
#emailSocialButtonForm input[type=text], #tafForm textarea[type=text], #tafForm select {border:1px solid #999; padding:3px;margin:3px 0;}
#emailSocialButtonForm textarea {font: arial;}
#socialBar {width: 55px; list-style: none; margin: 0; padding: 0;}
#socialBar li {padding: 0; margin: 0; float: left; width: 16px; margin-right: 2px;}
#socialBar li a {display: block; background-image: url(../images/socialtoolbar.png);background-repeat: no-repeat; height: 16px;}
#socialBar li a.emailButton {background-position:0px 0px;}
#socialBar li a:hover.emailButton {background-position:0px -16px;}
#socialBar li a.printButton  {background-position:-19px 0px;}
#socialBar li a:hover.printButton  {background-position:-19px -16px;}
#socialBar li a.twitterButton {background-position:-38px 0px;}
#socialBar li a:hover.twitterButton {background-position:-38px -16px;}	
.socialLineOne {margin: 5px 0;float: left;width: 130px;}
#fb-btn-container {width: 94px; overflow: hidden; float: right;margin: 3px 0 0;}
.social-bar-container {margin: 0; padding: 0; overflow: hidden;float: right;}

/* ****************************************** Form Styles */
textarea {resize: none !important;}

/*header style*/
#header-bg{
	position: absolute;
	top:0px;left: 0px;
	width: 100%; min-width: 1080px;
	background-color: #004884;
	background-image: url("../images/header_top_bg.png");
	background-repeat: repeat-x;
	background-position: top center;
	height: 185px;
}
#header-menu-extend{
	position: absolute;
	top:135px;left: 0px;
	width: 100%; min-width: 1080px;
	background-color: white;;
	background-image: url("../images/main_menu_bg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	height: 41px;
}
#body-extend{
	position: absolute;
	top:178px;left: 0px;
	width: 100%; min-width: 1080px;
	background-color: #003866;
	height: 480px;
	border-bottom: 1px solid #70a1d4;
}
#header-deco{
	position: absolute;
	top:30px;right: 0px;
	width: 550px;
	height: 130px;
	background-image: url("../images/deco_top.png");
	background-repeat: repeat-x;
	background-position: top center;
	z-index: 0;
}
#header-glow{
	position: absolute;
	top:30px;left: -100px;
	width: 474px;
	height: 104px;
	background-image: url("../images/top_light.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	z-index: 0;
}
#logo{
	width: 219px;height: 104px;
	position: absolute;
	top:0px; left: 0px;
	background-image: url("../images/logo.png");
}
#special-link{
	width: 163px; height: 36px;
	position: absolute; top:0px; right: 0px;
	background-image: url("../images/ulility_bg.png");
}
#special-link span{
	display: block;
	font-size: 12px;
	background-image: url("../images/icon_download.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-top: 8px; margin-left: 20px;
	color: #004884;
}
#global-nav{
	position: absolute; right: 180px; top:7px;
}
#global-nav li{
	padding:2px 15px;
	margin-right: 10px;
}
#global-nav li:hover{
	background-color: #003765;
	-webkit-transition: background-color 250ms linear;
     -moz-transition: background-color 250ms linear;
     -o-transition: background-color 250ms linear;
     -ms-transition: background-color 250ms linear;
     transition: background-color 250ms linear;
}
#global-nav li a{
	font-size: 12px; color: white;
	left: 0.7px;
}
#global-nav li a:hover{
	text-decoration: none;
}
#global-nav li i{
	margin-right: 7px;margin-top: 2px;
}

#translate-this{
	position: absolute; left: 250px; top:10px;
}

#translate-this .translate-this-button{
	background-image: url("/images/translate.png")!important;
}

#telephone{
	position: absolute; right: 10px; top:65px;
	color: white;
	font-family: 'fjalla_oneregular';
	font-size: 28px;
	font-style: italic;
	display: block;
	/*background-image: url("../images/icon_smartphone.png");*/
	background-repeat: no-repeat;
	background-position:  left center;
	padding-left: 40px;
	height: 30px;
	padding-top:10px;
}
/*search */
#searchWrap{
	position: absolute;
	top:139px; right: 0px;
	height: 30px; width: 235px;
	z-index: 99;
}
#search{
	width: 190px;
	background: none; 
	box-shadow: none;
	border: none;
	margin-left:10px;
	border-radius: 4px;
	font-size: 12px;
	position: relative;
}
#simpleSearchForm{
	position: absolute;
	right: 10px; top: -4px;
	margin: auto;
	margin-top: 7px;
	height: 28px;
	width: 225px;
	border-radius: 4px;
	background-color: white;
	-webkit-box-shadow: inset 0px 2px 4px 0px #696969
	-moz-box-shadow: inset 0px 2px 4px 0px #696969;
	box-shadow: inset 0px 2px 4px 0px #696969;
}

input:focus, textarea:focus{
	box-shadow: none;
}
#simpleSearch_submit{
	position: absolute;
	background: none;
	width: 20px; height: 20px;
	top:5px; right: 5px;
	padding:0px;
	border: none;
	background-image: url("../images/icon_glass_gray.png");
	background-repeat: no-repeat;
	background-position:  center center;
}

/*main-nav*/
#primary_nav{
	width: 780px;
	height: 41px;
	position: absolute;
	left: 0px; top: 135px;
	margin-left: 0px;
	display: block;
	/*background-image: url("../images/icon_calculator.png");
	background-repeat: no-repeat;
	background-position:  center right;*/
}
#primary_nav > li{
	list-style: none;
	display: block;
	position: relative;
	float: left;
}

#primary_nav > li.last {
	background-image: url("../images/main_menu_div.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	width: 130px;
}

#primary_nav > li.last a {
	background-image: url("../images/icon-calculator2.png");
	background-repeat: no-repeat;
	background-position: center right;
	width:130px;
	margin-left:2px;
		border-right: solid 1px #aaa;


}

#primary_nav > li.last a:hover {
	background-image: url("../images/icon-calculator2.png");
	background-repeat: no-repeat;
	background-position: center right;
		width:130px;

}

#primary_nav > li > a{
	display: block;
	max-width: 200px; 
	float: left;
	height: 29px;
	font-family: 'fjalla_oneregular';
	color: #6d6c71;
	text-shadow: 0px 1px 1px white;
	font-size: 16px;text-transform: uppercase;
	font-weight: normal;
	padding: 12px 13px;
	padding-bottom: 0px;
	background-image: url("../images/main_menu_div.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}
#primary_nav > li > a:hover,#primary_nav > li.hover > a{
	color: #6d6c71;
	background-color: white;
	text-decoration: none;
}


#primary_nav li > ul{
	position: absolute;
	top: 41px;
	left: -24px;
	background-color: white;
	display: none; width: 400px;
	border: 1px solid gray;border-top: 0px solid white;
}
#primary_nav li > ul > li{
	list-style: none;
	margin: 5px 0px;
}
#primary_nav li > ul > li > a{
	text-transform: uppercase;
	color: #6d6c71; font-size: 11px;
	display: block;
	padding: 5px 20px;
	padding-left: 30px;
	background-image: url("../images/arrow_gray.png");
	background-repeat: no-repeat;
	background-position:  15px 10px;
}
#primary_nav li > ul > li > a:hover{
	background-color: #004680;
	-webkit-transition: background-color 250ms linear;
     -moz-transition: background-color 250ms linear;
     -o-transition: background-color 250ms linear;
     -ms-transition: background-color 250ms linear;
     transition: background-color 250ms linear;
	color:white; text-decoration: none;
	background-image: url("../images/arrow_white.png");
}

/* footer style */
#copyright{
	width: 1060px;
	margin: 5px auto;
	text-align: center;
	color: gray;
	font-size: 11px;
	text-transform: uppercase;

	color: 
}
#copyright a{color: #003866;}
#footer-links{position: absolute; right: 160px; top:5px;}
#footer-links li{padding:2px 15px;margin-right: 10px;list-style: none; display: inline;}
#footer-links li a{font-size: 12px; color: #004884;left: 0.7px;}
#footer-links li a:hover{text-decoration: none;color: black;}
#footer-links li i{	margin-right: 7px;margin-top: 2px;}

#footer-special-link,
#footer-steel-link,
#footer-twitter-link{}


#footer-special-link{
	position:absolute; top:7px; right: 10px;
	display: block;
	font-size: 10px;text-transform: uppercase;
	color: white;
	background-image: url("../images/icon_download_white.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}
#footer-steel-link,#footer-twitter-link{
	display: block;
	position: absolute;
	color: #72c2ff;
	top:70px; right: 165px;
	text-transform: uppercase;
	font-size: 11px;
	height: 20px; padding-right: 35px;padding-top:3px;
	background-image: url("../images/icon_sheet-v2.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footer-twitter-link{right: 20px;background-image: url("../images/icon_twitter.png")}
#footer-steel-link:hover,#footer-twitter-link:hover{
	background-position: top right;
	color: white; text-decoration: none;
}
#footer-content address{
	color: white;
	position: absolute;
	top:50px; left: 20px;
	font-size: 10px;
	width: 280px;
}
#footer-content address > strong{
	text-transform: uppercase; font-size: 11px;font-weight: normal;
	
}
#footer-content address > div {
	margin-top: 2px;
	padding-left: 15px;
	display: inline-block;zoom:1;*display:inline;vertical-align:top;
	width: 120px;
}
#footer-content address > div > p{
	line-height: 15px;
	left: 0.5px;
}
.blue{
 color: #72c2ff;
}
.site-name{
	color: #72c2ff;
	position: absolute;
	top:10px; left: 18px;
	font-size: 12px;
}
/*hero banner*/
#hero-banners{
	display: block;
	width: 100%;
	height: 390px;
	position: relative;
	background-color: #003866;
	border-bottom: 1px solid #72c2ff;
	
}

#home-rfq-btn{
	display: block;
	background-color: black;
	position: absolute;
	bottom:-60px; right: 0px;
	background-color: #004884;
	padding: 1px;
	width: 270px;
	height: 57px;
	border-bottom-right-radius: 8px;-moz-border-bottom-right-radius: 8px;-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;-moz-border-bottom-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;
	border: 1px solid #72c2ff;
	border-top: 0px solid white;
}
#rfq-btn{
	display: block;
	width: 235px; height: 35px;
	background-image: url("../images/rfq_buton_sprite.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 10px;margin-top: 0px;
	color: white;
	text-shadow: 0px 2px 2px black;
	-moz-text-shadow: 0px 2px 2px black;
	-webkit-text-shadow: 0px 2px 2px black;
	text-transform: uppercase;
	font-family: 'fjalla_oneregular';
	font-size: 26px;
	padding-left: 15px;
	padding-top: 14px;
}
#rfq-btn:hover{
	background-position: top right;
	text-decoration: none;
}

.slider-image{
	width: 100%; height: 350px; position: absolute; top:0px; left: 0px;
	background:  url() no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
	border-bottom: 1px solid #72c2ff;	
}
.slider-image.active{
	display: block;
}

.slider-caption{
	position: absolute;
	display: block;
	background-image: url("../images/trans_black_90.png");
	padding:20px;
	padding-left: 80px;padding-right: 30px;
	bottom: 50px;
	border-top-right-radius: 8px;
}
.slider-caption h3{
	color: white;
	font-family: 'fjalla_oneregular';
	font-weight: normal;
	font-size: 38px;
	letter-spacing: 2px;
}
.slider-caption p{
	color: white;
	font-size: 16px;
	letter-spacing: 2px;
	margin-left: 22px
}

.dock-container{
	position: absolute;
	width: 100%;height: 30px;
	bottom:0px; left:0;
	text-align: center;
}
.dock-container-inside{
	position: relative;
	width: 1060px; margin: auto;
	text-align: left;
}
.dock-item{
	display: inline-block;zoom:1;*display:inline;vertical-align:top;
	
	height: 10px; width: 10px;
	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px; 
	background-color: #165a8e;
	margin:5px 3px;
	cursor: pointer;
}
.dock-item.active{
	background-color: white;

}

/*home style*/
.home-special-block{
	width: 1060px;
	margin: auto;
	position: relative;
}
#home-right-content{
	width: 290px;
	height: 600px;
	margin-left: 30px;
	background-color: #003866;
	position: absolute;
	top:-100px;
	right: 0px;
	z-index: 99999;
	border-top:1px solid #72c2ff;
	border-bottom:1px solid #72c2ff;
	border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
}
#main-content.home-content{
	float: left;
	width: 750px;
	min-height: 460px;
	padding-top: 10px;
}

.home-content h1{color:#72c2ff; font-size: 32px;line-height:50px;margin-left: 0px!important}
.home-content p{color:white; font-size: 13px;letter-spacing: 1px;margin: 10px 0px!important;color:white!important;}
.home-content h2{color:#72c2ff; font-size: 32px;line-height:32px;margin-left: 0px!important;margin-bottom: 0px;font-family: 'fjalla_oneregular';}
/* overwrites main h1 class for homepage h1 tagline*/
#main-content.home-content h1{ font-family: 'fjalla_oneregular';letter-spacing: 0px;}


/*buckets*/


.locations-buckets-container{
	float:left;
	width:47%;
	margin-right: 10px;margin-bottom: 10px;margin-top: 10px;

}



#home-buckets-slide-container{
	float: left;
	width: 750px;
	margin-top: 10px;
}

#s7 { margin: 0 auto; }

#home-buckets-slide-buttons{
	position:relative;
	z-index: 3;
    margin-left: 347px;
    width: 40px;
    margin-top:-60px;
}

#home-buckets-slide-buttons a {
	display: inline-block;vertical-align:top;zoom:1;*display:inline; height: 12px; width: 12px;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px; 
	outline: 0;
	background-color: #165a8e;
	margin:5px 3px;
	cursor: pointer;
	padding: 0;
    text-indent: -999999px;
}
#home-buckets-slide-buttons a.activeSlide { 	
    background-color: white; 
}
#home-buckets-slide-buttons a:hover{
	background-color: white;
}




.home-bucket{
	display: block;
	width: 350px;
	float: left;
	margin-right: 20px;margin-bottom: 10px;margin-top: 10px;
}
.home-bucket:hover{
	text-decoration: none;
}
.home-bucket .bucket-top{
	background-color: #003866;
	position: relative;
	border-top:1px solid #72c2ff;
	border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
	height: 70px;
}
.home-bucket .bucket-top .bucket-arrow{
	width: 56px;height: 70px;
	background-color: #003866;
	border-top-right-radius: 8px;-moz-border-top-right-radius: 8px;-webkit-border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;-moz-border-bottom-right-radius: 8px;-webkit-border-bottom-right-radius: 8px;
	float: left;
}
.home-bucket:hover .bucket-top .bucket-arrow{
	border-bottom-right-radius: 0px;-moz-border-bottom-right-radius: 0px;-webkit-border-bottom-right-radius: 0px;
	background-color: #72c2ff;
	-webkit-transition: background-color 250ms linear;
     -moz-transition: background-color 250ms linear;
     -o-transition: background-color 250ms linear;
     -ms-transition: background-color 250ms linear;
     transition: background-color 250ms linear;
}
.home-bucket .bucket-top .bucket-arrow-image{
	background-image:url("../images/icon_bucket_arrow.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 50px; height: 50px;
	margin: auto;margin-top: 10px;
}
.home-bucket:hover .bucket-top .bucket-arrow-image{
	background-position: 0px -50px;
	-webkit-transition: background-position 250ms linear;
     -moz-transition: background-position 250ms linear;
     -o-transition: background-position 250ms linear;
     -ms-transition: background-position 250ms linear;
     transition: background-position 250ms linear;
	
}
.home-bucket .bucket-top .bucket-image-container{
	float: left;
	width: 70px;
	height: 70px;
	border-right: 1px solid #004884;
	border-top-left-radius: 8px;-moz-border-top-left-radius: 8px;-webkit-border-top-left-radius: 8px;
}
.home-bucket .bucket-top .bucket-image-container .bucket-image{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 50px; height: 50px;
	margin: auto;margin-top: 10px;
}
.home-bucket:hover .bucket-top .bucket-image-container{
	background-color: #72c2ff;
	-webkit-transition: background-color 250ms linear;
     -moz-transition: background-color 250ms linear;
     -o-transition: background-color 250ms linear;
     -ms-transition: background-color 250ms linear;
     transition: background-color 250ms linear;
}
.home-bucket:hover .bucket-top .bucket-image-container .bucket-image{
	background-position: 0px -50px;
	-webkit-transition: background-position 250ms linear;
     -moz-transition: background-position 250ms linear;
     -o-transition: background-position 250ms linear;
     -ms-transition: background-position 250ms linear;
     transition: background-position 250ms linear;
}
.home-bucket .bucket-top h5{
	color: white; font-size: 16px;text-transform: uppercase;
	display: block;line-height: 20px;
	margin: 0px;
	float: left;
	width: 202px;
	height: 55px;
	border-right: 1px solid #004884;
	padding: 0px 10px;
	padding-top: 15px;
	font-family: 'fjalla_oneregular';
	color:white;
	font-weight: normal;
}
.home-bucket .bucket-bottom{
background: rgb(240,249,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	padding:10px 20px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 4px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 4px rgba(50, 50, 50, 0.75);
	position: absolute;
	z-index: 999;
	width: 310px;
	display: none;
}
.home-bucket .bucket-bottom p{
	font-size: 12px;letter-spacing: 0.2px;color: #666666!important;
}

.three-col-layout .home-bucket{
	width: 225px;
	margin-right: 10px;
}
.three-col-layout .home-bucket .bucket-top .bucket-image-container{width: 40px;}
.three-col-layout .home-bucket .bucket-top h5{width: 123px;}
.three-col-layout .home-bucket .bucket-top .bucket-arrow{width: 40px;}
.three-col-layout .home-bucket .bucket-bottom{width: 205px;padding:10px;}
.three-col-layout .home-bucket .bucket-top .bucket-image-container .bucket-image{
	height: 30px;width: 40px;
	margin-top: 28px;
}
.three-col-layout .home-bucket:hover .bucket-top .bucket-image-container .bucket-image{background-position: 0px -40px;}
.three-col-layout .home-bucket .bucket-top .bucket-arrow-image{margin-left: -5px;}

.home-bucket .bucket-bottom p{margin: 0px!important;}
/*news center*/
#news-center{
	width: 250px;
	height: 560px;
	margin: auto;margin-top: 20px;
	position: relative;
	
}
#news-center-top{
	width: 250px;
	height: 60px;
	background-image: url("../images/news_top_no_icons.png");
	position: absolute;
	top:0px;left: 0px;
	z-index: 1;
	text-align: center;
}
#news-center-top h3{
	color: white; font-size: 24px;text-transform: uppercase;
	margin-top: 5px;
	margin-left: -5px;
}
#news-center-top h3 a{color:white;text-decoration: none;}
#news-center-top h3 a:hover{color: #b8eafe;}
#news-center-bottom{
	width: 252px;
	height: 51px;
	background-image: url("../images/news_bottom.png");
	position: absolute;
	bottom:0px;left: -1px;
	z-index: 1;
}
#news-center-bottom ul{
 text-align: center;
 width: 250px;
 padding: 0px;margin: 0px;margin-top: 12px;
}
#news-center-bottom .news-control-btn{
	display: inline-block;vertical-align:top;zoom:1;*display:inline; height: 12px; width: 12px;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px; 
	background-color: #165a8e;
	margin:5px 3px;
	cursor: pointer;
	padding: 0px;
}
#news-center-bottom .news-control-btn:hover{
	background-color: white;
}
#news-center-middle{
	width: 250px;
	top:50px;position: relative;
	z-index: 0;
	background-color: #d6d6d6;
	height: 460px;
	overflow: hidden;
}
#news-center-middle h3{
	margin-bottom: 5px;
	margin-top: 20px;
	line-height: 26px;
	font-size: 22px;
}



#news-center-middle > div{
	background-color: white;
	width: 210px;height: 195px;
	margin: 10px 10px 15px 10px;
	padding:10px;
	border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;

}
#news-center-middle > div > .news-date{
	color: #a0b3c2;font-size: 14px;
}
#news-center-middle > div > a > h4{
	font-size: 17px;color: #003866;
	margin: 2px 0px;
}
#news-center-middle > div > p{
	font-size: 12px;color: #003866;
}
#news-center-middle > div .comment-link{
	background-color: #e7c60d;
	width: 90px;font-size: 11px;
	display: block;text-align: center;
	padding: 3px 5px;color: white;
	border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
}
#news-center-middle > div .comment-link:hover{
	background-color: #af9505;
	text-decoration: none;
		-webkit-transition: background-color 250ms linear;
     -moz-transition: background-color 250ms linear;
     -o-transition: background-color 250ms linear;
     -ms-transition: background-color 250ms linear;
     transition: background-color 250ms linear;
}
/*contact callout*/
.contact-callout{
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);
	width: 100%;
	float: left;
	border-top:1px solid #717075;
	text-align: center;
	padding: 10px 0px;
	border-bottom-left-radius: 4px;-moz-border-bottom-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;-moz-border-bottom-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;
	background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(221,221,221,1) 20%, rgba(191,191,191,1) 51%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(51%,rgba(191,191,191,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(221,221,221,1) 20%,rgba(191,191,191,1) 51%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(221,221,221,1) 20%,rgba(191,191,191,1) 51%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(221,221,221,1) 20%,rgba(191,191,191,1) 51%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(221,221,221,1) 20%,rgba(191,191,191,1) 51%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.contact-callout a{
	text-transform: uppercase;
	color: #4a4a4a;font-size: 15px;
	text-shadow: 0px 1px 1px white;
	font-weight: bold;
	padding-top: 10px;
}
.contact-callout a p{margin: 0px;}
.contact-callout a p span{
	display: inline-block;vertical-align:top;zoom: 1;*display:inline;vertical-align: top;
	background-color: #8b8b8b;
	color: white;
	text-shadow: 0px 1px 1px #666666;
	font-size: 11px;
	padding:4px;
	margin:0px 10px;margin-top:-6px;
	border:1px solid #666666;
	border-radius: 16px;
	
}
/*landing banner*/
.landing-banner-2col{
	display: block;position: relative;
	margin: 10px;overflow: hidden;
	width: 750px;height: 160px;
	border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
	overflow: hidden;
}
.landing-banner-3col{
	display: block;position: relative;
	margin: 10px;overflow: hidden;
	width: 500px;height: 160px;
	border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
	overflow: hidden;
}

.landing-banner-2col h1,.landing-banner-3col h1{
	color: white;text-transform: uppercase;
	position: absolute;bottom: 10px;
	line-height: 36px;margin: 0px;
	text-shadow: 0px 2px 2px black;
}

.landing-banner-2col .gradient{
	display: block;
	width: 750px;
	height: 160px;
	position: absolute;
	bottom:0px;left: 0px;
	background-image: url("../images/gradient.png");
}

.landing-banner-3col .gradient{
	display: block;
	width: 500px;
	height: 160px;
	position: absolute;
	bottom:0px;left: 0px;
	background-image: url("../images/gradient.png");
}

/*quick contact form*/
.divider{
	width: 100%;
	height: 1px;
	margin: 15px 0px;
	background-color: #004884;
	border-bottom: 1px solid black;
}
#quick-form-btn{
	cursor: pointer;
	display: block;
	width: 235px; height: 35px;
	background-image: url("../images/gray_buton_sprite.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	color: white;
	text-shadow: 0px 2px 2px black;
	-moz-text-shadow: 0px 2px 2px black;
	-webkit-text-shadow: 0px 2px 2px black;
	font-family: 'fjalla_oneregular';
	font-size: 26px;
	padding-left: 15px;
	padding-top: 14px;
	margin: 0px;margin-top: 10px;
}
#quick-form-btn:hover,#quick-form-btn.active{
	background-position: top right;
	text-decoration: none;
}
#quickContact{
	position: relative;
	display: none;
	border-bottom-right-radius: 4px;-moz-border-bottom-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;-moz-border-bottom-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;
	width: 230px;
	margin-top:-2px;
	z-index: 999;
	background-color: white;
	padding: 10px;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);
}
#quickContact label{display: none;}
#quickContact input[type="text"],#quickContact textarea{
	margin: 10px 0px;
	font-size: 12px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 1px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 1px 2px rgba(50, 50, 50, 0.75);
}

#quickContact textarea{
	width:206px;
}

.small-btn{
	background:none;
	display: block;
	color: white; text-transform: capitalize;
	text-align: center;
	
	font-size: 12px;text-shadow: 0px 1px 1px black;
	display: block;
	border:1px solid #717075;
	height: 21px;
	border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
	background-image: url("../images/small_btn_gradient.png");
	width:220px!important;
}
.small-btn:hover{
	background:none;
	background-color: #717075;
}

/*secondary-nav*/
#sidebar-left > h2{
	padding:0px;margin: 0px;
	display: block;
	width: 220px;
	height: 58px;
	margin: 10px;
	background-image: url("../images/secondary_nav_top.png");
	background-repeat: no-repeat;
	text-align: center;
	z-index: 1;
	position: relative;
}
#sidebar-left > h2 > a{
	font-family: 'fjalla_oneregular';color:white;
	font-size: 18px;text-transform: uppercase;
}
#secondary-nav{
	margin: 0px;
	width: 220px;
	margin: 10px;margin-top: -20px;
	z-index: 0;
	position: relative;
}
#secondary-nav a {text-shadow: 0px 1px 1px white;}
#secondary-nav li{list-style: none;margin: 0px;padding: 0px;}
#secondary-nav > li > a{
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #cdcdcd;
	width: 198px;
	padding: 10px;
	display: block;
	color: #4a4a4a;text-transform: uppercase;
	font-size: 11px;
}
#secondary-nav > li.active > a, #secondary-nav > li > a:hover{
	color: white;text-shadow: 0px 1px 1px black;
	text-decoration: none;
	background-color: #004884;
	-webkit-transition: background-color 250ms linear;
     -moz-transition: background-color 250ms linear;
     -o-transition: background-color 250ms linear;
     -ms-transition: background-color 250ms linear;
     transition: background-color 250ms linear;
}
#secondary-nav > li.active > a,#secondary-nav > li.last > a{
	border-bottom: 1px solid #999999;
	border-bottom-right-radius: 4px;-moz-border-bottom-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;-moz-border-bottom-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;
	
}
#secondary-nav > li > ul{
	border-bottom:1px solid #999999;
	margin: 0px;
}
#secondary-nav > li > ul > li{
	width: 200px;margin-left: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#secondary-nav > li > ul > li > a{
	padding: 5px 20px;
	display: block;
	color: #4a4a4a;
	font-size: 12px;
}
#secondary-nav > li > ul > li.active > a, #secondary-nav > li > ul > li > a:hover{
	color: #004884;
	text-decoration: none
}
#secondary-nav > li > ul  ul{margin: 0px;padding: 0px;}
#secondary-nav > li > ul  ul > li{
	margin: 0px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #696969;
	background-color: #999999;
	padding: 5px 10px;
}
#secondary-nav > li > ul  ul > li.active,#secondary-nav > li > ul  ul > li:hover{
	background-color: #004884;
	-webkit-transition: background-color 250ms linear;
     -moz-transition: background-color 250ms linear;
     -o-transition: background-color 250ms linear;
     -ms-transition: background-color 250ms linear;
     transition: background-color 250ms linear;
}
#secondary-nav > li > ul  ul > li > a{
	color: white; font-size: 11px;
	display: block;
	padding: 0px 30px;
	text-shadow: 0px 1px 1px black;
}

/*blog sidebar */
.post-comments{padding: 20px;}
.post{
	padding: 5px 20px;
}
.post h2{margin: 0px;}
.post h2 a{ color:#003866;
	font-family: 'fjalla_oneregular';
	font-size: 22px;
}
.post .post-info a { text-transform: capitalize; }
#news-center.blog-news{
	height: auto;
	padding-bottom: 98px;
}
#news-center.blog-news #news-center-middle{
	background-color: white;
	height: auto;
	padding-bottom: 20px;
	border-bottom-left-radius: 4px;-moz-border-bottom-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;-moz-border-bottom-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;	
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);
}
#news-center.blog-news #news-center-middle li{
	list-style-type: none;
	margin-right: 10px;
	font-size: 12px;
}

/*SITE MAP*/
.sitemap ul li{
	list-style: none;
	margin-left:30px;
	list-style-image: url("../images/arrow_gray.png");

}
.sitemap ul li a{
	color:#003866;
	font-weight: bold;
	text-transform: uppercase; font-size: 14px;
}
.sitemap ul li ul a{
	color: black;
	text-transform: capitalize;
	font-size: 12px;
	
}
.sitemap ul li ul li{
	margin-left: 5px;
}
.sitemap ul li ul li ul a{
	font-weight: normal;
}




/*Our People Accordion*/


.accordion-group{
	margin-top:10px;
	clear:both;
	overflow: hidden;
	border: none;
}

.accordion-group img{
	position:relative;
	float:left;
	margin: 0 10px 10px 0;}

.accordion-heading {
	border-bottom: 1px dashed #cccccc;
	margin-left: 12px;
	text-indent: -14px;
}
.accordion-heading a{
	font-size:16px;
	color: #666666;
	background-image: url("../images/plusminus-sprite.png");
	background-repeat: no-repeat;background-position: right center;
	background-position: right -35px;
}
.accordion-heading a.active, .accordion-heading a:hoverm{
	color: #7F1911;text-decoration: none;

}


.accordion-heading a:hover, .accordion-heading a.active, .jobtitle p{	
	text-decoration: none;
	background-image: url("../images/plusminus-sprite.png");
	background-position: right 8px;
	


}


.collapse {
overflow: hidden !important;
}

span.jobtitle{
	font-size:13px;
	line-height:13px;
	color: #a4a4a4;
	margin:4px 0px 0px 5px;
	padding-left:5px;
	border-left: solid 1px #666;
}


.employee-content{
	position:relative;
	float:left;
	font-size:12px;
	padding:0 10px 0 8px;
	margin-top:10px;
	width:500px;}

.employee-name{
	position:relative;
	float:left;
	font-size:16px;
	color: #666666;}


.firstlastname {
	font-family: 'fjalla_oneregular';
	color: #666666;
	font-size:18px;
	letter-spacing: 1px;

}

.job-title{
	position:relative;
	float:left;
	font-family: 'montserratregular',"Arial",san-serif;
	font-size:13px;
	line-height:18px;
	color: #a4a4a4;
	margin:4px 0px 0px 11px;
	padding-left:11px;
	border-left: solid 1px #bdbdbd;}
	
.short-bio{
	position:relative;
	font-family:arial;
	font-size:13px;
	line-height:18px;
	*/float:left;*/
	color: #666666;}

.social-heading{
	position: relative;
	float: left;
	color: #004884;
	font-size:12px;
	margin-right: 5px;
	}

.employee-social {
	position:relative; 
	margin: 0px 0 10px 0; 
	padding: 0; 
	overflow: hidden;
	float: left; 
	}

#employee-social-bar {list-style: none; margin: 0; padding: 0; text-indent:-9999px}
#employee-social-bar li {padding: 0; margin: 0; float: left; width: 21px; margin-left: 5px; margin-right: 5px;}
#employee-social-bar li a {display: block; background-image: url("../images/employee-social-bar2.png");background-repeat: no-repeat; height: 21px;}


#employee-social-bar li a.linkedinButton {background-position:0px -21px;}
#employee-social-bar li a:hover.linkedinButton {background-position:0px 0px;}	

#employee-social-bar li a.facebookButton {background-position:-22px -21px;}
#employee-social-bar li a:hover.facebookButton {background-position:-22px 0px;}	

#employee-social-bar li a.twitterButton {background-position:-45px -21px;}
#employee-social-bar li a:hover.twitterButton {background-position:-45px 0px;}





/* Table Styling*/

.table-striped{
	border-bottom: #003866 solid 2px;
	width: 500px;
	margin-left:10px;
}
.table-striped tbody tr:first-child>td{
	background-color: #c8c8c8;
	color:#000;
	font-size: 10px;
}


thead th{
	background-color: #003866;
	color:#fff;
}

tbody tr.bold-labels{
	font-weight: bold;
}

tbody tr .table-note {
	font-size: 9px;
	font-style: italic;
	float: right;
	padding-right: 10px;
}

tbody tr:nth-child(2) td:first-child{
	vertical-align: middle;
} 

/* Line cards Page */
ul#line-card-list li{
	display:inline;
	list-style: none;
	position: relative;
	float: left;
}

ul#line-card-list li a{
	cursor: pointer;
	display: block;
	width: 235px; height: 35px;
	background-image: url("../images/linecard_buton_sprite.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	color: white;
	text-shadow: 0px 2px 2px black;
	-moz-text-shadow: 0px 2px 2px black;
	-webkit-text-shadow: 0px 2px 2px black;
	font-family: 'fjalla_oneregular';
	font-size: 26px;
	padding-left: 15px;
	padding-top: 14px;
	margin: 0px;margin-top: 10px;
	font-weight: normal;
}

ul#line-card-list li a:hover,#quick-form-btn.active{
	background-position: top right;
	text-decoration: none;

}


/* Calculators */

.calculators{
	width: 730px;
    margin: 20px;
}

.calcbody > input[type="button"], [type="submit"]{
margin-bottom: 10px;
}

.calcbody > input[type="reset"]{
margin-top: -10px;
}
.calcbody > select{
	width: 100px;
}
select.wide-select{
	width: 220px;
}
input[readonly]{
	border:1px solid #ccc;
	text-shadow: none;
	background: #efefef;
	box-shadow: none;
	margin: 0 10px 10px 0;
}

.nav-tabs{
	margin-bottom: 0px;
}
.nav-tabs > li{
	color: black; text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3px;
}
.nav-tabs > li.active a{
	background-color: #EFEFEF;
	color: #6d6c71;
}
.nav-tabs > li.active a:hover{
	background-color: #eee;
}

.nav-tabs > li > a{
	background-color: #244884;
	color: #ffffff;
	font-size: 16px;
}


.nav-tabs > li > a:hover{
	color: #6d6c71;


}
.tab-content{
	border: 1px solid #cccccc;
	border-top:0px solid white;
	margin-bottom: 20px;
	padding:10px;
	min-height: 300px;
	background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(239,239,239,1) 50%, rgba(215,215,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(239,239,239,1)), color-stop(100%,rgba(215,215,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 50%,rgba(215,215,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(239,239,239,1) 50%,rgba(215,215,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(239,239,239,1) 50%,rgba(215,215,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(239,239,239,1) 50%,rgba(215,215,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d7d7d8',GradientType=0 ); /* IE6-9 */
}


/*Locations Map Accordion*/
#location-map{
	width:730px;
	margin: 20px;
}
.mapMarker{
	position: absolute;
	background: url(../images/interactive-map-layers/marker.png)no-repeat;
	height: 15px;width:15px;display: block;
	z-index: 999;

}

.marker-info{
float:left;
	padding: 8px;
	background: black;
	font-size:11px;
	color: white;text-transform: uppercase;
	display:none;
	z-index: 1000;
	margin-left: 20px;
	margin-top: -12px;
	
}
.mapMarker:hover{
	cursor: pointer;
	text-decoration: none;
}
.mapMarker:hover .marker-info{
	display: inline;
}
#corporate-marker{
	left:393px;
	top: 241px;
	height:22px;
	width:22px;
	background: url(../images/interactive-map-layers/hq-marker.png) no-repeat!important;


}

#mexico-marker{
	top: 465px;
	left: 278px;}


#south-marker{
	top: 380px;
	left: 323px;}

#southeast-marker{
	top: 323px;
	right: 284px;}

#mobile-marker{
	top: 389px;
	right: 299px;}

#central-marker{
	top: 242px;
	left: 390px;}

#east-marker{
	top: 231px;
	right: 240px;}

#north-marker{
	top: 204px;
	right: 337px;}


#north-marker{
	top: 204px;
	right: 333px;}



#canada-marker{
	top: 193px;
	right: 248px;}




.location-map-inner{
	position: relative;
	/*background-image: url("../images/interactive-map/Leeco-Map.jpg");background-repeat: no-repeat;*/
	height: 635px; width: 740px;
}


#map-south{
	background-image: url("../images/interactive-map/south.png");background-repeat: no-repeat; height: 160px; width: 302px;
	position:absolute;
	top: 315px;
	left: 120px;
	display:block;
	width:302px;
	height:160px;
	text-indent: -9999px}


#map-west{
	background-image: url("../images/interactive-map/west.png");background-repeat: no-repeat; height: 334px; width: 231px;
	position:absolute;
	top: 139px;
	left: 34px;
	display:block;
	width:231px;
	height:234px;
	text-indent: -9999px}


#map-north{
	position:absolute;
	background-image: url("../images/interactive-map/north.png");background-repeat: no-repeat; height: 97px; width: 300px;
	top: 150px;
	left: 136px;
	display:block;
	width:300px;
	height:97px;
	text-indent: -9999px}

#map-central{
	background-image: url("../images/interactive-map/central.png");background-repeat: no-repeat; height: 140px; width: 236px;
	position:absolute;
	top: 188px;
	left: 244px;
	display:block;
	width:236px;
	height:140px;
	text-indent: -9999px}


#map-canada{
	background-image: url("../images/interactive-map/canada.png");background-repeat: no-repeat; height: 221px; width: 658px;
	position:absolute;
	top: 0;
	left: 35px;
	display:block;
	width:658px;
	height:221px;
	text-indent: -9999px}

#map-east{
	background-image: url("../images/interactive-map/east.png");background-repeat: no-repeat; height: 185px; width: 158px;
	position:absolute;
	top: 123px;
	left: 439px;
	display:block;
	width:658px;
	height:221px;
	text-indent: -9999px}

#map-southeast{
	background-image: url("../images/interactive-map/southeast.png");background-repeat: no-repeat; height: 168px; width: 166px;
	position:absolute;
	top: 289px;
	left: 387px;
	display:block;
	width:658px;
	height:221px;
	text-indent: -9999px}

#map-southeast a{
	position:absolute;
	height:20px;
	width:20px;
	left: 52px;
	top: 35px;
}

#map-mexico{
	background-image: url("../images/interactive-map/mexico.png");background-repeat: no-repeat; height: 472px; width: 422px;
	position:absolute;
	top: 372px;
	left: 93px;
	display:block;
	width:422px;
	height:472px;
	text-indent: -9999px}

#map-mexico a{
	position:absolute;
	height:20px;
	width:20px;
	left: 187px;
	top: 95px;
}

/* Contact Us Page */

.contact-left{
	width: 333px;
	margin-left: 20px;
	margin-right: 23px;
	float: left;
	font-size: 12px;
	color: #666666;
}

#contact h4{
	background-image: url("../images/contact-form-header-bg.png");background-repeat: no-repeat; height: 50px; width: 363px;
	margin:0px;
	font-size: 24px;
	color: #ffffff;
	padding:15px 0 0 22px;
}
 #rfq h4{
 	background-image: url("../images/contact-form-header-bg.png");background-repeat: no-repeat; height: 50px; width: 363px;
	margin:0px;
	font-size: 17px;
	color: #ffffff;
	padding:15px 0 0 22px;
 }

#contact > fieldset, #rfq > fieldset{
	background-image: url("../images/contact-form-bg.png");background-repeat: repeat;
	border: 1px solid #717075;
	width: 301px;
	font-size:10px;
	padding: 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top:-17px;
	position: relative;
}
dl{margin: 20px;}

#contact > fieldset input[type="text"], input[type="tel"], input[type="email"], textarea, #rfq > fieldset input[type="text"], input[type="tel"], input[type="email"]{
	width:285px;
	font-size: 10px;
	font-family: arial;
	color: #666666;
}

input[type="file"]{width: 230px;font-size: 12px;font-weight: normal;display: block;}
#contact > fieldset .submit, #rfq > fieldset .submit{
	background-image: url("../images/contact-submit-button.png");background-repeat: no-repeat;
	height:23px;
	width:156px;
	font-size: 10px;
	color: #fff;
	margin:0 0 0 13px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#contact fieldset input[type="checkbox"]{
	width:17px;
	margin-top:-2px;
}

#contact > fieldset .submit:hover, #rfq > fieldset .submit:hover{
	background-image: url("../images/contact-submit-button-hover.png");background-repeat: no-repeat;
	height:23px;
	width:156px;

}

.contact-right{
	width: 633px;
	float: left;
	margin-left:15px;
	margin-bottom:20px;
}

#corporate-header h5{
	width:223px;
	float:left;
	font-size:18px;
	font-family: 'fjalla_oneregular';
	padding-top:23px;
	color:#666666;
}


#corporate-info{
	padding: 10px 0 0 10px;
	float:left;
	border-left: 1px solid #717075; 
	margin-top:-10px;

}

.contact-address{
	border: 1px solid #717075;
	width: 603px;
	height:90px;
	padding: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	position: relative;
	background: #eeeded; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #eeeded 0%, #fcfcfc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeded), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #eeeded 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #eeeded 0%,#fcfcfc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #eeeded 0%,#fcfcfc 100%); /* IE10+ */
background: linear-gradient(to right,  #eeeded 0%,#fcfcfc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeded', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-8 */
}

.contact-map-container{
	width: 623px;
	height:400px;
	margin-top:23px;
	border: 1px solid #717075;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	position: relative;
	clear:both;
	overflow:hidden;
}

.contact-locations{
	width:235px;
	float:left;
	background: #eeeded; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #eeeded 0%, #fcfcfc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeded), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #eeeded 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #eeeded 0%,#fcfcfc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #eeeded 0%,#fcfcfc 100%); /* IE10+ */
background: linear-gradient(to right,  #eeeded 0%,#fcfcfc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeded', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-8 */

}

.marker-loc{
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	margin:0px;
	padding: 13px 0px 0px 10px;
	list-style: none;
	color: #aaaaaa;
	display: block;
	height: 31px;
	z-index: 2;
	position:relative;
}


.marker-loc:hover{
	background-image: url("../images/map-loc-hover.png");background-repeat: no-repeat;
	z-index: 3;
	position:relative;
	color:#fff;
	text-decoration: none;
}

.contact-map{
	width:388px;
	height:347px;
	float:left;
	z-index: 1;
	position:relative;


}

#map img { max-width: none; }

#map p{
	font-size: 12px;
	color:#003866;
	line-height: 13px;

}

#map p strong{
font-size: 14px;
color:#333;
}


/*Gallery*/
#multimedia-gallery-container{
	position:relative;
	float: left;
	width:503px;
	margin:20px 0 20px 14px;
	display: none;
}
#media-gallery{
	width: 503px;
	float: left;
	margin-left: 20px;
}
#multimedia-sidebar{
	position: relative;
	width: 190px;
	float: left;
	padding:10px;
	margin: 10px;


}

#gallery-submission p{
	font-size: 12px;
	color: #666666;
	width:210px;
}
#gallery-submission textarea,#gallery-submission input{
	width: 200px;
}

#multimedia-filter-container{
	position:relative;
	float:left;
}

#multimedia-attachment-fields{
	position: relative;
	float: left;}



#multimedia-sidebar  h3{
	font-family: 'fjalla_oneregular';
	font-size: 18px;
	color: #717075;
	line-height: 12px;

}


.thumb{
	position: relative;
	margin:6px;
	width:153px;
	height:153px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	display: inline-block;zoom:1;*display:inline;vertical-align:top;
	z-index: 2;
	overflow: hidden;

}



.thumb-title{
	position: relative;
	height: 20px;
	width: 133px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #000;
	padding: 5px 10px 5px 10px;
	margin-top: -30px;
	z-index: 2;
	font-size: 12px;
background-color: rgba(0,0,0,0.7);
	text-align: center;
	display: none;
}


.thumb-title p{
	color: #fff;
}

.fancybox-title-float-wrap .child h5{text-transform: uppercase;color:white;}

.category-thumb{
	position: relative;
	margin-bottom: 20px;
	background-color: #ebebeb;
	border-top:4px solid  #003866;
	border-bottom:4px solid  #003866;
	-webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 3px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 3px rgba(50, 50, 50, 0.75);
}
.category-thumb .category-name{
	display: block;
	text-align: left;
	background-color: black;
	color:gray;
	font-size: 18px;
	margin: 0px;
	padding-left: 10px;
}
.category-thumb .category-name span{color: white;}
.category-thumb a:hover{
	text-decoration: none;
}
.category-thumb .thumb-description{
	font-size: 12px;
	margin: 10px 10px;
}

.category-thumb .category-content{display: none;}
.category-thumb .category-link{cursor: pointer;}
.category-thumb .category-link:hover .category-name{
	background-color: #003866;
	color: #b8EAfb;
}



/* Video Thumb Hack*/


.category-content > .thumb > a.fancybox-image { display: block !important; position: relative; }
.category-content > .thumb > a.fancybox-image > img.videoThumb { display: block !important; position: absolute; top: 0; border-radius: 5px; }
.category-content > .thumb > a.fancybox-image > iframe { display: none !important; }





.sisea-result-pages,.sisea-results-list{margin: 20px;}

.fieldset-style{margin: 10px 0px;}
#contact label{font-size: 12px;display: none;}
.oldie #contact label{display: inline;}
#rfq label{font-size: 12px;display: none;}
.oldie #rfq label{display: inline;}

#quickContact #recaptcha_image, #quickContact #recaptcha_image img{width: 220px!important;}
#quickContact label{font-size: 12px;display: none;}
.oldie #quickContact label{display: inline;}
.recaptcha-label{display: block!important;}




/* ===== TWITTER WIDGET ========================= */

#view-twitter-feed{
  display: block;
  position: relative;
  width: 830px;
  height: 50px;
  text-align: center;
  margin: 0 auto;}

#view-twitter-feed img{
position: relative;
margin-left:10px;
width:20px;
height:20px;
}

#view-twitter-feed  h5{
margin:3px;}

.twitter-widget {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	height: 370px;
    background: #d6d6d6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGYzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #d6d6d6 0%, #f4f3f3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#f4f3f3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d6d6d6 0%,#f4f3f3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d6d6d6 0%,#f4f3f3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d6d6d6 0%,#f4f3f3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d6d6d6 0%,#f4f3f3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f4f3f3',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid #a7c4d1;
	-webkit-transition: all 0.265s ease-in;
	-moz-transition: all 0.265s ease-in;
	-ms-transition: all 0.265s ease-in;
	-o-transition: all 0.265s ease-in;
	transition: all 0.265s ease-in;
	border-top: 2px solid #0a3764;
}

.twitter-widget.shrink {
	height: 100px;
	-webkit-transition: all 0.265s ease-out;
	-moz-transition: all 0.265s ease-out;
	-ms-transition: all 0.265s ease-out;
	-o-transition: all 0.265s ease-out;
	transition: all 0.265s ease-out;
}

.twitter-widget .centerContainer {
	display: block;
	position: relative;
	width: 830px;
	height: 235px;
	margin: 20px auto;
}

.twitter-widget .nametag {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 185px;
	height: 68px;
	background: #fff url(/images/tri-left.png) 158px 6px no-repeat;
	border: 1px solid #ccc;
	border-radius: 6px;	
}
.twitter-widget .nametag h3 {
	font: 22px/1.2em 'PlayfairDisplayRegular', Arial, sans-serif;
	color: #000;
	margin: 11px 10px 2px;
}
.twitter-widget .nametag iframe {
	margin: 0 10px;
}
.twitter-widget .feed {
	display: inline-block;
	padding: 10px;
	background: #0a3764;
	border-radius: 7px;
	position: absolute;
	top: 15px;
	left: 175px;
	width: 520px;
}
.twitter-widget .mask {
	height: 207px;
	overflow: hidden;
	width: 520px;
}
.twitter-widget .mask iframe {
	position: relative;
	top: -43px;
}


.shrink #toggle-container{
  background-color: #FAFAFA!important;
  font-size: 11px;
  margin-top: 30px;
  width: 90%;
  margin-left: 40px;
  height: 29px;
  text-align: center;
  padding: 10px 0 30px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #555;
  opacity: 0.9;
  filter: alpha(opacity=50);
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
}


#toggle-container {
  background-color: none;
  font-size: 11px;
  margin-top: 30px;
  width: 90%;
  margin-left: 40px;
  height: 29px;
  text-align: center;
  padding: 10px 0 30px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #555;
  opacity: 0.9;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
 }


#toggle-container:hover{
	cursor: pointer!important;
	color: #0b3764!important;
}
#toggle-container:hover h5{
	cursor: pointer!important;
	color: #275876!important;
}


.twitter-widget a.toggle {
  display: inline-block;
  height: 37px;
  background: url(/images/shrink-arrow.png) center -50px no-repeat;
}



.twitter-widget a.toggle:hover { 
	text-decoration: none; 
	cursor: pointer; 
}

.twitter-widget.shrink a.toggle {
    padding: 20px 0 9px;
	background: url(/images/shrink-arrow.png) center 9px no-repeat;
}
