/* CSS Document */

/*Aletant Template System - layout04 : 2 column template with left navigation and blocks below the left menu - custom design*/


/*basic elements*/
body{
margin: 0px;
padding:.5em;
}


p{
margin: .5em;
}


/*specific divisions*/
#container{
width: 760px;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;

}

#fiveHeader{
width:750px;
margin:.25em auto;
clear:both;
}

#fiveCosmetic{
width:100%;
clear:both;
height:30px;
}

#fiveLeft{
width:200px;
float:left;
margin:.25em 0px .25em 0px;
clear:right;

}


#fiveRight{
width:550px;
float:right;
margin:0px 0px .25em 0px;


}
/*---------------------------*/
/*---------Left elements-----------*/


#logo{
width: 155px;
margin: .25em auto;
clear:both;
}

#leftMenu{
width:155px;
padding-top: .25em;
padding-bottom:1em;
margin-top:.25em;
margin-bottom:4em;
margin-left:auto;
margin-right:auto;
clear:both;
}


html>body #leftMenu{
width:155px;
padding-top: .25em;
margin-top:.25em;
margin-bottom:2em;
margin-left:auto;
margin-right:auto;
clear:both;
}





/*---------------------------*/
/*-----------Right Elements----------------*/



#fiveContentArea{
width: 320px;
padding:.5em;
float:left;
margin:.25em ;
border:#000000 1px solid;
}



#fiveBlockPanel{
width:180px;
float:right;
padding: 0em;

margin-bottom: 1em;
margin-right: 0em;

}

/*-------blocks--------------*/
.block{
width:155px;
height:190px;
margin:.25em auto 4em auto ;
clear:both;
}

html>body .block{
margin:.25em auto 4em auto;
width:155px;
height:190px;
clear:both;
}


.block2{
width:100%;
height:190px;
overflow:hidden;
margin-bottom:1em;
padding: .5em 0em 2em  0em;
}

html>body .block2{
width:100%;
height:190px;
overflow:hidden;
margin-bottom:1em;
padding: .5em 0em 2em  0em;
}

/*------------------------------*/
#fiveFooter{
width:760px;
clear:both;
padding: 1em 0em 1em 0em;
margin-bottom:1em;
}

#spacer{
clear:both;
background-color:#FFCC00;
}



/*-------------------------------*/
#ctl00_menuTop{
height:100%;
}
