/*
put in custom styling here
*/

/*
#container {
margin: 10px auto;
}
*/

#navbox {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navbox > li {
    padding: 0;
    margin: 0 0 5px 0;
    background: url('../images/navright.gif') top right no-repeat;
    width: 179px;
    white-space: nowrap;
}

#navbox > li > p:hover, #navbox > li.selected > p:hover, #navbox > li.selected > p {
    background: url('../images/navgreen.gif') top left no-repeat;
}

#navbox > li > p {
    padding: 0;
    margin: 0;
    height: 28px;
    background: url('../images/navblue.gif') top left no-repeat;
    width: auto;
}

#navbox > li > p > a {
    height: 28px;
    padding: 0;
    margin: 0;
    width: auto;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 50px;
    padding-top: .1em;
    text-transform: uppercase;
}

#navbox > li.hilight > p {
    background: url('../images/navred.gif') top left no-repeat;
}
#navbox > li.hilight > p:hover {
    background: url('../images/navgreen.gif') top left no-repeat;
}
#navbox > li.hilight > p > a {
    padding-top: .3em;
    font-size: 10pt;
    font-weight: bold;
}
.subnav {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

.subnav > li {
    padding: 0;
    margin: 0 0 5px 0;
    background: url('../images/slimright.gif') top right no-repeat;
    width: 179px;
    white-space: nowrap;
}

.subnav > li > p:hover, .subnav > li.subselected > p:hover, .subnav > li.subselected > p {
    background: url('../images/slimgreen.gif') top left no-repeat;
}

.subnav > li > p {
    padding: 0;
    margin: 0;
    height: 18px;
    background: url('../images/slimblue.gif') top left no-repeat;
    width: auto;
}

.subnav > li > p > a {
    height: 18px;
    padding: 0;
    margin: 0;
    width: auto;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    padding-left: 50px;
    padding-top: .1em;
    text-transform: uppercase;
}

#masthead {
    height: 85px;
    width: 100%;
}

#logo {
    margin: 0;
    padding: 0;
    background: url('../images/logo.gif') no-repeat top left;
    width: 280px;
    height: 85px;
    float: left;
    text-indent: -5000px;
}

#bluebox {
    float: right;
    height: 61px;
    width: 500px;
    margin-right: 10px;
    background: #7FC0E3 url('../images/bluebox-middle.gif');
}

#bluebox-left {
    background: url('../images/bluebox-left.gif') no-repeat;
    float: left;
    height: 61px;
    width: 125px;
    margin-left: -5px;
    text-indent: -5000px;
}

#bluebox-right {
    background: url('../images/bluebox-right.gif') no-repeat;
    float: right;
    height: 61px;
    width: 178px;
    margin-right: -5px;
    text-indent: -5000px;
}

.roundedgrey-box {
    background: url('../images/greybox-tl.gif') no-repeat top left;
    margin-bottom: 19px;
}
.roundedgrey-top {
    background: url('../images/greybox-tr.gif') no-repeat top right;
}
.roundedgrey-bottom {
    background: url('../images/greybox-bl.gif') no-repeat bottom left;
}
.roundedgrey-bottom div {
    background: url('../images/greybox-br.gif') no-repeat bottom right;
}
.roundedgrey-content {
    background: url('../images/greybox-r.gif') top right repeat-y;
}

.roundedgrey-top div, .roundedgrey-top,
.roundedgrey-bottom div, .roundedgrey-bottom {
    width: 100%;
    height: 15px;
    font-size: 1px;
}
.roundedgrey-content, .roundedgrey-bottom {
    margin-bottom: -15px;
}
.roundedgrey-content {
    padding-left: 10px;
    padding-right: 10px;
}

.bluecap {
    margin: -15px -10px 5px -10px;
    height: 35px;
    background: #7FC0E3 url('../images/bluecap-tl.gif') no-repeat top left;
}

.bluecap p {
    background: url('../images/bluecap-tr.gif') no-repeat top right;
    padding: .5em 5px 0px 5px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11pt;
    color: white;
}

.highlight {
    color: red;
}

#footer {
    margin: 30px 5px 5px 5px;
    text-align: center;
    clear: both;
}

#footer ul {
    list-style: none;
}

#footer li {
    display: inline;
    margin: auto;
    padding: 0 15px
}

#footer a {
    text-decoration: none;
}

#footer p {
    text-align: center;
}

#rssfeed {
    list-style-image: url('../images/orangearrows.gif');
    list-style-position: inside;
    margin: 0;
    margin-bottom: 1em;
    overflow: auto;
}

#rssfeed li {
    margin: 5px 0;
}

ul#badgebar, ul#badgebar li {
    padding: 0px;
    margin: 0px;
    display: inline;
    list-style: none;
}

div#tabholder > ul{
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    height:50px;
}
div#tabholder > ul > li{
    display:block;
    float:left;
    margin:0;
    padding:0;
}
div#tabholder > ul > li > a{
    display:block;
    float:left;
    text-decoration:none;
    height: 50px;
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
}
div#tabholder > div {
    margin: 0px;
    padding: 5px;
    width: 740px;
    z-index: 1000;

}
div#tabholder> div > p {
	border-style: solid;
	border-width: 2px;
    margin: 0px;
    padding: 5px;
    width: 726px;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
}

#button-0, #page-0, .success {
    background: #DAEE9B;
}
#button-1, #page-1 {
    background: #C9CDFC;
}

#button-2, #page-2 {
    background: #ADD8E6;
}

#page-0 > p {
    border-color: #9cb017;
    background-color: #AFC447;
}

#page-1 > p {
    border-color: #5d6fd4;
    background-color: #9ba4e8;
}

#page-2 > p {
    border-color: #36abba;
    background-color: #6bc0cf;
}
#upperpage {
    font-size: 1.4em;
    font-weight: normal;
    text-align: justify;
    margin-bottom: 1em;
}

.center {
    text-align: center;
}

#slogan {
    float: none;
    margin: 0;
    padding: 0;
}

#bluehand {
    width: 100px;
    text-align: center;
}

#bluehand a {
    text-decoration: none;
    color: #F00;
    font-weight: bold;

}

#bluehand a:hover {
    color:#009;
}

#pp1 {
    float: left;
}

#pp2 {
    float: right;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

div#gallery-fader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

div#gallery-holder {
    position: fixed;
    background: #fff;
    border: 1px solid #666;
    padding: 10px;
    z-index: 1100;
}

div#gallery {
    border: 2px solid #dedede;
    margin-bottom: 1.5em;
    padding: 5px 0;
}

div#gallery ul{
    margin:0;
    padding:10px 0;
    list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    clear: both;
}
div#gallery ul li{
    display:block;
    float:left;
    margin:0;
    padding:0;
    width: 25%;
}
div#gallery ul li a{
    display:block;
    float:left;
    text-decoration:none;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
}

div#gallery-prev, div#gallery-next{
    width: 50px;
    float: left;
    border: #666 1px dashed;
    padding: 5px;
    cursor: pointer;
}

div#gallery-prev {
    background: #fff url('../images/prev.png') center center no-repeat;
    border-right: none;
}

div#gallery-next {
    background: #fff url('../images/next.png') center center no-repeat;
    border-left: none;
}
div#gallery-prev:hover {
    background: #fff url('../images/prev-hilight.png') center center no-repeat;
}

div#gallery-next:hover {
    background: #fff url('../images/next-hilight.png') center center no-repeat;
}

div#gallery-prev.disable, div#gallery-prev.disable:hover {
    background: #fff url('../images/prev-disable.png') center center no-repeat;
}

div#gallery-next.disable, div#gallery-next.disable:hover {
    background: #fff url('../images/next-disable.png') center center no-repeat;
}

div#gallery-imgholder {
    float: left;
    padding: 5px 0;
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
    border-top: #666 1px dashed;
    border-bottom: #666 1px dashed;
}