/* Menu Navigation CSS */
@import url("nav.css");

/* Reset all styles */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* Default styles for all elements */
body { font: 12px/18px Arial, Helvetica, sans-serif; background-color: #fff; color: #333; }
a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
.legal { font-size: 10px !important; color:#76797c; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }

fieldset { display: block; padding: 5px 15px; border: solid #333 1px };

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ol.legal { margin-left: 0; padding-left: 2em; }

/* Piped Links */
.piped { display: block; zoom: 1; }
.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.piped li { float: left; display: inline; }
.piped a { border-left: 1px solid #797c80; padding: 0 0 0 0.75em; margin-left: 0.75em; }
.piped a.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }

/* Billboard */
#billboard, #footer { width: 980px; margin: 0 auto 10px; clear: both; color: #76797c; }

/* Page Header */
#pageheader { position: relative; /*border-bottom: 1px solid #ddd;*/ padding: 0 0 0.2em; margin: 0 auto; height: 45px; background: rgba(128,128,128,0.6);}

#pageheader #pagenav	  { display: block; z-index: 1; list-style: none; width: 1000px; height: 30px; cursor: default; text-align: justify; margin: 0 auto; }
#pageheader #pagenav li   { display: inline; }
#pageheader #pagenav li a { float: right; width: 175px; padding-top: 16px; color: #ffffff; text-decoration: none;  text-align: center; font-size: 16px; }
#pageheader #pagenav li a:hover { color: #08c; }

/*
#pageheader ul { display: block; float: right; margin: 0; }
#pageheader ul li { display: inline; }
#pageheader ul li a { color: #ffffff; float: right !important; margin-top: 1em; margin-left: 30px; margin-right: 8px; padding: 0; text-decoration: none; width: 175px; font-size: 16px; }
#pageheader ul li a:hover { color: #08c; }
*/
.replaced { display: block; height: 10px; overflow: hidden; outline: none; text-indent: -9999px; text-align: left; width: 10px; }

/* Footer */
#footer p.left a { margin-right: 0; }
#footer p.left { width: 50%; float: left; text-align: left; text-indent: 10px; }
#footer p.right { width: 50%; float: right; }
#footer p.links { border: 1px solid #e5e5e5; border-width: 1px 0; padding: .5em 0; margin: 1.5em 0 2em; }
#footer .legal p { margin-bottom: 0; }

#footer { margin: 0 auto 22px; text-align: center; font-size: 10px; color: #6e6e6e; }
#footer .piped a { border-color: #ccc; }

#footer #links { border: 1px solid #e5e5e5; border-width: 1px 0; padding: .5em 0; margin: 1.5em 0 2em; zoom: 1; }
#footer #links:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#footer #links p { margin-bottom: 0; }
#footer #links p.left { float: left; width: auto; text-align: left; text-indent: 10px; }
#footer #links ul.right { float: right; padding-right: 10px; margin-bottom: 0; }
#footer #links ul.piped a { padding-left: .5em; margin-left: .5em; }

#footer .legal { clear: both; }
#footer .legal p { margin-bottom: 0; }
#footer .legal p.copyright { display: inline; padding-right: 0.75em; } 
#footer .legal ul.piped { display: inline; display: -moz-inline-box; *display: inline; margin-bottom: 0; padding-right: 0.75em;}
#footer .legal ul.piped li { float: none; }
#footer .legal ul.piped li a.first { margin-right: -0.2em; }

