@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'CastRegular';
    src: url('./../fonts/Cast-Regular-webfont.eot');
    src: url('./../fonts/Cast-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./../fonts/Cast-Regular-webfont.woff') format('woff'),
         url('./../fonts/Cast-Regular-webfont.ttf') format('truetype'),
         url('./../fonts/Cast-Regular-webfont.svg#CastRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CastHeavy';
    src: url('./../fonts/Cast-Heavy-webfont.eot');
    src: url('./../fonts/Cast-Heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('./../fonts/Cast-Heavy-webfont.woff') format('woff'),
         url('./../fonts/Cast-Heavy-webfont.ttf') format('truetype'),
         url('./../fonts/Cast-Heavy-webfont.svg#CastHeavyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CastLight';
    src: url('./../fonts/Cast-Light-webfont.eot');
    src: url('./../fonts/Cast-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./../fonts/Cast-Light-webfont.woff') format('woff'),
         url('./../fonts/Cast-Light-webfont.ttf') format('truetype'),
         url('./../fonts/Cast-Light-webfont.svg#CastLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a:link, a:visited, a:active {
    text-decoration: underline;
    color: #434C50;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-family: CastLight;
    font-weight: lighter;
    font-size: 38px;
    line-height: 38px;
    margin: 0px;
}

.slidercontainer h1 {
    padding-left: 52px;
}


h2 {
    font-family: CastLight;
    font-weight: lighter;
    font-size: 24px;
    margin: 15px 0px 10px 0px;
}
.box h2 {
    margin-top: 0px;
}

h3 {
    margin: 0px 0px 2px 0px;
    font-family: CastLight;
    font-weight: lighter;
    font-size: 20px;
}

h4 {}

h5 {}

.subtitle {
    color: #008ECF;
    font-size: 24px;
    font-family: CastLight;
    font-weight: lighter;
    line-height: 35px;
}

.menu ul li a:link,
.menu ul li a:visited {
    display:block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    padding: 0px 0px 8px 0px
}

.menu ul li ul li a:link,
.menu ul li ul li a:visited {
    display:block;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    padding:0px;
    font-weight: normal;
}

.menu li.selected a:link,
.menu li.selected a:visited {
    color: #014380;
}

.breadcumb a:link,
.breadcumb a:visited {
    font-family: CastRegular;
    font-size: 12px;
    text-decoration: none;
}

.breadcumb a:hover {
    text-decoration: underline;
}

#foot a:link,
#foot a:visited {
    font-family: CastRegular,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

#foot a:hover {
    text-decoration: underline;
}

h1.big {
    font-size: 48px;
    line-height: 90px;
}
