@import url('/css/default.css');
@import url('/css/DropMenu.css'); 
@import url('/css/cms.css');

/* Generic Styles */

body {
    margin:0px;
    background:#0D90B3;
    font-family:Verdana;
    color:#053765;
    font-size:12px;
}
h1 {
    font-size:24px;
    font-family:"Trebuchet MS",Verdana;
    color:#ED792A;
}
h2 {
    font-size:16px;
    font-family:Verdana;
    color:#ED792A;
    font-weight:bold;
}
h3 {
    font-family:Verdana;
    font-size:12px;
    color:#053765;
    font-weight:bold;
    padding-bottom:5px;
}
hr {
    background-color:#CCD6DE;
    color:#CCD6DE;
    height:1px;
    margin-top:10px;
    margin-bottom:10px;
    border:none;
}
p {
    padding-top:5px;
    padding-bottom:10px;
}
a {
    color:#003160;
}
a:hover, a:active {
    color:#095AA5;
}
#frame {
    width:100%;
    position:relative;
    display:block;
}
#left {
    background: url("/media/structure/background.jpg") repeat-x;
    position:absolute;
    left:0;
    right:50%;
    top:0;
    z-index:5;
    height:400px;
}
* html #left, * html #right, * html #left-main, * html #right-main {width: 50%;}
#right {
    background: url("/media/structure/background.jpg") repeat-x;
    background-position: top right;
    position:absolute;
    margin:0 auto;
    top:0;
    right:0;
    left:50%;
    z-index:1;
    height:400px;
}
#left-main {
    background: url("/media/structure/background_main1.jpg") repeat-x;
    position:absolute;
    left:0;
    right:50%;
    top:0;
    z-index:5;
    height:400px;
}
#right-main {
    background: url("/media/structure/background_main2.jpg") repeat-x;
    background-position: top right;
    position:absolute;
    margin:0 auto;
    top:0;
    right:0;
    left:50%;
    z-index:1;
    height:400px;
}
#center { 
    background:#fff url("/media/structure/sidebar.jpg") repeat-y;
    position:absolute;
    left: 50%;
    margin-left:-450px;
    top:0;
    width:900px;
    z-index:10;
}
#left-center {
    float:left;
    width:250px;
}
#right-center {
    float:right;
    width:650px;
}
#logo {
    float:left;
    width:250px;
}
#title {
    background: url("/media/structure/title.gif") no-repeat;
    float:right;
    width:630px;
    height:55px;
    font-size:24px;
    font-family:"Trebuchet MS",Verdana;
    color:#fff;
    line-height:55px;
    padding-left:20px;
}
#header {
    float:right;
    width:650px;
}
#sidenav {
    position:relative;
    float:left;
    width:250px;
}
#sidebar {
    text-align:center;
    width:250px;
    padding-top:15px;
    padding-bottom:15px;
}
#content {
    float:right;
    width:610px;
    padding:20px;
}
#content ul {
    list-style:none;
    margin-bottom:5px;
    margin-left:0px;
    margin-top:0px;
    padding-left:0px;
}
#content ul li {
    background-image:url("/media/structure/bullet.gif");
    background-position:0px 5px;
    background-repeat:no-repeat;
    padding-top:10px;
    padding-left:30px;
}
#form ul {
    margin-bottom:10px;
}
#form ul li {
    clear:both;
    list-style:none;
    background-image:none;
    padding:0px;
    padding-bottom:5px;
}
#form ul li label {
    display:block;
    float:left;
    text-align:right;
    width:115px;
    padding-right:5px;
}
#form ul li input.indent {
    margin-left:120px;
}
option {
    padding-right:5px;
}
#main {
    width:900px;
    float:left;
}
.news {
    width:610px;
    padding-top:10px;
    padding-bottom:10px;
}
.news_box {
    background: url("/media/structure/news_item_bg.jpg") repeat-y;
    width:610px;
    border-top:1px #CCD6DE solid;
    border-bottom:1px #CCD6DE solid;
    padding-top:10px;
    padding-bottom:10px;
}
.news_box .img_left, .news .img_left{
    float:left;
    padding-left:10px;
    padding-right:10px;
}
.news_box .img_right, .news .img_right {
    float:right;
    padding-left:10px;
    padding-right:10px;
}
.service {
    width:610px;
}
.service_img {
    float:left;
    width:142px;
    margin-right:10px;
}
.service_img img {
    border:1px solid #003160;
}
.service_img a img {
    border:none;
}
.service_text {
    float:right;
    width:458px;
}
#footer {
    background:#0D90B3;
    clear:both;
    padding:15px;
}
.comment {
    font-size:12px;
    color:#FEB53D;
    font-family:Verdana;
}
#bottom_links {
    border-top:1px solid #CCD6DE;
    background:#fff;
    float:left;
    width:860px;
    text-align:center;
    padding:20px;
}
#bottom_links img {
    vertical-align:middle;
}
#bottom_links .bottom_img {
    margin-left:20px;
}
a #footer_nav {
    margin-left:25px;
}
.footer_nav {
    color:#095AA5;
    text-decoration: none;
    font-weight:bold;
}
.footer_nav:hover {
    text-decoration: underline;
}
.webDesignBy a, .webDesignBy a:hover, .webDesignBy a:visited {
    color:#053765;;
}
#comments {
    float:left;
    width:900px;
    padding-top:15px;
}

