
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, tr, th, td {
        margin:0;
        padding:0;
        border:none;
}
ul, ol, dl{
        margin:0 0 0 30px;
}
h1, h2, h3, h4, h5, h4 a{
        margin:5px 0 20px 0;
        color:#555cad;
        font-style:italic;
        font-weight:400;
}
h1{
        font-size:22px;
}
h2{
        font-size:18px;
}
h3{
        font-size:16px;
}
h4{
        font-size:14px;
}
p{
        margin:0 0 10px 0;
        line-height:16px;
}
.align-center{
        text-align:center;
}
align-right{
        text-align:right;
}
.float-right{
        float:right;
}
.float-left{
        float:left;
}
.clear-both{
        clear:both;
}
body{
        text-align:center;
        font:12px Arial;
        color:#444;
        background:url('../nav/bg_tile.gif') repeat-x #3075ae;
}
a{
        color:#444;
}

/* STRUCTURE */

#two-block{
        width:778px;
        margin:0 auto;
        text-align:left;
        background:url('../nav/wrapper_tile.jpg') repeat-y;
}
#header{
        height:179px;
        background:url('../nav/header.jpg') no-repeat;
}
#content{
        background:url('../nav/content_bg.jpg') no-repeat;
}
#footer{
        background:url('../nav/footer.jpg') no-repeat;
        height:121px;
}
#block-one{
        width:219px;
        float:left;
        display:inline;
        background:url('../nav/left_nav.jpg') no-repeat;
        margin:3px 0 20px 18px;
}
#block-two{
        width:485px;
        float:right;
        display:inline;
        margin:10px 34px 20px 0;
}
.no-border{
        border:none;
}

/* NAVIGATION */

#header img{
        margin:41px 0 0 42px;
}
ul#left-nav{
        list-style:none;
        width:187px;
        margin:20px 0 0 16px;
}
ul#left-nav li{
        float:left;
        clear:left;
        width:187px;
        margin:0 0 2px 0;
}
ul#left-nav li a{
        text-decoration:none;
        font-style:italic;
        display:block;
        height:24px;
        line-height:24px;
        padding:0 5px;
        background:url('../nav/nav_dots.gif') bottom no-repeat;
}
ul#left-nav li a:hover{
        background:url('../nav/tick.jpg') 170px 5px no-repeat #5e93cb;
        color:#fff;
        font-weight:700;
}
ul#left-nav li.selected a{
        background:url('../nav/tick.jpg') 170px 5px no-repeat #5e93cb;
        color:#fff;
        font-weight:700;
}

/* STANDARD PAGE */

img.standard-image{
        margin:0 0 5px 0;
        padding:2px;
        border:1px solid #d1d1d1;
        width:180px;
}
.caption{
        margin:0 0 5px 0;
        font-size:11px;
        text-align:center;
}
#right_images{
        width:206px;
        float:right;
        display:inline;
        margin:0 0 15px 20px;
}
.download_box{
        margin:15px 0 0;
        clear:both;
}
.download_box h3{
        margin:0 0 10px 0;
}
.download_box ul{
        list-style:none;
        margin:0;
        background-color:#f8f8f8;
        border:1px solid #c3e2f7;
        padding:10px;
}
.download_box ul li{
        margin:4px 0 4px 0;
        font-size:11px;
        line-height:16px;
}
.download_box ul li img{
        float:left;
        clear:left;
        margin:0 5px 0 0;
}


/* FOOTER */

#footer{
        text-align:center;
        margin:10px 0 0 0;
}
#footer p{
        width:700px;
        margin:0 auto;
        padding:5px 0 0;
        color:#fff;
        font-size:11px;
}
#footer a{
        color:#fff;
}
#footer #logos{
        width:200px;
        float:right;
        margin:26px 22px 0 0;
}
#footer #logos img{
        float:right;
        display:inline;
}


/* CONTACRT PAGE */

form{
        width:300px;
        border:1px solid red;
        padding:15px 10px;
        background-color:#f7f7f7;
        border:1px solid #c3e2f7;
        margin:20px 0;
}
form label{
        width:90px;
        float:left;
        clear:left;
        margin:0 0 5px 0;
        height:24px;
}
form input, form textarea{
        float:right;
        clear:right;
        width:200px;
        margin:0 0 5px 0;
        border:1px solid #b4d8f0;
        height:20px;
}
form textarea{
        height:120px;
}
form input.contact-button{
        margin:0 0 10px 0;
        background:url('../nav/submit_bg.gif') no-repeat;
        width:202px;
        height:20px;
        text-align:center;
        color:#fff;
        font-size:12px;
        font-weight:700;
}
form p.required{
        clear:both;
        font-size:10px;
        color:#888;
        margin:0px 0 5px 0;
}

/* NEWS PAGES */

#news_list .news-item{
        margin:0 0 10px 0;
        padding:0 0 10px 0;
        border-bottom:1px solid #e9e9e9;
}
#news_list .news-item h4{
        margin:0 0 0 0;
}
#news_list .news-item h4 a{
        text-decoration:none;
}
#news_list .news-item img{
        float:left;
        padding:2px;
        border:1px solid #d1d1d1;
        width:100px;
        margin:0 10px 0 0;
}
p.read-more a{
        text-decoration:none;
}
p.read-more{
        text-align:right;
        font-size:11px;
        font-style:italic;
        margin:5px 0;
        clear:right;
}
.news_date{
                margin:0 0 5px 0;
                font-size:10px;
                color:#777777;
}