/* --------- */
/*   Page    */
/* --------- */

#Pagemaster
{
    font-size: 12px;
    font-family: Arial;
    width: 990px;
    margin: 0 auto;
    min-height: 500px;
}

a { text-decoration: none; color: #a0002f; }
a:hover { text-decoration: underline; }
img { border: 0; }


.Normal
{
    font-size: 12px;
    font-family: Arial;
}

.Head
{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
}

/* --------- */
/*   Header  */
/* --------- */

#Header
{
    overflow: hidden;
    background: url('Images/header.jpg') no-repeat 653px 21px; 
}

#Header a.Logo
{
    display: block;
    height: 40px;
    width: 290px;
    background: url('Images/logo.jpg') no-repeat 0 0;
    margin: 18px 0 11px 21px;
}

#Header .MenuBar
{
    background: url('Images/menubg.gif') repeat-x 0 1px;
    overflow:hidden;
    padding: 0 1px;
}

#Header .Menu
{
    padding-left: 20px;
    float: left;
    width: 740px;
}

#Header .Search
{
    padding-right: 20px;
    float: right;
    width: 208px;
}

#Header .Menu, #Header .Search
{
    background: url('Images/menubg.gif') repeat-x 0 -69px;
    height: 30px;
}


/* --------- */
/*   Menu    */
/* --------- */

ul.Menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.Menu li
{
    overflow: hidden;
}

ul.Menu a
{
    display: block;
    font-weight: bold;
    float:left;
}


/* Top Menu */
#Header ul.Menu li
{
    float:left;
    background: url('Images/menusplitter.gif') no-repeat center right;
}

#Header ul.Menu li.Menu_Level0_Selected
{
    margin-left: -2px;
    background: url('Images/menubg.gif') repeat-x bottom center;
}

#Header ul.Menu li a
{
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}

#Header ul.Menu li.Menu_Level0_Selected a
{
    background: url('Images/menuselect.gif') no-repeat bottom center;
}

/* Level1 Menu */

.Layout ul.Menu
{
    margin-bottom: 5px;
}

.Layout ul.Menu li
{
    background-color: #ededea;
    margin-bottom: 1px;
}
.Layout ul.Menu li a
{
    background: url('Images/arrow.gif') no-repeat 15px center;
    padding-left: 25px;
    height: 31px;
    line-height: 31px;
    color: #000;
    font-size: 13px;
}

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; }


/* --------- */
/*   Search  */
/* --------- */

.Search input
{
    float: left;
    border: 0;
    height: 14px;
    line-height: 14px;
    margin: 0;
    padding: 2px 6px 1px;
    font-size: 11px;
    border: solid 1px #dededd;
    margin-top: 5px;
    width: 168px;
}

.Search a
{
    float: right;
    display: block;
    background: url('Images/search.jpg') no-repeat center center;
    height: 20px;
    width: 20px;
    margin: 5px 0 0;
}

/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    border-top: solid 8px #000;
    text-align: center;
    padding: 5px 0 10px;
    font-size: 10px;
}

#Footer span
{
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#Footer a
{
    color: #899CA5;
}