img
{  
border-style: none;
}


a{
    font: bold 12px arial;
    color: #004677; /* official blue spot color */
    text-decoration:none;
}

b{
    font: bold 12px arial;
    color: #004677; /* official blue spot color */
}

a:hover{
    color: #B23427; /* official red spot color */
}

#menubar{
    position:absolute;
    width:791px; /* originally was 682px */
    left:9px;
    top:0px;
    height: 22px;
    background: url(images/blue_bg.gif);
}

#menu_items{

left:100px;
}

#uploadgraphic
{
	position:absolute;
	top:0px;
	left:500px;
}

#header{
  position:absolute;
  top:0px;
  left:0px;
  height:122px;
  width:100%;
    background-image: url(images/grey_bg.gif);
    background-repeat: repeat-x;
}

#header_img{
  position:relative;
  top:0px;
  left:25px;
  width:345px;
  height:122px;
}

h1  {
        font-family:helvetica;
        font-size:28px;
        color:#004677;
        /* was color:#45566F; */
    }

h2  {
	font-family: Trebuchet MS, Helvetica;
	font-size:18px;
        color:#A3AAB4;
    }
    
#content{
    top:90px;
    position:absolute;
    margin: 25px;
    width:791px;
    font: 13px arial;
    color: #3E3E3E;
line-height: .5cm; 
padding-left: 9px;
}

body{
    top:23px;
}

#rc_left{
    position:absolute;
    top:0px;
    left:0px;
    width:9px;
    height:22px;
    background-image: url(images/rc_left.gif); background-repeat: no-repeat;
    }

#rc_right{
    position:absolute;
    top:0px;
    left:800px; /*originally was 691px*/
    width:9px;
    height:22px;
    background-image: url(images/rc_right.gif); background-repeat: no-repeat;
  }

#map{
position:absolute;
top:85px;
left:230px;
height:400px;
width:450px;
border: 1px solid #CBCBCB;
}

#driving
{
width:300px;
}

 .floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #D8D8D8;
padding: 5px;
}

 .floatleft
{
float: left;
margin: 0 0 10px 10px;
border: 1px solid #D8D8D8;
padding: 5px;
}

#ftp_help{
position:absolute;
left:760px;
}

.red{
color:red;
font-weight:bold;
}

 .widget
{
float: right;
margin: 0 0 10px 10px;
padding: 5px;
}

.footer
{
display:block;
font-size:80%;
position:relative;
width:auto;
border-top: 1px solid #D8D8D8;
border-bottom: 1px solid #D8D8D8;
margin-bottom: 10px;
margin-top: 10px;
float:bottom;
}

.indent{padding-left:20px;}