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


html body {
background: #44708e;
}


img, a img {border:none;}


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


#homelink {
color: #7794a8;
display: block;
width: 800px;
margin: auto;
text-align: right;
text-decoration: none;
font-size: 12px;
height: 30px;
line-height: 30px;
}

#header {
background: url(../png/header-2.png);
height: 337px;
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: #818054;
padding: 30px;
overflow: hidden;
}

#navigation {
color: transparent;
background: url(../png/nav-2.png);
width:215px;
height: 292px;
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 li#download {
margin-top: 50px;
}

#navigation li#download a {
text-indent: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: #fff;
background: #003A63;
border: 1px solid #003A63;
width: 130px;
height: 40px;
line-height: 40px;
float: right;
border-radius: 8px;
}

#navigation li#download a:hover {
border: 1px solid #fff;
}

#navigation #register {
display:none;
height: 55px;
position: absolute;
right: 33px;
top: 292px;
width: 147px;
}

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

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



#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: 16px;
    line-height: 1.39em;
    padding-left: 18px;
    width: 480px;
}


/* columns in content area */

.c1, .c2 {
width: 220px
}

.c1 {
float: left;
}

.c2 {
float: right;
}



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


#p1 ul.photos {
left: 0;
overflow: hidden;
position: absolute;
top: 287px;
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;

}


#p1 ul.photos li {
float: left;
}

#p1 ul.photos li.mid {
margin: 0 9px;
}



#p1 ul.locations {
display:none;
left: 0;
overflow: hidden;
position: absolute;
top: 287px;
}

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

#p1 ul.locations li {
float: left;
}


#p1 ul.locations li.mid {
    border-color: #989671;
    border-style: dotted;
    border-width: 0 2px;
    margin: 0 13px 0 28px;
    padding: 0 24px 0 19px;
}

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


ul.locations .venue {
    display: block;
    height: 38px;
    font-size: 12px;
    font-style: italic;
    line-height: 1.3em;
    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: 360px;
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: #696845; }



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-2.png");
    border: 0 none;
   	height: 57px;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0px;
    left: 30px;
    width: 112px;
	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 #bca37e;
}


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

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


#downloads a {
background: url("../png/thumb-slides.png") no-repeat bottom center;
color: #fff;
display: block;
font-size: 18px;
height: 290px;
line-height: 46px;
margin-bottom: 20px;
margin-left: 34px;
padding-left: 70px;
text-decoration: none;
width: 285px;
}




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

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

.dots.a { top: 0; }

.dots.b { bottom: 0; }



#footer {
    background: url("../png/footer-2.png") 50% 0% no-repeat #003a63;
    clear: both;
    height: 94px;
    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: #003a63;
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 #094169;
}

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