/* --------- */
/*   Page    */
/* --------- */

Html
{
    background: #e4fbf3 url('Images/bg.jpg') no-repeat center top;
    height: 100%;
    min-height: 900px;
}

Body
{
    background: url('Images/bg_bottom.jpg') repeat-x center bottom;
    min-height: 100%;
}

.ie6 Body { height: 100%; }

#Pagemaster
{
    font-size: 13px;
    font-family: Trebuchet MS;
    line-height: 16px;
    color: #000;
    width: 1000px;
    margin: 0 auto;
    min-height: 500px;
    padding-bottom: 100px;
}

a { text-decoration: none; color: #000 }
a:hover { text-decoration: underline; }
img { border: 0; }


.Normal
{
    font-size: 13px;
    line-height: 16px;
    font-family: Trebuchet MS;
    color: #000;
}

.Head
{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
}

/* --------- */
/*   Header  */
/* --------- */

#Header
{
    height: 110px;
    position:relative;
}
#Header .Logo
{
    padding: 57px 0 0 115px;
    font-size: 30px;
    line-height: 30px;
    color: #86a83d;
    display: block;
    float: left;
    height: 50px;
	background: url('images/logo.png') no-repeat left bottom;
}
#Header .Logo:hover
{
    text-decoration: none;
}
#Header .Logo span
{
    font-size: 22px;
    line-height: 22px;
    color: #5b7a18;
    position: relative;
    top: -7px;
    *top: -12px;
}

#Header .Search
{
    right:0;
    bottom: 0;
    position:absolute;
    margin-bottom: 10px;
}

#Header .resizeFonts
{
    position:absolute;
    right:0;
    bottom: 0;
    margin-bottom: 40px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
#Header .resizeFonts span.increase
{
    font-size: 30px;
    line-height: 30px;
}

/* --------- */
/*   Menu    */
/* --------- */

ul.Menu
{
	margin: 10px -10px;
	padding: 0;
	list-style: none;
}

ul.Menu li
{
    overflow: hidden;
    border-bottom: solid 1px #dee5c1;
}

ul.Menu a
{
    display: block;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding-left: 30px;
    background: url('Images/arrows.png') no-repeat 21px 8px;
}

.ie6 ul.Menu a
{
    background-image: none;
}

li.Menu_Level0, li.Menu_Level0_Selected { padding-left: 12px; }
li.Menu_Level1, li.Menu_Level1_Selected { padding-left: 40px; }
li.Menu_Level2, li.Menu_Level2_Selected { padding-left: 60px; }
li.Menu_Level3, li.Menu_Level3_Selected { padding-left: 80px; }
li.Menu_Level4, li.Menu_Level4_Selected { padding-left: 100px;}
li.Menu_Level5, li.Menu_Level5_Selected { padding-left: 120px; }

li.Menu_Level0_Selected, li.Menu_Level1_Selected, li.Menu_Level2_Selected, li.Menu_Level3_Selected, li.Menu_Level4_Selected, li.Menu_Level5_Selected
{
    background-color: #dfeace;
}

li.Menu_Level0_Selected a, li.Menu_Level1_Selected a, li.Menu_Level2_Selected a, li.Menu_Level3_Selected a, li.Menu_Level4_Selected a, li.Menu_Level5_Selected a
{
    font-weight: bold;
}

ul.Menu li.Selected
{
    background-color: #86a83d
    
}
ul.Menu li.Selected a
{
    color: #fff;
    background-position: 21px -92px;
}


/* --------- */
/*   Search  */
/* --------- */

.Search
{
    background: url('images/search.gif') no-repeat 0 0;
    width: 251px;
    height: 22px;
}

.Search input
{
    float: left;
    border: 0;
    margin: 0;
    padding: 2px 4px 1px 4px;
    height: 19px;
    line-height: 19px;
    width: 152px;
    
    background: transparent;
    color: #000;
}

.Search a
{
    float: right;
    display: block;
    height: 22px;
    width: 81px;
    margin: 0;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

/* ---------------- */
/*   Print Button   */
/* ---------------- */

.ssnPrintButton 
{
    top: 18px;
    left: -15px;
    z-index: 100;
    line-height: 12px;
}
