/* CSS Document */


/*Aletant Template System - layout07 : 2 column template with full header, left navigation and blocks below the left menu - custom design*/

/*basic elements*/
body{
margin: 0px;
padding:.5em;
}


p{
margin: .5em;
}

/*specific divisions*/
#sevenContainer{
width: 760px;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
clear:both;
}


#sevenHeader{
width:750px;
margin:.25em auto;
clear:both;
}

#sevenCosmetic{
width:100%;
clear:both;
height:30px;
}


#sevenLeft{
width:200px;
float:left;
clear:right;
height:inherit;
}


#sevenRight{
width:560px;
float:right;
margin: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;
}


.block{
width:155px;
height:190px;
margin:3em auto ;
clear:both;
}

html>body .block{
margin:3em 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;
}


#contentArea{
width: 95%;
padding:.5em;
margin:.25em auto;
}


#sevenFooter{
width:760px;
clear:both;
padding: 1em 0em 1em 0em;
margin-bottom:1em;
}

#spacer{
clear:both;
background-color:#FFCC00;
}


/*-------------------------------*/
#ctl00_menuTop{
height:100%;
}
