/* CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2015
*/
/* Header */
#logo {
    margin-bottom: 0 !important;
}
header h1 {
	background: url("../images/obb-logo.png") no-repeat scroll center top;
	height: 130px;
	text-indent: -999em;
	width: 130px;
}
/* Nav */
#nav-list {
}
#nav-list li {
    display: inline-block;
}
#nav-list a {
    float: left;
    text-decoration: none;
    text-transform: uppercase;
}
#nav-list a:hover {
    color: black;
}
#magic-line {
    background: #dfc688 none repeat scroll 0 0;
    bottom: 5px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}
.current_page_item a {
    color: black !important;
}
.ie6 #example-one li, .ie7 #example-one li {
    display: inline;
}
.ie6 #magic-line {
    bottom: -3px;
}
.group::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
:first-child + html .group {
}


/* form */
.form .url {
    display: none;
}
.loading {
    background:url(/images/ajax-loader.gif) no-repeat 1px;
    height:28px;
    width:28px;
    display:none;  
 } 
 fieldset .highlight {
    font-style: italic;
    color: #f00;
    border:#9F1319 solid 2px;
    background:url(/images/iconCaution.gif) no-repeat right center;
}
.scroll-box {
    overflow: hidden;
}
/* End &copy;2021 Power Group Projects */
