html {
    overflow-y:scroll;
}
body {
    background: #b5d09d;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family:georgia,"times new roman",times,serif;
    font-size:14px;
    color:#718fa7;
}

div#page {
    position: relative;
    width: 950px;
    margin: 0 auto;
    background:white 0 0 no-repeat;
}

#nav {
    position: absolute;
    top: 110px;
    right: 5px;
    background: #b5d09d;
    z-index:30;
}

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav a {
    display: block;
    width: 10em;
}

#nav li {
    float: left;
    width: auto;
    padding-left: 7px;
}

#nav li ul {
    position: absolute;
    width: 10em;
    left: -999em;
}

#nav li:hover ul {
    left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

#nav ul.submenu {
    border: solid 1px #aaa;
}

#nav ul.submenu li {
    border-bottom: solid 1px #aaa;
    padding: 0;
}

#nav ul.submenu li.last {
    border-bottom-width: 0;
}

li a {
    display: block;
    height: 26px;
    text-decoration: none;
}

div#content-area {
    position: relative;
    top: 219px;
    width: 950px;
    background: white;
    text-align:left;
    padding-bottom:100px;
}

/* general */
#content ul {
   list-style:none;
    padding:0;
    margin:0 0 0 5px;
}

#content ul li {
    background: transparent url( ../img/sqbullet.gif) 0 4px no-repeat;
    padding-left:20px;

}

/* utility */
.preload {
    position:absolute;
    height:1px;
    width:1px;
    left:-1000px;
    top:-1000px;
}

.clear {
    clear:both;
}

/*footer*/

div#footer {
    width: 950px;
    background: transparent url( ../img/footer.gif ) 0 0 no-repeat;
    height: 70px;
    z-index: 10;
    text-align: center;
    position: absolute;
    bottom: 0;
}

div#footer ul {
    list-style: none;
    margin: 0 auto;
    width: 120px;
    padding: 0;
}

div#footer ul li {
    float: left;
    padding: 0 0 0 5px;
    margin-right: 5px;
    border-left: solid 1px #718fa7;
}

div#footer ul li.first {
    border-width: 0;
}

div#footer p {
    margin-bottom: 5px;
    margin-top: 20px;
}

div#footer a {
    color: #718fa7;
    display:inline;
    height:18px;
}

div#footer a:hover {
    text-decoration: underline;
}

/*template 3*/
div.t3 ul#images {
    position: relative;
    float: left;
    width: 150px;
    height: 100%;
    margin: 0 0 0 30px;
    padding: 0;
}

div.t3 ul#images li {
    display: block;
    width: 150px;
    margin-bottom: 15px;
}

div.t3 ul#images img {
    height: 147px;
    width: 147px;
    border: solid 1px #eaeaea;
}

div.t3 div#content {
    position: relative;
    margin-left: 200px;
    width: 700px;
    vertical-align: top;
}

div.t3 div#content p {
    margin-top: 0;
}

div.t3 p#heading {
    font-weight: bold;
    margin: 0 0 0 30px;
    padding: 15px 0 15px 0;
}


/*template 4*/
div.t4 ul#images {
    float:right;
    top: 20px;
    width: 442px;
    margin: 0 33px 0 0;
    padding: 0;
}

div.t4 ul#images li {
    display: block;
    width: 442px;
    margin-bottom: 5px;
}

div.t4 ul#images img {
    border: solid 1px #eaeaea;
}

div.t4 div#content {
    position: relative;
    margin-left: 30px;
    width: 380px;
    vertical-align: top;
}

div.t4 div#content p {
    margin-top: 0;
}

div.t4 p#heading {
    font-weight: bold;
    margin: 0 0 0 30px;
    padding: 15px 0 15px 0;

}


/*temp*/

div#header {
    position:absolute;
    width:950px;
    height:79px;
    top:139px;
    left:0;
    background:transparent 0 0 no-repeat;
    z-index:10;
}


