﻿body {
  padding:0; 
  margin:0; 
  font-family:Tahoma; 
  font-size:11px;
  line-height:13px;
  background-color:#9A9A9A;
  color:#262626;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.show {display:block;}
.hide {display:none;}

.bullet {
  background: url(../images/1_z1.gif) no-repeat bottom;
  display:block;
  float:left;
  width:9px;
  height:10px;
  margin:3px 5px 0px 0px;
}

a{color:#525252; text-decoration:underline}

a img {border:none}

.contentWindow b{color:#525252; font-size:12px;}
.contentWindow b a{color:#7E7E7E; font-size:10px; text-decoration:none; font-weight:normal} 
.contentWindow b a:hover{text-decoration:underline}  
/*.contentWindow a{color:#525252; text-decoration:underline} */
.contentWindow a:hover{text-decoration:none} 
/*.contentWindow li{background:url(images/1_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 14px }*/
/*.contentWindow .block a{color:#7E7E7E; text-decoration:underline}*/
/*.contentWindow .block a:hover{text-decoration:none} */

.smallText, .smallText b {
  font-family:Tahoma; 
  font-size:9px;
}

/**********************************************/
/*  Breadcrumb                                */
/**********************************************/
#breadCrumb {
  font-family:Tahoma; 
  font-size:9px;
  margin:0px 0px 10px 0px;
  border-bottom:dotted 1px #DDDDDD;
}

#breadCrumb a {
  float:left;
  text-decoration:none;
}

#breadCrumb a:hover {
  text-decoration:underline;
}

#breadCrumb .breadCrumbSep {
  margin-top:2px;
  float:left;
  display:inline;
  width:9px;
  height:9px;
  background:url(../images/triangle-red.gif) no-repeat;
  background-position:bottom;
}

/**************************************************/
/*  FOOTER                                        */
/**************************************************/
#mainFooter {
  margin:auto;
  width:766px;
  height:40px;
  font-size:11px; 
  /*color:#262626;*/
  color:black;
  line-height:13px;
}

#mainFooter a{color:#262626; font-size:11px; text-decoration:underline} 
#mainFooter a:hover{text-decoration:none} 

#mainFooterCopy {
  height:40px;
  vertical-align:middle;
}

#mainFooterPhone {
  height:40px;
  text-align:right;
  vertical-align:middle;
}