@import url(reset.css);

* {-webkit-margin-after: 0;}

/* ==|== web fonts ========================================================== */

@font-face {
font-family: 'ITCKabelStdBold';
src: url("../fonts/itckabelstd-bold-webfont.eot");
src: url("../fonts/itckabelstd-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itckabelstd-bold-webfont.woff") format("woff"), url("../fonts/itckabelstd-bold-webfont.ttf") format("truetype"), url("../fonts/itckabelstd-bold-webfont.svg#ITCKabelStdBold") format("svg");
font-weight: normal;
font-style: normal; }

@font-face {
font-family: 'ITCKabelStdUltra';
src: url("../fonts/itckabelstd-ultra-webfont.eot");
src: url("../fonts/itckabelstd-ultra-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itckabelstd-ultra-webfont.woff") format("woff"), url("../fonts/itckabelstd-ultra-webfont.ttf") format("truetype"), url("../fonts/itckabelstd-ultra-webfont.svg#ITCKabelStdUltra") format("svg");
font-weight: normal;
font-style: normal; }


.clear {clear: both; }

body {
  width: 100%;
  font-family: 'proxima-nova', Helvetica, Arial, San-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  color: #4e4e4e;
  margin: 0;
  background: url(../images/blocks-bg.png) repeat;
}

a {text-decoration:none;}

header {width: 980px; margin: 0 auto; 
  /*new look*/
  padding-top: 130px; }

header h1, header h2 {
text-align: center;
color: #df3d3d; /* text color */
font-family: "proxima-nova", helvetica, arial, san-serif;
font-weight: bold;
text-shadow: 0 1px 2px rgba(0,0,0,.75); /* drop shadow */
}

header h1 {font-size: 50px; line-height: 1.6em;}
header h2 {font-size: 45px;}

#container {margin: 0 auto; padding-top: 60px;min-width: 1035px; z-index: 1}

#row-1, #row-2 {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#row-2 {
	padding-bottom: 40px;
}

#row-1 h2, #row-2 h2 {
  font-family: "museo", helvetica, arial, san-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
 }

	#row-1 figure {
		width: 500px;
		padding-top: 30px;
		float: left;
		margin: 0;
	}

  ul li {
    margin-left: -20px;
    padding-top: 1.2em;
    font-size: 1em;
    line-height: 1.4em;
    list-style-image: url(../images/bullet.png);
    }

  ul li:first {
    margin-left: -20px;
    padding-top: 0em; }

  .description-2 {
    text-shadow: 0px 1px 0px #fff;
    position: relative;
    float: left;
    width: 490px;
    padding-left: 20px; }
  
  .slider-1 {
    position: relative;
    float: right;
    display: block;
    width: 375px;
    height: 255px;
    background-size: contain;
    padding-right: 60px;
  }
  
  .description-1 {
    float: right;
    width: 460px;
  }

/*///////////////// Call Out Bar ///////////////////////////////*/


.call-out-bar {
  background-color: #EF3F3D;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  display: block;
  font-family: "ITCKabelStdBold",helvetica,arial,sans-serif;
  min-width: 1000px;
  position: fixed;
  top: 0;
  width: 100%;
}

.call-out-bar {
	width: 100%;
	min-width: 1000px;
	background-color: #ef3f3d; /* layer fill content */
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.75); /* drop shadow */
	box-shadow: 0 0 3px rgba(0,0,0,.75); /* drop shadow */
	font-family: "ITCKabelStdBold", helvetica, arial, sans-serif;

  /*new look*/
  position: fixed;
  top: 0;
  display: block;
  z-index:100;

}
	.call-out-bar article {width: 950px; margin: 0 auto;}

		.call-out-bar h1 {
		float: left;
		padding-top: 25px;
		color: #fdc72f; /* text color */
		font-family: "ITCKabelStdBold", helvetica, arial, sans-serif;
		font-size: 40px;
		text-transform: uppercase;
		text-shadow: 0 1px 1px rgba(0,0,0,.5); /* drop shadow */
		}
			.call-out-bar h1 b {
			font-size: 32px;
			}
			
			.call-out-bar h1 span {
			color: white; /* text color */
			font-size: 80px;
			position: relative;
			top: 10px;
			}
				.call-out-bar h1 span sup {
					font-size: 40px;
					position: relative;			
					top: -28px;
				}
				
				.call-out-bar h1 span sup:nth-of-type(1) {
					font-size: 40px;
					position: relative;			
					top: -24px;
				}
				
			a.cta-btn {
				display:block;
				color: white;
				width: 215px;
				text-align:center;
				padding: 15px;
				margin: 0 auto;
				margin-top: 20px;
				text-transform: uppercase;
				text-decoration: none;
				font-family: "museo", helvetica, arial, san-serif;
				font-size: 20px;
				text-shadow: 0 -1px 0 rgba(0,0,0,.75); /* drop shadow */
			}

.call-out-box {width: 960px; margin: 0 auto;}

.blue {
float: right;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #0d3955; /* layer fill content */
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.5); /* drop shadow */
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5); /* drop shadow */
box-shadow: 0 1px 1px rgba(0,0,0,.5); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.25) 0%, rgba(254,254,254,.25) 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, rgba(0,0,0,.25) 0%, rgba(254,254,254,.25) 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.25) 0%, rgba(254,254,254,.25) 100%); /* gradient overlay */
background-image: linear-gradient(bottom, rgba(0,0,0,.25) 0%, rgba(254,254,254,.25) 100%); /* gradient overlay */
}

a:hover.blue {
	background: #0d3955; /* layer fill content */
}

.red {
	-moz-border-radius: 6px / 5px 5px 5px 5px;
	-webkit-border-radius: 6px / 5px 5px 5px 5px;
	border-radius: 6px / 5px 5px 5px 5px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #ef3f3d; /* layer fill content */
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.91), inset 0 1px 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.91), inset 0 1px 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */
	box-shadow: 0 1px 5px rgba(0,0,0,.91), inset 0 1px 0 rgba(255,255,255,.5); /* drop shadow and inner shadow */

}

a:hover.red {
	background: #ef3f3d; /* layer fill content */
}

/*///////////////// Quotes ///////////////////////////////*/


#quote-grp {
  width: 100%;
  min-width: 1000px;
  height: 752px;
  background: #103047 url(../images/mags-bottom_02.png) bottom center repeat no-repeat;
  border-bottom: #ed3739 8px solid;
}
	#quote-grp h1 {
		color: #fdc72f; /* text color */
		font-family: "proxima-nova", helvetica, arial, san-serif;
		font-size: 40px;
		font-weight: bold;
		text-shadow: 1px 2px 2px rgba(0,0,0,.59); /* drop shadow */
		text-align: center;
		padding-top: 60px;
		padding-bottom: 40px;

	}
	
	#quote-grp ul li { list-style: none; width: 1000px; margin: 0 auto; padding-bottom: 30px;}
		#quote-grp ul li:nth-child(1) { border-bottom: solid #3e5565 1px;}
		#quote-grp ul li:nth-child(2) { padding-top: 30px;}
		#quote-grp ul li:nth-child(3) { border-top: solid #3e5565 1px; padding-top: 30px;}
	
	#quote-grp blockquote {font-family: "museo", helvetica, arial, san-serif; font-size: 22px; color: white; font-weight: normal; line-height: 1.4em; display: block;}
	#quote-grp blockquote span {font-family: "museo", helvetica, arial, san-serif; font-size: 16px; color: #fdc92f; /* text color */}
		
	#quote-grp p sup {
		background: url(../images/quotes.png) 0 0 no-repeat;
		float: left;
		margin-right: 5px;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
	}
		
		#quote-grp li:nth-of-type(1) p sup:nth-of-type(2), sup.ie-sup-1 {
			background: url(../images/quotes.png) -35px 0 no-repeat;
			position: relative;
			left: 885px;
			top: 1px;
		}
		
		#quote-grp li:nth-of-type(2) p sup:nth-of-type(2) {
			background: url(../images/quotes.png) -35px 0 no-repeat;
			position: relative;
			left: 515px;
			top: 1px;
		}
		
		#quote-grp li:nth-of-type(3) p sup:nth-of-type(2) {
			background: url(../images/quotes.png) -35px 0 no-repeat;
			position: relative;
			left: 545px;
			top: 1px;
		}
		
		#quote-grp li p sup.ie-sup-1 {
			background: url(../images/quotes.png) -35px 0 no-repeat;
			position: relative;
			left: 885px;
			top: 1px;
		}
		
		#quote-grp li p sup.ie-sup-2 {
			background: url(../images/quotes.png) -35px 0 no-repeat;
			position: relative;
			left: 515px;
			top: 1px;
		}
		
		#quote-grp li p sup.ie-sup-3 {
			background: url(../images/quotes.png) -35px 0 no-repeat;
			position: relative;
			left: 545px;
			top: 1px;
		}


/*///////////////// Gurantee ///////////////////////////////*/


#gurantee-grp {width: 980px; margin: 0 auto; padding: 40px 0;}
	
	#gurantee-grp h1 { 
		font-family: "proxima-nova", helvetica, arial, san-serif;
		text-transform: uppercase;
		font-size: 24px;
		float: left;
		padding-left: 30px;
		padding-top: 15px;
	}
	
	#gurantee-grp p {
		float: right;
		width: 660px;
	}
	

/*///////////////// Awards ///////////////////////////////*/


#awards-grp {width: 1000px; margin: 0 auto; padding-top: 40px; padding-bottom: 120px;}
	#awards-grp figure, #awards-grp figcaption, #awards-grp figure img  {float: left;}
	#awards-grp figure {width: 280px; border-right: solid #ccc 1px; padding-right: 20px; padding-left: 30px;}
	#awards-grp figure:nth-of-type(3) {border-right: none;}
	#awards-grp figure img  {width: 120px;}
	#awards-grp figcaption  {width: 140px; font-size: 14px; line-height: 1.4em; margin-left: 10px; padding-top: 30px;}













/*///////////////// NIVO SLIDER ///////////////////////////////*/

.theme-default .nivoSlider {
  position: relative;
  background: url(../images/loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
/*
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
*/
  }


.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

/* line 268, ../sass/styles.scss */
.theme-default .nivoSlider a {
  border: 0;
  display: block; }

/* line 273, ../sass/styles.scss */
.theme-default .nivo-controlNav {
  text-align: center; }

/* line 277, ../sass/styles.scss */
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0; }

/* line 286, ../sass/styles.scss */
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px; }

/* line 290, ../sass/styles.scss */
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

/* line 303, ../sass/styles.scss */
.theme-default:hover .nivo-directionNav a {
  opacity: 1; }

/* line 304, ../sass/styles.scss */
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px; }

/* line 308, ../sass/styles.scss */
.theme-default a.nivo-prevNav {
  left: 15px; }

/* line 312, ../sass/styles.scss */
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif; }

/* line 315, ../sass/styles.scss */
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

/* line 319, ../sass/styles.scss */
.theme-default .nivo-caption a:hover {
  color: #fff; }

/* line 323, ../sass/styles.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%; }

/* line 326, ../sass/styles.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px; }

/* line 332, ../sass/styles.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto; }

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
/* line 350, ../sass/styles.scss */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

/* line 356, ../sass/styles.scss */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none; }

/* line 362, ../sass/styles.scss */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
/* line 369, ../sass/styles.scss */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 20px;
  left: 40px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  width: 384px;
  height: 288px;
  display: none; }

/* The slices and boxes in the Slider */
/* line 379, ../sass/styles.scss */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

/* line 386, ../sass/styles.scss */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

/* line 392, ../sass/styles.scss */
.nivo-box img {
  display: block; }

/* Caption styles */
/* line 395, ../sass/styles.scss */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

/* line 413, ../sass/styles.scss */
.nivo-caption p {
  padding: 5px;
  margin: 0; }

/* line 417, ../sass/styles.scss */
.nivo-caption a {
  display: inline !important; }

/* line 420, ../sass/styles.scss */
.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
/* line 424, ../sass/styles.scss */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

/* line 430, ../sass/styles.scss */
.nivo-prevNav {
  left: 0px; }

/* line 433, ../sass/styles.scss */
.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
/* line 437, ../sass/styles.scss */
.nivo-controlNav {
  text-align: center; }

/* line 441, ../sass/styles.scss */
.nivo-controlNav a {
  cursor: pointer; }

/* line 444, ../sass/styles.scss */
.nivo-controlNav a.active {
  font-weight: bold; }

/* line 448, ../sass/styles.scss */
.slider-wrapper {
  width: 100%;
  max-width: 384px;
  height: 288px;
  position: absolute;
  /*top: 36px;
  left: 42px;*/ }


.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10 {
    display: inline;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.grid_2 {
    width: 0;
}

.grid_8 {
    width: 786px;
}



/************************
Grid System 1020
************************/
/* =Containers
--------------------------------------------------------------------------------*/
.container_10,header .content,#main{margin-left:auto;margin-right:auto;width:1020px;position:relative;}
/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10{display:inline;float:left;margin-left:15px;margin-right:15px;}
/* =Grid >> 10 Columns
--------------------------------------------------------------------------------*/
.grid_1{width:72px;}
.grid_2{width:0;}
.grid_3{width:276px;}
.grid_4{width:378px;}
.grid_5{width:480px;}
.grid_6{width:582px;}
.grid_7{width:684px;}
.grid_8{width:786px;}
.grid_9{width:888px;}
.grid_10{width:990px;}
/* =Prefix Extra Space >> 10 Columns
--------------------------------------------------------------------------------*/
.container_10 .prefix_1{padding-left:102px;}
.container_10 .prefix_2{padding-left:204px;}
.container_10 .prefix_3{padding-left:306px;}
.container_10 .prefix_4{padding-left:408px;}
.container_10 .prefix_5{padding-left:510px;}
.container_10 .prefix_6{padding-left:612px;}
.container_10 .prefix_7{padding-left:714px;}
.container_10 .prefix_8{padding-left:816px;}
.container_10 .prefix_9{padding-left:918px;}
/* =Suffix Extra Space >> 10 Columns
--------------------------------------------------------------------------------*/
.container_10 .suffix_1{padding-right:102px;}
.container_10 .suffix_2{padding-right:204px;}
.container_10 .suffix_3{padding-right:306px;}
.container_10 .suffix_4{padding-right:408px;}
.container_10 .suffix_5{padding-right:510px;}
.container_10 .suffix_6{padding-right:612px;}
.container_10 .suffix_7{padding-right:714px;}
.container_10 .suffix_8{padding-right:816px;}
.container_10 .suffix_9{padding-right:918px;}






/*footer*/
footer .content{margin-left:auto;margin-right:auto;width:1020px;position:relative;}
.push {height:160px;}
footer{background:url("../images/footer_bg.png") repeat-x scroll 0 0 #FFFFFF;height:160px;margin-top:160px; position:relative;width:100%;clear:both;}
footer .content{position:relative;height:121px;}
footer .newsletter-icon{background:url("../images/newsletter_icon.png") no-repeat scroll 0 0 transparent;float:left;height:176px;left:0;position:absolute;top:-40px;width:155px;}
footer .sign-up{float:right;}
footer .sign-up a{font:700 90% museo;color:#FFFFFF;padding:8px 12px;display:inline-block;text-transform:uppercase;-webkit-box-shadow:0px 1px 0px rgba(0,0,0,.5);-moz-box-shadow:0px 1px 0px rgba(0,0,0,.5);box-shadow:0px 1px 0px rgba(0,0,0,.5);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#0e3a55;text-shadow:0px 1px 0px rgba(0,0,0,.5);/* For IE8 and earlier */
-webkit-box-shadow:0px 1px 0px #a62424;-moz-box-shadow:0px 1px 0px #a62424;box-shadow:0px 1px 0px #a62424;font-size:140%;padding:12px 24px;margin:19px 0 0 5px;background:#164964;/* Old browsers */
background:-moz-linear-gradient(top,#164964 0%,#0b2f47 100%);/* FF3.6+ */
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#164964),color-stop(100%,#0b2f47));/* Chrome,Safari4+ */
background:-webkit-linear-gradient(top,#164964 0%,#0b2f47 100%);/* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top,#164964 0%,#0b2f47 100%);/* Opera 11.10+ */
background:-ms-linear-gradient(top,#164964 0%,#0b2f47 100%);/* IE10+ */
background:linear-gradient(top,#164964 0%,#0b2f47 100%);/* W3C */
;/* IE6-9 */}

#footer-links {
  color: #0E3A55;
  float: right;
  font-family: museo;
  font-size: 10px;
  font-weight: 700;
  margin: 10px 0 0;
  text-transform: uppercase;
}
#footer-links ul{float:left;list-style-type:none;margin:4px 0 0 0;}
#footer-links li{display:inline;margin-left:10px;}
#footer-links a{font-family:"museo-n4","museo",helvetica,arial,san-serif;font-weight:400;text-transform:uppercase;color:#4E4E4E;}
#footer-links a:hover {color:#0E3A55;}
#footer-links .social{float:left;margin-left:6px;}
#footer-links .social a{display:block;width:29px;height:29px;float:left;margin:0 0 0 3px;text-indent:-9999em;/* For IE8 and earlier */}
#footer-links p {margin:4px 0 0 0; float:left; height:auto;color:#0E3A55;}

#search-links {float:right;}
#search-links ul{list-style-type:none;}
#search-links li{display:inline;margin-left:16px;}
#search-links a{font-family:museo;font-weight:300;font-size:75%;text-transform:uppercase;}
#search-links a.login{background:#0E3A55 /* #ef3f3e */;color:#FFFFFF;padding:4px 6px;font-weight:700;-webkit-box-shadow:0px 1px 0px rgba(0,0,0,.5);-moz-box-shadow:0px 1px 0px rgba(0,0,0,.5);box-shadow:0px 1px 0px rgba(0,0,0,.5);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-text-shadow:0px 1px 1px rgba(0,0,0,.5);-moz-text-shadow:0px 12px 1px rgba(0,0,0,.5);-o-text-shadow:0px 1px 1px rgba(0,0,0,.5);-ms-text-shadow:0px 1px 1px rgba(0,0,0,.5);text-shadow:0px 1px 1px rgba(0,0,0,.5);}

.header_top_nav {float:right;margin-bottom:20px;}
.header_top_nav ul{list-style-type:none;float:left;}
.header_top_nav li{display:inline;margin-left:16px;}
.header_top_nav a{font-family:museo;font-weight:300;font-size:75%;text-transform:uppercase;}
.header_top_nav a.solid{background:#0E3A55 /* #ef3f3e */;color:#FFFFFF;padding:4px 6px;font-weight:700;-webkit-box-shadow:0px 1px 0px rgba(0,0,0,.5);-moz-box-shadow:0px 1px 0px rgba(0,0,0,.5);box-shadow:0px 1px 0px rgba(0,0,0,.5);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-text-shadow:0px 1px 1px rgba(0,0,0,.5);-moz-text-shadow:0px 12px 1px rgba(0,0,0,.5);-o-text-shadow:0px 1px 1px rgba(0,0,0,.5);-ms-text-shadow:0px 1px 1px rgba(0,0,0,.5);text-shadow:0px 1px 1px rgba(0,0,0,.5);}

#search-box{float:right;width:99%;}
#search-box .social,
#search-box .social:hover{width:32%;float:left;}

.stay_up_to_date {
  background: url("../images/stay_up_to_date.png") no-repeat scroll 0 5px transparent;
  display: block;
  float: left;
  height: 38px;
  line-height: 0;
  margin: 26px 0 0 208px;
  text-indent: -9999px;
  width: 638px;
}

.verisign{width:135px;float:left}

.social a{display:block;width:29px;height:29px;float:left;margin-right:8px;text-indent:-9999em;opacity: 0.6;background: url("../images/social_sprite.png") no-repeat scroll 0 0 transparent;}
.social a:hover {opacity: 1;}
.social a.facebook{background-position: 0 0px; }
.social a.facebook:hover{background-position: 0 -29px;}
.social a.twitter{background-position: -93px 0; }
.social a.twitter:hover{background-position: -93px -29px;}
.social a.pinterest{background-position: -30px 0; }
.social a.pinterest:hover{background-position: -30px -29px;}
.social a.rss{background-position: -62px 0px; }
.social a.rss:hover{background-position: -62px -29px;}

#search-box .search{float:left;}