@charset "utf-8";

/* CSS Document */

div#page {
}

div#path {
    height: 35px;
    color: #73B2DA;
    padding-top: 15px;
    font-size: 85%;
    width: 780px;
    margin: 0 auto 0 auto;
    text-align: right;
    padding-right: 10px;
}

div#path a {
    color: #73B2DA;
    border-bottom: 1px dotted #73B2DA;
}

div#wrapper1 {
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
    width: 780px;
    margin: 0 auto 0 auto;
}

div#wrapper2 {
    background-image: url(../images/bg2.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-attachment: scroll;
}

div#wrapper3 {
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: 75% bottom;
}

div#wrapper4 {
    background-image: url(../images/bg1.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    height: 109px;
}

div#header {
}

div#logo {
    padding-top: 26px;
    padding-left: 23px;
    height: 64px
}

div#search {
    padding: 24px 0 0 0;
    position: relative;
}

div.search-design {
    width: 312px;
    position: absolute;
    right: 26px;
}

div#search a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

div#search div.toplinks {
    padding-top: 8px;
}

div#search form div {
    position: relative;
    width: 146px;
}

div#search div input {
    border: 1px solid #FFFFFF;
    width: 130px;
    color: #CDE5F2;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 24px;
    padding-left: 2px;
}

div#search div button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent url(../images/searchbutton.png) repeat scroll 0%;
    border: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

div#search button span {
    visibility: hidden;
}

div#search input.searchtextblur {
    color: #CDE5F2;
}

div#search input.searchtextfocus {
    color: #1C5D85;
}

div#topmenu {
    text-align: left;
}

div#topmenu ul {
    margin: 0;
}

div#topmenu ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    float: left;
    padding-left: 0;
    background-image: none;
}

div#topmenu a {
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
}

div#topmenu a span {
    visibility: hidden;
}

a.menu-item-blog {
    background-image:url(../images/menuitemblog.png);
    height: 66px;
    width: 109px;
}

a.menu-item-publications {
    background-image:url(../images/menuitempublications.png);
    height: 66px;
    width: 147px;
}

a.menu-item-photos {
    background-image:url(../images/menuitemphotos.png);
    height: 66px;
    width: 107px;
}

a.menu-item-projects {
    background-image:url(../images/menuitemprojects.png);
    height: 66px;
    width: 117px;
}

a.menu-item-contact {
    background-image:url(../images/menuitemcontact.png);
    height: 66px;
    width: 111px;
}

div#main {
    width: 780px;
    text-align: left;
    margin: 0 auto 0 auto;
}

div#main-content {
    margin-top: 2em;
}

div#footer {
    color: #73B2DA;
    padding: 28px 0 0 0;
    font-size: 85%;
}

div#footer a {
    color: #73B2DA;
    border-bottom: 1px dotted #73B2DA;
}