html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;    
}

body{
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #525252;
    background-image: url("../img/waves.png");
    background-repeat: no-repeat;
    background-color: white;
    background-position: top center;
}

h1 {
    color: #0065BD;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

p {
    margin-top: 10px;
    text-align: justify;
    margin-right: 50px;
}

hr {
    color: #DFDFDF;
    background-color: #DFDFDF;
    height: 1px;
    border: 0px;
    margin-bottom: 10px;
}

sup {
	vertical-align: super;
	font-size: 0.75em;
}

input[type="text"],
textarea {
    border: 1px solid #CCDEEA;
    background-color: white;
    padding: 8px 8px;
	margin-right: 8px;
    
    font-size: 12px;
}

input[type="text"] {
    width: 260px;      
}

input[type="submit"] {
    position: relative;
    background: #379FFF url('../img/btn_send.png') repeat-x left top;
    font-weight: bold;
    border: 1px solid #3EACEF;
    color: white;
    text-shadow: 1px 1px 1px #3082C7;
    padding: 7px 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
    height: 50px;
    width: 160px;
    font-size: 18px;
    margin-right: 157px;
}

textarea {
    width: 520px;
    height: 100px
}

.form textarea {
    width: 260px;
    height: 100px
}

.mainContent {
    margin: 30px auto;
    position: relative;
    width: 930px;
}

.clr {
    clear: both;
}

.logo {
    margin-bottom: 30px;    
}


.hr {
    border-top: 4px solid #3384CA;
    margin-bottom: 20px;
    margin-right: 50px;
}


.form { 
    margin: 0 auto;
    background-color: #D6F1FF;
    background-image: url('../images/contactform-bg.png');
    background-position: top left;
    background-repeat: repeat-x;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 2.6em;
    color: #0065BD;
    border: 1px solid #D6E5EE;
    width: 575px;
}

.formheader { 
    margin: 0 auto;
    margin-top: 30px;
    background-color: #0066BE;
    background-image: url('../images/formheader-bg.png');
    background-position: top left;
    background-repeat: repeat-x;
    height: 64px;
    line-height: 64px;
    padding: 0px 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-shadow: #003B72 0px 1px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 567px;
}

.errtext { 
    margin: 0 auto;
    background-color: #FFFFCC ;
    
    padding: 15px;
    margin-bottom: 20px;
    line-height: 2.6em;
    color: #FF0000 ;
    border: 1px solid #FF0000 ;
    width: 575px;
}

.formfooter {
    text-align: right;
}

table {
    border-collapse:separate; 
    border-spacing: 10px;
}

table th {
    color: #0065BD;
    font-weight: bold;
    text-align: left;
    width: 200px;
    padding-right: 10px;
    vertical-align: middle;
	line-height: 1.2em;
}

.checkboxes, .radiobuttons {
    margin-top: 10px;
    margin-left: 5px;
}

.checkboxes input {
    margin-left: 20px;
    margin-right: 20px;
}

.radiobuttons input {
    margin-left: 20px;
    margin-right: 20px;
}

.checkboxes label {
    overflow: hidden;
	display: block;
	line-height: 1.2em;
	margin: 8px 0px;
}

.radiobuttons label {
    overflow: hidden;
	display: block;
	line-height: 1.2em;
	margin: 8px 0px;
}

input.justify-hack {
	float: left;
}

.note {
	font-size: 0.9em;
	line-height: 1.2em;
	
}

#footer {
    color: #8DA3B1;
    font-size: 85%;
    margin-bottom: 20px;
    margin-top: 20px;
}
#footer .copyright {
    float: left;
}
#footer a {
    color: #8DA3B1;
}
#footer .links-other {
    clear: right;
    float: right;
    text-align: right;
}
#footer .links {
    float: right;
    margin-bottom: 0.2em;
    text-align: right;
}

#footer .links ul {
    margin: 0;
    padding: 0;
}

#footer .links li {
    display: inline;
    margin: 0 0 0 20px;
    padding: 0;
}
#footer .links a.social-button {
    display: inline-block;
    height: 19px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 19px;
}
#footer .links a.social-button span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#footer .links a.social-button:hover span {
    background-position: 100% 100%;
}
#footer .links  a.linkedin-icon span {
    background: url("../img/linkedin-icon.png") no-repeat scroll 0 0 transparent;
}

#footer .links  a.google-icon span {
    background: url("../img/g+-icon.png") no-repeat scroll 0 0 transparent;
}

#footer .links  a.twitter-icon span {
    background: url("../img/twitter-icon.png") no-repeat scroll 0 0 transparent;
}

#footer .links  a.fb-icon span {
    background: url("../img/fb-icon.png") no-repeat scroll 0 0 transparent;
}

p.ok,p.err{
    width:70%;
    margin: 20px auto 20px auto;
    padding:10px;
    text-align: center;
    color:#fff;
    font-weight: bold;
}
p.ok{
    background:#0a0;
}
p.err{
    background:#d00;
}