/* page specific */

#header ul {
    width:196px;
}


h2 {
   font-family: Arial, Helvetica, sans-serif; 
font-size: 22px; 
    font-weight:normal;
    color:#000;
    display:inline;
    float:left;
    margin:0;
    clear:right;
}

h2.global_header {
    font-size:38px;
}


.headpic{border: 1px solid #efefef;padding:0px;margin:0px;}


#centerpanel {
    width:48em;
    float:left;
}

#centerpanel p {
    line-height: 20px;
}

#centerpanel ul {
    margin: 0 0 0 1.2em;
    padding: 3px 0 10px 0;
    line-height:1.2em;
list-style: url(../img/bullet_tick.gif);
}  

#centerpanel ul li {
    padding-top:8px;
} 



#tabs {
 text-transform:uppercase;
 text-decoration:none;
 font-weight:bold;
}

#tabs ul {
 padding: 0 0 7px 0;
 margin:0;
 background-image: url(../img/line_gray.gif);
 background-repeat:repeat-x;
 background-position: bottom center;
}

#tabs ul li {
 display:inline;
 list-style:none;
 padding:0;
 margin:0;
}

#tabs ul li a {
 color:#999;
 font-size:92%;
 font-weight:bold;
 text-decoration:none;
 margin:0;
 padding:0 10px 1px 10px;
}

#tabs ul li a.current {
 color:#394A92;
 background-image: url(../img/line_arrow.gif);
 background-position: bottom center;
 background-repeat:no-repeat;
 padding-bottom:7px;
}

#tabs ul li a:hover {
 color:#394A92;
}

#contentleft {
    width:22em;
    float:left;
}

#contentright {
    width:22em;
    float:right;
    margin:0.5em 0 0 1em;
}


#rightPanels {
    width:18em;
    float:right;
    margin-left:2em;
}

#rightPanels ol, #rightPanels ul {
    margin:0;
    padding:0;
    color:#666;
}

#rightPanels li {
    padding:0;
    margin:0 0 1em 2em;
}

#rightPanels h3 {
    font-size:13px;
    /*font-weight:normal;
    text-transform:uppercase;
    color:#666;
    margin:0.5em 0;*/
}

#rightPanels h4 {
    color: #666;
    font-weight:normal;
}

