/*   */

html {
    
}

body {
    font-size: 14px;
    font-family: calibri, arial, sans-serif;
    background: url('../images/bg.jpg') no-repeat;
    background-position: top center;
}

header {
    width: 1000px;
    margin: 0 auto;
    height: 125px;
}

header h1 {
    height: 125px;
    width: 150px;
    margin: 0px;
    padding: 0px;
    float: left;
}

header h1 img {  
    margin: 3px 0px 3px 57px
}

header nav {
    width: 270px;
    height: 38px;
    float: right;
    background: rgba(82, 108, 153, 0.8);
    margin-right: 126px;
    margin-top: 87px;
}

header ul {
    list-style: none;
}

header ul li {
    display: inline-block;
    *display: inline;
    color: #fff;
    font-weight: bold;
}

header ul li a {
    color: #fff;
    text-decoration: none;
}

.main-container {
    width: 1000px;
    margin: 0 auto;
}

#left-container {
    width:225px;
    display: inline-block;
    *display: inline;
    float: left;
    margin-top: 56px;
}

#left-container nav {

}

#left-container nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#left-container nav ul li.inactive{
    margin: 3px 0px;
    padding: 15px;
    list-style: none;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(75, 104, 156, 0.8);
    color: #fff;
    vertical-align: middle;
}

#left-container nav ul li.active{
    margin: 3px 0px;
    padding: 15px;
    list-style: none;
    height: 30px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
    color: #0b224b;
    vertical-align: middle;
}



#left-container nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
	color:#fff;
}

#right-container{
    width:650px;
    display: inline-block;
    *display: inline;
    background: rgba(10, 33, 74, 0.8);
    border: 2px #bbb solid;
    margin: 0 0 0 -3px;
    min-height: 500px;
    padding: 10px 15px;
    color: #fff;
    line-height: 1.6;
}

#right-container h1 {
    width: 95%;
    padding: 5px 0px;
    border-bottom: 1px #ccc solid;
    font-size: 16px;
}

