@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #666;
	line-height: 1.5em;
	font-family: "Helvetica Neue",arial,sans-serif;
	font-size: 17px;
	background-color: #fff;
	margin: 0; padding: 0;
}

h1 {font-size: 20px; margin: 0; font-weight: 300; color: #555; line-height: 1.2em; padding: 1px 0 0 0; font-family: 'Roboto', sans-serif; letter-spacing: 1px;}
h2 {font-size: 36px; margin: 0; font-weight: 300; color: #666; line-height: 1.4; padding: 11px 0 5px 0; font-family: 'Open Sans', sans-serif;}
h3 {font-size: 22px; margin: 0 0 0.2em 0;  font-weight: 300; color: #666; line-height: 1.4em; padding: 0; font-family: 'Open Sans', sans-serif;}

h2 a {text-decoration: none;}

h2.faq {font-size: 22px; padding-top: 0px; padding-bottom: 10px;}

h2.lower a { color: #666; text-decoration: underline;}

div.three h3 a {color: #ccff66; text-decoration: none;}
div.three h3 a:hover {color: #ccff66; text-decoration: none;}

p {margin: 0 0 .6em 0; padding: 0;}

a {color: #00bf63; font-weight: 500;}
a:hover {color: #00bf63; font-weight: 500; text-decoration: none;}
footer {  font-size: 14px; color: #fff; background-color: #333; padding: 10px 0 50px 0; text-align: center; margin: 0; border-top: 2px solid #ccc;}

.footerinner div div {color: #ccff66;}

a.call { text-decoration: none;}
a.call:hover { text-decoration: none;}

footer a {color: #fff; text-decoration: none; font-weight: 300;}
footer a:hover {color: #fff; text-decoration: underline; font-weight: 300;}

ol {margin: 5px 0 7px 20px; padding: 0;}
ul {margin: 0 0 7px 20px; padding: 0;}
li {margin: 0; padding: 0 0 5px 10px;}

ul.normal li {margin: 5px 0 0 20px; padding: 0 0 5px 0;}
ul.normal {padding-bottom: 0.6em;}
h2.normal {padding-top: 4px; padding-bottom: 3px; font-size: 22px;}
ol li span {color: #00bf63; font-weight: 700; letter-spacing: 1px;}

.clear-fix {clear:both; line-height: 1px;}

strong {
    color: #00bf63;
}

div.aligncenter {width: 100%; text-align: center;}

div.safecontractor {
	width:100%;
}

iframe {width: 100%; height: 180px; border:0;}

.btn {
	background: #fffffe linear-gradient(#444, #000) 0 0/100% 40px no-repeat;
	color: #ccff66;
	padding: 8px 0 8px 0;
	margin: 8px 0 5px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	width: 50%;
	min-width: 200px;
}

#desktopmenu {
	text-align: center;
}

#desktopmenu {
	text-align: center;
}

nav {
  width: 100%;
}
nav ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav ul li a:hover {
  color: #333;
  font-weight: 300;
}
nav ul li a {
  color: #333;
  display: block;
  padding: 0.5em 20px;
  text-decoration: none;
  font-weight: 300;
}
nav ul li ul {
    display: none;
}
nav ul li:hover {
}
nav ul li {
    display: inline-block;
}
nav ul li:hover ul {
  background: #ddd none repeat scroll 0 0;
  display: block;
  min-width: 170px;
  position: absolute;
  z-index: 100;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.24);
  -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.24);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.24);
}
nav ul li ul li {
  display: block;
  border-bottom: 1px solid #ccc;

}
nav ul li:hover ul li a:hover {
	background:#ccc;
	font-weight: 300;
}
nav ul li:hover ul li a {
  padding: 10px 27px 5px;
  text-align: left;
  color: #333;
  font-weight: 300;
}

span.smaller {font-size: 16px;}

span.footerbottom {font-size: 13px; line-height: 1.0;}

span.footerbottom span {color: #9de9ff; font-weight: normal;}

.safecontractor img.cpfc {height: 40px; width: auto; border:0;}

a.checkatradefooter { color:#9de9ff; text-decoration: underline;}
a.checkatradefooter:hover { color: #9de9ff; text-decoration: none;}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.whatareas a {color: #666; text-decoration: none;}

h2.left {text-align: left;}

div.terms p a {color: #666;}

.fixedfooter {
	position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
	background: #333;
	border-top: 2px solid #444;
	}

span.tanker {
	font-weight: bold;
}