/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* --- Divs used for page structure ---*/
body
{
    font-family: Verdana;
}
body.normalpage
{
    background-image: url(../themeimages/shading.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #8A8A8A;
    height: 100%;
    margin:0;
    padding:0;
}

div#main
{
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
    /*width: 919px;*/
width: 88.4em;
    min-height: 10px;
    overflow: hidden;
    
}
div.mainmargins
{

}
div#containerdiv
{  
    width: 100%;
    height: 100%;
}
div#maincontainerdiv
{
    width: 100%;
    height: 100%;
}
.newsitemheader
{
    font-weight: bold;
    font-size: 1.1em;
}
div#topmenudiv
{
    width: 64em;
    position: relative;
    left: 267px;
    top: -18px;
    margin-bottom: -10px;
    padding: 0;
}
div#quicksearchdiv
{
    position: absolute;
    top: 50px;
    float: right;
    max-height: 18px;
    height: 18px;
    overflow: hidden;
}
div#quicksearchdivobject
{
max-width: 920px;
float: left;
padding-left: 690px;


}
div#leftmenudivcontent
{
/*    border-left: solid 12px #006599;
    height: 100%;*/
    width: 90%;
}
div#leftmenurightimage
{
}
div#contentdiv
{
    width: 73%;
    height: 100%;
}

div#mainareadiv
{
    height: auto;
    width: 100%;
    float: left;
    
}
div#mainareadivfullheight
{
    height: 100%;
    width: 100%;
}
div#mainbottom
{
    
    width: 100%; 
    float: left;
    
}
div#voicearea
{
    width: 68.3%;
    float: left;
}

div#leftmenudiv
{
    width: 27%;
    
}
div#leftmenudivpage
{
    border-left: solid 12px #83B619;    
    width: 22%;

    float: left;
    background-color: #ececeb;
    margin-right: 1em;
}
div#leftmenudivcontentpage
{

    min-height: 100%;
    height: 100%;
    padding-left: 5px;
    font-size: 1.1em;
    padding-bottom: 2em;    
}

div#rightmenudiv
{
    
    width: 28%;
    float: left;
}
div#bottomcenter
{
    
    width: 68%;     
}
div#bottomright
{
    

}
/* --- Standard classes ---*/

div#footerdiv
{
	background-color: #83B619;
	color: #ffffff;
    height: 1.5em;
    width: 100%;
}
div#footerdiv div
{
padding-top: 1px;
}