html, body
{
    margin: 0;
    padding: 0;
    font-family: "trebuchet ms", "verdana", sans-serif;
    background: #d9d9d9 url(images/vstripe.png) top left repeat-x;
}


#container
{
    width: 780px;
    margin: 0 auto 0 auto;
/*    background: #ffffff; */
    background: #fffff3;
}


#topBar
{
    width: 100%;
   /* height: 300px; */
}

#topImage
{
    background: url(images/barpic1b.jpg) 0px 50px no-repeat;
    width: 100%;
    height: 128px;
    padding-top: 50px;
}

.home2Page #topImage { background-image: url(images/barpic1a.jpg); }
.aboutPage #topImage { background-image: url(images/barpic6.jpg); }
.contactPage #topImage { background-image: url(images/barpic4.jpg); }
.wdye1Page #topImage { background-image: url(images/barpic5.jpg); }
.wdye2Page #topImage { background-image: url(images/barpic3.jpg); }

#npic-0 #topImage { background-image: url(images/npic0.jpg); }
#npic-1 #topImage { background-image: url(images/npic1.jpg); }
#npic-2 #topImage { background-image: url(images/npic2.jpg); }
#npic-3 #topImage { background-image: url(images/npic3.jpg); }
#npic-4 #topImage { background-image: url(images/npic4.jpg); }
#npic-5 #topImage { background-image: url(images/npic5.jpg); }
#npic-6 #topImage { background-image: url(images/npic6.jpg); }
#npic-7 #topImage { background-image: url(images/npic7.jpg); }

#logoBar
{
    background: url(images/logobar.png) 0px 20px no-repeat;
    width: 100%;
    height: 66px; /* 46+20 */
    position: absolute;
}

.wdye1Page #logoBar { background-image: url(images/wdyeheader.png); }

.wdye2Page #logoBar { background-image: url(images/wdyeheader.png); }

.quesQues #logoBar { background-image: url(images/wdyeheader2.png); }

#contentContainer
{
    position: relative;
    background: #f0f0f0; /*#e6d8d5; *//*#ffebe8;*/
}


#contentInnerContainer
{
    background: white;
    margin-left: 150px;
    padding-top: 50px;
}


#nav
{
    position: absolute;
    top: 140px;
    width: 150px;
}

#nav ul
{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#nav li
{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li a
{
    background: url(images/menu-home-nosel.png) top left no-repeat;
    display: block;
    width: 150px;
    height: 37px;
    margin: 0 0 8px 0;
}

#nav li a.nav-home { background-image: url(images/menu-home-nosel.png); }
#nav li a.nav-about { background-image: url(images/menu-about-nosel.png); }
#nav li a.nav-contact { background-image: url(images/menu-contact-nosel.png); }
#nav li a.nav-wdye { background-image: url(images/menu-wdye-nosel.png); }

#nav li a.nav-home:hover { background-image: url(images/menu-home-sel.png); }
#nav li a.nav-about:hover { background-image: url(images/menu-about-sel.png); }
#nav li a.nav-contact:hover { background-image: url(images/menu-contact-sel.png); }
#nav li a.nav-wdye:hover { background-image: url(images/menu-wdye-sel.png); }


#nav span
{
    display: none;
}

#content
{
    background: url(images/tricolour.png) top right repeat-y;    
    padding: 0 45px 0 25px;
    margin: 80px 80px 0 0;
    font-size: 13px;
    line-height: 1.9;
}

.quesQues #content
{
    background: white;
}

#copyright
{
    padding: 90px 0 25px 0;
}

#copyright div
{
    background: white url(images/logo-only.png) 440px bottom no-repeat;
    padding: 35px 0 0 25px;
    font-size: 11px;
    color: #707070;
}

#copyright a
{
    color: #707070;
    text-decoration: none;
}

#content p
{
    text-align: justify;
    padding: 0;
    margin-bottom: 20px;
}


#content h2
{
    font-weight: lighter;
    font-size: 16px;
    color: #333333;
}

#quesHeader
{
    border: 2px solid #dddddd;
    margin: 0 0 10px 0;
    padding: 4px 0 8px 0;
    text-align: center;
}

#quesHeader li
{
    display: inline;
    padding: 0 1em 0 0;
}

.clearer
{
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.quesQues form li
{
    color: #444444;
}

.quesQues fieldset
{
    border: 2px solid #dddddd;
    margin: 0 0 10px 0;
    padding: 4px 0 8px 0;
}

.quesQues .quesMissing
{
    border-color: #ff0000;
}

.quesQues legend
{
    padding: 0 8px 0 8px;
    color: #444444;
}

.quesQues .quesMissing legend
{
    color: #ff0000;
}

.quesQues label
{
    padding: 0 0 0 20px;
    color: #000000;
}

.inset
{
    background: #cbcbcb;
    padding: 5px 10px 0 10px;
    margin: 0 0 5px 20px;
    float: right;
    width: 150px;
}

#content .inset p
{
    text-align: center;
    font-size: 11px;
}

td
{
    font-size: 11px;
}

