/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

body{
  /*color:#848484;*/
  color:#6E6E6E;
}

a{
  color:#6E6E6E;
}

a:link, a:visited{
  color:#6E6E6E;
}

li a.active{
   color:#6E6E6E;
}

li a:hover{
   color:black;
}


.region-sidebar-first{
  min-height: 1px;
}

#section-header {
  background-image:url('../img/header_greybar.jpg');
  margin-bottom:10px;
}



/* IE 6 */
* html #footer {
  /* position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
*/
}

#section-content {
}

.logo-img{
	margin-top:30px;
}

#zone-branding{
	background-image:url('../img/header-wood.png');
	background-repeat: repeat-x;
}

.navigation{
	
}


/*----------------------------- FOOTER ---------------------------*/

#section-footer{
  margin-top:20px;
}

#footer{
  float:right;
  background-image:url('../img/footer_grey_bar.png');
  background-repeat: repeat-x;
  background-position: center top;
  margin-top:50px;
}

.footer-block {
float: left;
padding-right:10px;
width:206px;
}

.footer-block ul{
  list-style-type: none;
}

.footer-block h2{
  border-bottom:2px solid black;
}

tr.even,
tr.odd {
  background-image:url('../img/table-border-bottom.jpg');
   background-repeat: repeat-x;
   background-position: center bottom;



   }

#cboxLoadedContent img {
  max-width: none;
}

tr.even,tr.odd td{
   padding-top:10px;
   padding-bottom:5px;
}

tr.even td.col_1 ,tr.odd  td.col_1 {
  padding-left:10px;
}

tr.even td.col_2,tr.odd  td.col_2 {
  padding-left:10px;
}

tr.even td{
  padding-top:10px;
  padding-bottom:5px;
}
