body{
background:url('path_bg.png');
background-repeat:repeat;
font: normal normal normal 1em/1.em Georgia, Palatino, "Palatino Linotype"."Book Antiqua", serif;
}

#main{
width:100%;
}

#main h2{
text-align:left;
margin-left:10%;
color:transparent;
}

#container{
margin-top:59px;
width:100% !important;
}

#navbar{
margin-top:-182px;
}

#navbar a {
padding: 15px -2px 12px 5px;
}
#navbar a {
font-size: 0.65em;
/*letter-spacing: 0.05em;*/
}

ul.menu{
margin-left:10%;
}

ul.menu a {
font-size: 0.85em;
text-transform: uppercase;
text-decoration: none;
color:#4d90a7; /*white;*/
}
a:visited {
color: #006699;
}
a:link {
color: #006699;
}
a:visited {
color: #375;
}

#header{
background:url('path_bg.png');
background-repeat:repeat;
}

#header h1{
font:italic 1em Georgia, serif;
color:#70a0b2;
}

#headerTitle h1 img {
    width: 300px;
    height: 99px;
}

#breadcrumb{
margin-top:127px;
margin-left:10%;
}

#navbar{
border-top:5px solid #ca4842;
border-bottom: 0px solid #404040;
background-color: #404040;
padding: 1%;
}

#content{
width:75%;
background-color: white;
border: 1px solid #8493a6;
padding: 2%;
padding-top: 2%;
box-shadow: 0 1px 3px #8493a6;
margin: 3px auto 2em;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#menu-primary {
background: #404040;
display: block;
padding: 0 2%;
position: relative;
margin: 0;
width: 96%;
height: 2.25em;
z-index: 98;
}

#menu-primary, #menu-secondary {
display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
display: block;
}

div.menu a, nav.menu a {
display: block;
position: relative;
}

a, a:visited {
color: #ca4842;
text-decoration: none;
}

input.textField{
background-color: #F0F0E8;
color: #000;
font-family: Verdana,Arial,Helvetica,sans-serif;
border-top: 1px solid #666;
border-left: 1px solid #666;
border-bottom: 1px solid #E8E8E1;
border-right: 1px solid #E8E8E1;
font-size: 1em;
}

body main navbar ul.menu li #categories{
    display:none;
}


#footer {
    font-size: .875em;
    margin: 0;
    padding: 0 2%;
    width: 96%;
}
#footer .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 2%;
    width: 96%;
}
#footer .copyright, #footer .credit {
    float: left;
    text-align: left;
    width: 50%;
}
#footer .copyright, #footer .credit {
    text-align: center;
}
@media only screen and (min-width: 49em)
#footer p {
    margin-top: 0;
}

