/* Getting the new tags to behave */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

/*Custom ========================================*/
.normal_list {
  list-style: circle;
}
.normal_list li {
  margin-left: 20px;
  list-style-type: circle;
  padding-bottom: 4px;
}
#free_signup_top_right {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
#facebook_like {
  position: relative;
  z-index: 9999;
  top: 6px;
  left: 134px;
  color: white;
}
.box1 {
  text-align: right;
  font-weight: bold;
}
.box1 li {
  margin-bottom: 5px;
}
.box1 a {
  padding-right: 15px;
}
.box1 a:hover {
  background-image: url(../images/arrow-right.png);
  background-position: right;
  background-repeat: no-repeat;
}
.box2 {
  text-align: right;
  font-weight: bold;
  padding: 10px 5px 3px 15px;
  background-color: #000066;
  border-radius: 50px;
  -moz-border-radius: 50px;
}
.box2 li {
  margin-bottom: 5px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
.rate_notes span {
  display: block;
  font-weight: bold;
  color: #ee0000;
  padding: 0 0 3px 0;
}
#frmSignup sup {
  font-size: 1.5em;
}

#frmOutboundShipping ul,
#frmInboundShipping {
  width: 550px;
}
#frmOutboundShipping li {
  padding-bottom: 10px;
}
#frmOutboundShipping li span label {
  display: block;
}
#frmOutboundShipping li span {
  float: left;
  padding-right: 10px;
}
#frmOutboundShipping legend {
  font-size: 0.8em;
}

.shipping_estimate_results {
  border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #ffcc66;
  color: #000000;
  padding: 10px;
}
.shipping_estimate_results div {
  padding-bottom: 5px;
  font-weight: bold;
}
.shipping_estimate_results span {
  font-weight: normal;
  display: block;
  float: left;
  width: 150px;
}

.country_list {
  width: 140px;
  position: relative;
  float: left;
  padding-right: 10px;
}
.country_list .country_group_header {
  background-color: #0c4da2;
  color: white;
  font-weight: bold;
}
.country_list li span {
  display: block;
  float: left;
}
.country_list li {
  margin: 0;
  padding-left: 0px;
}
.country_list li:hover {
  background-color: #95bce2;
}
.country_list span:first-child {
  width: 130px;
}
.country_list span:nth-child(2) {
  width: 10px;
}

.us_zipcode_list {
  float: left;
  border: 1px solid #95bce2;
  margin-right: 10px;
}
.us_zipcode_list tr:first-child td {
  font-weight: bold;
}
.us_zipcode_list tr td {
  padding: 0 6px 1px 10px;
  vertical-align: top;
  border-bottom: 1px solid #95bce2;
}
.us_zipcode_list tr td:first-child {
  text-align: left;
}
.us_zipcode_list tr td:last-child {
  text-align: center;
}
.us_zipcode_list tr:first-child {
  font-weight: bold;
  background-color: #0c4da2;
  color: white;
}

sup {
  color: red;
  font-weight: bold;
}
section {
  position: relative;
  z-index: 1;
} /*to allow header - menu to show over*/
.big_letters_ascending span:nth-of-type(1) {
  font-size: 1.2em;
  color: #fff;
}
.big_letters_ascending span:nth-of-type(2) {
  font-size: 1.8em;
  color: #fff;
}
.big_letters_ascending span:nth-of-type(3) {
  font-size: 2.4em;
  color: #fff;
}

.restricted_items_list li {
  list-style: none;
  display: inline;
  padding: 5px;
  margin: 0 auto;
}
.restricted_items_list {
  margin: 0 auto;
  text-align: center;
}

.safe_website_list {
  position: relative;
}
.safe_website_list li {
  position: absolute;
}
.safe_website_list li img {
  padding: 2px;
  border: 2px solid white;
}
.safe_website_list li img:hover {
  border: 2px solid #cccccc;
}

.faq_list li {
  list-style: none;
  padding-top: 15px;
}
.faq_list li .first {
  padding-top: 0;
}
.faq_list li .last {
  padding-bottom: 0;
}
.faq_list h3 {
  font-size: 1.3em;
  margin-bottom: 3px;
  color: blue;
}
.faq_list li div {
  font-weight: bold;
  padding: 0 0 3px 0;
}
.faq_list li .question {
  color: #cc0000;
}

#pre_alert fieldset {
  border: 2px solid #ff9900;
}
#pre_alert legend {
  font-weight: bold;
}
#pre_alert table {
  padding-top: 5px;
}

#external_track fieldset {
  border: 1px solid #ff9900;
}
#external_track legend {
  font-weight: bold;
  font-size: 1em;
}
#external_track li {
  padding-bottom: 5px;
}

.important {
  color: red;
}
/*Show-hide paragraphs on index page*/
.expIco {
  padding-left: 20px;
  background: url(../images/plus.gif) no-repeat 0px 4px;
}
.collIco {
  padding-left: 20px;
  background: url(../images/minus.gif) no-repeat 0px 4px;
}
.show_hide {
  color: white;
  background-color: #172c82;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#content .show_hide a,
.show_hide a:visited {
  color: white;
  text-decoration: none;
}
#content .show_hide a:hover {
  text-decoration: underline;
}
.show_hide_panel {
  padding-left: 5px;
}
/*End show-hide*/

.error_message {
  color: #ff0000;
  font-weight: bold;
}
.thank_you_message {
  color: #009900;
  font-weight: bold;
  font-size: 1.3em;
}
.debug_code {
  background-color: navy;
  color: white;
  border: 1px dotted lime;
}
.gallery_image_with_link {
  text-align: center;
}
.gallery_image_with_link img {
  padding-bottom: 5px;
}
.gallery_image_with_link span {
  padding-top: 26px;
  padding-right: 10px;
  padding-left: 10px;
}
.gallery_image_with_link span img {
  padding: 0;
  width: auto;
  height: auto;
}

.black_bg {
  background-color: #000;
  color: #cccccc;
}
.black_bg a {
  color: white;
}
.black_bg a:hover {
  color: #cccccc;
}
.green_bg {
  background-color: #009900;
  color: #ffffff;
}
.green_bg a {
  color: #ffffff;
}
.red_bg {
  background-color: #ff0000;
  color: #ffffff;
}
.red_bg a {
  color: #ffffff;
}
.white_bg {
  background-color: #ffffff;
  color: #009900;
}
.white_bg a {
  color: #000000;
}
.blue_bg {
  background-color: #0066ff;
  color: #ffffff;
}
.blue_bg a {
  color: #ffffff;
}
.orange_bg {
  background-color: #ff6600;
  color: #ffffff;
  font-weight: bold;
}
.orange_bg a {
  color: #ffffff;
}

.telephone_num {
  padding-right: 10px;
  padding-left: 10px;
}
.telephone_num_last {
  border-right: none;
}
.telephone_num_first {
  padding-left: 0px;
}

.contact_list {
  list-style: none;
}
.contact_list li {
  min-height: 35px;
}
.contact {
  padding-bottom: 10px;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px solid white;
  max-width: 250px;
  padding-top: 10px;
}
.contact:first-child {
  padding-top: 0px;
}
.contact:hover {
  border-bottom: 1px solid #ff9900;
  border-top: 1px solid #ff9900;
}
.contact a {
  text-decoration: none;
}
.contact_name {
  font-weight: bold;
}

sup {
  color: #ff0000;
  font-weight: bold;
}

/*End Custom ====================================*/

/* Global properties ======================================================== */
body {
  background: #00339c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
  color: #242424;
}

/* Global Structure ============================================================= */
.container {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  font-size: 0.8125em;
  z-index: 1;
}

/* Header */
header {
  height: 110px;
  overflow: visible;
  /*background:url(../images/header-bg.gif) 0 0 repeat-x;*/
  position: relative;
  z-index: 3;
  border-bottom: 2px solid #f7941e;
}

/*Gallery*/
#gallery {
  height: 496px;
  overflow: hidden;
  /*		background:url(../images/gallerry-bg.gif) 0 0 repeat-x;*/
  background-color: #ffed76; /*bg colour*/
  position: relative;
  z-index: 1;
}

/* Content */
#content {
  float: left;
  width: 685px;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside {
  padding: 32px 0px 10px 15px;
}

/* Sidebar */
aside {
  float: left;
  width: 270px;
  margin-right: 25px;
}

/* Footer */
footer {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 0 2px 0;
  border-top: 5px solid #f7941e;
}

/* Left & Right alignment */

.fleft {
  float: left;
  padding-right: 10px;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}

.col-1,
.col-2,
.col-3 {
  float: left;
}

.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}

/*----- form defaults -----*/
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  vertical-align: middle;
  font-weight: normal;
}

/*----- other -----*/
figure {
  margin-bottom: 18px;
}

.img-indent {
  margin: 0 20px 0 0;
  float: left;
}
.img-box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
}
.img-box figure {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

.extra-wrap {
  overflow: hidden;
}

p {
  margin-bottom: 18px;
}
.p1 {
  margin-bottom: 5px;
}
.p2 {
  margin-bottom: 9px;
}
.p4 {
  margin-bottom: 15px;
}
.p3 {
  margin-bottom: 27px;
}

/*----- txt, links, lines, titles -----*/
a {
  color: blue;
  outline: none;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 34px;
  line-height: 1.2em;
  color: #fff;
  font-weight: normal;
  background: url(../images/header-logo.png) no-repeat 0 0;
  padding: 6px 0 8px 69px;
  position: absolute;
  left: 5px;
  top: 6px;
  width: 260px;
  height: 108px;
}
h1 a {
  color: #fff;
  text-decoration: none;
}
h2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: normal;
  color: #000000;
  margin-bottom: 12px;
}
h2 span {
  color: #000;
}
h3 {
  font-size: 1em;
  margin-bottom: 6px;
}
h3 a {
  color: #242424;
}
h3 a:hover {
  text-shadow: 1px 1px 1px #888;
}

/*==================boxes====================*/
.main-box {
  background: #f9ffb2; /*bg colour*/
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 75vh;
}

.contacts {
  padding-bottom: 20px;
}
.contacts li {
  width: 100%;
  overflow: hidden;
}
.contacts li strong {
  float: left;
  width: 95px;
}

.list1,
list2 {
  margin-left: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.list1 li {
  background: url(../images/arrow1.gif) no-repeat 0 6px;
  padding: 0 0 10px 12px;
}

.list2 li {
  background: url(../images/check_16x16.jpg) no-repeat;
  padding: 0 0 8px 22px;
}

.list3 li {
  background-image: url(../images/accepted_18.jpg);
  background-repeat: no-repeat;
  padding: 0 0 10px 22px;
}

/*===== gallery =====*/
.roundabout-holder {
  width: 850px;
  height: 496px;
  margin: 0 auto;
}
.roundabout-moveable-item {
  width: 646px;
  height: 416px;
  cursor: pointer;
  border: 3px solid #ccc;
  border: 3px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.roundabout-moveable-item img {
  width: 100%;
}
.roundabout-in-focus {
  border: 3px solid rgba(0, 0, 0, 0.2);
}

/*===== content =====*/
#content {
}
/*#content img, aside img {
		border:3px solid #ebebeb;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	#content img:hover {
		border-color:#bbb;
	}
	*/
#content a {
  color: blue;
}

/*--- news list styles ---*/
.news li {
  overflow: hidden;
  position: relative;
  padding: 0 0 26px 75px;
}
.news li:last-child {
  padding-bottom: 0;
}

.news li figure {
  width: 59px;
  height: 59px;
  background: url(../images/date-bg1.gif) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
.news li figure strong {
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: -7px;
  padding-top: 4px;
}

.news li:nth-of-type(4n + 2) figure {
  background: url(../images/date-bg2.gif) no-repeat 0 0;
}
.news li:nth-of-type(4n + 3) figure {
  background: url(../images/date-bg3.gif) no-repeat 0 0;
}
.news li:nth-of-type(4n + 4) figure {
  background: url(../images/date-bg4.gif) no-repeat 0 0;
}

.team-list li {
  width: 100%;
  overflow: hidden;
  padding-bottom: 43px;
}
.team-list li:last-child {
  padding-bottom: 0;
}
.team-list li figure {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

/*--- loopedSlider styles ---*/
/*
 * Required 
*/
#loopedSlider .wrap {
  width: 295px;
  height: 295px;
  overflow: hidden;
  position: relative;
}
#loopedSlider .slides {
  position: absolute;
  top: 0;
  left: 0;
}
#loopedSlider .slides div {
  position: absolute;
  top: 0;
  width: 295px;
  display: none;
}
/*
 * Optional
*/
#loopedSlider {
  width: 295px;
  position: relative;
  clear: both;
}
#loopedSlider .nav-controls {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}
#loopedSlider li {
  display: inline;
}
#loopedSlider li a.previous {
  float: left;
}
#loopedSlider li a.next {
  float: right;
}

/*===== footer =====*/
footer {
  color: #fff;
}
footer a:visited {
  color: #ff6600;
}
