/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Font-Face
================================================== */
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

body {
	font-family:"PT Sans Narrow", Tahoma, sans-serif;
	font-size:16px;
	font-weight:400;
	text-align:justify;
}

.clear {
	clear:both;
}

.mainheading {
	font-size:30px;
	font-weight:700;
	color:#fc5012;
	font-family:"PT Sans Narrow", Tahoma, sans-serif;
	line-height:35px;
	margin-bottom:10px;
}

.subheading {
	font-size:28px;
	font-weight:400;
	color:#01244a;
	font-family:"PT Sans Narrow", Tahoma, sans-serif;
}


/* #Page Styles
================================================== */

div.masthead {
	background:#01244a;
	height:15px;
	width:100%;
	margin-bottom:1px;
}

div.top-divider {
	background:url(../images/orange-divider.png) no-repeat center center;
	height:1px;
	width:100%;
}

div.header {
	border-bottom:2px solid #f0f0f0;
	position:relative;
	height:132px;
}

div.logo {
	float:left;
	padding:10px 0px;
}


#navcontainer {
	float:right;
}

#navcontainer ul
{
padding:0px;
margin:0px;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 94px 14px 20px 14px;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
color:#01244a;
font-size:18px;
font-weight:400;
}

#navcontainer ul li a:hover, a.current
{
background:url(../images/menu-roll.jpg) repeat-x center bottom;
}

div.headerShadow {
	background:url(../images/shadow.png) no-repeat center top;
	width:1000px;
	height:30px;
	position:relative;
	margin:0px auto;
	z-index:1000;
}

div.intro {
	padding-top:35px;
	background:url(../images/stripes.jpg) repeat;
	border-bottom:2px solid #ececec;
}

img.introImg {
	background:#f0f0f0;
	padding:10px;
}

a#requestQuote {
	position:absolute;
	cursor:pointer;
	right:0px;
	bottom:0px;
	background:url(../images/button-gradien.jpg) repeat-x center bottom;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-left-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	color:#fff;
	padding:5px 25px;
	text-decoration:none;
}

div#quote {
	background:url(../images/quotebg.jpg) repeat-x center bottom #1d60a8;
	padding:40px 0px 0px 0px;
	display:none;
}

div#quote a.button {
	margin-left:40px;
}

input.longinp, select.longinp {
	width:390px !important;
	font-family:"PT Sans Narrow", Tahoma, sans-serif;
	font-size:16px;
	font-weight:400;
}

select.longinp {
	padding:2px 0px !important;
	width:400px !important;
}

textarea.longtext {
	width:390px;
	height:168px;
	font-family:"PT Sans Narrow", Tahoma, sans-serif;
	font-size:16px;
	font-weight:400;
}

#subbutton {
	position:relative;
	left:-57px;
}

#formleft {
	position:relative;
	left:40px;
}

.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 878px;
    height:120px;
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:838px;
	padding:40px 40px 40px 20px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 5px 20px 21px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:100px;
    height:75px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../images/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:40px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


/* left */
a.left { margin-left: 0px; }
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down  {
    background:url(../images/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

a.scrollerbutton {
	background:url(../images/button-bg.jpg) repeat-x center top;
	padding:5px 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:white;
	float:right;
	text-decoration:none;
}

.scrollheading {
	font-size:30px;
	color:#515151;
	font-weight:700;
}

div.industries {
	background:url(../images/gray-grad.jpg) repeat-x center bottom;
}

.add-top {
	padding-top:20px;
}

img.article-icon {
	float:left;
	margin-right:1em;
	margin-bottom:137px;
}

.maincontent {
	padding-bottom:60px;
}

.maincontent h3 {
	font-size:22px;
}

div.footer-divider {
	background:url(../images/divider-blue.jpg) no-repeat center top;
	height:1px;
	margin-bottom:1px
}

div.footer {
	background:#01244a;
	min-height:200px;
	padding:20px 0px;
	color:white;
}

div.footer-left {
	float:left;
	width:500px;
}

div.footer-right {
	float:right;
	text-align:right;
	width:380px;
	padding-top:80px;
}

div.footer-left a, div.footer-left a:hover {
	color:white;
}

div#quote h1 {
	color:#fff;
	font-size:40px;
	margin-bottom:5px;
}

div#quote h3 {
	color:#fff;
	font-size:20px;
	margin-bottom:20px;
	border-bottom:1px dotted white;
	padding-bottom:5px;
	margin-right:40px;
}

div#quote h1, div#quote h3 {
	margin-left:40px;
}

ul#triple{
  width:500px;
  overflow:hidden;
}
ul#triple li{
  line-height:1.5em;
  float:left;
  display:inline;
}
#triple li  { width:33.333%; } /* 3 col */
#quad li    { width:25%; } /* 4 col */
#six li     { width:16.666%; } /* 6 col */

.footer-left h2 {
	color:white;
}

#pullouts {
  display:none;
}

.new-btn {
  display: inline-block;
  border-radius: 5px;
  background: #01244a;
  padding: 15px 20px;
  color: #fff !important;
  font-weight:bold;
}