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


html body {
background: #44708e;
}


img, a img {border:none;}



#top {
width: 800px;
margin: auto;
overflow:hidden;
}

#top a {
color: #7794a8;
text-decoration: none;
font-size: 12px;
height: 30px;
line-height: 30px;
float: left;
padding: 0px;

   -moz-transition: 0.3s;
-webkit-transition: 0.3s;
     -o-transition: 0.3s;
    -ms-transition: 0.3s;
        transition: 0.3s;
}

#top a#homelink {
display: block;
text-align: right;
float: right;
}

#top a:hover {
background: #365970;
padding: 0px 10px;
}


#page {
width: 800px;
margin: auto;
box-shadow: 0px 0px 40px #1c394c;
}





#header {
background: url(../png/header.png);
height: 348px;
color: transparent;
overflow: hidden;
text-indent: -9999px;
}

.movingdots {
display:none;
    border: 18px dotted #366484;
    height: 25px;
    opacity: 0.3;
    position: relative;
    top: 19px;
    left: -9000px;
    width: 9999px;
}

.movingdots:hover {
    -moz-transition: 250s linear;
    left:-1000px;
}


#main {
background:#8E9CA5;
padding: 30px;
overflow: hidden;
}

#navigation {
color: transparent;
background: url(../png/nav.png);
width: 189px;
height:277px;
float: left;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}

#navigation li {
    margin-bottom: 5px;
    height: 37px;
}

#navigation #n2 {height: 69px;}

#navigation #n3 {height: 47px;}

#navigation #register {
display:none;
height: 57px;
position: absolute;
right: 1px;
top: 279px;
width: 149px;
}

#navigation #register a {
background: url(../png/sprite-register.png) bottom left;
}

#navigation #register a:hover {
background-position: 0px 0px;
}



#navigation li a {
display: block;
width: 100%;
height: 100%;
text-indent: -9999px;
}


#n2, #n3, #n4 { text-indent: -9999px; }



#content {
    color: #FFFFFF;
    float: right;
    font-size: 15px;
    line-height: 1.39em;
    padding-left: 18px;
    width: 520px;
}


/* columns in content area */

.c1, .c2 {
width: 244px
}

.c1 {
float: left;
}

.c2 {
float: right;
}


ul.locations {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


#p1 ul.locations {
left: 0;
overflow: hidden;
position: absolute;
top: 280px;
width: 100%;
}

ul.locations li {
font-size: 14px;
line-height: 1em;
}

#p1 ul.locations li {
float: left;
width: 41%;
font-size: 18px;
}


#p1 ul.locations li.loc2 {
    border-color: #eed4b3;
    border-style: dotted;
    border-width: 0 0 0 5px;
    margin: 0 0px 0 28px;
    padding: 0 0px 0 34px;
}

ul.locations li b {
color: #003a63;
}


ul.locations .venue {
display: block;
height: 25px;
margin-top: 4px;
color: #003A63;
}

form ul.locations .venue {
height: 1.5em;
}


form ul.locations label {
    display: inline-block;
    height: auto;
    vertical-align: top;
}

form ul.locations li {
margin-bottom: 22px;
}


#p1 {
display:block;
height: 390px;
position: relative;
}

#p5, #p6 { display:none; }





/* form errors */

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

#errors p, #errorlist li {
color: #fff;
padding: 8px;
border-radius: 6px;
box-shadow: 0px 0px 5px #696845;
}

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

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

#required { 
padding: 4px 4px 4px 8px;
width: 85%;
margin-bottom: 20px;
background: #a5b0b7;
}



form {
overflow: hidden;
}

.formcol { float: left; }

#formcol1 { }


#formcol2 { }


form div {
margin-bottom: 16px;
}

form label {
display: block;
font-size: 17px;
height: 25px; 
}


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


form input.cb {
border: none;
display:inline-block;
margin-right: 20px;
width: auto;
}


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

#submitbutton {
background: url("../png/submit.png");
border: 0 none;
height: 37px;
margin-top: 0;
padding: 0;
position: relative;
top: 0px;
left: 30px;
width: 97px;
text-indent: -9999px;
}

#submitbutton:hover {
cursor: pointer;
}



#thanks {
	color: #003A63;
	text-align: center;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    box-shadow: 0 0 18px #627382;
    width: 60%;
    margin: auto;
}


#thanks h3 {
font-size: 26px;
}

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


#downloads a {
    background: url("../pdf-4.html") 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;
}




#photos {
height: 205px;
background: url(../jpg/photos-4.jpg) 0px 30px;
position: relative;
}

.dots {
background: url(../png/dots.png);
height: 30px;
width: 100%;
position: absolute;
left: 0;
}

.dots.a { top: 0; }

.dots.b { bottom: 0; }



#footer {
    background: url("../png/footer.png") 50% 0% no-repeat #003a63;
    clear: both;
    height: 66px;
    position: relative;
    color: transparent;
}


#footer p, #footer a {
text-indent: -9999px;
}


#footer a {
    height: 56px;
    position: absolute;
    right: 57px;
    top: 18px;
    width: 157px;
}


#sponsors {
background: #5C6F7C;
margin-bottom:50px;
}


#sponsors ul {
list-style-type: none;
overflow: hidden;
width: 714px;
margin: auto;
}

#sponsors li {
width: 170px;
height: 87px;
float: left;
margin: 0 0px 10px 0;
padding:10px 34px;
border-bottom:1px solid #687985;
}

#sponsors li a {
display: block;
text-decoration: none;
}
