﻿@import "reset.css";

body, html{
    
    background-color:#6C8CA6;
}
div {
    position:relative;
    z-index:100;
}
p{
    margin-bottom:15px;
}
.clear{
    clear:both;
}   
#wrapper {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:center;
    width:100%;
    background-color:#6C8CA6;
    padding: 5px 0 10px 0;
}

#bodyContent {
    margin:0 auto;
    text-align:left;
    width:1000px;
    background-color:#ffffff;
    border:2px solid #B76793;
}

#pageHeader #header{
   height:100px;
   background-image:url(../images/header1000x100.jpg)

}
#pageContent{
    padding-bottom:30px;
}
#pageFooter{
    position:absolute;
    background-color:#00447C;
    border-top:2px solid #B76793;
    height:30px;
    width:100%;
    bottom:0;
    color:#ffffff;
    text-align:right;
    font-size:11px;
}
#contentBG{
    background-image:url(../images/contentbg.jpg);
    background-repeat:repeat-y;
}
#pageLeftMenuBlock{
    color:#00447C;
    float:left;
    width:350px;
    padding-bottom:50px;
}
#pageRightBlock{
    color:#000;
    padding-top:30px;
    padding-bottom:20px;
}
#contentFull{
    margin-left:20px;
    width:580px;
    float:left;
}
#contentCenter{
    width:380px;
    float:left;
    margin-left:20px;

}
#contentCenter h1,#contentFull h1{
    color:#00447C;
    margin-bottom:15px;
    font-size:24px;
}
#contentRight{
    width:200px;
    float:right;
    margin-right:10px;

}
#pageLeftMenuBlock h1{
    font-size:28px;

}
#pageLeftMenuBlock li{
    font-size:16px;
    margin:8px 2px 0 0px;

}
.menuFloatContentShadow{
    width:280px;
    height:270px;
    position:absolute;
    top:18px;
    left:18px;
    border-bottom:10px solid #000;
    border-right:10px solid #000;
    -moz-opacity: .3 !important;
    -webkit-opacity: .3!important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
    filter: alpha(opacity=30) !important;
    opacity: .3 !important;
    
}
 .menuFloat{
    width:290px;
    height:280px;
    position:absolute;
    top:0px;
    left:0px;
    border:4px #00447C solid;
     background-color:#fff;
    -moz-opacity: .5 !important;
    -webkit-opacity: .5!important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    filter: alpha(opacity=50) !important;
    opacity: .5 !important;
    
}
 .menuFloatContent{
    width:290px;
    height:340px;
    position:absolute;
    top:0px;
    left:0px;
    
}

.leftMenu{
    position:relative;
    top:20px;
    left:20px;
    width:290px;
    height:280px;
}



.divPadded10{
    padding:10px;
}

.divPadded5{
    padding:5px;
}
.opac
{
    position:absolute;
    top:0;
    left:0;
    background-color:#00447C;
    -moz-opacity: .5 !important;
    -webkit-opacity: .5!important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    filter: alpha(opacity=50) !important;
    opacity: .5 !important;
}

