/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #999; color: #fff; text-shadow: none; }
::selection { background: #999; color: #fff; text-shadow: none; }

a { color: #00e; }
/*a:visited { color: #551a8b; }*/
a:hover { color: #06e; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 50px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


body{
	background-color: #fff;
	line-height: 1.4;
	font-size: 12px;
	background-image:url(/images/global/header-background.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

.ie7 body,
.ie6 body{
	padding: 0 0 70px;
}

a{
	text-decoration: none;
	color: #666;	
}

a:hover{
	color: #999;	
}

h1{
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 24px;
}

h2{
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 18px;
}

h3{
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 16px;
}

h1 + p,
h1 + ul,
h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol{
	margin-top: 0;	
}

.container {
	background-image:url(/images/global/container-background.jpg);
	background-position:left 360px;
	background-repeat:repeat-x;
}

.wrapper{
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
	box-shadow: 0 0 5px rgba(0,0,0,.6);
}

header{
	margin: 0 auto;
	width: 960px;
	height: 115px;
	position: relative;	
}

.logo{
	width: 320px;
	height: 75px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

/* Add CSS for bootstrap-like alerts */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,

.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,

.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.tagline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0;	
}

.tagline a{
	color: #666;
}

.tagline a:hover{
	color: #999;
}

.greenBorder {
	border-color: #326832;
}

.utility-nav{
	width: 391px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
}

.utility-nav ul{
	height: 35px;
	padding: 0;
	list-style: none;
	background-image:url(/images/global/gradient-background.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	overflow: hidden;
}

.oldie .utility-nav ul {
	background-image:url(/images/global/gradient-background.jpg);
}

.utility-nav li{
	float: left;
}

.utility-nav a{
	border-left: 1px solid #D1D594;
	border-right: 1px solid #616617;
	line-height: 35px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #fff;
}

.ie6 .utility-nav a{
	height: 35px;
	zoom: 1;
}

.utility-nav img{
	margin-right: 8px;	
}

.utility-nav a:hover{
	background-color: rgba(255,255,255,.2);	
}

.home-nav a{
	border-left: 0;
	width: 68px;
}

.contact-nav a{
	width: 110px;
}

.ie6 .contact-nav a{
	padding-top: 9px;
	height: 26px;
}

.ftp-nav a{
	border-right: 0;
	width: 118px;
}

.ie6 .ftp-nav a{
	padding-top: 9px;
	height: 26px;
}

.usps-nav a{
	width: 88px;
}

.main-nav{
	width: 960px;
	height: 50px;
	background-image:url(/images/global/gradient-background.png);
	background-position:left 0px;
	background-repeat:repeat-x;
	z-index: 100;
}

.oldie .main-nav {
	background-image:url(/images/global/gradient-background.jpg);
}

.main-nav li{
	float: left;
}

.main-nav a{
	border-left: 1px solid #D1D594;
	border-right: 1px solid #5F6410;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;	
}

.ie6 .main-nav a:hover{
	color: #fff;
}

.sp-nav a{
	border-left: 0;
	width: 173px;
}


.ebpp-nav a{
	width: 82px;
}

.dp-nav a{
	width: 142px;
}

.dm-nav a{
	width: 110px;
}

.presort-nav a{
	width: 90px;
}

.delivery-nav a{
	width: 140px;	
}

.industries-nav a{
	width: 105px;
}

.about-nav a{
	border-right: 0;
	width: 104px;
}

.ie8 .about-nav a{
	width: 102px;
}

.oldie .main-nav a:hover,
.oldie .utility-nav a:hover {
	background-image:url(/images/global/gradient-wh-background.png);
	background-position:left 0px;
	background-repeat:repeat-x;
	background-color: transparent;
}

.ie6 .main-nav a:hover,
.ie6 .utility-nav a:hover{
	background-image: none;
	background-color:#9fa71b;
}

/* ==|== megalodon ======================================== */

ul.megalodon { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1; 
	z-index: 201;
	font-weight: 500;
}

.megalodon li { 
	float: left;
	display: inline;
}

.megalodon .menu { 
	position: absolute;
	z-index: 201;
	left: -999em;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.3);
	box-shadow: 0 4px 4px rgba(0,0,0,.3);
	text-indent: 0;
	padding: 15px 15px 10px;
	background-color:#fff;
	background-image:url(/images/global/menu-gradient-background.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border: 1px solid #999;
	text-shadow: none;
	overflow: hidden;
	font-weight: 400;
}

.ie6 .megalodon .menu { 
	zoom: 1;
}

/*.ie6 .megalodon .menu li { 
	height: auto;
	line-height: normal;
}*/

.sp-nav .menu{
	margin-left: -1px;
}

.ie6 .sp-nav .menu{
	margin-left: 0;
}

.about-nav .menu{
	margin-left: -102px;
}

.ie8 .about-nav .menu{
	margin-left: -103px;
}

.megalodon li:hover .menu,
.megalodon li.sfhover .menu {
	left: auto;
}

.megalodon li:hover .menu{
	zoom: 1;
}

.ie6 .megalodon li.sfhover .menu {
	left: auto;
	zoom: 1;
	clear: left;
}

.megalodon li:hover > a {
	background-image:url(/images/global/gradient-wh-background.png);
	background-position:left 0px;
	background-repeat:repeat-x;
}

.oldie .megalodon li:hover > a {
	background-image:url(/images/global/gradient-wh-background.png);
	background-position:left 0px;
	background-repeat:repeat-x;
}

.ie6 .megalodon li.sfhover a{	
	background-image: none;
	background-color:#9fa71b;
}

.megalodon li li { 
	float: none;
	display: block;
	margin: 0 0 7px;
}

.ie6 .megalodon li li { 
	zoom: 1;
}

.megalodon .menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 175px;
}

ie6 .megalodon .menu ul{
	overflow: hidden;
	zoom: 1;
}

.megalodon .menu a{
	background-color: transparent;
	width: auto;
	text-align: left;
	color: #333;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	font-size: 12px;
	background-image: none;
	border: 0;
	padding: 0;
	display: block;
}

.megalodon .menu li:hover,
.megalodon .menu a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #999;
}

/*.ie6 .megalodon .menu li:hover,*/
.ie6 .megalodon li.sfhover .menu li{
	background-color: transparent;
	line-height: 1;
	height: auto;
	margin: 0;
	overflow: hidden;
	white-space: pre-line;
}

.ie6 .megalodon li.sfhover .menu li a{
	background-color: transparent;
}

.ie7 .main-nav .menu a:hover,
.ie6 .main-nav .menu a:hover{
	background-color: transparent;
	background-image: none;
}

/* ==|== sub nav ======================================== */

.sub-nav{
	margin: 0 0 20px;
}

.sub-nav-head{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	margin: 0;
	padding: 0 10px;
	background-image:url(/images/global/gradient-background.png);
	background-position:left 0px;
	background-repeat:repeat-x;
	color: #fff;
	font-weight: 500;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.oldie .sub-nav-head {
	background-image:url(/images/global/gradient-background.jpg);
}

.sub-nav a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border-bottom: 1px dotted #ccc;
	color:#333;	
}

.ie6 .sub-nav a{
	border-bottom: 1px solid #ccc;
}

/* ==|== main feature ======================================== */

.main-feature{
	width: 960px;
	height: 380px;
	position: relative;	
}

.ie8 .main-feature{
	overflow: hidden;
}

#slide-container{
	width: 960px;
	height: 380px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background-color: #121212;
}

.slide{
	width: 960px;
	height: 380px;
	position: relative;
	background-image:url(/images/global/feature-ribbon-background.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.feature-call{
	width: 740px;
	height: 70px;
	padding: 20px;
	padding-right: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;	
}

.action{
	margin: 0;
	height: 42px;
	position: absolute;
	top: 33px;
	right: 20px;
	text-align: right;
}

.action .button{
	height: 40px;
	line-height: 40px;
	width: 125px;
	margin-left: 15px;	
}

.fc-ebpp{
	padding-right: 320px;
	width: 620px;
}

.feature-head{
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 1;	
}

.feature-desc{
	margin: 0;
}

.feature-ribbon{
	width: 980px;
	height: 110px;
	background-image:url(/images/global/feature-ribbon-background.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	position: absolute;
	left: -10px;
	bottom: 0;
	z-index: 1;	
}

.ie7 .feature-ribbon,
.ie6 .feature-ribbon{
	width: 960px;
	left: 0;
}

.feature-ribbon:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	border: 5px solid;
	border-color: #666 #666 transparent transparent;	
	width: 0;
	height: 0;
}

.feature-ribbon:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: -10px;
	border: 5px solid;
	border-color: #666 transparent transparent #666;
	width: 0;
	height: 0;	
}

.feature-sub{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 110px;
	left: 10px;
	z-index: 3;
}

.ie7 .feature-sub{
	bottom: 109px;
}

.feature-sub li{
	float: left;
	margin-right: 3px;
	display: inline;
}

.feature-sub a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background-image:url(/images/global/gradient-background.png);
	background-position:left bottom;/*center*/
	background-repeat:repeat-x;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.oldie .feature-sub a{
	background-image:url(/images/global/gradient-background.jpg);
}

.feature-sub a:hover {
	color:#eee;
}

.ie6 .feature-sub a{
	float: left;
}

.feature-sub a.active{
	background-color: #121212;
	background-image:none;
}

/* ==|== sub feature ======================================== */

.sub-feature{
	width: 638px;
	height: 198px;
	border: 1px solid #999;
	background-color: #eee;
	margin: 0 0 12px;	
}

.sub-feature img,
.callout-image img{
	display: block;	
}

/* ==|== column classes ======================================== */

.main-content{
	padding: 20px;
	background-image:url(/images/global/main-content-background.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

.main-col1{
	float: right;
	width: 640px;
}

.main-col2{
	float: left;
	width: 260px;
}

.sub-col1,
.sub-col2{
	width: 310px;
	/*height: 105px; I removed for a height issue w/copy */
	float: left;
	margin: 5px 0 0;
}

.ie7 .sub-col1,
.ie7 .sub-col2,
.ie7 .sitemap-col1,
.ie7 .sitemap-col2 {
	overflow: hiddeen;
}

.sub-col2{
	float: right;	
}

.sitemap-col1,
.sitemap-col2 {
	float:left;
	width:48.5%;	
}

.sitemap-col2 {
	float:right;
}

.sitemap ul{
	list-style: none;
	padding: 0;
}

/* ==|== homepage callouts ======================================== */

.callout{
	padding: 0;
	margin: 0;
	list-style: none;
}

.callout li{
	overflow: hidden;
}

.callout-image{
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	margin-right: 10px;
	background-color: #eee;
}

.callout-title{
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 700;
}

.callout-action{
	margin-top: 15px;
	text-align: right;
}

.callout-action a{
	background-image: url(/images/icons/callout-action.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* ==|== breadcrumb ======================================== */

.breadcrumb{
	padding: 0;
	margin-top: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

.breadcrumb li{
	float: left;
	margin-right: 8px;
}

.breadcrumb a{
	margin-right: 8px;
}

/* ==|== login ======================================== */

.login{
	padding: 15px 20px 50px;
	border: 1px solid #ccc;
	position: relative;
	background-image:url(/images/global/menu-gradient-background.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.ie6 .login{
	zoom: 1;
}

.login-header{
	margin: 0 0 10px;
	font-weight: 500;
	font-size: 18px;	
}

.login label{
	display: block;
}

.login .text{
	width: 206px;
}

.login .button{
	width: 80px;
}

.login input.button{
	height: 32px;
	width: 82px;	
}

.demo-call{
	position: absolute;
	width: 162px;
	height: 34px;
	padding: 8px;
	padding-right: 90px;
	background-image:url(/images/global/feature-ribbon-background.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	bottom: -1px;
	left: -1px;
	color: #fff;	
}

.demo-call p{
	margin: 0;
	white-space: pre;
}

.demo-call .button{
	position: absolute;
	top: 8px;
	right: 8px;
}

.login-submit{
	position: relative;	
}

.login-util{
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 11px;
}

.login-util a{
	display: block;
	margin: 0 0 2px;
}

/* ==|== testimonial ======================================== */

.testimonial {
	border-top: 1px dotted #CCCCCC;
	display: block;
	margin: 0;
	position:relative;
	overflow:hidden;
	padding:20px 0;
}

.ie6 .testimonial {
	border-top: 1px solid #ccc;
}

.ie6 .testimonial{
	padding: 20px 0 50px;
}

.before-quote {
    display: inline-block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120px;
    height: 120px;
    line-height: 100px;
    margin-right: 10px;
    width: 34px;
}

.after-quote {
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120px;
    height: 50px;
    line-height: 100px;
    margin-right: 10px;
    width: 34px;
}

.testimonial p {
	margin: 0 0 10px 50px;
	padding: 0;
	font-style:italic;
}

.testimonial .title,
.testimonial .company,
.testimonial .name {
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 0 50px;
	padding: 0;
	text-align: left;
}

.testimonial .title,
.testimonial .company {
	color: #999999;
}

.pullquote {
  border-bottom: 10px solid #000000;
  border-top: 10px solid #000000;
  color: #000000;
  float: left;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 25px;
  margin: 5px 40px 20px 0;
  padding: 20px 0;
  width: 200px;
}

/* ==|== family of companies ======================================== */

.company-container {
	border-top:4px solid #eee;
	overflow:hidden;
	margin:10px 0 0;
	padding:20px 0 0;
}

.company-header {
	position:relative;
	width:640px;
	overflow:hidden;
	margin-bottom:10px;
}

.company-photo {
	height:175px;
	width:300px;
	float:left;
	border: 1px solid #999999;
}

.company-web {
	background-color:#F5F5F5;
	position:absolute;
	top:0;
	right:0;
	height:26px;
	line-height:26px;
	padding:4px 10px;
	/*min-width:150px;*/
	text-align:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.company-logo {
	position:absolute;
	right:0;
	bottom:0;
}

/* ==|== corporate-team ======================================== */

.corporate-team {
  margin-top: 30px;
  overflow: hidden;
}

.corporate-team ul, .corporate-team li {
  margin: 0;
  padding: 0;
}

.corporate-team .headshot {
	float: left;
	clear: left;
	height: 175px;
	margin-right: 10px;
	width: 175px;
	border: 1px solid #999999;
}

.corporate-team li {
  font-size: 12px;
  line-height: 20px;
  list-style-position: inside;
  list-style-type: none;
}

.corporate-team li span {
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
  width: 80px;
}

.corporate-team h3 {
	color:#333;
}

.corporate-team p{
	overflow: hidden;
}

/* ==|== locations ======================================== */

.locations-list {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
}

.locations-list ul.col1 {
  float: left;
  width: 33%;
}

.locations-list ul.col2 {
  float: left;
  width: 30%;
}

.locations-list ul.col3 {
  float: right;
  width: 30%;
}

.locations-list .last-link {
  margin-right: 0;
}

.locations-list ul {
  min-height: 120px;
  padding: 6px 0 0;
}

ul.contact-address {
	margin:0;
	padding:0;
}

.contact-address li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.location-title {
  font-weight: 700;
}

/* ==|== faq ======================================== */

.question{
	border: dotted #ccc;
	border-width: 1px 0 0;
	padding: 20px 0 8px;
}

.ie7 .question,
.ie6 .question{
	padding: 20px 0 20px;
}

.question h3{
	font-size: 14px;
}

/* ==|== icons ======================================== */

.email-link,
.pdf-link,
.print-link,
.rss-link,
.slideshow-link,
.video-link,
.web-link {
	padding-left: 24px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
}

.email-link{
	/*background-image: url(/images/icons/mailing.gif);*/
	background-image: url(/images/icons/email.png);
	/*background-position:left -4px;*/
	background-position: left center;
}

.pdf-link{
	background-image: url(/images/icons/pdf-icon.png);
	font-weight:700;
}

.print-link {
	background-image: url(/images/icons/print.gif);
}

.rss-link {
	background-image: url(/images/icons/rss.gif);
}

.pdf-link {
	background-image: url(/images/icons/document.gif);
}

.slideshow-link {
	background-image: url(/images/icons/photos.gif);
}

.video-link {
	background-image: url(/images/icons/video.gif);
}

.web-link {
	background-image: url(/images/icons/arrow_right.gif);
}

/* ==|== footer ======================================== */

footer{
	width: 920px;
	padding: 20px 20px 20px;
	background-color: #333;
	color: #fff;
	position: relative;
}

.footer-col1{
	float: left;
	width: 630px;
	padding-right: 20px;
	background-image: url(/images/global/footer-border.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	min-height: 250px;
}

.ie6 .footer-col1{
	padding-right: 0;
	height: 250px
}

.footer-col2{
	width: 250px;
	float: right;
}

.footer-col1 ul{
	float: left;
	padding: 0;
	list-style: none;
	margin: 0 20px 0 0;
}

ul.footer-last{
	float: right;
	margin: 0;
}

ul.footer-ind{
	margin: 0;
}

.footer-col1 li{
	margin: 0 0 3px;	
}

.footer-col1 a{
	text-decoration: none;
	color: #eee;
}

.footer-col1 a:hover{
	color: #ccc;
}

li.nav-spacer{
	margin-top: 15px;
}

.nav-header a{
	font-size: 14px;
	font-weight: 700;
}

.about-header{
	font-size: 16px;
	margin: 0 0 5px;	
}

footer address{
	padding-top: 15px;
	font-style: normal;
	display: block;
	background-image: url(/images/global/footer-border-horz.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.footer-col2 p{
	margin-top: 0;
}

/* ==|== type 1 ======================================== */

.type1 .footer-logo{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 230px;
	padding: 10px;
	display: block;
	background-color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.type1 .phone,
.type1 .fax{
	display: block;
}

.type1 .phone{
	margin-top: 5px;
}

.type1 .phone strong,
.type1 .fax strong{
	display: inline-block;
	width: 60px;	
}

/* ==|== type 2 ======================================== */

.type2 .footer-logo{
	margin: 0 0 15px;
	padding: 0 0 22px;
	display: block;
	background-image: url(/images/global/footer-border-horz.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.type2 .company-list{
	padding-left: 20px;
	color: #666;	
}

.type2 .company-list li{
	margin: 0 0 5px;
}

/* ==|== sub footer ======================================== */

.sub-footer{
	margin: 10px auto 80px;
	width: 960px;
	position: relative;	
}

.sub-footer p{
	margin: 0;
}

.trilix{
	position: absolute;
	top: 0;
	right: 0;
}

.copyright{

}

/* ==|== buttons ======================================== */

.button{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	color: #fff;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.3);
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	background: #cccccc;
	background-image:url(/images/global/button-background.jpg);
	background-position:left 0px;
	background-repeat:repeat-x;
	/*background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: linear-gradient(top,  #cccccc 0%,#999999 100%);*/
}

.button:hover{
	cursor: pointer;
	background-position: left -50px;
	color: #fff;
	
	/*background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);*/
}

input.button{
	line-height: normal;
}

/* ==|== forms ======================================== */

.text,
.textarea{
	color: #666;
	padding: 5px;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
}

.text:focus,
.textarea:focus{
	border: 1px solid #999;
}

.required {
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  margin: 0 2px;
}

/* ==|== contact us ======================================== */

.contact-form label{
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
}

.contact-form .button{
	width: 150px;
	height: 35px;
}

.contact-info p{
	width: 50%;
	float: left;
}

.contact-info .text{
	width: 93%;
}

.contact-form .textarea{
	width: 615px;
	height: 100px;
}

.opt-in{
	position: relative;
	padding-left: 20px;
	margin: 20px 0;
}

.ie6 .opt-in{
	zoom: 1;
}

.opt-in strong{
	font-size: 16px;
}

.opt-in label{
	display: inline;
	font-weight: 500;
}

input[type=checkbox]{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.checkbox{
	position: absolute;
	top: 5px;
	left: 0;	
}

.ie7 .checkbox,
.ie6 .checkbox{
	top: 0;
	left: -5px;
}

/* ==|== sign up ======================================== */

.signup{
	margin: auto;
	padding: 20px;
	vertical-align: center;
	height: 42px;
	text-align: center;
}

.signup .button{
	height: 40px;
	line-height: 40px;
	width: 200px;
	margin-left: 15px;
}

/* ==|== table classes ======================================== */

.dyn-table {
	table-layout:auto;
	border: 1px solid #ccc;
	border-collapse:collapse;
    border-spacing: 0;
    empty-cells: hide;
    margin: 0 0 15px;
    width: 100%;
}

.col1-data,
.col2-data,
.col3-data {
	text-align: left;
}

.dyn-table tbody tr {
	border-bottom: 1px solid #ccc;
}

.dyn-table td,
.dyn-table tbody th {
	padding: 5px;
	vertical-align: top;
}

.dyn-table thead th,
.dyn-table thead th.title {
	padding: 10px 5px;
	line-height: 14px;
   	background-image:url(/images/global/gradient-background.png);
	background-position:left center;
	background-repeat:repeat-x;
	color: #fff;
	border-bottom:1px solid #ccc;
	font-size:13px;
	text-align:left;
}

.dyn-table tbody th {
	vertical-align: top;
}

.dyn-table tbody th em {
	font-weight: 500;
	display: block;
}

.dyn-table th {
	font-weight: 500;
}

.dyn-table tbody tr:hover {
	cursor:default;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-webkit-transition:0.3s;
	transition:0.3s;
}

.dyn-table tbody td a {
	display:inline-block;
}

/* ==|== colorbox & video ======================================== */

.tour-container .video a {
    background-color: #ebebeb;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 200px;
    padding: 10px;
    width: 285px;
}

.tour-container .video {
    float: left;
    margin: 0 15px 0 0;
}


.tour-container {
    margin-bottom: 15px;
    overflow: hidden;
}

.tour-container .video-pic {
    background-color: #333333;
    display: block;
    height: 200px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    width: 285px;
}

.tour-container .video-pic img {
    margin: -118px 0 0 -110px;
}

.tour-container .video-pic .overlay {
    background-image: url(/images/global/video-overlay.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 285px;
}

.secondary .overlay {
    bottom: 0;
    height: 80px;
    left: 0;
    position: absolute;
    width: 630px;
    z-index: 100;
}

.tour-container p.last {
    margin: 0;
}

/* COLORBOX CORE STYLES
----------------------------------------------------------------------------------------------------*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* COLORBOX USER STYLES
----------------------------------------------------------------------------------------------------*/

#cboxOverlay{background:#111;}
#colorbox{}
#cboxTopLeft{width:14px; height:14px; background-color: #333333; -moz-border-radius: 5px 0 0 0;-webkitborder-radius: 5px 0 0 0;border-radius: 5px 0 0 0;}
#cboxTopCenter{height:14px; background-color: #333333;}
#cboxTopRight{width:14px; height:14px; background-color: #333333; -moz-border-radius: 0 5px 0 0;-webkit-border-radius: 0 5px 0 0;border-radius: 0 5px 0 0;}
#cboxBottomLeft{width: 14px;height: 130px; background-color: #333333;-moz-border-radius: 0 0 0 3px;-webkit-border-radius: 0 0 0 3px;border-radius: 0 0 0 3px;display: none;}
#cboxBottomCenter {-moz-border-radius: 0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px;background-color: #333333;background-image: url(/images/global/colorbox-logo.png);background-position: 10px 0;background-repeat: no-repeat;height: 100px;padding: 0 14px;}
#cboxBottomRight{width: 14px;height: 130px;background-color: #333333;-moz-border-radius: 0 0 3px 0;-webkit-border-radius: 0 0 3px 0;border-radius: 0 0 3px 0; display: none;}
#cboxMiddleLeft{width:14px; background-color: #333333;}
#cboxMiddleRight{width:14px; background-color: #333333;}
#cboxContent{background-color: #333333; background-image: url(/images/global/colorbox-body-background.jpg);}
#cboxLoadedContent{margin-bottom:0px;-moz-box-shadow: 0 0 4px rgba(0,0,0,.4);-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);box-shadow: 0 0 4px rgba(0,0,0,.4);}
#cboxLoadingOverlay{background:none;background:url(/images/global/loading.gif) center center no-repeat;}
#cboxLoadingGraphic{background:url(/images/global/loading.gif) center center no-repeat;}
#cboxTitle{position:absolute; bottom:-44px; left:40px; text-align:left;padding: 0 50px 0 165px;font-size: 14px;font-weight: 500;/*text-shadow: 0 1px 0 rgba(0,0,0,.4);*/ font-family:Arial, Helvetica, sans-serif;}
#cboxCurrent{position:absolute; bottom:-28px; right:95px; font-weight:700; color: #FCB829;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-44px; width:20px; height:20px; text-indent:-9999px; text-align: center; line-height: 20px;background-color: #333333;-moz-box-shadow: 0 0 2px rgba(0,0,0,.4);-webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);box-shadow: 0 0 2px rgba(0,0,0,.4);border: 1px solid #333333;}
#cboxPrevious{background-image: url(/images/global/colorbox-button-background.png);background-position: 0 0;right:60px;}
#cboxPrevious:hover{background-position: 0 -20px;border: 1px solid #333333;}
#cboxNext{background-image: url(/images/global/colorbox-button-background.png);background-position: -20px 0;right:30px;}
#cboxNext:hover{background-position: -20px -20px;border: 1px solid #333333;}
#cboxClose{background-image: url(/images/global/colorbox-button-background.png);background-position: -40px 0;right:0;}
#cboxClose:hover{background-position: -40px -20px;border: 1px solid #333333;}
#cboxSlideshow{display: none;}
.cboxSlideshow_on #cboxSlideshow{background-image:none; right:75px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:75px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

#colorbox-desc {color: #333;padding-left: 145px;position: relative;margin-top:50px;}
#colorbox-desc p{margin: 0;line-height:13px;}

/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
/*@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}*/
