#headLogo
{
   position: relative;
   float: left;
   margin-top: 5px;
   margin-bottom: 5px;
   width: 495px;
   height: 100px;
   background: transparent url(../images/logo.jpg) no-repeat;
}

#headContact
{
   position: relative;
   float: right;
   margin-top: 5px;
   margin-bottom: 5px;
   width: 250px;
   height: 100px;
   text-align: right;
   color: #ffffff;
}

#headContact h1
{
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
   text-transform: uppercase;
   padding-top: 12px;
}

#headContact h2
{
   font-size: 11pt;
   font-weight: bold;
   letter-spacing: -1px;
   margin-bottom: 5px;
}

#headContact p
{
   font-size: 8pt;
   padding-top: 5px;
   line-height: 11pt;
}

#headContact a
{
   font-size: 10pt;
   text-decoration: underline;
   color: #f4b429;
}

#headContact a:hover
{
   color: #ffffff;
}

#headContact strong
{
   color: #f4b429;
   font-size: 12pt;
   text-transform: none;
   font-weight: bold;
}

#headContactDiv
{
   padding: 11px 12px 0px 10px;
}

#headBanner
{
   position: relative;
   float: left;
   margin-bottom: 5px;
   background-color: #000000;
   width: 750px;
   height: 75px;
}

