@charset "UTF-8";

/* global ////////////////////////////////////////////////////////////////////////////////*/

body, p, table, img, h1, h2, h3, h4, h5, h6, blockquote, ol, ul {
margin:0;
padding:0;
}

body{
background: #f4ce77 url('header-sky.jpg') repeat-x top left;
border:0;
font:62.5%/100.1% Verdana,Geneva,sans-serif;
}

.clearfloat {
clear:both;
}

/* Content ////////////////////////////////////////////////////////////////////////////////*/

h1 {
font-size:1.4em;
line-height:130%;
color:black;
text-transform:uppercase;
font-weight:bold;
margin-bottom:1.2em;
margin-top:2.2em;
}

p {
font-size:1.4em;
line-height:150%;
color:black;
margin-bottom:1.2em;
margin-right:4em;
}

a {
color:black;
}

a:hover {
color:#fff;
}

/* Main Navy ////////////////////////////////////////////////////////////////////////////////*/
#nav {
background: #cac198;
height: 5em;
}

#nav li {
text-align:left;
font-size:1.2em;
color:#333;
display:block;
float:left;
margin-top:1.8em;
padding-left:0.4em;
padding-right:0.6em;
border-right:solid 0.1em #000;
}

#nav li.first {
margin-left:19em;
}

#nav a {
text-decoration:none;
display:block;
font-weight:bold;
}

/* Sections ////////////////////////////////////////////////////////////////////////////////*/

.section {
width: 68.8em;
margin-left:23em;
margin-bottom:1.8em;
margin-top:1.2em;
}

#section2 {
display:block;
margin-top:2.8em;
margin-bottom:2.8em;
border-top:dotted 0.1em #fff;
padding-top:1.8em;
}

/*footer ////////////////////////////////////////////////////////////////////////////////*/

#foot {
width:68.8em;
margin-left:23em;
border-top:solid 0.1em #000;
padding-top:1.2em;
}

.foot {
float:left;
list-style-type:none;
margin-right:2.8em;
line-height:180%;
}




