/* CSS Document */

/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}
/*end*/


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_header-new.jpg);
	background-repeat: repeat-x;
}

/*begin attempt to create universal link styles in main pages. order is important so that general styles can be overwritten by more specific link styles later in the page.*/
a[target^="_blank"]:after {
    content: url("/images/icons/external-link.png");
    margin: 0 0 0 3px;
}

.dana-menu a:after,
#subnav a:after,
table.pricing a:after,
.prod-box a:after,
.product-thumbnail a:after
{
    content: '';
    margin: 0;
}

table.layout p a {
	text-decoration: underline;
	color: #3f75a2;
}

table.layout p a:hover, table.layout p a:active {
	/*background-color: #D3DAEB;*/
}

h2.underline a {
	text-decoration: none;
	color: #16316F;

}

h2.underline a:hover, h2.underline a:active {
	/*color: #1F469E;*/
	background-color: #D3DAEB;
}

h3 a, table.layout h3 a {
	text-decoration: none;
	color: #16316F;

}

h3 a:hover, h3 a:active, table.layout h3 a:hover, table.layout h3 a:active{
	/*color: #1F469E;*/
	text-decoration: none;
	background-color: #D3DAEB;
}

/*
table.layout ul {
	font-size: 0.8em;
	font-weight: normal;
	list-style-image: url(../images/img_arrow_small.gif);
	list-style-position: inside;
	margin: 10px 0px;
	padding: 0px;
	color: #16316F;
}

table.layout ul li {
	margin: 0px;
	padding: 2px 0px;
}

these old styles did not work well in IE
*/

table.layout ul a {
	color: #3f75a2;
	text-decoration: none;
}

table.layout ul a:hover, div#footer a:active {
	text-decoration: none;
	background-color: #D3DAEB;
}

table.layout table.bullets a {
	padding: 3px 0px;
	color: #000000;
	text-decoration: none;
	font-size: 0.65em;
	font-weight: normal;
}

table.layout table.bullets a:hover, table.layout table.bullet a:active {
	padding: 3px 0px;
	color: #000000;
	background-color: #D3DAEB;
	text-decoration: none;
	font-size: 0.65em;
	font-weight: normal;
}

/*end attempt to create universal link styles*/

table, table td, table tr, table th {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#mainnav {
	background-color: #CAC8C8;
	margin: -10px 0px -2px 0px !important; /*trick to fix IE spacing bug*/
	padding: 0px 0px 2px 0px !important; /*trick to fix IE spacing bug*/
}

div#mainnav table {
	margin: 0px auto;
	width: 778px;
	text-align: right;
}

div#subnav {
	margin: -1px 0px -3px 0px; /*trick to fix IE spacing bug*/
	padding: 1px 0px 3px 0px; /*trick to fix IE spacing bug*/
	font-size: 0.83em;
	color: #FFFFFF;
	line-height: 1.5em;
	background-color: #16316F;
	text-align: center;
	font-weight: bold;
}

div#subnav a, div#subnav a:active, div#subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

div#subnav table {
	margin: 3px auto;
	width: 100%;
}

div#body-bg-grey {
	background-image: url(../images/bg_level1.jpg);
	background-repeat: repeat-x;
}

table#body {
	margin: 0px auto;
	width: 778px;
}

table#h1-container {
	width: 700px;
	margin: 10px 39px 0px 39px;
	height: 225px;
}

table#h1-container td {
	vertical-align: middle;
}

table#h1-container td.left {
	width: 260px;
}

table#h1-container td.right {
	width: 440px;
}

table#h1-container img {
	padding: 10px 10px 0px 10px;
}

table#h1-container-index {
	width: 700px;
	margin: 30px 0px 10px 0px;
}

table#h1-container-index td {
	vertical-align: middle;
}

table#h1-container-index td.left {
	width: 260px;
}

table#h1-container-index td.right {
	width: 440px;
}

table#h1-container-index img {
	padding: 10px 10px 0px 10px;
}

img {
	border: none;
}

img a, img a:hover, img a:active {
	
}

h1 {
	font-size: 1.45em;
	color:  #16316F; /*#858484; grey color used in parts of h1s*/
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 20px 0px;


}

h2 {
	font-size: 1em;
	color: #16316F;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}


h2.indented {
	margin: 10px 5px 0px 34px;
}
/*many pages have the width in the underlined h2s overridden to 739 or so*/

h1.underline, /* For blog headers */
h2.underline {
	width: 330px;
	margin: 10px 5px 0px 34px;
	padding: 2px;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/img_dotted_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*link styles at top of page*/

h3 {
	font-size: 0.83em;
	color: #000000;/*#16316F;*/
	line-height: 1.5em;
	font-weight: bold;

}

/*link styles at top of page*/

table.dana-menu {
	margin: 2px auto;
	font-size: 0.69em;
	color: #666666;
	text-decoration: none;
	width: 778px;
	vertical-align: top;
}

table.dana-menu #logo {
  width: 340px;
  padding: 5px 0px 0px 5px;
}

table.dana-menu a, table.dana-menu a:hover, table.dana-menu a:active {
	color: #666666;
	text-decoration: none;
	
}

table.dana-menu input.searchbox {
	width: 175px;
	border: 1px solid #666666;
	padding: 3px 2px;
	color: #666666;
	font-size: 13px;
	float: right;
}

table.layout {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: justify;
}

table.layout td.pad-rt {
	padding-right: 20px;
}

table.layout table.nested {
	width: 100%; /*important that nested tables fill space 100% otherwise elemts do not align properly*/
	margin-bottom: 10px; /*provides space between nested tables*/
}

table.layout p {
	font-size: 0.80em !important;
	color: #000000;
	line-height: normal !important;
	font-weight: normal !important;
	margin: 2px 5px 10px 0px;
}

table.layout ol {
	font-size: 0.8em;
	padding: 0px;
	margin: 5px 30px;
	line-height: 1.4em;
}

table.layout ol li {
	padding: 5px 0px;
}

table.layout ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.8em;
	padding: 0px;
	margin: 5px;
	color: #16316F;
}

table.layout ul li {
	background-image: url(../images/img_arrow_small.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding: 2px 2px 2px 15px;
}

/*link styles at top of page*/ 

table.layout table.bullets {
	vertical-align: middle;
	color: #16316F;
}

table.layout table.bullets td {
	padding: 3px 0px;
	vertical-align: middle;
}

/*link styles at top of page*/

table.layout ul {
	color: #000000;
}


td.dana-bg-image-grey {
	background-image: url(../images/bg_level1_in.gif);
	background-repeat: no-repeat;
}

td.dana-bg-image-grey-index {
}

td.dana-bg-image-blue {
	background-image: url(../images/bg_level2_in.jpg);
	background-repeat: no-repeat;
}

p.bc-nav-grey {
	font-size: 0.80em;
	color: #858484;
	margin: 2px;
	font-weight: bold;
}

p.bc-nav-grey a, p.bc-nav-grey a:hover, p.bc-nav-grey a:active {
	color: #858484;
	text-decoration: none;
	font-weight: normal;
	
}

p.bc-nav-white {
	font-size: 0.80em;
	color: #FFFFFF;
	margin: 2px;
	font-weight: bold;
}

p.bc-nav-white a, p.bc-nav-white a:hover, p.bc-nav-white a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

div#footer {
	font-size: 0.69em;
	line-height: 1.4em;
	color: #666666;
	width: 778px;
	text-align: center;
	margin: 0px auto 10px auto;
	clear: both;
}

div#footer a {
	text-decoration: none;
	color: #666666;
	padding: 0px 11px;
}

div#footer a:hover, div#footer a:active {
	color: #666666;
	background-color: #F2F2F2;
	padding: 0px 11px;
}

.related {
}

.related img {
    width: 50px;
    vertical-align: middle;
}

.related td {
    padding: 1px 5px;
}

.related th {
    padding: 1px 5px;
}

.related ul li {
    text: 20px;
}

/* Used for human verification in contact forms */
input.human {
    display:none;
}

/* Used for fancy border around images */
img.shadow_border {
  margin: 10px 0px 10px 0px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  background-color:#FFF;
}

.icon_box_cols {
    width: 750px;
    display: block;
}
.icon_box_cols li {
    background-image: none !important;
    width: 20%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    list-style: none;
    text-align: center;
    padding: 10px 10px !important;
}
.icon_box_cols li > img {
    width: 128px;
    height: 128px;
}
.icon_box_cols li > p {
    font-size: 10px;
    color: #000;
}

/* Version 1 */
#footer .footer_icons {
    background-color: #eee;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);*/
    box-shadow: inset 0px 11px 8px -10px #CCC,
                inset 0px -11px 8px -10px #CCC; 
    margin: 10px 0px 10px 0px;
    height: 80px;
}

#footer .footer_icons li {
    background-image: none !important;
    width: 20%;
    float: left;
/*    font-size: 18px;*/
    color: #666666;
    font-weight: normal;
    margin: 5px;
    list-style: none;
    text-align: center;
    padding: 0px 10px !important;
}

#footer .footer_icons li img {
    width: 48px;
    height: 48px;
    margin-right: 5px;
    float:left;
}

#footer .footer_icons li > a {
    padding: 0px 0px !important;
}

#footer .footer_icons li > p {
    font-size: 11px;
    color: #000;
    text-align: left;
    margin-top: 0px;
}
/* END Version 1 */

/* Version 2 */
#footer .footer_icons2 {
    height: 80px;
    margin: 20px 0px -40px 0px;
}

#footer .footer_icons2 li {
    background-image: none !important;
    width: 19%;
    float: left;
    color: #666666;
    font-weight: normal;
    margin: 5px;
    list-style: none;
    text-align: center;
    padding: 0px 10px !important;
}

#footer .footer_icons2 li img {
    width: 64px;
    height: 64px;
    margin-right: 5px;
    float:left;
}

#footer .footer_icons2 li > a {
    padding: 0px 0px !important;
}

#footer .footer_icons2 li > p {
    font-size: 10px;
    color: #fefeff;
    text-align: left;
    margin-top: 6px;
}

#footer .footer_icons2 .sprite-long-life-icon{
    background: url('/images/icons/footer-icon-sprites.png') 0px 0px;
    width: 64px;
    height: 64px;
}           
              
#footer .footer_icons2 .sprite-open-icon{
    background: url('/images/icons/footer-icon-sprites.png') -67px 0px;
    width: 64px;    
    height: 64px;     
}                     
                    
#footer .footer_icons2 .sprite-original-icon{
    background: url('/images/icons/footer-icon-sprites.png') -134px 0px;
    width: 64px;      
    height: 64px;   
}                   
                      
#footer .footer_icons2 .sprite-rugged-icon{
    background: url('/images/icons/footer-icon-sprites.png') -201px 0px;
    width: 64px;    
    height: 64px;     
}                     

#footer-table {
    font-size: 0.69em;
    line-height: 1.4em;
    color: #fefeff;
    clear: both;
    width: 100%;
    background-color: #032b69;
    background: url('/images/footer-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: inset 0px 10px 20px -10px #000;
}

#footer-table tr {
    width: 778px;
}

#footer-container {
    width: 778px;
    margin-left:auto;
    margin-right:auto;
}

#footer-copyright a,
.footer-links a {
	text-decoration: none;
	color: #fefeff;
	padding: 0px 11px;
}

#footer-copyright a {
    padding: 0 0;
}

#footer-copyright a:hover, #footer-copyright a:active,
.footer-links a:hover, .footer-links a:active {
	color: #666666;
	background-color: #F2F2F2;
	padding: 0px 11px;
}

#footer-copyright a:hover, #footer-copyright a:active {
    padding: 0 0;
}

#footer-copyright {
    margin-bottom:20px;
    text-align: center;
}

/*** Alert Message ***/
#alert-slider-div {
    margin-left: 0px;
    margin-top: 40px;
}

.message-wrapper {
    float: left;
    position: fixed;
    width: 70px;
    right: 0;
    top: 100px;
    z-index: 5000;
}

.message-wrapper ul {
    list-style: none;
}

.message {
    width: 200px;
    height: 100px;
    border: 1px solid #666;
    min-width: 340px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 5px;
}

.message #alert-handle {
    width: 20px;
    height: 136px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

.message #alert-handle {
    position: relative;
}

.message #alert-handle:before {
    position:absolute;
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 24px;
    color: #f2f2f2;
}

.message #alert-content {
    padding-top: 10px;
    padding-left: 10px;
    width: 180px;
    height: 100px;
    float: left;
    text-align: center;
}

.alert-default
{
    border-color: #4E4E4E;  
    background: #f2f2f2;
}

.alert-default #alert-handle {
    background: #4E4E4E;
}

.alert-default #alert-handle:before {
    content: "\f05a";
}

.alert-info
{
    border-color: #16316F;
    background: #f2f2f2;
}

.alert-info #alert-handle {
    background: #16316F;
}

.alert-info #alert-handle:before {
    content: "\f05a";
}

.alert-danger
{
    border-color: #9c2e28;
    background: #f2f2f2;
}

.alert-danger #alert-handle {
    background: #9c2e28;
}

.alert-danger #alert-handle:before {
    content: "\f06a";
}

.alert-error
{
    border-color: #9c2e28;
    background: #f2f2f2;
}

.alert-error #alert-handle {
    background: #9c2e28;
}

.alert-error #alert-handle:before {
    content: "\f06a";
}
         
.alert-warning
{
    border-color: #F69600;
    background: #f2f2f2;
}

.alert-warning #alert-handle {
    background: #F69600;
}

.alert-warning #alert-handle:before {
    content: "\f071";
    font-size: 20px;
}

.alert-success
{
    border-color: #55a12c; 
    background: #f2f2f2;
}

.alert-success #alert-handle {
    background: #55a12c;
}

.alert-success #alert-handle:before {
    color: #FFF;
    content: "\f058";
}

.message h3
{
    margin: 0 0 5px 0;                                                     
    color: #000;
}

.message p
{
    margin: 0;                                                     
    font-size: 12px;
}

.message a 
{
    text-decoration: none;
    color: #3f75a2; 
}

.message a:hover
{
    text-decoration: none;
    background-color: #D3DAEB;
}
/*End Alert Message*/


.prod-feature-box {
    min-height: 180px;
    padding-bottom: 10px;
    border: 1px solid #ababab;
}

.prod-feature-box h4 {
  color: #16316F;
  text-transform: uppercase;
  background: #CAC8C8;
  border-bottom: 1px solid #ababab;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 2px;
}

.prod-feature-box h5 {
  margin: 5px 0px 5px 0px;
  font-size: 13px !important;
  min-height: 30px;
}

.prod-feature-box .thumbnail-tiny img {
  min-height: 50px;
  max-height: 50px;
  max-width: 75px;
  vertical-align: middle;
}

img.usa-flag-header {
  margin: 0 0 9px 9px;
  width: 75px;
  height: 58px;
}

span.usa-flag-span {
  position: relative;
  top: -22px;
  left: 275px;
}

#collapsed-mainnav,
.collapsed-cta, 
#collapsed-footer-copyright {
  display: none;
}
