/*Page*/
body{
    margin:0;
    height:100%;
    width:100%;
    background:#91B35C url('/Images/Background/BackgroundImage.jpg') repeat-x !important;
}
#TopLeftBlue{
    background:#B1C4D0;
    height:210px;
    position:absolute;
    left:0px;
    top:0px;
    width:60%;
}
#Page-Wrapper{
    width:800px;
    margin:0 auto;
}
/*Header*/
#Header-Wrapper{
    height:210px;
    width:100%;
    position:relative;
}
#Header{
}
#HeaderPhotoLeft{
    background:url('/Images/Background/Header.jpg') no-repeat;
    width:766px;
    height:211px;
}
#HeaderBall{
    background:url('/Images/Background/Ball.gif') no-repeat;
    width:41px;
    height:42px;
    position:absolute;
    top:90px;
    left:430px;
    z-index:10;
}
#HomepageLink{
    display:block;
    position:absolute;
    right:40px;
    top:30px;
    width:260px;
    height:80px;
}
#HeaderMenuLanguages{
    position:absolute;
    font-size:10px;
    color:#000000;
    left:265px;
    top:100px;
}
#HeaderMenuLanguages li{
    display:inline;
}
#HeaderMenuLanguages a{
    text-decoration:none;
}
#HeaderMenuLanguages a:hover{
    color:#E7791A;
}
#SubMenu-Wrapper{
    width:533px;
    height:62px;
    position:absolute;
    right:0px;
    bottom:-1px;
    background:white;
    z-index:2;
    border-top:solid 1px white;
    border-left:solid 1px white;
    background:url('/Images/Background/SubMenuBckg.jpg') repeat-y;
}
.SubMenu{
    margin-top:35px;
    margin-left:15px;
}
.SubMenu a{
    font-size:10px;
    color:Black;
    text-decoration:none;
}
.SubMenu a:hover{
    color:white;
    text-decoration:none;
}
.HeaderFlash{
    position:relative;
    z-index:3;
    left:1px;
    top:1px;
}
#HeaderMenuBckg{
    background:url('/Images/Background/HeaderMenu.jpg') repeat-x;
    height:91px;
    width:595px;
    position:absolute;
    right:0px;
    bottom:-1px;
    z-index:1;
}
#HeaderMenu{
    margin-top:7px;
    margin-left:-40px;
    .margin-left:0px;
}
#HeaderMenu li{
    display:inline;
    list-style-type:none;
    margin-left:15px;
}
#HeaderMenu a{
    color:Black;
    font-size:10px;
    text-decoration:none;
}
#HeaderMenu a:hover{
    color:White;
}
#HeaderSpacer{
  display:none;
}
#HeaderSpacer a{
    color:White;
    font-size:16px;
    font-weight:bold;
    margin-left:50px;
    padding-top:5px;
}
#HeaderSpacer a{
    text-decoration:none;
}
/*Content*/
#ContentHolder-Wrapper{
    height:100%;
    width:100%;
    position:relative;
}
#OrangeSquare{
}
#LeftMenu{
    background:#91B35B;
    padding:20px 0 0 20px;
    width:185px;
    height:250px;
    position:asolute;
    left:0px;
    top:1px;
    float:left;
    text-transform:uppercase;
}
#LeftMenu a{
  color:Black;
  text-decoration:none;
  font-size:10px;
}
#LeftMenu a:hover{
  color:white;
  text-decoration:none;
}
.MenuItem{
    display:block;
    width:266px;
    height:91px;
}
#ContentHolder{
    width:595px;
    background:white;
    /*float:right;*/
    margin-left:205px;
    margin-bottom:50px;
}
.Content{
    margin:0px 0px 0px 65px;
    height:auto;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
    min-height:440px;
}
#UlLeftMenu{
    list-style-type:none;
}