/* CSS Document */


/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquot
e,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none;}
address { font-style:normal; }
abbr, acronym {border: none;}
a {text-decoration: none;}

/*browser normalisation*/ 
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

body {
margin-right: 20px;
margin-left: 20px;
font-size: 62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF; 
padding:0; 
}

#one {
background-color:#C86711;
}

#two {
background-color:#8C9820;
}

#thanks {
background-color:#778D98;
}

p {
margin-bottom: 10px; 
font-size: 1.4em;
line-height: 130%;
}

a {
text-decoration:none;
color:#333333;
}

/* wrappers*/
#main-wrapper {
width: 921px;
margin-right: auto;
margin-left: auto;
}

#logo-wrapper {
width: 921px;
text-align:right;
height: 132px;
}

#image-wrapper {
width: 921px;
height: 660px;
margin-right: auto;
margin-left: auto;
}

#image-wrapper2 {
width: 921px;
height: 660px;
margin-right: auto;
margin-left: auto;
background-image:url(images/image2.jpg);
background-repeat:no-repeat;
}

#image-wrapper3 {
width: 921px;
height: 660px;
margin-right: auto;
margin-left: auto;
background-image:url(images/image3.jpg);
background-repeat:no-repeat;
}

#image-wrapper4 {
width: 921px;
height: 660px;
margin-right: auto;
margin-left: auto;
background-image:url(images/image4.jpg);
background-repeat:no-repeat;
}

#footer-wrapper {
width: 921px;
margin-right: auto;
margin-left: auto;
font-size: 1.1em;
color:#FFFFFF;
margin-bottom: 200px;
}

#footer-wrapper a{
color: #FFFFFF;
}

#footer-left {
padding: 0px 20px 10px 35px;
width: 250px;
float:left;
}

#footer-right {
padding: 0px 35px 10px 20px;
text-align:right;
width: 550px;
float:right;
}

#text2 {
float:left;
color:#FFFFFF;
margin-top: 250px;
width: 350px;
margin-left: 97px;
}

#text3 {
float:left;
color:#FFFFFF;
margin-top: 170px;
width: 390px;
margin-left: 97px;
}

#text3B {
clear: both;
float:left;
color:#FFFFFF;
margin-top: 20px;
width: 200px;
margin-left: 97px;
font-size: 0.9em;
}

#text4 {
float:left;
color:#FFFFFF;
margin-top: 165px;
width: 320px;
margin-left: 97px;
}

.highlight {
color:#003333;
font-weight: bold;
}

.highlight a {
color:#003333;
font-weight: bold;
}

.bigtext {
font-size: 2.2em;
}




/*form stryles*/

#form {
}

.field1 {
background-color: #FFFFFF;
width: 320px;
border: 0px solid #FFFFFF;
font-size: 1.2em;
color:#333333;
padding: 3px 2px 3px 5px;
margin-bottom: 3px;
}

.field2 {
background-color: #FFFFFF;
width: 320px;
border: 0px solid #FFFFFF;
font-size: 1.2em;
color:#333333;
padding: 3px 2px 3px 5px;
margin-bottom: 40px;
}

.label1 {
font-size: 0.7em;
display:block;
color:#FFFFFF;
}