/*clearing fix for floats*/
.fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fix {
    display: inline-block;
}

* html .fix {
    height: 1%;
}

.fix {
    display: block;
}

/*the basic navigation*/
.simplenav li li {
    padding-left: 0;
}

/*removes the indentation for nested lists set out in the reset css*/
.simplenav {
    padding: 0 20px;
    height: 88px;
    width: 963px;
    position: relative;
    background: url(../images/nav-bg.jpg) top left repeat-x;
}

/*height gives a container to sit the sub-nav within*/
.simplenav li {
    width: 118px;
    float: left;
    display: block;
    text-align: center;
}

/*makes the list horizontal*/
.simplenav li span {
    display: block;
}

/*puts the 'subtext' on a new line*/

/*additions for placing the nested lists as subnavs*/
.on {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*places the sub nav below the main nav*/
.off {
    top: -9999999px;
    position: absolute;
    opacity: 0;
}

/*hide the inactive sub navs - leaves them 'visible' to screen readers*/

/*prettifying*/
.simplenav .skip {
    float: right;
}

.simplenav a {
    padding: 13px 14px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    height: 22px;
    width: 90px;
}

.simplenav .alt-bar a {
    padding: 8px 14px;
    height: 23px;
}

.simplenav span {
    margin-top: 3px;
    font-size: 0.7em;
    opacity: 0.7;
}

.simplenav li > a:hover {
    background: rgb(111, 121, 111) !important;
    background: rgba(0, 0, 0, 0.1) !important;
}

/*sub menu*/
.on li a, .off li a {
    font-size: 1em;
    display: block;
    padding: 1em;
}

/*make sure padding and font-size is the same on both on and off states as this is part of the measured width*/
.on {
    background: url(../images/hover.jpg) bottom left repeat-x;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

}

.on li {
    display: block;
}

.here .on {
    background: url(../images/hover.jpg) bottom left repeat-x;
}

.on a:hover {
    text-decoration: underline;
}

/*keep the top-level tab selected when moving to the sub nav */
.simplenav li.MenuVisible > a {
    background-image: url(../images/hover.jpg);
}

.simplenav li.MenuVisible > a span {
    background: transparent none;
    color: #fff;
}

.tabbed p {
    margin-bottom: 15px;
}

.tabbed .tab-container {
    width: 761px;
    border: 1px solid #d9d9d9;
    margin: -1px 0 0 0;
    height: 205px;
}

.tabbed .tab-container ul li {
    float: left;
    list-style: none;
    width: 250px;
}

.tabbed .tab-container a > div {
    margin: 10px 16px 5px 16px;
    text-align: center;
    padding: 2px;
    border-bottom: 1px solid #d9d9d9;
}

.tabbed .tab-container a > div img {
    width: 214px;
    height: 138px;
}

.tabbed .tab-container ul li a {
    color: #000;
}

.tabbed .tab-container ul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    width: 218px;
    margin-left: 10px;
}

.tabbed .tab-container div {
    margin: 5px;
}

.tabbed .tabs li {
    list-style: none;
    display: inline;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #b80000;
    font-weight: normal;
}

.tabbed .tabs a {
    padding: 0 10px;
    display: inline-block;
    overflow: visible;
    /*text-decoration:none;*/
}

.tabbed .tabs a.active {
    border: 1px solid #d9d9d9;
    border-top: 3px solid #00396b;
    border-bottom-color: white;
}

#site-header {
    height: 318px;
    margin-top: 1px;
}

#about-us-nav {
    width: 231px;
    height: 305px;
}

#myClock {
    height: 18px;
    font-size: 12px;
    text-align: right;
    background: #F6F6F6;
}
#myClock div{
    width: 983px;
    padding: 0 20px;
}