#none {
}

/*primary layout*/
body {
 margin: 0;
 padding: 0;
 background: #cccc9a;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 9px;
}

#content {
 width: 660px;
 background: #cccc9a;
 padding: 10px 22px;
 font-size: 12px;
 line-height: 16px;
}

/*typography*/
#header-nav {
 font-family: Arial, sans-serif;
 font-size: 9px;
 line-height: 12px;
}

#subheader,#subfooter {
 font-size: 11px;
}

h1,h2,h3,h4 {
 font-family: "Futura Condensed Medium", "Trebuchet MS", Verdana, "Arial Black", sans-serif;
 line-height: 120%;
}

#content h1 {
 font-size: 21px;
 color: #8870a3;
 font-weight: bold;
}

#content h2 {
 padding-left: .25em;
 font-size: 18px;
 color: #c27326;
}

#content h3 {
 padding-left: .5em;
 font-size: 16px;
 color: #669067;
}

#content h4 {
 padding-left: .75em;
 font-size: 14px;
 color: #dd9a53;
}

#content p {
 padding-left: 1em;
}

#footer {
 font-size: 9px;
 color: #fff;
}
/*navigation link style*/
a {
 text-decoration: none;
}

a:link {
 color: #fff;
}

a:visited {
 color: #fff;
}

a:active {
 text-decoration: underline;
}

a:hover {
 color: #346677;
}

/*header layout*/
#header {
 position: relative;
 margin: 0;
 padding: 0;
 height: 135px;
}

#header-colorbars {
 position: absolute;
 width: 100%;
 height: 135px;
 z-index: 0;
 background-image: url(images/header_bg.gif);
}

#header-logo {
 position: absolute;
 width: 170px;
 height: 113px;
 z-index: 2;
 left: 20px;
 top: 20px;
}

/*pull-down construct*/
#header-nav {
 position: absolute;
 padding: 0;
 margin: 0;
 top: 20px;
 width: 100%;
 height: auto;
 background-color: #d7b377;
 z-index: 1;
}

#header-nav ul {
 padding: 0;
 margin: 0;
 margin-left: 195px;
 list-style: none;
 background-position: bottom;
}

#header-nav ul li {
 position: relative;
 float: left;
 width: 7em;
 padding: 3px 12px 3px 0px;
 cursor: pointer;
 background-color: #d7b377;
}

#header-nav ul li ul {
 margin: 0px;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
}

#header-nav ul li>ul {
 top: auto;
 left: auto;
}

#header-nav ul li ul li {
 float: none;
 width: 10em;
 border: 1px solid #c27326;
 background-color: #d7b377;
 z-index: 3;
 padding: 2px 3px 2px 7px;
}

#header-nav ul li ul>li {
 border: none;
}

#header-nav ul li:hover ul, #header-nav ul li.over ul {
 display: block;
}

/*subheader layout*/
#subheader {
 padding: 2px 0px 2px 25px;
 width:auto;
 background:#d7b377;
}

/*subfooter layout*/
#subfooter {
 padding: 2px 0px 2px 25px;
 width:auto;
 background:#d7b377;
}

/*footer layout*/
#footer {
 position: relatvie;
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
 height: auto;
 width: auto;
}

#footer-nav {
 position: relative;
 height: auto;
 background: #d7b377;
}
