/* ######### Top Section ######### */

#topbar{
background-color: black;
color: black;
background: #ecf0fc url(images/topgradient.jpg) top left repeat-x;
}

#logodiv{
width: 230px;
}

#logodiv img{
 padding-left: 10px;
 padding-top: 5px;
 padding-bottom: -10px;
}

#toprightdiv{
/*width: 350px;*/
width: auto;
font: bold 11px arial, sans-serif;
float: right;
text-align: right;
margin: 10px 8px 0 0;
}


#toprightdiv a{
text-decoration: none;
color: navy;
margin-right: 4px;
letter-spacing: 0.1pt;
}

#toprightdiv a:hover{
color: blue;
}

#toprightdiv #topform{
margin: 0;
padding: 0;
margin-bottom: 5px;
}

#toprightdiv #keywords{
border: 1px solid gray;
width: 210px;
background: #FBFCFA;
font: 11px verdana, sans-serif;
color: #443;
padding: 3px;	outline: none;
}

#toprightdiv #keywords:focus{
border: 1px solid black;
}

#toprightdiv #topformbutton { cursor:pointer;  margin-top:5px;  border:outset 1px #ccc; background:#999; font-size: 12px; color:#666; font-weight:bold; padding:5px;  background:url(images/topbar3.jpg) repeat-x left top; padding:1px; }

#ddtoptabs{
/*width: 870px;*/
width: auto;
padding-left: 20px;
margin-left: auto;
margin-right: auto;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#ddtoptabs ul{
float: center;
font: bold 11px Verdana, Arial, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddtoptabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
/*text-transform:uppercase;*/
}


#ddtoptabs a{
float:left;
color: white;
background: #344682 url(images/color_tabs_left2.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddtoptabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right top;
padding:4px 9px 3px 6px;
}

#ddtoptabs a span{
float:none;
}

#ddtoptabs a:hover{
background-color: #3562a6;
}

#ddtoptabs a:hover span{
background-color: #3562a6;
}

#ddtoptabs #current a, #ddtoptabs #current span{ /*currently selected tab*/
background-color: black;
}

#ddtoptabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}