/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

html {font-family: Century Gothic, Univers, Lucida Grande, Helvetica, sans-serif; }
body {background: #251b0f url(../img/bg-x.jpg) repeat-x;}

/**************************************/
/*              HEADER                */
/**************************************/

h1.logo {background: #fff url(../img/zetterberg-logo.gif) top left no-repeat; text-indent: -5000px; display: block; width:202px; height: 97px; margin-top: 48px; margin-left: 30px;}
div#top {margin-bottom: 10px;}


/**************************************/
/*             NAVIGATION             */
/**************************************/

ul#nav {margin-top: 63px; padding-bottom: 55px; float:right; margin-left: 0px;}
ul#nav li {display: inline; float: left; font-family: Century Gothic, Univers, Lucida Grande, Helvetica, sans-serif; font-size: 13px; padding: 0px 8px 0px 8px; border-right: 1px solid #92bacb;}
ul#nav li.final {display: inline; float: left; font-family: Century Gothic, Univers, Lucida Grande, Helvetica, sans-serif; font-size: 14px; padding: 0px 0px 0px 8px; border-right: none; }

ul#nav li a {text-decoration: none; text-transform: uppercase; color: #2a2319; padding: 7px 12px 6px;}
ul#nav li a.current {color: #0f3544; background: #f2eee7;}
ul#nav li a:hover {background: #9c2c16; color: #e7e2d9; }


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

.quoteBox {display: block; height: 424px; background: #0f3544 url(../img/quoteBox-bg-x.jpg) bottom left repeat-x; }
.quoteBox p { color: #979e97; font-family: Georgia, Times New Roman, Times, serif; font-size: 16px; font-style: italic; padding: 0px 30px; line-height: 28px; }
.quoteBox b {color: #ddd7ce; float: right; padding-right: 30px; font-family: Georgia, Times New Roman, Times, serif; font-weight:normal; font-size: 18px; padding-top: 20px;}

h2.mission {font-family: Century Gothic, Univers, Lucida Grande, Helvetica, sans-serif; font-size: 18px; color: #863821; font-weight: normal; padding: 30px 0px 50px 30px; line-height: 26px;}

p.body {color: #645d4e; line-height: 22px; margin-bottom:50px;}
p.footer-body {color: #645d4e; line-height: 18px;}

div.span-6 h4 {text-transform: uppercase; font-weight: normal; font-size: 12px; color: #645D4E; margin-bottom: 3px; }

label {color: #645d4e; }
input, textarea {font-family: Century Gothic, Univers, Lucida Grande, Helvetica, sans-serif; padding: 8px 5px; }

.container h3 {color: #c8c1b1; font-size: 1.2em; font-weight: normal; border-bottom: 1px solid;}

/**************************************/
/*               FOOTER               */
/**************************************/

h2.footer-logo {font-family: Century Gothic, Univers, Lucida Grande, Helvetica, sans-serif; font-weight: normal; color: #d3cbbc;}
h2.footer-logo b {color: #497688; font-weight: normal;}
#footer {width: 100%; background: #0f3544; height: 160px;}
#footer p { color: #8e846f;}

#footer p.as-link {font-size: 11px;}
#footer p.as-link a {color: #497688; text-decoration: none; padding: 8px;}
#footer p.as-link a:hover {color: #fff; background: #497688; text-decoration: underline; }

