div.subheader
{
   position: relative;
   height: 75px;
   width: 1000px;
   background: #CCCCCC;
   border-bottom: medium solid #2A568F;
}
div.subheader1
{
   position: relative;
   text-align: center;
   height: 75px;
   width: 225px;
   float: left;
}
div.subheader1 div
{
   position: relative;
   top: 25px;
   font-family: "Arial";
   font-size: 22px;
   font-weight: bold;
   color: #111111;
}

div.subheader2
{
   position: relative;
   text-align: left;
   height: 75px;
   width: 775px;
   float: left;
}
div.subheader2 div
{
   top: 15px;
   position: relative;
   font-family: "Arial";
   font-size: 18px;
   color: #111111;
   padding-right: 10px;
}

div.contact
{
   position: relative;
   height: 1200px;
   width: 1000px;
   background: -webkit-linear-gradient(25deg, #003167, #4071A7); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(25deg, #003167, #4071A7); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(25deg, #003167, #4071A7); /* For Firefox 3.6 to 15 */
   background: radial-gradient(#D0E0EF, white); /* Standard syntax */
}


div.contact2
{
   position: relative;
   width: 1000px;
   height: 325px;
}
p.contact
{
   position: relative;
   text-align: center;
   padding-left: 50px;
}

div.map
{

}
div.map iframe
{
   position: relative;
   left: 100px;
   width: 800px;
   height: 450px;
   box-shadow: 5px 5px 5px #888888;
}
div.careers
{  
   position: relative;
   text-align: center;
   float: left;
   width: 500px;
}
div.careers2
{
   position: relative;

}
img.careers1
{
   box-shadow: 5px 5px 5px #888888;
}
p.careers2
{
   text-align: center;
}
div.brochure
{  
   position: relative;
   text-align: center;
   float: left;
   width: 500px;
}
div.brochure2
{
   position: relative;

}
img.brochure1
{
   box-shadow: 5px 5px 5px #888888;
}
p.brochure2
{
   text-align: center;
}
a:link, a:visited
{
  color: #104177;
}
a:hover, a:active
{
  color: #000137;
}