
/* Logo */
div.logo IMG
{
    display: block;
}

/*Empty container*/
.Container .Control 
{
    
    text-align:right;
    }

/* Green container */
div.Container.Green
{
    float: left;
    width: 100%;
}

div.Container.Green .ContentTitle
{
    background-color: #a6c32c;
    color: #fff;
    height: 17px;
    width: 100%;
    font-size: 11px;
    padding-left: 19px;
    padding-top: 1px;
}
div.Container.Green .ContentTitle span
{
    padding-top: 4px;
}

div.Container.Green .Content
{
    width: auto;
    padding: 9px 19px 20px 19px;
}
div.Container.Green.nosidepadding
{
    float: left;
    width: 100%;
}
div.Container.Green.nosidepadding .Content
{
    width: 100%;
    padding: 9px 0px 20px 0px;
}
div.Container.Green.nosidepadding .ContentTitle
{
    background-color: #a6c32c;
    color: #fff;
    height: 18px;
    width: auto;
    font-size: 10px;
    padding-left: 19px;
}


/* BlackTopRule container */
div.Container.BlackTopRule
{
    float: left;
}

div.Container.BlackTopRule .Content
{
    width: 100%;
    padding: 16px 0 0 0;
    border-top: solid 5px #000;
}





#Pagemaster
{
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

img
{
    border: 0;
}



/* --------- */
/*   Header  */
/* --------- */

#Header
{
    height: 76px;
    width: 1024px;
    margin: 0 auto;
}


#Header img
{
    display: block;
}
#Header .Logo
{
    float: left;
    cursor: pointer;
    width: 127px;
}

#Header .Menu
{
    float: left;
    padding-top: 46px;
}

/* Search */

#Header .SearchTextBox
{
    border: 0;
    float: left;
    height: 19px;
    width: 164px;
    background-color: Transparent;
    margin: 0 0 0 0;
    padding: 4px 0 0 7px;
    font-family: Tahoma, Arial;
    font-size: 10px;
    color: #767676;
}
#Header .SearchHolder
{
    background-image: url(Images/searchandbtn.gif);
    width: 184px;
    height: 19px;
    float: left;
    margin-top:19px;
}
#Header .SearchHolder img
{
    width: 19px;
    height: 19px;
}


#Header .SearchButton
{
    cursor: pointer;
    float: right;
    height: 19px;
    width: 19px;
}



/* --------- */
/*   Menu    */
/* --------- */

.Menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.Menu li
{
    float: left;
}

.Menu li a span
{
    /*padding-top: 12px;*/
}
.Menu li a
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #000;
    padding: 12px 10px 0;
    height: 18px;
    display: block;
    line-height: 15px;
    text-decoration: none;
}

.Menu .Menu_Level0_Selected a, .Menu li a:hover
{
    background-color: #a6c32c;
    color: #fff;
}

.ie6 .Menu li a
{
    display: inline;
}












/* --------- */
/*  Layouts  */
/* --------- */

.Layout
{
    width: 1024px;
    min-height: 500px;
    margin: 18px auto 20px;
    overflow: hidden;
}

.Head
{
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    line-height: 52px;
}
.Head2
{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}
.Head2 a,.Head2 a *,a .Head2
{
    font-family: Arial;
    font-size: 14px;
    color: #a6c32c!important;
    text-decoration: underline!important;
}

.Imagetext
{
    font-family: Arial;
    color: #767676;
    font-size: 9px;
}
.Normal
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}
.Normal a
{
    color: #a6c32c;
    text-decoration: underline;
}


a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0;
}






/* Frontpage Layout */

.FrontpageLayout
{
    float: left;
    background-image: url(Images/bg_frontpage.gif);
    background-repeat: repeat-y;
    background-position: top left;
    margin-bottom: 10px;
}
.FrontpageLayout .Whitespace
{
    float: left;
    width: 1024px !important;
    height: 10px;
    overflow: hidden;
    background-color: #fff;
}

.FrontpageLayout .TopPane
{
    float: left;
    width: 1024px !important;
    min-height: 100px;
    overflow: hidden;
}

.FrontpageLayout .ContentPane
{
    float: left;
    width: 470px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 22px 24px 0 38px;
}
.FrontpageLayout .ContentPane2
{
    float: left;
    width: 330px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 9px 32px 0 0;
}

.FrontpageLayout .RightPane
{
    float: left;
    width: 130px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 9px 0 0 0;
}

.FrontpageLayout .BottomPane
{
    float: left;
    width: 1024px !important;
    overflow: hidden;
    border-top: solid 8px black;
    padding-top: 19px;
    background-color: #fff;
}




/* NormalLayout */
.NormalLayoutOuter
{
    float: left;
    background-image: url(Images/bg_vr.gif);
    background-position: 671px top;
    background-repeat: repeat-y;
}

.NormalLayout
{
    background-image: url(Images/bg_vr.gif);
    background-position: 193px top;
    background-repeat: repeat-y;
    width: 1024px;
    float: left;
}
.NormalLayout > .Whitespace
{
    float: left;
    width: 1024px !important;
    height: 10px;
    overflow: hidden;
    background-color: #fff;
}



.NormalLayout .ContentHolder
{
    float: left;
    width: 665px !important;
    min-height: 100px;
    margin: 0 31px 0 6px;
}

.NormalLayout .TopPane
{
    float: left;
    width: 100% !important;
    overflow: hidden;
    background-color: White;
}

.NormalLayout .LeftPane
{
    float: left;
    width: 144px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 31px 9px 25px 39px;
}
.NormalLayout .ContentPane
{
    float: left;
    width: 470px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 0 8px 0 0px;
}
.NormalLayout .ContentPane2
{
    float: left;
    width: 187px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 0;
}

.NormalLayout .RightPane
{
    float: left;
    width: 130px !important;
    min-height: 162px;
    overflow: hidden;
}

.NormalLayout .BottomPane
{
    float: left;
    width: 1024px !important;
    overflow: hidden;
    border-top: solid 8px black;
    padding-top: 19px;
    background-color: #fff;
}


/* Simple Layout */
.SimpleLayout
{
    background-image: url(Images/bg_vr.gif);
    background-position: 198px top;
    background-repeat: repeat-y;
    width: 1024px;
    float: left;
}

.SimpleLayout .LeftPane
{
    float: left;
    width: 151px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 31px 9px 25px 39px;
}
.SimpleLayout .ContentPane
{
    float: left;
    width: 653px !important;
    min-height: 300px;
    overflow: hidden;
    margin: 0 31px 25px 11px;
}
.SimpleLayout .RightPane
{
    float: left;
    width: 130px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 0 0 25px 0;
}
.SimpleLayout .Whitespace
{
    float: left;
    width: 1024px !important;
    height: 10px;
    overflow: hidden;
    background-color: #fff;
}
.SimpleLayout .BottomPane
{
    float: left;
    width: 1024px !important;
    overflow: hidden;
    border-top: solid 8px black;
    padding-top: 19px;
    background-color: #fff;
}


/* NoMenu Layout nomenu.ascx*/
.NoMenuLayout
{
    width: 1024px;
    float: left;
}

.NoMenuLayout .ContentPane
{
    float: left;
    width: 824px !important;
    min-height: 300px;
    overflow: hidden;
    margin: 0 31px 25px 39px;
}
.NoMenuLayout .RightPane
{
    float: left;
    width: 130px !important;
    min-height: 162px;
    overflow: hidden;
    margin: 0 0 25px 0;
}
.NoMenuLayout .Whitespace
{
    float: left;
    width: 1024px !important;
    height: 10px;
    overflow: hidden;
    background-color: #fff;
}
.NoMenuLayout .BottomPane
{
    float: left;
    width: 1024px !important;
    overflow: hidden;
    border-top: solid 8px black;
    padding-top: 19px;
    background-color: #fff;
}






/* Banner ads: Banners.xsl */

.Banners
{
    float: left;
}

.Banners .item
{
    float: left;
    padding-bottom: 9px;
}

.Banners .item img
{
    border: 0;
}

/* Intro blocks,, text, title + image: IntroBlocks.xsl */

.IntroBlocks
{
    float: left;
}

.IntroBlocks .item
{
    width: 225px;
    float: left;
    padding-bottom: 20px;
}
.IntroBlocks .item.Odd
{
    padding-right: 20px;
}

.IntroBlocks .item .img, .IntroBlocks .item .img img
{
    border: 0;
    width: 225px;
    height: 91px;
}

.IntroBlocks .item *
{
    font-size: 12px;
}
.IntroBlocks .item .text a
{
    color: #a6c32c;
    text-decoration: underline;
}

.IntroBlocks .item .title
{
    padding-top: 12px;
    font-weight: bold;
}
.IntroBlocks .item .title a
{
    font-size: 11px;
    text-decoration: none;
}



/* Imageonright,, text, title + image on right side: Imageonright.xsl */

.Imageonright
{
    float: left;
}

.Imageonright .item
{
    width: 330px;
    height: 141px;
    float: left;
}

.Imageonright .item .textholder table
{
    float: left;

}

.Imageonright .item .textholder table, .Imageonright .item .textholder table tr td
{
    width: 100%;
    height: 125px;
}
.Imageonright .item .textholder table tr
{
    vertical-align: bottom;
}

.Imageonright .item .textholder
{
    /*width:190px;*/
    width: 170px;
    overflow: hidden;
    float: left;
    padding-left: 20px;
}
.Imageonright .item .img
{
    float: right;
}
.Imageonright .item .img img
{
    border: 0;
}

.Imageonright .item *
{
    font-size: 11px;
}

.Imageonright .item .text, .Imageonright .item .remark, .Imageonright .item .title
{
    width: 100%;
    float: left;
}
.Imageonright .item .text
{
    padding-top: 4px;
}


.Imageonright .item .text a
{
    color: #a6c32c;
    text-decoration: underline;
}

.Imageonright .item .remark
{
    font-size: 9px;
}

.Imageonright .item .title
{
    padding-top: 2px;
    font-weight: bold;
}
.Imageonright .item .title a
{
    font-size: 14px;
    text-decoration: none;
}





/* DefaultPage Layout */

.DefaultPage .LeftPane
{
    width: 193px !important;
    min-height: 50px;
    overflow: hidden;
    float: left;
}

.DefaultPage .ContentPane
{
    width: 480px !important;
    min-height: 50px;
    overflow: hidden;
    margin-left: 28px;
    float: left;
}

.DefaultPage .RightPane
{
    width: 233px !important;
    min-height: 50px;
    overflow: hidden;
    float: right;
}


/* ------------  */
/*  VerticalMenu */
/* ------------- */


.secondLevelNav
{
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 18px 0;
    border-top: 0;
    width: 144px;
}


.secondLevelNav li a
{
    font-size: 12px;
}

.secondLevelNav li
{
    padding-top: 4px;
}



.Menu_Level1_Selected, .Menu_Level2_Selected, .Menu_Level3_Selected, .Menu_Level4_Selected, .Menu_Level5_Selected
{
    background-image: url(Images/arrow_green.gif);
    background-repeat: no-repeat;
}
.Menu_Level1, .Menu_Level2, .Menu_Level3, .Menu_Level4, .Menu_Level5
{
    background-image: url(Images/arrow_black.gif);
    background-repeat: no-repeat;
}

.Menu_Level1_Selected a, .Menu_Level2_Selected a, .Menu_Level3_Selected a, .Menu_Level4_Selected a, .Menu_Level5_Selected a
{
    color: #88a024;
}


.Menu_Level1_Selected
{
    padding-left: 7px;
    background-position: 0 9px;
}
.Menu_Level2_Selected
{
    padding-left: 24px;
    background-position: 17px 9px;
}
.Menu_Level3_Selected
{
    padding-left: 41px;
    background-position: 34px 9px;
}
.Menu_Level4_Selected
{
    padding-left: 58px;
    background-position: 51px 9px;
}
.Menu_Level5_Selected
{
    padding-left: 75px;
    background-position: 68px 9px;
}

.Menu_Level1
{
    padding-left: 7px;
    background-position: 0 9px;
}
.Menu_Level2
{
    padding-left: 24px;
    background-position: 17px 9px;
}
.Menu_Level3
{
    padding-left: 41px;
    background-position: 34px 9px;
}
.Menu_Level4
{
    padding-left: 58px;
    background-position: 51px 9px;
}
.Menu_Level5
{
    padding-left: 75px;
    background-position: 68px 9px;
}

/* ----------- */
/*  Containers */
/* ----------- */

.ContentPane .Container
{
    overflow: hidden;
}


/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    color: #a2a0a0 !important;
    font-size: 9px;
    text-align: center;
    width: 100%;
}

#Footer .Login
{
    margin: 15px 0;
    color: #a2a0a0;
}

#Footer *
{
    color: #a2a0a0 !important;
}


table { border-collapse: collapse; }
td, #inputform th { padding: 0; }





/* Rotate */
.Advs.Rotate
{
    height: 330px;
}

.Advs.Rotate a
{
    width: 1024px;
    height: 330px;
    position: absolute;
    display: none;
}
.Advs.Rotate a:first
{
    display: block;
}

.Advs.Rotate a:hover
{
    text-decoration:none;
}

.Advs.Rotate .Box
{
    margin-top: 304px;
    margin-left:873px;
    height: 26px;
    width: 151px;
    background-color: #fff;
    
    color: #a0002f;
    font-size: 14px;
      font-size: 11px;
    text-transform: uppercase;
    color: #707070;
    line-height:26px;
    text-align:right;
    }
