* {
    margin: 0;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #EAF2FD;
    color: #135793;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.clearfix {
    clear: both;
}
.head-wrapper {
    background: url("../images/bg_head.jpg") repeat-x scroll 0 0 transparent;
    height: 129px;
    width: auto;
}
.head {
    background: url("../images/head.jpg") no-repeat scroll 0 0 transparent;
    height: 129px;
    margin: 0 auto;
    width: 1102px;
}
.wave {
    background: url("../images/wave.png") repeat-x scroll center top transparent;
    height: 73px;
    width: 100%;
}
.wave .wave-overlay {
    background: url("../images/wave-overlay.jpg") no-repeat scroll 0 0 transparent;
    height: 73px;
    margin: 0 auto;
    width: 1102px;
}
.content {
    background: url("../images/bg.jpg") repeat-y scroll center top #EAF2FD;
    margin: 0 auto;
    min-height: 450px;
    width: 1102px;
}
.content .center ul,
.content .center-big ul {
    margin-left: 15px;
}

ul#banner { }
ul#banner li { list-style-type: none; }
ul#banner li img { border: 0; }

.content .left {
    float: left;
    min-height: 200px;
    padding: 15px 0 15px 25px;
    width: 233px;
}
.content .center {
    float: left;
    min-height: 200px;
    padding: 15px 15px 115px;
    width: 538px;
}
.content .center-big {
    float: left;
    min-height: 200px;
    padding: 15px 15px 115px;
    width: 814px;
}
.content .right {
    float: left;
    min-height: 200px;
    padding: 15px;
    width: 246px;
}
.left .navigation li {
    display: inline;
}
.left .navigation ul {
    list-style-image: url("../images/dot.gif");
    list-style-position: inside;
}
.left .navigation ul li {
    display: list-item;
    padding: 0 0 5px;
}
.left .navigation ul li.active {
    font-weight: bold;
}
.left .navigation ul li a {
    color: #135793;
    text-decoration: none;
}
.left .navigation ul li a:hover {
    border-bottom: 1px dotted #135793;
}
.left .navigation ul ul {
    list-style-image: url("../images/dot.gif");
    list-style-position: inside;
    padding: 0 0 0 10px;
}
.right .box {
    margin-bottom: 20px;
    width: 243px;
}
.right .box .header {
    background: url("../images/box-top.jpg") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    height: 18px;
    padding: 4px 0 0 60px;
    width: 183px;
}
.right .box .box-content {
    padding: 10px 0 10px 60px;
    width: 183px;
}
.right .box .box-content ul {
    list-style-position: inside;
}
.right .box .box-content ul li {
    padding: 0 0 2px;
}
.right .box .box-content form#newsletter input.search-field {
   width: 150px;
}
.footer {
    background: none repeat scroll 0 0 #EAF2FD;
    border-top: 7px solid #135793;
    height: 100px;
    width: 100%;
}
.footer .logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    margin: 25px auto 0;
    width: 269px;
}
