﻿/*
    layout

*/


div#footer
{  
    clear:both;
    text-align:center;
    padding:5px 0 0 0;   
    background-color: #5D7B9D;  
    font-size: x-small;
    color: White;       
    width:100%; 
} 

div#wrap
{
    margin-top:0px;
    position:relative;    
}



/*admin master, ministries master*/
div#leftsidebar
{       
    background-color: #DEDACE;   
    min-height: 150px;
    
}


div#dp_LeftSidebar
{
    background-color: White;   
    min-height: 150px;    
}

div.leftsidebar
{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 225px;    
    padding: 3px;   
}


/*use with leftsidebar*/
#main1
{   
    margin-left:235px;
    padding-left:5px; 
    min-height:325px;  
 }

/*use with right sidebar*/
.main2
{
    margin: 10px 0px 10px 0px;
    padding: 0 10px 10px 10px;
    width: 57%;
    float: left;
    height: 100%;
}

div.rightsidebar
{
    float: right;
    width: 38%;    
    margin-bottom:0px;
    padding-left: 5px;
    min-height: 450px;    
}

div.sidebar_imgFade
{
    background-image: url('../images/sidebarBG.png');
    background-repeat: repeat-x;
}

div.sidebar_gray
{
    background-color: #DEDACE;
}



div#main
{
    padding: 10px 10px 10px 10px;
    margin-left:5px;
}


.left
{
    text-align:left ; 
    color:Black;  
}

.background
{
    background-image: url('../images/gray-bg.png');
    background-repeat: repeat-x;
    height:264px;
}

div#div_sitemap
{
    margin-top:10px;
    margin-left:10px;    
}

div#header
{
    background-color: #5D7B9D;    
}

