/*
primary color: #EDB21F (golden)
secondary color:
boxy text: #000000 (black)
link text: #843109 (maroon)
*/

body {margin:0; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; font-size:75%; color:#843109; width:auto;}
p {margin:5px 0; font-size:1em; color:#000000;}
h1 {font-size:1.3em; font-weight:bold; color:#994708;font-family:"Times New Roman", Times, serif;}
h2 {font-size:1.25em; font-weight:bold; color:#000000;}
h3 {font-size:1.16em; font-weight:bold;color:#000000;}
h4 {font-size:1em; font-weight:bold;color:#000000;}
li {font-size:1em;}
a {text-decoration:none; color:#843109;}
a:hover{text-decoration:none; color:#000;}
img {border:none;}
.clear {clear:both;}

#header {padding:3px 0 0 0; background-color:#EDB21F;}
#footer {padding:0 0 3px 0; background-color:#EDB21F;}
    #header .nav, #footer .nav {display:block; height:32px; text-align:center; background:#ffffff url(../images/top-nav-bg-tile.png) repeat-x; width:100%;}
        #header .nav ul, #footer .nav ul {list-style:none outside none; margin:0; padding:0; width:100%;}
                #header .nav ul li a, #footer .nav ul li a {display:block; float:left; height:21px; line-height:115%; padding:9px 10px 0; border-right: 1px solid #c4c4c4; border-left: 1px solid #f0f0f0; text-shadow: 0px 1px 1px #ccc;}
                #header .nav ul li.last a, #footer .nav ul li.last a {border-right: none;}

.breadcrumbs {font-size:1em; padding:10px; clear:both;}
.breadcrumbs a {padding:0 5px;}

#content {padding:0px 15px 15px; font-size:1em; color:#000000; border-bottom:1px dotted #ccc;}
    #content h1 {border-bottom:1px dotted #ccc;}

.navigation {}
.navigation ul {margin:0; padding:0;}
.navigation ul li {list-style-type:none; color:#fff; font-size:1.3em; padding:5px 20px 5px 15px; font-weight:bold; background-color:#EDB21F; margin-bottom:1px; border-bottom:1px solid #350202;}
.navigation ul li a {color:#FFF; padding-right:40px; display:block; }
.navigation ul li .link-bg {width:100%;background:url(../images/arrow-right.png) no-repeat right center; display:block;}

div#copyright {background-color:#EDB21F;
width:100%;
float:left;
 text-align:left;
 font-size:.7em;
 color:#000;
 padding:5px 0 7px 6px;
 margin-top:1px;}