
/* RESET */html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,code,address,caption,cite,code,em,strong,th,td,tr,table,span,textarea { margin: 0; padding: 0; font-size: 1em; font-weight: normal; font-style: normal; font-family: "Helvetica Neue", helvetica, verdana, sans-serif; color: #000000; }fieldset,img,iframe { border: none; }caption,th { text-align: left; }table { border-collapse: separate; }/* LAYOUT */.clear { clear: both; }.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
strong { font-weight: bold; }

/* TEMPLATE */

body {
background: #0c5994;
text-align: center;
font-size: 0.9em;
line-height: 1.2em;
padding: 0;
margin: 0;
position: relative;
}

label { display: block; margin-bottom: 1em; }

a, a:link, a:visited, a:active {
color: #b31f36;
text-decoration: underline;
}
a:hover {
color: #b31f36;
text-decoration: none;
}

h1 { font-size: 2.4em; display: block; font-weight: bold; margin-bottom: 1em; color: #0c5994; }
h2 { font-size: 1.4em; display: block; margin-bottom: 0.5em; line-height: 1.2em; color: #616265; font-weight: bold; margin-top: 0.5em; }
h3 { font-size: 1.4em; display: block; margin-bottom: 0.5em; line-height: 1.2em; }
h4 { font-size: 1.2em; display: block; margin-bottom: 0.5em; line-height: 1.2em; }
h5 { font-size: 1.1em; display: block; margin-bottom: 0.5em; line-height: 1.2em; }
h6 { font-size: 1.0em; display: block; margin-bottom: 0.5em; line-height: 1.2em; }

ul, ol { margin: 1em; }
li { margin: 1em; line-height: 1.5em; }

p { margin-bottom: 1em; }

em { font-style: italic; }

hr {
color: #cccccc;
height: 1px;
background: #cccccc;
border: 0;
margin-top: 1em;
margin-bottom: 1em;
clear: both;
}

fieldset {
display: block;
padding: 2em;
margin: 2em;
}

#container {
width: 1000px;
margin: 10 auto;
text-align: left;
}

#header {
height: 250px;
position: relative;
background: url(images/scoutfestheader.gif) top left no-repeat;
}

#header #promo {
height: 150px;
width: 475px;
position: absolute;
top: 4px;
right: 80px;
}

#header #nav {
display: block;
height: 40px;
position: absolute;
top: 170px;
left: 220px;
color: #ffffff;
zoom: 1;
}
#header #nav ul {
margin: 0px;
padding: 0px;
list-style: none;
height: 40px;
position: relative;
}
#header #nav ul li {
list-style: none;
display: inline;
overflow: visible;
height: 0px;
width: 0px;
margin: 0px;
padding: 0px;
}
#header #nav ul li a {
display: block;
float: left;
height: 40px;
padding: 0px 20px;
margin: 0px;
line-height: 40px;
color: #ffffff;
text-align: center;
font-size: 1.2em;
cursor: pointer;
font-weight: bold;
text-decoration: none;
zoom: 1;
}
#header #nav ul li a:hover {
background: #e41938;
}

#content {
margin-left: 110px;
margin-right: 90px;
padding: 30px 30px;
background: #ffffff;
}

#footer {
height: 50px;
background: url(images/footerbg.gif) top left no-repeat;
color: #ffffff;
margin-left: 100px;
margin-right: 80px;
}
#footer span {
display: block;
padding: 20px;
color: #ffffff;
}