@import url('reset.css');

/* File Download Icons */
a.file {background: url('../images/icon-file.gif') 0 0 no-repeat; padding-left: 20px;}
a.pdf {background: url('../images/icon-pdf.gif') 0 0 no-repeat; padding-left: 20px;}
a.doc {background: url('../images/icon-doc.gif') 0 0 no-repeat; padding-left: 20px;}

body {
  background: #151515;
  font: 12px/22px Arial, Verdana, Helvetica, sans-serif;
  color: #ddd;
}

div#wrap {
  background: url('../images/core/wrap.jpg') top center no-repeat;
}

div#container {
  width: 960px;
  margin: 0 auto;
  padding: 54px 0;
}

/*  =header
************************************************/
div#header div#logo {
  width: 960px;
  height: 143px;
}

div#header div#navigation {
  width: 960px;
  height: 40px;
  background: url('../images/core/nav-background.png') 0 0 repeat-x;
  text-align: center;
}

div#header div#navigation li {
  float: left;
  display: inline;
}

div#header div#navigation li a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: #000 0 1px 0;
  text-decoration: none;
  font-size: 11px;
}

div#header div#navigation li a:hover {background: url('../images/core/nav-background.png') 0 -40px repeat-x;}

div#header div#navigation li a#nav-home {margin-left: 10px;}


/*  =banner
************************************************/
div#banner div#pics {
  width: 960px;
  height: 301px;
}

div#banner div#ctas {margin-bottom: 35px;}

div#banner div#ctas div.item {
  width: 300px;
  height: 98px;
  background: #fff url('../images/core/cta-background.png') 0 0 repeat-x;
  color: #1e1f21;
  line-height: 20px;
  padding: 20px 10px 0;
  float: left;
  display: inline;
  position: relative;
}

div#banner div#ctas div.item:hover {
  cursor: pointer;
  background: #fff url('../images/core/cta-background.png') 0 -118px repeat-x;
}

div#banner div#ctas div.item h3 {
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: #fff 0 1px 0;
}

div#banner div#ctas div.item img {
  float: left;
  display: inline;
  margin: 0 10px 30px 0;
}

div#banner div#ctas div.item div.popup {
  position: absolute;
  display: none;
  background: url('../images/core/clickme.png') 0 0 no-repeat;
  width: 180px;
  height: 63px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}

div#banner div#ctas div.item div.popup a {
  color: #fff;
  text-decoration: none;
}

div#banner div#ctas div#cta-build {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 298px;
}

body.js_disabled div#banner div#ctas div.item a.viewmore:hover {text-decoration: none;}


/*  =intro
************************************************/
div#intro {
  width: 946px;
  height: 107px;
  padding: 7px;
  background-color: rgba(25,26,25,0.8);
  display: block;
  clear: both;
  margin: 35px 0;
}

div#intro h1 {
  display: inline-block;
  float: left;
  width: 447px;
  height: 113px;
  background: url('../images/core/intro-h1.png') 0 0 no-repeat;
  text-indent: -999em;
  margin: 0 25px 0 0;
}

div#intro p {
  margin: 20px 30px 0 0;
  font-size: 14px;
  line-height: 22px;
}

/*  =primary
************************************************/
#primary {
  width: 690px;
  padding: 0 10px 10px;
  background: url('../images/core/primary-background.png') 0 13px repeat-x;
  float: left;
  display: inline;
  margin: 15px 0;
}

body#p-index #primary {margin: 0;}

#primary h1 {
  background: #9c0a0a;
  line-height: 28px;
  padding: 0 25px 0 8px;
  display: inline-block;
  text-transform: uppercase;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
}

#primary h2, #primary h3,#primary table caption {
  text-transform: uppercase;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
  border-bottom: 2px solid #9c0a0a;
  padding-top: 22px;  
}

#primary h4,#primary h5 {
  text-transform: uppercase;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  padding-top: 22px;  
}

body#p-index #primary h2 {
  background: #9c0a0a;
  line-height: 28px;
  padding: 0 25px 0 8px;
  display: inline-block;
  text-transform: uppercase;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
}

#primary p {margin: 10px 0;}

#primary a {color: #055ABE; text-decoration: underline;}
#primary a:hover {text-decoration: none;}

#primary ul, #primary ol {
  margin: 10px 20px;
  line-height: 22px; 
}

#primary ul {list-style: square; margin: 25px;}

#primary ol {list-style: decimal;}

#primary form ol {list-style: none; margin: 0;}

#primary dl dt {
  font-weight: bold;
  margin-top: 10px;
}

#primary ul#gallery {
  list-style: none;
  margin: 0;
  width: 100%;
  display: block;
  clear: both;
}
#primary ul#gallery li {
  float: left; 
  display: inline;
  margin: 10px;
}

#primary img.img_right {
  float: right;
  clear: right;
  display: inline;
  border: 2px solid #151515;
  margin: 0 0 10px 10px;
}


/*  =secondary
************************************************/
div#secondary {
  width: 203px;
  float: right;
  display: inline;
  background: #151515;
  margin: 20px 0 0;
}

body#p-index div#secondary {background: 0; margin: 0;}

div#secondary h2 {
  background: #9c0a0a;
  line-height: 20px;
  padding-left: 4px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;  
}

div#secondary div.contact_method {
  height: 77px;
}

div#secondary div.contact_method p {
  width: 140px;
  float: right;
  padding: 17px 0 0;
}

div#secondary div.contact_method#location {background: url('../images/core/contact_method-location.jpg') 10px 20px no-repeat;}
div#secondary div.contact_method#postal {background: url('../images/core/contact_method-postal.jpg') 10px 20px no-repeat;}
div#secondary div.contact_method#call {background: url('../images/core/contact_method-call.jpg') 10px 20px no-repeat;}

div#secondary div#edge_info {
  text-align: center;
  padding: 10px;
}
div#secondary div#edge_info img {margin: 10px 0 0 0;}


/*  =tertiary
************************************************/
div#tertiary {
  width: 100%;
  display: block;
  clear: both;
  background: url('../images/core/tertiary-background.png') 0 10px repeat-x;
}

div#tertiary h3 {
  background: #9c0a0a;
  line-height: 28px;
  padding: 0 25px 0 8px;
  display: inline-block;
  text-transform: uppercase;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  margin: 0 0 0 10px;
}

div#tertiary ul#affiliates {
  display: block;
  clear: both;
  margin: 28px 0 0 10px;
}

div#tertiary ul#affiliates li {
  float: left;
  display: inline;
  margin: 0 15px;
}


/*  =footer
************************************************/
div#footer {
  width: 100%;
  display: block;
  clear: both;
  border-top: 1px solid #313131;
  margin-top: 10px;
  padding-top: 5px;
}

div#footer p {
  display: inline;
  color: #fff;
  font-size: 11px;
  margin-bottom: 10px;
}

div#footer p#footernav {float: left;}
div#footer p#copyright {float: right;}

div#footer p a {color: #fff; text-decoration: none; padding: 5px;}
div#footer p a:hover {background: #9c0a0a;}

div#footer img {
  display: block;
  clear: both;
  width: 74px;
  margin: 0 auto;
}




#primary div.section {
  display:inline;
  float:left;
  margin:0 10px 0 0;
  width:330px;
}

table tr:nth-child(2n+1){
	background: #444;
}
table{
	border: 1px solid black;
	width: 50%;
}
table td{
	padding: 10px;
	width: 25%;
}

div.section table {width:100%;}
div.section table td {width:100%;}
