<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');


body {
    line-height: 16px;
    width: 100%;
    font-family: Arial, Verdana;
    font-size: 62.5%;
    cursor: default;
    color: #484848;
}

/* HEADLINES */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
    font-family: Arial;
    text-transform: uppercase;
    color: #0092bd;
    margin-bottom: 20px;
}
h1, h1 a {
    font-size: 28px;
    line-height: 28px;
}
h2, h2 a {
    font-size: 24px;
    line-height: 24px;
}
h3, h3 a {
    font-size: 20px;
    line-height: 20px;
}
h4, h4 a {
    font-size: 16px;
    font-weight: bold !important;
    line-height: 16px;
}
h5, h5 a {
    font-size: 14px;
    font-weight: bold !important;
    line-height: 14px;    
}

.simple {
    text-transform: capitalize;
    color: #30829a;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    display: inline-block;
}

/*
 * BASIC STYLES */

.clearer { clear: both; }
.aligncenter { display: block; margin: 0 auto; }
.alignleft { display: block; float: left !important; }
.alignright { display: block; float: right !important; }
img.alignleft { margin: 0 20px 20px 0; }
img.alignright { margin: 0 0 20px 20px; }

a {
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
}
a:hover { text-decoration: underline; }
a.read-more {
    display: block;
    float: left;
    color: #0092bd;
    font-size: 11px;
    height: 13px;
    line-height: 12px;
    font-weight: bold;
    margin-left: 1px;
}
a.border-right {
    border-right: 2px solid #0092bd;
    padding-right: 8px;
    margin-right: 8px;
}

p {
    font-family: Tahoma, Arial;
    font-size: 12px;
    line-height: 18px;
    color: #586266;
    padding-bottom: 20px;
}

ul {
    list-style-type: none;
}
ul li {
    font-family: Tahoma;
    font-size: 11px;
}

pre {
    font-family: Verdana;
    background: #f9f9f9;
    font-size: 11px;
    color: #777;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

/*
 * LIST TYPES */

ul.list-type-a, ul.list-type-b, ul.list-type-c {
    margin-bottom: 20px;
    overflow: hidden;
}
ul.list-type-a li a {
    background: transparent url('../images/list-bullet-1.gif') no-repeat left center;
    padding-left: 20px;
    margin-left: 1px;
}
ul.list-type-a li, ul.list-type-b li, ul.list-type-c li {
    margin-bottom: 2px;
}
ul.list-type-b li a {
    background: transparent url('../images/list-bullet-2.gif') no-repeat left center;
    padding-left: 16px;
    margin-left: 1px;
}
ul.list-type-c li a {
    background: transparent url('../images/list-bullet-3.gif') no-repeat left center;
    padding-left: 16px;
    margin-left: 1px;
}

/*
 * SOME CUSTOM PARAGRAPHS */

p.type-a {
    color: #889093;
    border-left: 3px solid #c6dfe9;
    margin-left: 20px;
    padding-left: 16px;
    padding-bottom: 0;
    margin-bottom: 20px;
}
p.type-b {
    background: transparent url('../images/list-bullet-1.gif') no-repeat top left;
    background-position: 0 6px;
    margin-left: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}



/*
 * CUSTOM STYLE */

#root { }
div.container960 {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

/*
 * HEADER DEFINITION */

#header {
    background: #fff url('../images/header-bkg.gif') repeat-x left top;
    position: relative;
    z-index: 90;
    height: 100px;
}
#header h1 { margin: 0; }
.logo { margin: 18px 4px; display: block; float: left; }


/*
 * MENU BAR DEFINITION */

ul#menubar {
    list-style-type: none;
    float: right;
    margin: 30px 0;
    position: relative;
    top: 0;
    right: 0;
}
ul#menubar li {
    display: inline;
    float: left;
    padding: 12px 0;
    position: relative;
}
ul#menubar li a {
    font-family: Tahoma;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 0px 10px;
    border-right: 1px solid #54555b;
}
ul#menubar li a:hover {
    text-decoration: none;
}
ul.children {
    display: none;
    width: 160px;
    position: absolute;
    top: 34px;
    left: 0;
    border: 1px solid #343434;
    border-top: 0;
    background: #6a6b6f;
    overflow: hidden;
}
ul.children li {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    padding: 0 !important;
}
ul#menubar li.last a {
    border-right: 0;
}
ul.children li a.last {
    border-bottom: 0;
}
ul.children li a {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    clear: both;
    display: block;
    width: 100%;
    border: 0;
    color: #c7c7c7 !important;
    text-transform: capitalize !important;
    overflow: hidden;
    padding: 10px 0px !important;
    text-align: center;
    border-right: 0 !important;
    border-bottom: 1px solid #595a5d;
}
ul.children li a:hover {
    background: #616266;
}
ul.children ul.children, ul.children ul.children ul.children {
    left: 160px !important;
    top: 0px !important;
}

/*
 * SLIDER DEFINITION */

#slider-content {
    position: relative;
    background: #fff url('../images/slider-bkg.gif') repeat-x left top;
    height: 314px;
    z-index: 20;
}
#empty-slider-content {
    position: relative;
    background: #fff url('../images/slider-empty-bkg.gif') repeat-x left bottom;
    height: 188px;
    z-index: 20;
    padding-top: 46px;
}
#empty-slider-content img.page-icon {
    float: left;
    margin: 0 46px;
}
#empty-slider-content h2 {
    color: #30829a;
    padding-top: 20px;
    margin-bottom: 10px;
}
#empty-slider-content p {
    color: #a3d4e3;
    font-size: 20px;
    line-height: 28px;
}
div.slider-top-shadow {
    background: transparent url('../images/slider-top-shadow.png') no-repeat center;
    width: 956px;
    height: 23px;
    position: absolute;
    z-index: 5;
    top: 20px;
}

/*
 * CONTENT DEFINITION */

#content {
    overflow: hidden;
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}
#content div.slider-padding-space {
    height: 70px;
}
#content a {
    color: #0092bd;
}
#content img {
    border: 4px solid #c3d0d4;
    padding: 6px;
    margin-bottom: 20px;
}
#content img.simple {
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 10px;
}

a.read-more-button {
    float: left;
    display: block;
    width: 78px;
    height: 30px;
    background: transparent url('../images/read-more-button.png') no-repeat center;
    font-size: 11px;
    color: #3f5259 !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 3px;
}
a.read-more-button.no-margin {
    margin-bottom: 0;
}

div.information-box {
    border: 3px dotted #459eb8;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 16px;
}
div.information-box .half-column {
    width: 477px;
    width: 48%;
    float: left;
    margin-right: 20px;
}
div.information-box img {
    border: 0 !important;
    padding: 0 !important;
    margin-right: 10px;
    margin-top: 4px;
}
div.information-box p {
    line-height: 16px;
}
div.information-box ul li {
    float: left;
    display: block;
    width: 48%;
    margin-right: 16px;
}
div.information-box ul li.separator {
    clear: both;
    border-bottom: 1px solid #c6dfe9;
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
}


/*
 * MULTI COLUMNS */

.columns {
    clear: both;
    overflow: hidden;
    position: relative;
}

/*
 * FULL WIDTH COLUMNS / 960px */

.full-half {
    width: 470px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}
.full-third {
    width: 306px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}
.full-two-thirds {
    width: 634px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}
.full-fourth {
    width: 225px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.news-main-column {
    width: 474px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    border-left: 1px solid #c6dfe9;
    border-right: 1px solid #c6dfe9;
    padding: 0 20px;
}
.news-side-column {
    width: 184px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.news-right-column {
    width: 220px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

/*
 * COLUMN FORMAT USED ON THE FRONT PAGE */

.column300 {
    float: left;
    width: 300px;
    margin-right: 30px;
}
.column350 {
    float: left;
    width: 350px;
    margin-right: 30px;
}
.column250 {
    float: left;
    width: 231px;
    margin-right: 30px;
    border-left: 1px solid #c6dfe9;
    padding-left: 18px;
}

/*
 * COLUMN FORMATS USED ON THE ABOUT PAGE */
 /* 590, 350, 280 */

.column350 {
    width: 350px;
    float: left;
    margin-right: 20px;
}
.column350.right-border {
    padding-right: 6px;
    width: 342px;
    border-right: 1px solid #c6dfe9;
}
.column590 {
    width: 590px;
    float: left;
    margin-right: 20px;
}
.column280 {
    width: 280px;
    float: left;
    margin-right: 20px;
}


/*
 * LATEST POSTS SECTION - FRONT PAGE */

ul.latest-posts {
    list-style-type: none;
    overflow: hidden;
}
ul.latest-posts li {
    display: block;
    overflow: hidden;
    border-bottom: 3px dashed #eceded;
    margin-bottom: 20px;
}
ul.latest-posts li.last {
    border-bottom: 0;
}
ul.latest-posts h1, ul.latest-posts h2, ul.latest-posts h3, ul.latest-posts h4, ul.latest-posts h5 {
    margin-bottom: 10px;
}

/*
 * NEWS SECTION - FRONT PAGE */

ul.news-list {
    list-style-type: none;
    overflow: hidden;
}
ul.news-list li {
    display: block;
    width: 210px;
    height: 120px;
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
    background: transparent url('../images/news-box.png') no-repeat center;
}
ul.news-list li h1, ul.news-list li h1 a, ul.news-list li h2, ul.news-list li h2 a, ul.news-list li h3, ul.news-list li h3 a, ul.news-list li h4, ul.news-list li h4 a, ul.news-list li h5, ul.news-list li h5 a {
    color: #154351 !important;
    margin-bottom: 0;
}
ul.news-list li h1 a:hover, ul.news-list li h2 a:hover, ul.news-list li h3 a:hover, ul.news-list li h4 a:hover, ul.news-list li h5 a:hover {
    text-decoration: none;
}
ul.news-list li p {
    padding-bottom: 10px;
}
ul.news-list li span.authors {
    border-bottom: 1px solid #c6dfe9;
    padding-bottom: 6px;
    margin-bottom: 10px;
    display: block;
}
ul.news-list li span.authors a {
    font-size: 11px;
}
ul.news-list li a.more {
    display: block;
    font-size: 11px;
    height: 12px;
    line-height: 11px;
    text-decoration: underline !important;
    padding-left: 10px;
    padding-bottom: 1px;
    background: transparent url('../images/news-box-link-bullet.gif') no-repeat left center;
}

/*
 * BLOG ENTRIES SECTION - FRONT PAGE */

div.blog-entries {
    border: 3px dotted #459eb8;
    padding: 10px;
}
div.blog-entries h1, div.blog-entries h2, div.blog-entries h3, div.blog-entries h4, div.blog-entries h5 {
    margin: 6px 0 16px 14px;
}
div.blog-entries ul {
    list-style-type: none;
}
div.blog-entries ul li {
    background: transparent url('../images/list-bullet.png') no-repeat left center;
    background-position: 0 4px;
    padding-left: 14px;
    margin-bottom: 20px;
    font-size: 12px;
}
div.blog-entries ul li a.title {
    font-weight: bold;
    color: #000 !important;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
div.blog-entries ul li a.title:hover {
    text-decoration: none;
}
div.blog-entries ul li.last {
    margin-bottom: 10px;
}
div.blog-entries ul li strong {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
div.blog-entries div.entry-details {
    border-top: 1px solid #c0c4c5;
    border-bottom: 1px solid #c0c4c5;
    padding: 3px 0 4px 0;
    margin-top: 6px;
    font-size: 11px;
}
div.blog-entries div.entry-details a {
    font-size: 11px;
}


/*
 * Mini section used on the About Page */

ul.mini-sections {
    list-style-type: none;
}
ul.mini-sections li {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
ul.mini-sections li img {
    margin-bottom: 0 !important;
    margin-top: 12px;
    border: 0 !important;
    padding: 0 !important;
    float: left;
}
ul.mini-sections li a.bubble {
    cursor: pointer;
    position: relative;
    left: -10px;
    padding: 10px;
    display: block;
    float: right;
    width: 195px;
    height: 96px;
    background: transparent url('../images/bubble.png') no-repeat center;
}
ul.mini-sections li a.bubble:hover {
    text-decoration: none;
    background: transparent url('../images/bubble-over.png') no-repeat center;
}
ul.mini-sections li a.bubble strong {
    display: block;
    font-weight: normal;
    color: #154351;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    margin-left: 36px;
    margin-top: 4px;
    text-transform: uppercase;
}
ul.mini-sections li a.bubble span {
    display: block;
    font-size: 12px;
    margin-left: 36px;
    line-height: 16px;
    color: #586266;
    height: 50px;
    overflow: hidden;
}


/*
 * BLOG SECTION */

.mainarea {
    width: 670px;
    float: left;
    overflow: hidden;
}

.sidebar {
    float: left;
    width: 288px;
    text-align: center;
    position: relative;
    top: -40px;
    left: 0;
}
.sidebar-top {
    background: transparent url('../images/sidebar-top-bkg.png') no-repeat top center;
    width: 288px;
    height: 40px;
}
.sidebar-content {
    overflow: hidden;
    background: transparent url('../images/sidebar-content-bkg.png') repeat-y center;
    width: 208px;
    padding: 0 40px;
}
.sidebar-bottom {
    background: transparent url('../images/sidebar-bottom-bkg.png') no-repeat bottom center;
    width: 288px;
    height: 103px;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5 {
    color: #fff;
}
.sidebar img {
    padding: 0px !important;
    border: 6px solid #fff !important;
}
.blank {
    width: 288px;
    overflow: hidden;
}
.blank-top {
    width: 288px;
    height: 24px;
    background: transparent url('../images/sidebar-white-top.png') no-repeat top center;
}
.blank-content {
    width: 248px;
    background: #fff;
    padding: 10px 20px;
    text-align: left;
    color: #aaa !important;
}

.blank-bottom {
    width: 288px;
    height: 20px;
    background: transparent url('../images/sidebar-white-bottom.png') no-repeat top center;
}

/*
 * BLOG WIDGETS */

.widget {
    margin-bottom: 30px;
    overflow: hidden;
}
.widget ul {
    overflow: hidden;
    background: url('../images/widget-list-border.gif') no-repeat top center;
}
.widget ul li {
    padding: 0 10px;
    background: url('../images/widget-list-border.gif') no-repeat bottom center;
}
.widget ul li a {
    display: block;
    background: transparent url('../images/widget-list-bullet.png') no-repeat left center;
    font-size: 13px;
    line-height: 14px;
    padding: 12px 20px;
    text-align: left;
    color: #094f6b !important;
    font-weight: bold;
}

/*
 * TAG CLOUD */

.widget .tags {
    padding: 2px 0px;
    padding-bottom: 10px;
}
.widget .tags a {
    border: 1px solid #84d6f4;
    display: block;
    /*float: left;*/
    color: #000 !important;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-variant: normal;
    font-size: 11px;
    margin-bottom: 4px;
    margin-right: 6px;
    padding: 6px 10px;
    line-height: 14px;
}
.widget .tags a:hover {
    text-decoration: none;
    background: #0e536c !important;
    color: #fff !important;
}
.widget .tags a.tag5 {
    background-color: #2086ac;
}
.widget .tags a.tag4 {
    background-color: #3cabd3;
}
.widget .tags a.tag3 {
    background-color: #59b4d5;
}
.widget .tags a.tag2 {
    background-color: #77c2dd;
}
.widget .tags a.tag1 {
    background-color: #96d1e7;
}


/*
 * BLOG MULTIPLE COLUMNS */

.mainarea-half {
    width: 310px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

/*
 * BLOG POST */

.post {
    clear: both;
    border-bottom: 2px dotted #eceded;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}
.post-title h1, .post-title h2, .post-title h3, .post-title h4, .post-title h5 {
    margin-bottom: 10px;
}
.meta-data {
    border-top: 1px solid #c0c4c5;
    border-bottom: 1px solid #c0c4c5;
    color: #889093;
    font-size: 11px;
    overflow: hidden;
    padding: 3px 0;
    margin-bottom: 20px;
}
.meta-data a {
    font-weight: bold;
    color: #000 !important;
    font-size: 11px;
    line-height: 16px;
}

/*
 * COMMENTS SECTION */

ul.comments {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.comments li {
    clear: both;
    display: inline-block;
    overflow: hidden;
}
ul.comments .user-avatar {
    overflow: hidden;
    float: left;
    background: transparent url('../images/comments-sep.png') no-repeat right center;
    padding: 10px 24px 10px 10px;
    height: 132px;
    margin-right: 10px;
    width: 10%;
}
ul.comments .user-avatar img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 64px;
    display: block;
}
ul.comments .user-avatar a {
    clear: both;
    padding: 10px 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    text-align: center;
}
ul.comments .message-box {
    overflow: hidden;
    padding: 8px 0 0px 0;
    margin-bottom: 14px;
}
ul.comments .message-box span.date {
    font-size: 11px;
    color: #929191;
    line-height: 11px;
    height: 13px;
    display: inline-block;
    float: left;
}
ul.comment-children {
    padding: 0 0 0 40px;
}



/*
 * GALLERY STYLES */

/* STYLE A */
ul.gallery-style-a {
    overflow: hidden;
    position: relative;
}
ul.gallery-style-a h1, ul.gallery-style-a h2, ul.gallery-style-a h3, ul.gallery-style-a h4, ul.gallery-style-a h5 {
    margin-bottom: 10px;
}
ul.gallery-style-a li {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    padding-bottom: 30px;
    margin-right: 20px;
}
ul.gallery-style-a li div {
    overflow: hidden;
    width: 159px;
    padding-right: 20px;
    border-right: 1px solid #c6dfe9;
}
ul.gallery-style-a li a {
    position: relative;
    display: block;
}
ul.gallery-style-a li img {
    display: block;
    position: relative;
    z-index: 10;
}
ul.gallery-style-a li.last {
    margin-right: 0;
}
ul.gallery-style-a li.last div {
    padding-right: 0;
    border-right: 0;
}
ul.gallery-style-a span.zoom-in {
    width: 140px;
    height: 180px;
    top: 22px;
    top: 10px;
    left: 10px;
}

/* STYLE B */
ul.gallery-style-b {
    overflow: hidden;
}
ul.gallery-style-b h1, ul.gallery-style-b h2, ul.gallery-style-b h3, ul.gallery-style-b h4, ul.gallery-style-b h5 {
    margin-bottom: 10px;
}
ul.gallery-style-b li {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    padding-bottom: 30px;
    margin-right: 14px;
}
ul.gallery-style-b li div {
    overflow: hidden;
    width: 300px;
    padding-right: 15px;
    border-right: 1px solid #c6dfe9;
}
ul.gallery-style-b li img {
    display: block;
    position: relative;
    z-index: 10;
}
ul.gallery-style-b li.last {
    margin-right: 0;
}
ul.gallery-style-b li.last div {
    border-right: 0;
    padding-right: 0;
}
ul.gallery-style-b span.zoom-in {
    width:280px;
    height: 150px;
    top: 22px;
    top: 10px;
    left: 10px;
}


/*
 * PORTFOLIO TYPES */

/* TYPE A */
ul.portfolio-style-a {
    overflow: hidden;
}
ul.portfolio-style-a img {
    margin-bottom: 0 !important;
}
ul.portfolio-style-a h1, ul.portfolio-style-a h2, ul.portfolio-style-a h3, ul.portfolio-style-a h4, ul.portfolio-style-a h5 {
    margin-bottom: 10px;
}
ul.portfolio-style-a li {
    position: relative;
    overflow: hidden;
    clear: both;
    display: block;
    margin-bottom: 30px;
}
ul.portfolio-style-a li img {
    display: block;
    position: relative;
    z-index: 10;
}
ul.portfolio-style-a span.zoom-in {
    width: 350px;
    height: 220px;
    top: 10px;
    left: 10px;
}

/* TYPE B */
ul.portfolio-style-b {
    overflow: hidden;
    padding-bottom: 20px;
}
ul.portfolio-style-b img {
    margin-bottom: 0 !important;
}
ul.portfolio-style-b h1, ul.portfolio-style-b h2, ul.portfolio-style-b h3, ul.portfolio-style-b h4, ul.portfolio-style-b h5 {
    margin-bottom: 10px;
}
ul.portfolio-style-b li {
    position: relative;
    overflow: hidden;
    display: inline;
    float: left;
    width: 459px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #c6dfe9;
}
ul.portfolio-style-b li div.item {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.portfolio-style-b li.last {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
ul.portfolio-style-b li img {
    display: block;
    position: relative;
    z-index: 10;
}
ul.portfolio-style-b span.zoom-in {
    width: 160px;
    height: 180px;
    top: 10px;
    left: 10px;
}


span.zoom-in {
    display: block;
    position: absolute;
    background: #000 url('../images/zoom-in.png') no-repeat center;
    z-index: 0;
}
div.sep {
    clear: both;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
div.sep span.title {
    position: relative;
    color: #c3d0d4;
    font-weight: bold;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    display: block;
    float: left;
    background: #fff;
    padding: 0 10px 0 0;
    z-index: 1;
}
div.sep span.border {
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    top: -13px;
    left: 0;
    border-bottom: 3px dashed #eceded;
}

/*
 * NAV BAR */

ul.nav-bar {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.nav-bar li {
    display: inline;
    float: left;
}
ul.nav-bar li a {
    display: block;
    float: left;
    color: #30829a;
    padding: 4px 6px;
    margin-right: 2px;
}
ul.nav-bar li a:hover, ul.nav-bar li a.on {
    text-decoration: none;
    background: #30829a;
    color: #fff !important;
}

/*
 * NEWS SECTION */

/*
 * HEADLINE NEWS */

a.author {
    font-size: 11px;
    margin-bottom: 20px;
    display: block;
}
div.anex-links {
    clear: both;
    padding: 4px 0;
    margin-left: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
div.anex-links a {
    font-size: 11px;
    height: 14px;
}

a.link-1, a.link-2 {
    display: block;
    float: left;
    font-size: 11px;
    height: 14px;
    padding-left: 20px;
}
a.link-1 {
    background: transparent url('../images/link-1-bullet.png') no-repeat left center;
    background-position: 8px 7px;
    text-decoration: underline;
}
a.link-2 {
    background: transparent url('../images/link-2-bullet.png') no-repeat left center;
    text-decoration: underline;
}

ul.headline-news {
    overflow: hidden;
    padding-bottom: 20px;
}
ul.headline-news h1, ul.headline-news h2, ul.headline-news h3, ul.headline-news h4, ul.headline-news h5 {
    color: #012c39;
    text-transform: capitalize;
    margin-bottom: 4px;
}
ul.headline-news a {
    font-size: 11px;
}
ul.headline-news li {
    border-top: 1px solid #c6dfe9;
    padding-top: 10px;
    padding-bottom: 24px;
}

/*
 * MAIN NEWS SECTION */

ul.main-news-list {
    overflow: hidden;
}
ul.main-news-list h1, ul.main-news-list h2, ul.main-news-list h3, ul.main-news-list h4, ul.main-news-list h5 {
    margin-bottom: 4px;
}
ul.main-news-list .border-right {
    border-right-width: 1px;
}

ul.main-news-list li {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px dashed #eceded;
}
ul.main-news-list li.last {
    border-bottom: 0;
    padding-bottom: 0;
}

/*
 * QUICK TABS */

.quick-tabs {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #c6dfe9;
}

.quick-tabs ul.tab {
    display: none;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #c6dfe9;
    border-top: 0;
    padding: 20px 10px 10px 10px ;
    color: #0092bd;
}
.quick-tabs ul.tab li {
    display: block;
    margin-bottom: 6px;
}
.quick-tabs ul.tab li a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #000 !important;
    font-weight: bold;
    background: url('../images/list-bullet-4.gif') no-repeat left center;
    background-position: 2px 6px;
    padding-left: 16px;
}
.quick-tabs ul.tabs-buttons {
    border: 1px solid #c6dfe9;
    border-bottom: 0;
    overflow: hidden;
}
.quick-tabs ul.tabs-buttons li {
    float: left;
    display: inline;
    overflow: hidden;
}
.quick-tabs ul.tabs-buttons li a {
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    width: 109px;
    display: block;
    float: left;
    color: #30829a !important;
    font-size: 14px;
    font-weight: bold;
    background: #c6dfe9;
}
.quick-tabs ul.tabs-buttons li a:hover, .quick-tabs ul.tabs-buttons li.on a {
    text-decoration: none;
    background: #f9f9f9;
}


/*
 * FORM DEFINITION */

form {
    margin-bottom: 20px;
    overflow: hidden;
}

form div {
    font-size: 11px;
    line-height: 34px;
}
input, textarea {
    text-align: left;
    font-family: Tahoma;
    font-size: 12px;
    color: #9e9e9e;
    background: #fff;
    border: 1px solid #cdcdcd;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0px 0px;
    width:85px;
    vertical-align: top;
}
textarea {
    width: 300px;
    height: 100px;
}

form .read-more-button {
    margin-right: 60px;
}
.output-messages {
    border: 1px solid #e6d7a9;
    background: #ffffe0 url('../images/warning.png') no-repeat left center;
    background-position: 10px;
    padding: 10px 10px 10px 60px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #4f5256;
}

/*
 * CONTACT PAGE */

.address-box { }
.address-box ul li {
    text-align: left;
    background: url('../images/widget-list-border.gif') no-repeat top center;
    padding: 14px 4px;
}
.address-box ul li strong {
    font-size: 12px;
    color: #094f6b;
}
.address-box ul li a {
    display: block;
    color: #b8eefe !important;
    font-size: 12px !important;
    padding: 4px 0 4px 26px;
}
.address-box ul li a.icon-1 {
    background: transparent url('../images/icon-1.png') no-repeat left center;
}
.address-box ul li a.icon-2 {
    background: transparent url('../images/icon-2.png') no-repeat left center;
}
.address-box ul li a.icon-3 {
    background: transparent url('../images/icon-3.png') no-repeat left center;
}
.address-box ul li img {
    border: 0 !important;
}


/*
* FOOTER DEFINITION */

#footer {
    height: 133px;
    padding-top: 30px;
    background: #2e3b40 url('../images/footer-bkg.gif') repeat-x left top;
}
#footer img.footer-deco {
    position: absolute;
    top: -50px;
    left: 0;
}

#footer .col1 {
    width: 340px;
    padding-left: 70px;
    float: left;
}
#footer .col2 {
    width: 320px;
    float: left;
}
#footer .col2 p {
    color: #9ca7ab;
    padding-bottom: 10px;
}
#footer .col3 {
    width: 230px;
    float: left;
}

ul.social-links {
    list-style-type: none;
    margin-top: 10px;
}
ul.social-links li {
    display: inline;
    float: left;
    width: 76px;
    height: 82px;
    margin-right: 2px;
}
ul.social-links li a {
    color: #2e3b40;
}

#footer .col3 .search-input {
    color: #5d6568;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 22px;
    background: url('../images/search-input.gif') no-repeat center;
    width: 210px;
    height: 22px;
    border: 0;
    padding: 4px 10px;
}
#footer .col3 a.search-button {
    background: transparent url('../images/search-button.png') no-repeat center;
    width: 31px;
    height: 29px;
    display: block;
    position: relative;
    float: right;
    top: -44px;
    right: 10px;
}
#footer .col3 strong {
    color: #5d6568;
    font-size: 11px;
    font-weight: bold;
}

#footer .col3 a {
    color: #5d6568;
    font-size: 11px;
    font-weight: bold;
}

.last {
    margin-right: 0 !important;
    border-right: 0;
    padding-right: 0;
}</pre></body></html>