.headergsf {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #666;
    text-align: center;
    background: url(images/header/header_bg.gif) 0 0;
    height: 100px;
    /* height: 160px */
    width: 785px;    
    position: relative;
    line-height: normal;            
}


.header {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    text-align: center;
    background: url(images/header/header_bg.gif) 0 0; 
		background-position:center top;
    height: 160px;
    /* height: 160px */
    width: 1050px;    
    position: relative;
    line-height: normal;
}
.logo {
    position: absolute;
    top: 18px;
    left: 20px;
    margin: 0;
    padding: 0;
}
img {
    border: 0px;
}

.motto {
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    background: #fff url(images/header/slogan.gif) no-repeat left top;
    top: 41px;
    left: 280px;            
    width: 445px;
    height: 37px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}

h3.edition {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    font-size: 14pt;
    font-style: italic;
    right: 20px;
    color: #064288;
    text-transform: uppercase;
}

#tabs {
    font-size: 11px;
    margin: 0;
    padding: 10px 10px 0;
    list-style:none;
    position: relative;
    display: block;
    width: 1125px;
    top: 90px;
    padding-left: 18px;
}
.header li {
    float:left;
    background: #fff url(images/header/left.gif) no-repeat left top;
    margin:0;
    margin-right: 2px;
    padding:0 0 0 9px;
}
.header li a {
    white-space: nowrap;
    float:left;
    display:block;
    background:url(images/header/right.gif) no-repeat right top;
    padding: 5px 15px 4px 6px;
    padding: 5px 10px 4px 0px;    
    text-decoration:none;
    font-weight:bold;
    color:#666;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.header li a {float:none;}
/* End IE5-Mac hack */
.header li ul a:hover {
    color: #cc0000;
    text-decoration: underline;
}
.header #current {
    background-image:url(images/header/left_on.gif);
}
.header #current a {
    background-image:url(images/header/right_on.gif);
    color: #064288;
    padding-bottom:5px;
}
.header #current a:hover {
   text-decoration: none;
}
#content {
    margin: auto;
    width: 970px;
    clear: both;
}
.col {
    width: 180px;
    padding: 5px;
    float: left;
}
#main {
    float: left;
    width: 578px;
    padding: 5px;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
}


/* dropdown styles */
.primary.nav li {
    position: relative;
}
.primary.nav .nav {
    display: none;
    background: #fff;            
    border: 1px #999 solid;
    border-top: 0;
    width: 320px;
    position: absolute;
    margin: 0;
    left: 0px;
    padding: 5px;
    padding-left: 0px;
    padding-top: 10px;
    text-align: left;
}
.primary.nav .nav li {
    background: #fff;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: 7px;
    margin-bottom: 5px;
    float: none;
    width: 200px;
}
.primary.nav .nav li a {
    background: #fff;
    display: inline;
    float: none;
}