﻿#aboutUsContainer
{
    background: url("../images/bg-about-us.jpg") no-repeat scroll left top transparent;
    font-size: 13px;
    height: 612px;
    margin: 40px auto;
    position: relative;
    width: 944px;
   
}

.shadow{-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 4px 4px -4px #000;

/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#aboutUsContainer h2
{
    color: #2C669F;
    font-size: 17px;
    text-transform:uppercase;
    padding: 40px 0 0 26px;
    margin:0;
    }

#aboutUsContainer p
{
    color: #333333;     
    padding-left:25px;
}
    
    .bottom-page
{
       background: url("../images/bottom-page.png") no-repeat scroll center top transparent;
    height: 59px;
    margin-left: 125px;
    position: relative;
    width: 1000px;
    z-index: 1000;
    top:-40px;
}
