﻿*
{
    margin: 0;
    padding: 0;
}

.HeaderTop
{
    width: 1000px;
    height: 7px;
    background-color: #00703C;
}

.HeaderTopPane
{
    width: 1000px;
    height: 38px;
    padding-top: 22px;
    padding-bottom: 32px;
}

.HeaderTopPaneLeft
{
    padding-left: 12px;
    float: left;
    width:700px;
    overflow:hidden;
}

.HeaderTopPaneLeft .lastChild
{
	vertical-align:bottom;
	text-align:right;
}

.HeaderTopPaneLeft .firstChild
{
	padding-left:12px;
}

.HeaderPaneAdditionalLogo
{
	float:left;
	height:38px;
	margin-top:20px;
}

.HeaderTopPaneRight
{
    float: right;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
    font-family: Arial, Sans-Serif;
    font-size: 11px;    
    color: #333333;
}

.HeaderTopPaneRight a
{
    text-decoration: none;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 11px;
    color: #333333;
}

.HeaderPane
{
    width: 1000px;
    height: 30px;
    background: url("../../Images/header_pane.gif") repeat-x;
}

.UnderHeaderPane
{
    width: 1000px;
    height: 13px;
    background: url("../../Images/under_header_pane.gif") repeat-x;
}
