/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/

HTML {
    background: #5F7283 url(../images/bg_html.gif) repeat-y 50% 0;
}

BODY {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3;
	background: #5F7283 url(../images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

P {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;    
}

UL, LI {
    padding: 0;
    margin: 0;
}

H1 {
	font-size: 1.4em;
	letter-spacing: 1.5px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-left: 6px;
}

H2, H3, H4, H5, H6 {
	font-size: 1.2em;
	font-weight: bold;
}

A, A:active, A:visited {
	color: #000;
	text-decoration: underline;
}

A:hover {
	color: #5F5F50;
	text-decoration: underline;
}

/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
}

.clear_w_height {
	height: 75px;
	clear: both;
	float: none;
}

.msg_error {
	border: none;
	border: 1px solid red;
	background: #ffdddd;
	padding: 10px;
}

.msg_success {
	border: none;
	border: 1px solid #008000;
	background: #b7ffb7;
	padding: 10px;
}

.justify {
	text-align: justify;
}

.credits {
	text-align: center;
	font-size: 10px;
	color: #707070;
}
.credits A {
	color: #707070;
	text-decoration: none;
}
.credits A:hover {
	color: #000;
}

.contactform {
	margin-left: 30px;
	margin-bottom: 20px;
}

.contactform INPUT,
.contactform TEXTAREA,
.contactform SELECT {
	background: #EEEBE5;
	border: 1px solid #C5B8A1;
}

.dllink,
.dllink:active,
.dllink:visited {
    display: block;
    height: 16px;
    color: white;
    text-decoration: none;
    padding-left: 20px;
    margin-bottom: 4px;
}
    .dllink:hover {
        color: black;
        text-decoration: underline;
    }

.pdf {
    background: url(../images/ico_pdf.gif) no-repeat;
}

.xls {
    background: url(../images/ico_excel.gif) no-repeat;
}

.odd {
    background: #8095A8;
}


/****************/
/***** ID'S *****/
/****************/


#header {
	position: relative;
	width: 980px;
	height: 92px;
    margin: 0 auto;
}

#logo {
    position: absolute;
    top: 5px;
    left: 0;    
}

#topnavigation {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: 30px;
    color: white;
    text-align: right;
}
    #topnavigation A {
        color: white;
        text-decoration: none;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 20px;
        display: inline-block;
        text-transform: lowercase;
        font-size: 13px;
        letter-spacing: 1px; 
        border-left: 1px solid #53697C;
    }
    #topnavigation A.active,
    #topnavigation A:hover.active {
        color: #3E5467;
        background: #FFFFFF;
        font-weight: bold;
    }
    #topnavigation A:hover {
        color: #000000;
        background: #DEE7EF;
    }
    #topnavigation .last {
        border-right: 1px solid #53697C;
    }

#toppics {
    width: 980px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/toppics_home.jpg) no-repeat;
}

#numbers {
    position: relative;
    width: 980px;
    height: 124px;
    margin: 0 auto;
    background: url(../images/bg_numbers.jpg) no-repeat;   
}
    .pictext {
        width: 176px;
        margin-left: 10px;
        margin-right: 10px;
        color: #A3B8CD;
        font-size: 11px;
        float: left;
    }
    .pictext:hover {
        color: #FFF;
    }

    .cuslist {
        padding-top: 18px;
        color: white;
        list-style: square outside;
        font-size: 14px;
    }

#midtitle {
    position: absolute;
    clear: both;
    width: 980px;
    height: 35px;
    left: 0;
    top: 98px;
    text-align: center;
}

#midpics {
    width: 980px;
    height: 226px;
    margin: 0 auto;
    background: url(../images/midpics_home.jpg) no-repeat;
}

#content {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #7A90A4;
}

#col3_01 {
    width: 200px;
    float: left;
    text-align: center;
    color: white;
}

#col3_02 {
    width: 278px;
    margin-left: 10px;
    float: left;
    color: white;
}
    #col3_02 UL {
        list-style: square outside;
        font-size: 14px;
    }
    #col3_02 UL LI {
        margin-bottom: 10px;
    }

#col3_03 {
    width: 460px;
    margin-left: 10px;
    float: left;
    color: black;
}

#col3_03 P,
.col4 P {
    text-align: justify;
}

.col4 {
    width: 222px;
    float: left;
    margin-left: 20px;
}

.col4 H2,
.colcontact_small H2,
.colcontact_big H2 {
    margin: 0;
    padding: 0;
    color: white;
}

.col4 H5 {
    margin: 0;
    padding: 0;
    color: white;
    letter-spacing: 1.5px;
    font-size: 18px;
}

.col4 UL {
    color: white;
    padding-left: 16px;
    margin-bottom: 12px;
}

.col4 UL.black {
    color: black;
}

.colcontact_small {
    width: 340px;
    margin-left: 20px;
    float: left;
}

.colcontact_big {
    width: 580px;
    margin-left: 20px;
    float: left;
}

/* footer */

#footer {
	width: 713px;
	background: #FFF;
	border-top: 4px solid #E4DFD6;
	border-bottom: 4px solid #E4DFD6;
	padding: 4px;
	margin-bottom: 12px;
}


/**********************/
/***** NAVIGATION *****/
/**********************/
