body 
{
    margin:0px;
    padding:0px;
    font-family:Arial;
    background-color:white;
}
h2
{
    font-size:14pt;
    letter-spacing:1px;
    color:#990099;
    padding-left:20px;
    margin-top:25px;
}
#maincontent
{
    padding-left:170px;
    padding-right:170px;
}
#header
{
    height:300px;
    background-image:url(../img/home_header.png);
    background-position: center right;
    background-repeat:no-repeat;
    
}
#aboutheader
{
    height:300px;
    background-image:url(../img/about_header.png);
    background-position: center right;
    background-repeat:no-repeat;
    
}
#contactheader
{
    height:300px;
    background-image:url(../img/contact_header.png);
    background-position: center right;
    background-repeat:no-repeat;
    
}

#officeheader
{
    height:300px;
    background-image:url(../img/office_header.png);
    background-position: center right;
    background-repeat:no-repeat;
    
}
#resheader
{
    height:300px;
    background-image:url(../img/res_header.png);
    background-position: center right;
    background-repeat:no-repeat;
    
}
#services_header
{
    height:300px;
    background-image:url(../img/services.png);
    background-position: center right;
    background-repeat:no-repeat;
    
}
#test_header
{
    height:300px;
    background-image:url(../img/testimonials_header.png);
    background-position: center right;
    background-repeat:no-repeat;
    
}
#logo
{
    margin:10px;
    margin-top:45px;
    background-image:url(../img/logo.png);
    width:365px;
    height:116px;
    background-position: center center;
    float:left;
    background-repeat:no-repeat;
}
#headerimage
{
    
}
#menu
{
    margin:auto;
    margin-top:-120px;
    border-radius:15px 15px 0px 0px;
    border:1px solid #ccc;
    height:28px;
    background-image:url(../img/bg.png);
    z-index:100;
width:70%;
border-bottom:0px;
}
ul#cssdropdown
{
    list-style:none;
    margin:3px;
    padding:3px;
    margin-left:27px;
    text-align:center;
}
ul#cssdropdown li
{
    margin:0px;
    float:left;
    margin-bottom:5px;
}
ul#cssdropdown li:hover
{
    margin:0px;
    float:left;
    margin-bottom:5px;
    border-bottom:3px solid #ee4c3d;
}
ul#cssdropdown li.active
{
    margin:0px;
    float:left;
    margin-bottom:5px;
    border-bottom:3px solid #ee4c3d;
}
ul#cssdropdown li.active:hover
{
    margin:0px;
    float:left;
    margin-bottom:5px;
    border-bottom:3px solid #ee4c3d;
}

ul#cssdropdown li a
{
    margin:0px;
    font-size:12px;
    color:#1e0805;
    font-weight:bold;
    display:block;
    padding:3px; 
    padding-left:12px;
    padding-right:12px;
    text-align:center;  
    text-decoration:none;
    border-right:1px solid #ddd;
}
ul#cssdropdown li a:hover
{
    margin:0px;
    font-size:12px;
    color:#000;
    display:block;
    padding:3px; 
    padding-left:12px;
    padding-right:12px;
    background-color:white;
    text-decoration:none;
}

ul#cssdropdown li.active a.activea
{
    margin:0px;
    font-size:12px;
    color:#ee4c3d;
    font-weight:bold;
    display:block;
    padding:3px; 
    padding-left:7px;
    padding-right:7px;
    text-align:center;  
    text-decoration:none;
    border-right:1px solid #ddd;
    background-color:White;
   
}
ul#cssdropdown li.active a.activea:hover
{
    margin:0px;
    font-size:12px;
    color:#ee4c3d;
    display:block;
    padding:3px; 
    padding-left:7px;
    padding-right:7px;
    background-color:white;
    text-decoration:none;
}
ul#subuls
{
    margin:0px;
    padding:0px;
    display: none;
    position: absolute;
    top: 1.2em;
    left: 0;
    background-image:url(../img/bg.png);
    text-align:left;
    border:1px solid #ddd;
}

ul#subuls li{
    padding:0px;
    margin:0px;
    list-style:none;
    float:none;
    text-align:left;
}
ul#subuls li:hover{
    padding:0px;
    margin:0px;
    list-style:none;
    float:none;
    text-align:left;
    border-bottom:3px solid #ee4c3d;
}


ul#subuls li a{
    margin:0px;
    font-size:12px;
    color:#1e0805;
    font-weight:bold;
    display:block;
    padding:3px; 
    padding-left:12px;
    padding-right:12px;
    text-align:left;  
    text-decoration:none;
    border:0px;
    height:17px;
    padding-top:8px;
}

ul#subuls li a:hover{
    margin:0px;
    font-size:12px;
    color:#1e0805;
    font-weight:bold;
    display:block;
    padding:3px; 
    padding-left:12px;
    padding-right:12px;
    text-align:left;  
    text-decoration:none;
    border:0px;
    height:17px;
    padding-top:8px;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
position:absolute;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#content
{
    z-index:1000;
     background-color: #e0e0e0;
     width:100%;
     
/*For IE7-8-9*/ 
background-image:url(../img/tab_bg.png);
     background-repeat:repeat-x;
height: 1%;/*For IE7*/
margin:0px;
padding:0px;

     min-height:550px;
    border-radius:8px;
    box-shadow:  0 0 15px #bbb;
    margin-bottom:10px;
    border:1px solid #ccc;
}
#leftpane
{
    padding:10px;
    float:left;
    width:45%;
    border-right:1px solid #ed4c38;
    height:420px;
}
a
{
    color:#00aeef;
    font-weight:bold;
    text-decoration:none;
    }
#leftpane img
{
    border:1px solid #111;
    vertical-align:top;
}
#rightpane
{
    padding:10px;
    float:left;
    width:50%;
    vertical-align:text-top;
}
#rightpane h3
{
margin:0px;
padding:0px;
margin-top:-30px;
color:#990099;
}
#rightfloat
{
    width:210px; 
    float:right; 
    border:dotted thin #009FED; 
    padding: 10px; 
    margin: 6px 0 4px 12px;
    font-size:13px;
}
#rightpane img
{
    float:left;
    margin:7px;
    margin-top:0px;
}
.imgclass
{
    float:left;
}
#rightpane p
{
    margin:4px;
    font-size:13px;
    line-height:21px;
color:#666;
}
#footer
{
    text-align:justify;
}
#footer ul
{
    float:left;
    margin:2px;
    margin-left:10%;
    text-align:justify;
    list-style:none;
}
#footer p
{
    margin:2px;
    padding:2px;
    text-align:center;
    width:90%;
    color:#666;
    float:left;
    margin-left:10%;
        font-size:12px;
}
#footer p a
{
        color:#00aeef;
}
#footer ul li
{
    float:left;
    margin-left:10px;
    margin-right:10px;
}
#footer ul li a
{
    margin:0px;
    font-size:12px;
    color:#666;
    display:block;
 padding:3px;   
    text-decoration:none;
}
#footer ul li a:hover
{
    margin:0px;
    font-size:12px;
    color:#666;
    display:block;
    padding:3px;
    background-color:white;
    text-decoration:none;
}
#topcontainer
{
    margin-bottom:0px;
    margin-top:10px;
}
#imgcontainer
{
    margin-bottom:10px;
    margin-top:10px;
}
#leftpane table
{
    margin-left:10px;
    margin-top:-20px;
}
#leftpane table td.para
{
    text-align:justify;
    font-size:13px;
    line-height:21px;
    padding:0 20 0 10px;
    vertical-align:text-top;
    padding-top:5px;
    padding-left:15px;
color:#666;
    padding-right:15px;
}
#leftpane table td.para p
{
    margin:4px;
}