html body {
    margin: 15px 0px 0px;
    padding: 0px;
    background: #fff url('images/background03.jpg') repeat-x;
}



/* ====================== text styles ========================== */

html body {
    font-family: Cambria,'Times New Roman','Nimbus Roman No9 L','Freeserif',Times,serif;
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: none; 
}

p {
    margin-top: 0px;
    padding-top: 5px;
    margin-bottom: 15px;
}

form {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

img {
    display:block;
    border: 0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    font-family: serif;
    font-weight:bolder;
    text-decoration: none; 
    margin: 0px;
    padding: 0px;
    line-height: normal;
}


h1, h2, h3, h4, h5, h6 {
    color: #0B163A;
    font-size: 16px;
}


a {
    color: #1a1a1a;
    text-decoration: none; 
}

a:hover {
    color: #0B163A;
    text-decoration: none; 
}

/* ==================== LAYOUT ========================== */

#page_top {
    margin: 0 auto;
    padding:0px;
    width: 1000px;
    height: 177px;
}

#page_top img {
    display:inline;
    border:0;
    margin:0px;
    padding:0px;
}

#page {
    margin: 0 auto;
    width: 1000px;
    background: url('images/page-back.png') repeat-y;
}

#container {
    margin-left: 37px;
    width: 926px;
    overflow: hidden;
}

#header {
    width: 926px;
    height: 110px;
}

#logo {
    margin-top: 5px;
    margin-left: 20px;
    float: left;
}

#phone {
    float:right;
    margin-right: 20px;
}

#logo-bottom {
    position: relative;
    left: 308px;
    top: 0px;
    z-index:3;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

#main_picture {
    position: relative;
    width: 926px;
    margin: 0px;
    padding: 0px;
    overflow:hidden;
}


#picform {
    float:left;
    margin-top: 65px;
    margin-left: 402px;

    color: #fff;
    font-size: 14px;
    font-weight:bold;
}

#picform p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight:normal;
    text-align:left;
}

#picform table {
    height: 181px;
}


#menu, #menu table {
    height: 42px;
    width: 926px;
    overflow:hidden;
}

#menu td a {
    width:154px;
    background: #0B163A;
    height: 42px;
    line-height:3.2;
    vertical-align:middle;
    font-family: serif;
    font-size: 14px;
    font-weight:normal;
    color: #ddd;
    text-align:center;
    text-decoration: none; 
    display:block;
    border-right: 1px solid #3A4360;
    /*border-bottom: 2px solid #fff;*/
}

#menu td a:hover {
    text-decoration: none; 
    color: #fff;
    background: #1D2848;
    /*color: #0B163A;
    background: #CBCCCE url('images/button02.jpg') repeat-x;*/
    /*border-bottom: 2px solid #C9CACC;*/
    /*border-right: 1px solid #aaa;*/
}

#menu td a.active {
    color: #0B163A;
    text-decoration: none; 
    background: #CBCCCE url('images/button02.jpg') repeat-x;
    /*border-bottom: 2px solid #C9CACC;*/
    /*border-right: 1px solid #aaa;*/
}

#menu td a.last {
    border-right: none;
    width:156px;
}

#submenu {
    font-size: 13px;
    font-weight:normal;
    background: #C9CACC;
    padding: 9px 10px;

}

#submenu a {
    padding:10px 10px;
    color: #0B163A;
}

#submenu a:hover {
    color: #777;
}

#content {
    padding: 20px 20px;
    margin: 0px;
    line-height: 1.7;
}

#news {
    float:right;
    width: 250px;
    margin: 0px 0px 20px 10px;
    line-height: normal;
}

#news-title {
    color: #fff;
    background: #0B163A;
    padding: 10px;
    text-align:left;
    font-size: 14px;

}

#news-scroll {
    padding-right: 1px;
    width: 250px;
    height: 300px;
    overflow: scroll;
    color: #1a1a1a;
    background: url('images/fade.jpg') repeat-x;
}

#news-content {
    width: 215px;
    padding: 10px;
    overflow:none;
}

#bottom-back {
    width: 100%;
    height: 195px;
    background: url('images/footer-blue-back3.jpg');
    margin: 0px;
    padding: 0px;
}

#page_bottom {
    margin: 0 auto;
    width: 1000px;
    height: 90px;
    background: url('images/page-bottom.png');
}

#footer {
    margin-left: 37px;
    width: 926px;
    height: 55px;
    background: #999 url('images/footer-back.jpg') repeat-x;
    color: #333;
    font-family: serif;
    font-size: 11px;
}

#footer a {
    text-decoration:none;
    color: #333
}

#footer a:hover {
    text-decoration:none;
    color: #555;
}

#footer div {
    padding: 15px 10px 0px;
}

#design {
    float:right;
    text-align:right;
}

#picform form {
    text-align:right;
    vertical-align:middle;
}

form td {
    padding:5px 0px;
}

/*form select, form input{
    margin: 0px;
    padding: 0px;
    border: 1px solid #425985;
    color: #425985;
}*/

.submit {
    border: 1px #ccc solid;
    background: #B9BABC url('images/button02.jpg') repeat-x;
    color: #0B163A;
    padding: 5px 10px;
    width: auto;
}

.submit:hover {
    border: 1px #ccc solid;
    background: #e5e5e5;
    color: #555;
    padding: 5px 10px;
    width: auto;
}

ul {
    margin-top: 0px;
}

.divider {
    height: 15px;
    border-bottom: 1px solid #A6BDD8;
    margin-bottom: 25px;
}

.bold {
    font-weight: bold;
    font-size: 14px;
    color:#0C1539;
}


a.button {
    color: #0B163A;
    text-decoration: none; 
    background: #CBCCCE url('images/button02.jpg') repeat-x;
    font-family: serif;
    font-size: 12px;
    font-weight:normal;
    text-align:center;
    padding: 3px 15px;
    border: 1px solid #ccc;
}

a.button:hover {
    color: #555;
    text-decoration: none; 
    background: #e5e5e5 ;
}

