html, body, * {
margin:0;
padding:0;
font-family: arial;
}


html body {
background: #ddbf93;
}


img, a img {border:none;}





#page {
width: 800px;
margin: auto;
background: #e7d1af;
box-shadow: 0px 0px 30px;
}


#homelink {
background: #00345f;
color: white;
display: block;
text-align: right;
text-decoration: none;
padding-right: 15px;
font-size: 12px;
height: 34px;
line-height: 34px;
}

#header {

}

#top {
background: url("../png/top-3.png") #90181b;
width: 100%;
height: 134px;
text-indent: -9999px;
margin-bottom: 5px;
}

#top p {
display: none;
}

#image {
height: 290px;
background: url(../jpg/photo-3.jpg);
}

#content {

}

#flyer {
margin: 0 auto 30px auto;
position: relative;
}


#flyer h1 {
background: url(../png/heading.png);
height: 169px;

}

#flyer #text {
    height: 388px;
    position: relative;
}

#flyer #text #left {
    background: url(../png/text-3.png) no-repeat 0 0;
 	width: 363px;
 	height: 359px;
 	position: absolute;
 	left: 30px;
 	top: 12px;
}

#flyer #text #right {
    background: url(../png/textboxes.png) no-repeat 0 0;
 	width: 363px;
 	height: 401px;
 	position: absolute;
 	right: 21px;
 	top: -18px;
}

#flyer #text #right * { text-indent: -9999px; }


#flyer * {
text-indent: -9999px;
}

#contact {
display: none;
    background: url(../png/contact.png) no-repeat 0 0;
    width: 457px;
    height: 45px;
    margin: 10px 0 0 36px;
}



#mailto {
bottom: 5px;
height: 20px;
left: 350px;
position: absolute;
text-indent: -9999px;
width: 149px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
}



#mailto:hover {
		-moz-box-shadow: 0 0 10px #fff;
		-webkit-box-shadow: 0 0 10px #fff;
		box-shadow: 0 0 10px #fff;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
}


#register {
margin: 0 auto 30px auto;
}



#register #errors {
width: 500px;
margin: 0 auto 30px auto;
}

#errors p {
margin-bottom: 10px;
background: #da554f;
}

#errors p, #errorlist li {
color: #fff;
padding: 8px;
border-radius: 6px;
}

#errorlist { list-style-type: none;}

#errorlist li { 
background: #aa4f47;
margin: 0 0 10px 0; 
font-size: 14px;
font-weight: normal;
}



form {
margin-left: 107px;
overflow: hidden;
}

form { color: #084F5A; }

.formcol {
float: left;
}

#formcol1 {
margin-right: 20px;
}


#formcol2 {
width: 370px;
}

form div {
margin-bottom: 10px;
}

form .checkboxgroup {
margin-bottom: 23px;
}

form .checkboxgroup div {
margin:0 0 5px 0;
}

form label, form h2 {
display: block;
font-size: 17px;
color: #084f5a;
}

form h2 {
border:none;
text-indent: 0px;
font-weight: normal;
margin-bottom: 2px;
}

form h3 {
font-size: 14px;
font-weight: normal;
margin-bottom: 12px;
}

form h3 span {
font-weight: bold;
}


form p {
font-size: 12px;
margin-bottom: 22px;
}



form .checkboxgroup div label {
font-size: 12px;
}


form input {
display: block;
width: 224px;
height: 23px;
border: 1px solid #ad8d6e;
padding-left: 5px;
font-size: 14px;
}

form input.cb {
border: none;
width: auto;
width: 30px;
display:inline-block;
height: 18px;
padding: 0 20px 0 10px;
}
.checkboxgroup label {
display:inline;
}


#submitholder {
margin:0;
height: 60px;
}

#submitbutton {
    background: url("../png/button-3.png") repeat scroll 0 0 transparent;
    border: 0 none;
   	height: 50px;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0px;
    left: -35px;
    width: 129px;
	text-indent: -9999px;
}

#submitbutton:hover {
cursor: pointer;
}

#thanks {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    box-shadow: 0 0 18px #bca37e;
}

#thanks h3, #thanks p { margin-bottom: 16px; }





#downloads a {
    background: url("../png/pdf-3.png") no-repeat scroll 0 0 transparent;
    color: #084F5A;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 46px;
    margin-bottom: 20px;
		margin-left: 34px;
    padding-left: 70px;
    text-decoration: none;
    width: 285px;
}





#footer {
    background: url("../png/logos-2.png") no-repeat;
    clear: both;
    height: 228px;
    margin-bottom: 50px;
    position: relative;
}


/*
#footerlink {
    height: 64px;
    position: absolute;
    right: 16px;
    text-indent: -9999px;
    top: 33px;
    width: 182px;
}
*/


.sponsor {
position: absolute;
text-indent: -9999px;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;

/*
background: yellow;
opacity: 0.3;
*/
}

.sponsor:hover {
-moz-box-shadow: 8px 8px 10px #002037;
-webkit-box-shadow: 8px 8px 10px #002037;
box-shadow: 8px 8px 10px #002037;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
}


#atc {
    height: 46px;
    left: 33px;
    top: 23px;
    width: 67px;
}



#bob {
top: 30px;
left: 130px;
width: 195px;
height: 30px;
}


#bsi {
    height: 53px;
    left: 364px;
    top: 11px;
    width: 99px;
    }


#butter {
    height: 55px;
    left: 498px;
    top: 8px;
    width: 84px;
}



#deltec {
    height: 29px;
    left: 33px;
    top: 97px;
    width: 168px;
}


#equity {
   height: 59px;
    left: 222px;
    top: 72px;
    width: 104px;
}


#higg {
    height: 56px;
    left: 362px;
    top: 79px;
    width: 83px;
}



#scot {
   height: 59px;
    left: 492px;
    top: 75px;
    width: 88px;
}


#socgen {
top: 160px;
left: 30px;
width: 175px;
height: 30px;
}


#winter {
    height: 45px;
    left: 228px;
    top: 149px;
    width: 175px;
}


#yacht {
    height: 58px;
    left: 442px;
    top: 145px;
    width: 59px;
    border-radius: 32px;
}


#bfsb {
    height: 53px;
    right: 0;
    top: 24px;
    width: 173px;
}


#maritime {
    height: 44px;
    right: 9px;
    top: 112px;
    width: 149px;
}


#borco {
    height: 42px;
    right: 46px;
    top: 163px;
    width: 88px;
}