/* CSS FOR BOMAC 
CREATED BY PHIL RANNARD
7th Febuary 2009
*/

html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: verdana, arial;
  background: #a92324 url('../images/bomac_bground_fade.gif') repeat-x top left;
  text-align: center;
}

div#mainHolder{
  padding: 0 0 0 45px;
  width: 860px;
  margin: 0 auto;
  background: url('../images/bottom_logo.jpg') no-repeat bottom left;
  text-align: left;
}

#container{
  width: 758px;
  background: #fff url('../images/bottom_curves.jpg') no-repeat bottom left;
  margin: 0 41px 10px 41px;
}

#header{
  height: 154px;
  padding: 10px 10px 0 10px;
}

#home_img1{
  float: left;
  width: 246px;
  margin-right: 5px;
}

#home_img2{
  float: left;
  width: 270px;
  margin-right: 5px;
}

#home_logo{
  float: left;
  width: 210px;
}

#nav{
  height: 22px;;
  background: #fff url('../images/main_nav_back_curves.gif') no-repeat top bottom;
  width: 735px;
  margin: 0 11px;
  
}

#nav ul{
  width: 710px;
  height: 22px;
  margin: 0 0 0 12px;
  padding: 0;
  background: url('../images/main_nav_fade.gif') repeat-x top left;#]
  list-style: none;
}


#nav ul li{
  float: left; 
  *width: 110px;
  /*padding: 3px 20px;*/ 
  background: url('../images/menu_splitter.gif') no-repeat top right;
  list-style: none;
}

#nav ul li a:link,
#nav ul li a:visited{
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  text-decoration: none;
  display: block;
  height: 19px;
  padding: 3px 20px 0 20px;
}

#nav ul li a:hover,
#nav ul li a:active{
  color: #ffea01;
  font-weight: bold;
  font-size: 0.7em;
  text-decoration: none;
  background: url('../images/menu_on.gif') repeat-x top left;
}

#content{
  width: 687px;
  margin: 0 25px;
  
}

#content h1{
  width: 687px;
  height: 26px;
  text-align: right;
  border-bottom: solid 1px #a60000;
  margin: 0 auto;
  padding: 10px 0 0 0 ;
  color: #a40001;
  font-style: italic;
  font-size: 1.5em;
}

#content h1.smHeader{
  font-size: 1.2em;
}

#content h1 em{
  color: #3A3A3A;
}

#content h2{
  color: #3c4c97;
  font-size: 1em;
  margin: 0 0 0 22px;
  text-decoration: underline;  
}

#content h3{
  color: #a60000;
  font-size: 0.9em;
  margin: 20px 0 0 50px;  
  font-weight: bold;
}

#mainContent ul{
  color: #939393;
  margin: 5px 0 0 30px;
  font-size: 0.7em; 
}

#mainContent ul li ul{
  margin: 5px 0 0 5px;
  font-size: 1em;
}

#mainContent ul li{
  padding: 3px 0 0 0;
}

#mainContent ul li a:link,
#mainContent ul li a:visited{
  color: #465cd6;
  font-weight: bold;
}

#mainContent ul li a:hover{
  color: #a60000;
}

#mainContent{
  width: 502px;
  margin: 0;
  float: right;
  text-align: left;
}

#mainContent table{
  margin: 0 0 0 25px;
  font-size: 0.8em;
  font-weight: bold;
  
}

#mainContent table th{
  width: 245px;
  text-align: left;
  color: #fff;
  background-color: #000;
  padding: 0 0 0 5px;
  border: solid 1px #fff;
}

#mainContent table td{
  background-color: #cb3a3b;
  color: #fff;
  padding: 0 0 0 5px;
  border: solid 1px #fff;
}

#mainContent table td.altCol{
  background-color: #dddddd;
  color: #a60000;
}


#mainContent img.homeimage{
  float: right;
  margin: 15px 0 15px 15px;
}

#mainContent p{
  color: #939393;
  font-size: 0.7em;
  margin: 10px 0 15px 22px;
  line-height: 1.7em; 
}

#sidebar{
  width: 185px;
  float: right;
  margin: 0;
  padding: 0;
  background: #020202 url('../images/quicklinks_curve.gif') no-repeat bottom left;
}

#sidebar h2{
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #fff;
  height: 20px;
  background-color: #a80000;
  border-bottom: solid 1px #fff;
  padding: 3px 0 0 5px;
}


#sidebar ul{
  margin: 0 0 10px 0;
  padding: 0;
  background: url('../images/quicklinks_fade.gif') repeat-x top left;
  list-style: none;
}

#sidebar ul li{
  height: 29px;
  background: url('../images/quick_links_splitter.gif') no-repeat top left;
  margin: 0;
  padding: 0;
}

#sidebar ul li a:link,
#sidebar ul li a:visited{
  color: #fff;
  font-size: 0.6em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 180px;
  height: 22px;
  padding: 7px 0 0 5px;
}

#sidebar ul li a:hover,
#sidebar ul li a:active{
  background-color: #3c4c97;
}


#footer{
  width: 739px;
  height: 85px;
  background: url('../images/footer_background.gif') no-repeat top left;
  margin: 0 10px;
  margin-top: 50px;
 padding-bottom: 20px;
}

#footer ul{
  float: right;
  display: block;
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
}

#footer ul li{
  float: left;
  padding: 5px 2px;
  color: #465cd6;
  font-weight: bold;
  font-size: 0.6em;
  list-style: none;
}

#footer ul li a:link,
#footer ul li a:visited{
  color: #465cd6;
  font-weight: bold;
  text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a:active{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.footerText{
  width: 500px;
  float: left;
  color: #fff;
  padding: 10px 0 0 0;
}

.footerText P{
  font-size: 0.55em;
  padding: 0 0 0 10px;
}

.copyright{
  width: 200px;
  float: right;
  color: #fff;
  font-size: 0.7em;
  text-align: right;
  padding: 45px 15px 0 0;
}

#companyAddress{
  
  width: 250px;
  float: left;
}

#companyAddress address{
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 0 0 25px;
  color: #a80000;
}

#companyAddress p{
  font-size: 0.8em;
  margin: 10px 0 10px 25px;
  padding: 0;
}

#companyPhone{
  margin-top: 40px;
  text-align: right;
}

#companyPhone em{
  color: #a80000;
}

#companyPhone strong{
  color: #3c68cc;
  font-size: 1.2em;
}

#contact_form{
  width: 400px;
  background-color: #d3d3d3;
  margin: 20px 0 0 60px;
  padding: 10px;
}


#contact_form label{
  display: block;
  float: left;
  font-size: 0.6em;
  font-weight: bold;
  width: 150px;
}

#contact_form input[type=text]{
  width: 200px;
  height: 18px;
  font-weight: bold;
  color: #3c68cc; 
  margin: 2px 0 2px 0;
}

#contact_form textarea{
  width: 200px;
  height: 60px;
  font-weight: bold;
  color: #3c68cc;
}

#map{
  width: 420px;
  height: 300px;
  overflow: hidden;
  margin: 20px 0 0 60px;
}

.highlight{
  display: inline;
}

.CLB{
  clear: both;
}

