/*later fix*/
.NormalPage .Head, .WidePage .Head
{
    
    clear:both;
    width:100%;
    }
    .NormalPage .Head *, .WidePage .Head *
    {
        
        clear:none;
        }


/* --------- */
/*   Page    */
/* --------- */

#Pagemaster
{
    font-size: 13px;
    min-height: 500px;
    font-family: Trebuchet MS;
    line-height: 16px;
    color: #233841;
    background: url('images/header.jpg') repeat-x 0 0;
}

a { text-decoration: none; color: #233841 }
a:hover { text-decoration: underline; }
img { border: 0; }


.Normal
{
    font-size: 13px;
    font-family: Trebuchet MS;
    color: #233841;
}

.Head
{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #1ea1d8;
}

.Head:hover
{
    text-decoration: none;
}

/* --------- */
/*   Header  */
/* --------- */

#Header
{
    overflow: hidden;
    height: 130px;
    margin: 0 auto;
    width: 972px;
}

#Header .Top 
{
    height: 18px;
}

#Header .Top a
{
    display: block;
    float: right;
    padding: 0 10px;
    color: #000;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
}

#Header .Top .Splitter
{
    float: right;
}

#Header .Top .Sections
{
    float: right;
    margin-left: 10px;
}

#Header a.Logo
{
    display: block;
    height: 55px;
    width: 357px;
    margin: 15px 0 0 2px;
    position: absolute;
}



#Header .Menu
{
    float: right;
    margin: 63px 6px 0 0;
    
}
#Header .Search
{
    float: right;
    clear:both;
}

#Header .Menu2
{
    max-width: 840px;
}


.ie #Header, .ie7 #Header
{
    position: relative;
}

.ie6 #Header .Menu2
{
    position: absolute;
    top: 103px;
    right: 137px;
}

/* --------- */
/*   Menu    */
/* --------- */

ul.Menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.Menu li
{
    overflow: hidden;
}

ul.Menu a
{
    display: block;
    float:left;
}


/* Top Menu */
#Header ul.Menu li
{
    float:left;
    background: url('Images/menu-sprite.gif') no-repeat bottom right;
}

#Header ul.Menu li.Menu_Level0_Last, #Header ul.Menu li.Menu_Level0_Last_Selected
{
    background: none;
}

#Header ul.Menu li a
{
    height: 22px;
    padding: 0 8px 0 10px;
    line-height: 22px;
    font-size: 14px;
    margin-right: 2px;
    color: #fff;
    text-decoration: none;
}

#Header ul.Menu li.Menu_Level0_Selected a, #Header ul.Menu li.Menu_Level0_Last_Selected a
{
    background: url('Images/menu-sprite.gif') repeat-x center -154px;
    color: #000;
}

/* Menu2 */

#Header .Menu2
{
    margin: 0;
    background: url('Images/menu-sprite.gif') no-repeat left -77px;
}

#Header ul.Menu2 li
{
    background: url('Images/menu-sprite.gif') no-repeat right -77px;
    display: none;
}

#Header ul.Menu2 li a
{
    height: 27px;
    line-height: 27px;
}

#Header ul.Menu2 li.Selected a
{
    color:#000101;
    background: url('Images/menu-sprite.gif') repeat-x top center;
}

/* Level1 Menu */

.Layout ul.Menu
{
margin-top:14px;
}

.Layout ul.Menu li
{

}
.Layout ul.Menu li a
{
    padding: 0;
    margin-bottom:8px;
    
    width: 148px;
}

li.Menu_Level2, li.Menu_Level2_Selected { padding-left: 20px; }
li.Menu_Level3, li.Menu_Level3_Selected { padding-left: 40px; }
li.Menu_Level4, li.Menu_Level4_Selected { padding-left: 60px; }
li.Menu_Level5, li.Menu_Level5_Selected { padding-left: 80px; }

li.Menu_Level1_Selected, li.Menu_Level2_Selected, li.Menu_Level3_Selected, li.Menu_Level4_Selected, li.Menu_Level5_Selected
{
    font-weight: bold;
    color: #000101;
}

/* --------- */
/*   Section */
/* --------- */

ul.Sections
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.Sections li
{
    float: left;
    line-height: 18px;
}

ul.Sections li.SectionSplit
{
    font-size: 11px;
}

ul.Sections li a
{
    display: block;
    float: left;
    padding: 0 2px !important;
}

.ie ul.Sections li
{
    width: 20px;
}

/* --------- */
/*   Search  */
/* --------- */

.Search
{
    background: url('images/search.jpg') no-repeat 0 0;
    width: 130px;
    height: 27px;
}

.Search input
{
    float: left;
    border: 0;
    margin: 4px 0 0;
    padding: 2px 6px 1px;
    height: 15px;
    width: 71px;
    
    line-height: 15px;
    font-size: 11px;
    background: transparent;
    color: #fff;
}

.Search a
{
    float: right;
    display: block;
    height: 18px;
    width: 41px;
    margin: 4px 6px 0 0;
}

/* ---------------- */
/*   Arrows / Other */
/* ---------------- */

.Arrow
{
    background: url('Images/bluearrow.png') no-repeat left center;
    padding-left: 18px;
}

.Arrow.Right
{
    background-position: right center;
    padding-right: 18px;
    padding-left: 0;
}


.ie6 .Arrow
{
    background: none;
}

.Splitter
{
    height: 100%;
    width: 0px;
    border-left: solid 1px #21789e;
    border-right: solid 1px #649aad;
}

/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    background: url('images/footer.jpg') repeat-x 0 0;
    height: 200px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

#Footer span
{
    display: block;
    margin: 22px 0 103px;
}

#Footer a
{
    color: #b3bcbe;
    text-decoration: none;
}