body * {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    background: white;
}

/*-- Images --*/
img {

    border: 0px;
}

/*-- Linky Images --*/
.linky {
    border: 2px solid white;
}
.linky:hover { 
    border: 2px solid #8fffb0; 
}

/*-- Container --*/
#container {
    margin: 12px auto 12px auto;
    width: 719px;
    background: #c7dfe6;
}


/*-- Header --*/
#header {
    height: 68px;
    border: 1px solid #81a1b1;
}

#header h1 {
    display: none;
}

#header img {
    margin: 30px 0px 0px 35px;
    width: 486px;
    height: 34px;
}


/*-- Navbar --*/
#navbar {
    position: relative;
    height: 35px;
    background: #d9e9ee;
    border-left: 1px solid #81a1b1;
    border-right: 1px solid #81a1b1;
    border-bottom: 1px solid #81a1b1;
}

#navbar ul {
    position: relative;
    margin: 0px 0px 0px 32px;
    padding-top: 9px;
    width: 590px;
}

#navbar li {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0px 5px 0px 5px;
    width: 80px;
    height: 25px;
}

#navbar a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    color: #ff4805;
    background: #e9f6f7;
}

#navbar a:hover {
    color: #8fffb0;
}

#navbar a.scheme1:hover {
     background: #ad4b00;
}
#navbar a.scheme1page {
     color: #fff;
     background: #ad4b00;
     cursor: default;
}


#navbar a.scheme2:hover {
    background: #556f77;
}
#navbar a.scheme2page {
    color: #fff;
    background: #556f77;
    cursor: default;
}

#navbar a.scheme3:hover {
    background: #69523f;
}
#navbar a.scheme3page {
    color: #fff;
    background: #69523f;
    cursor: default;
}

#navbar a.scheme4:hover {
    background: #69523f;
}
#navbar a.scheme4page {
    color: #fff;
    background: #69523f;
    cursor: default;
}









/* -- another glenda scheme - use later?
#navbar a.scheme4:hover {
    background: #556081;
}
#navbar a.scheme4page {
    color: #ffffff;
    background: #556081;
    cursor: default;
}
*/
#navbar a.scheme5:hover {
    color: #8fffb0;
    background: #267C91;
}
#navbar a.scheme5page {
    color: #ffffff;
    background: #267C91;
    cursor: default;
}

#navbar a.scheme6:hover, #navbar a.scheme6page  {
    color: white;
    background: red;
}

 #navbar a.scheme6  {
    color: red;
    background: white;
}



#navigation a:active {
    color: #ffffff;
}

/*-- Subnav --*/

.subnav {
    position: relative;
}

.subnav h2 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 28px;
    left: 0px;
    padding-left: 478px;
    float: left;
    color: #ffffff;
    text-align: left;
}

.subnav ul {
    position: absolute;
    top: 30px;
    left: 138px;
    width: 460px;
}

.subnav li {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0px 5px 0px 5px;
    width: 115px;
    height: 20px;
}

.subnav li.narrow {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0px 5px 0px 5px;
    width: 70px;
    height: 20px;
}

#subnav0, #subnav1, #subnav2, #subnav3, #subnav4, #subnav5 {
    height: 54px;
    border-bottom: 4px solid white;
}
#subnav0 {
    background: url(../images/subnav0.png);
}
#subnav1 {
    background: url(../images/subnav1.png);
}
#subnav2 {
    background: url(../images/subnav2.png);
}
#subnav3{
    background: url(../images/subnav3.png);
}
#subnav4{
    background: url(../images/subnav3.png);
}
#subnav5{
    background: url(../images/subnav5.png);
}

#subnav0 a, #subnav1 a, #subnav2 a, #subnav3 a, #subnav4 a, #subnav5 a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
}


#subnav1 a {
    color: #ad4b00;
    background: #8fffb0;
}
#subnav1 a:hover {
    color: #8fffb0; 
    background:  #ad4b00; 
}
#subnav1 a.selected, #subnav1 a.selected:hover {
    color: #fff;
    background:  #ad4b00; 
    cursor: default;
}
#subnav2 a {
    color: #556f77;
    background: #8fffb0;
}
#subnav2 a:hover {
    color: #8fffb0;
    background: #556f77;
}
#subnav2 a.selected, #subnav3 a.selected:hover {
    color: #fff;
    background: #556f77;
    cursor: default;
}


#subnav3 a {
    color: #69523f;
    background: #8fffb0;
}
#subnav3 a:hover {
    color: #8fffb0;
    background: #69523f;
}
#subnav3 a.selected, #subnav3 a.selected:hover {
    color: #fff;
    background: #69523f;
    cursor: default;
}

#subnav4 a {
    color: #69523f;
    background: #8fffb0;
}
#subnav4 a:hover {
    color: #8fffb0;
    background: #69523f;
}
#subnav4 a.selected, #subnav4 a.selected:hover {
    color: #fff;
    background: #69523f;
    cursor: default;
}




/*-- Main --*/
#main_home {
    height: 319px;
    border-bottom: 4px solid #ffffff;

}

#main1 {
    background: url(../images/main1.png);
    
}
#main2 {
    background: url(../images/main2.png);
}
#main3 {
    background: url(../images/main3.png);
}
#main4 {
    background: url(../images/main3.png);
}
#main5 {
    background: url(../images/contactlogo.png);
}
#main_links {
    background: url(../images/aboutbg.png);
}

/*-- classes for main (pages with white margins) and mainpop (pop-up windows with solid background) --*/
/* for unbordered pop-up windows */
.mainpop {
    margin: 0;
    padding-right: 13%;
    padding-left: 13%;
    padding-bottom: 20px;
    color: #fff;
}
/* for regular text pages with 20% margins */
.main {
    margin: 0;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 20px;
    color: #ffffff;
    border-bottom: 4px solid white;

}
/* for pages with wide elements like contact/index */
.mainwidebody {
    border-bottom: 4px solid white;
}

.main ul, .mainpop ul {
    padding: 0;
    margin-left: 1em;
    margin-right: 40px;
    list-style-type: none;
}

.main li, .mainpop li {
    background-image: url(../images/boxbull.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.6em;
    padding-bottom: 1em;
}

.main p, .mainpop p {
    margin-bottom: 10px;
}

.main p.codesnippet, .mainpop p.codesnippet {
    font-family: "Courier", serif;
    margin-left: 2em;
    margin-right: 2em;
    background: #81a1b1;
    color: #fff;
    padding: 1em;
}

.main p.centerimgcaption, .mainpop p.centerimgcaption {
    font-size: 10px;
    margin: 0 2em 0 2em;
}



.main h3, .mainpop h3 {
    border-bottom: 1px dashed #fff;
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-top: 30px;
    font-weight: bold;
    font-size: 13px;
    clear: both;
}

.main a, .mainpop a {
    text-decoration: none;
    color: #8fffb0;
}
.main a:hover, .mainpop a:hover {
    color: #0f0;
}
.main em, .mainpop em {
    font-style: normal;
    font-weight: bold;
    font-size: 110%; 
/*    letter-spacing: 0.1em;  */
}


/*-- Image and text floatbox classes, for side-by-side layouts --*/
.floatleftcaption {
    float: left;
    width: 170px;
    position: relative;
    font-size: 9px;
    padding-top: 1em;
    padding-top: 2em;    
}
.floatleft {
    float: left;
    width: auto;
    margin-right: 1em;
    margin-bottom: .5em;
    margin-top: 1em;
}

.floatrighttext {
    float: right;
    width: 260px;
    position: relative;
    left: -1.5em;  
}  
      
 
.floatleftinline {
    margin-right: 0;
    margin-top: 1em;
    padding-bottom: 2em;
}

.floatrightcaption {
    float: right;
    width: 170px;
    position: relative;
    font-size: 9px;
    padding-top: 1em;
    padding-top: 2em;    
}


.floatright {
    float: right;
    width: auto;
    margin-left: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
}





.floatcenter {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 2em;
}

/* classes for use with contact background image */

.contacttext {  
    float: left;
    position: relative;
    left: 525px;
    top: 54px;
    color: white;
}
.contacttext a {
    text-decoration: none;
    color: #8fffb0;
}
.contacttext a:hover {
    color: #0f0;
}

.contactimage {
    float: left;
    position: relative;
    top: 49px;
    left: 25px;
}

/*-- Footer --*/
#footer {
    position: relative;
    height: 80px;
    border: 1px solid #81a1b1;
}

#footer #footerlogo {
    position: absolute;
    top: 10px;
    left: 40px;
}

#footer p {
    font-size: 11px;
}

#footer p.contact {
    position: relative;
    top: 13px;
    left: 107px;
    margin-left: 10px;
    float: left;
    color: #417696;
    cursor: default;

}

/*#copyright {
    position: absolute;
    top: 100px;
    left: 375px;
    color: #b8c5c7;
}*/

#footer ul {
    position: absolute;
    top: 50px;
    left: 492px;
}

#footer li {
    display: block;
    float: left;
    margin: 0px 5px 0px 5px;
    list-style-type: none;
}

#footer a {
    text-decoration: none;
    color: #417696;
    cursor: pointer;
    
}

#footer a:hover {
    color: #8fffb0;
}

#footer a:active {
    color: #fff;
}
