* {margin:0;padding:0;}
body {
    font-family: 'Droid Sans', serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.03em;
    word-spacing: 0em;
    line-height: 1.3em;
    text-align: left;
    color: #4c4c4c;
    background: #fff;
}

/*text and defaults*/
p,ul,ol {margin-bottom:10px;}
h1,h2,h3,h4,h5,h6 {font-size:16px;}
a, a:visited {
    color:#4c4c4c;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
/*layout*/
#logo {
    display: block;
    width: 166px;
    height: 64px;
    position: absolute;
    z-index: 5;
    text-indent: -9999px;
    background: url(/images/logo.png) no-repeat;
    top: 226px;
    left: 688px;
}

.page2 #logo {
    top: 458px;
    left: 210px;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#signpost {
    width: 387px;
    height: 704px;
    margin: 0 auto;
    background: url(/images/signpost.jpg) no-repeat;
    position: relative;
    z-index: 10;
    *z-index: auto;
}

#signpost ul {
    margin: 0;
}

#signpost.signpost2 {
    background: url(/images/signpost2.jpg) no-repeat;
    z-index: 0;
}

#signpost li.sign {
    position: absolute;
    display: block;
    list-style: none;
}

#signpost li.sign a {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
}

#signpost li.sign div a {/*silly IE6 with no child selectors*/
    text-indent: 0;
    display: inline;
    width: auto;
    height: auto;
}

.content {position:absolute;width:285px;display:none;background:#fff;}
#signpost li.sign:hover .content, #signpost li.active .content {display:block;}

/*signs are numbered in order appearing from top to bottom on the left, then top to bottom on the right*/
#sign1 {height:72px;width:183px;top:50px;left:0;}
#sign2 {height:76px;width:118px;top:98px;left:70px;}
#sign3 {height:44px;width:174px;top:287px;left:6px;}
#sign4 {height:46px;width:76px;top:334px;left:106px;}
#sign5 {height:63px;width:125px;top:41px;left:207px;}
#sign6 {height:60px;width:120px;top:165px;left:202px;}
#sign7 {height:42px;width:178px;top:237px;left:206px;}
#sign8 {height:68px;width:137px;top:389px;left:202px;}

#home {height:57px;width:90px;top:442px;left:90px;}

#sign1 .content {top:-40px;left:-280px; width:270px;}
.page2 #sign1 .content {top:-40px;left:-290px; width:288px;font-size:14px;}
#sign2 .content {top:10px;left:-270px;width:265px;}
.page2 #sign2 .content {top:-20px;left:-360px;width:295px;font-size:14px;line-height:1.3em;}
#sign3 .content {top:1px;left:-280px;width:270px;}
.page2 #sign3 .content {top:1px;left:-295px;}
#sign4 .content {top:2px;left:-240px;width:230px;}
.page2 #sign4 .content {top:-50px;left:-395px;width:290px;}
#sign5 .content {top:28px;left:135px;width:320px;}
.page2 #sign5 .content {top:-20px;left:135px;width:330px;}
#sign6 .content {top:-30px;left:130px;width:320px;}
.page2 #sign6 .content {top:-108px;left:180px;width:300px;}
#sign7 .content {top:0px;left:183px;}
#sign8 .content {top:13px;left:150px;width:315px;}