/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}


body {
    font-family: Arial, Times New Roman, Helvetica, sans-serif; 
    font-size: 11px;
    color: Black;
}

a:link, a:visited {
    color : #2f8dd3; 
    text-decoration : none;
}

a:hover {
    text-decoration: underline;
}

H1, H2, H3, H4, H5 {
    margin : 0px 0px 8px 0px;
    padding : 0px;
    color: #2f8dd3;
}

form {
    margin:0px;
    padding:0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    behavior:    url("css/pngbehavior.htc");
}

#logo {
    width: 1000px;
}

.logo_image {
    margin-left: 60px;
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
}

.logo_text {
    float: left;
    color: #2f8dd3;
    padding-top: 10px;
    padding-left: 20px;
    text-align: center;
}

#container {
    width: 1000px;
    border: 1px solid #cccccc;
    margin: 0 auto;
} 


#header {
    width: 1000px;
    height: 265px;
    background: url("../images/header_bg.jpg");
    margin: 0 auto;
    margin-bottom: 20px;
} 

.header_text {
    margin-left: 60px;
    padding-top: 17px;
    padding-right: 50px;
    padding-bottom: 30px;
    float: left;
    width: 380px;
    color: White;
    text-align: justify;
}

.header_link {
    padding-bottom: 10px;
}

.header_image{
    float: left;
    width: 465px;
    margin-top: 17px;
}

#leftcolumn {
    width: 310px;
    float: left;
}

#rightcolumn {
    width: 630px;
    float: left;   
}

.boxnews {
    width: 267;
    height: 181;
    background: url("../images/box.jpg") no-repeat left top;
}

.boxnews li {
    margin-bottom: 7px; 
    margin-left: 40px;
    width: 200px;  
}    
.boxnews_header{
    padding-left: 40px;
    padding-top: 9px;
}                

.clear {
    width: 0 !important;
    height: 0 !important;
    clear: both;
    visibility: hidden;
}


/* Navigation ---------------------------------------*/
ul#navigation {
    height: 29px;
    position: absolute;
    margin-top: -23px;
    width: 909px;
    margin-left: 178px;
    line-height: normal;
}
ul#navigation li {
    width: 102px;
    height: 29px;
    list-style: none;
    float: left;
}
ul#navigation a {
    background-image: url(../images/tab.gif);
    width: 100px;
    height: 17px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: White;
    padding-top: 6px;
}
ul#navigation a:hover {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/tab_active.gif);
    height: 19px; 
    margin-top: 3; 
}
ul#navigation a.active {
    background-image: url(../images/tab_active.gif);
    background-repeat: no-repeat;
    height: 19px; 
    color: #ebf4e9;
    margin-top: 3;
}
/*******************************************************/

/* Text Boxes ***********************************************************/
.title{
     margin-bottom: 10px;
     margin-top: 30px;
}

.date {
    color: #998D92;
    margin-bottom: 10px;
}

.text{
    margin-bottom: 10px;
}

.more_text a{
    color: #DE8A00;
}

#footer{
    text-align: right;
    padding: 5px 30px 10px 0px;
    background-color: #005898;
    border-top: 4px solid #DE8A00;
    margin-top: 10px;
}

#footer a{
    color: White;
}

.center {
margin-left: auto;
margin-right: auto;
width: 630px;
}

/* CONTACT FORM */
/* Contact form */
#contactform {
    padding: 0;
    margin: 0;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.contacttext {
    width: 95px;
    height: 20px;
    padding-right: 5px;
    border: none;
    float: left;
    margin-bottom: 5px;
    text-align: right;
    background: none;
}
.contacttext_err {
    width: 95px;
    height: 20px;
    color: #d71a1a;
    padding-right: 5px;
    border: none;
    float: left;
    margin-bottom: 5px;
    text-align: right;
    background: none;
}
.contacttel {
    width: 40px;
    height: 20px;
    padding-right: 2px;
    border: 1px solid #8a8dec; 
    margin-bottom: 5px;
    text-align: right;
    background: none;
    color: #8a8dec;
}

.contacttel_err {
width: 40px;
    height: 20px;
    color: #d71a1a;
    padding-right: 5px;
    border: 1px solid #d71a1a;
    margin-bottom: 5px;
    text-align: right;
    background: none;
}
.contactselect {
    width: 237px;
    height: 18px;
    padding-right: 5px;
    float: left;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #8a8dec;
    color: #8a8dec;
}
.contactselect_err {
    width: 237px;
    height: 18px;
    padding-right: 5px;
    float: left;
    margin-bottom: 5px;
    color: #5c9ac3;
    background: none;
    border: 1px solid #d71a1a;
}
.contactselect_err:focus {
    color: #ddeaf2;
    border: 1px solid #414169;
}
.contactselect:focus {
    border: 1px solid #414169;
}
.contacttextarea {
    width: 238px;
    height: 196px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    margin-bottom: 5px;
    overflow: auto;
    margin-left: -1px;
    font-size: 14px;
    background: none;
    border: 1px solid #8a8dec;
    color: #8a8dec;
}
.contacttextarea:focus {
    border: 1px solid #414169;
}

.contacttextarea_err {
    width: 238px;
    height: 196px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-bottom: 5px;
    overflow: auto;
    margin-left: -1px;
    color: #5c9ac3;
    font-size: 14px;
    border: 1px solid #d71a1a;
    background: none;
}
.contacttextarea_err:focus {
    color: #ddeaf2;
    border: 1px solid #414169;
    background: none;
}
.clearform {
    width: 0 !important;
    height: 0 !important;
    clear: both;
    visibility: hidden;
}
.buttonreset {
    border: 1px solid #8a8dec;
    color: #8a8dec;
    margin-right: 5px; 
}
.buttonsend {
    border: 1px solid #8a8dec;
    color: #8a8dec; 
}
.buttonsend:hover, .buttonreset:hover {
    color: black;
    cursor: pointer !important;
}
.buttonsend:focus, .buttonreset:focus {
    outline: none;
}
.buttons {
    text-align: right;
    margin-top: 10px;
    padding-right: 63px;
}

#pagging {
    text-align: center;
    margin-top: 15px;
}