﻿body
{
    background-color:#ecedf5;
}

.inner-container
{
    
    padding:0 10px 10px 10px;
    overflow:auto;

}

.outter-container
{
    -moz-box-shadow:1px 1px 15px 1px #909198;
    -webkit-box-shadow:1px 1px 15px 1px #909198;
    -khtml-box-shadow:1px 1px 15px 1px #909198;
    box-shadow:1px 1px 9px 1px #909198;

    -moz-border-radius:0px 0px 7px 7px;
    -webkit-border-radius:0px 0px 7px 7px;
    -khtml-border-radius:0px 0px 7px 7px;
    border-radius:0px 0px 7px 7px;

    width:980px;
    margin:0 auto 20px auto;
    border: 1px solid #bbb;
    border-top:5px solid #cecfd7;
    overflow:auto;
}

.home-bg 
{
    background:#fff url(images/home_main_image_full.jpg) no-repeat right bottom;
    min-height:737px;
}

.interior-bg 
{
    background-color:#fff;
    min-height:350px;
}

#navigation
{
    margin-bottom:30px;
    /*border-top:5px solid #c1c1c1;*/
    -moz-border-radius:0px 0px 7px 7px;
    -webkit-border-radius:0px 0px 7px 7px;
    -khtml-border-radius:0px 0px 7px 7px;
    border-radius:0px 0px 7px 7px;
}

.home-nav-bg
{
    background: url(images/35-percent-screen.png) repeat left top;
}

.interior-nav-bg
{
   background: url(images/navigation-bg.jpg) no-repeat right top; 
}

#logo-container
{
    margin:20px 90px 10px 0;
    float:left;
    width:200px;
    display:inline;
}

#searchbox-container
{
    width:240px;
    height:30px;
    padding:7px 15px 5px 15px;
    background-color:#cecfd7;
    float:left;
    -moz-border-radius:0 0 7px 7px;
    -webkit-border-radius:0 0 7px 7px;
    border-radius:0 0 7px 7px;
    display:inline;
    
}

#sitename-container
{
    float:none;
    clear:both;
    margin:0 0 25px 0;
}
#nav-container{}

#footer-container
{
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    background-color: #dadbe2;
    width:960px;
    margin:0 auto 20px auto;
    padding:10px;
    overflow:auto;
    min-height:30px;
}




