body, html {
    margin:0;
    padding:0;
    color:#000;
    /* green background:#28341f; */
    background:#342e1f;
    font: 1em verdana,sans-serif;
}

#wrap {
    width:1000px;
    margin:0 auto;
    background:#606026;
}

.rotater {
    position: absolute;
    bottom: 0px;
    z-index: 0;
}

.compassOverlay {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.inAWorldOverlay {
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.inAWorldText {
    position: absolute;
    bottom: 0px;
    z-index: 3;
}

.header {
    padding:0px 0px;
    height: 75px;
    width: 1000px;
    position: relative;
    top: 0px;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
}

.graphicNavWrap {
    padding: 0px;
    height: 284px;
    position: relative;
    top: 0px;
}

.nav {
    padding: 0px;
    width: 1000px;
    height: 37px;
    margin: 0px;
    background:#6b6b28;
    background-image: url('images/navshad.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
}

.mainAndSidebarWrap {
    position: relative;
    top: 0px;
}

.main {
    float:left;
    width:680px;
    min-height: 300px;
    padding: 0px 20px 20px 20px;;
    background:#6b6b28;
    position: relative;
    background-image: url('images/navshad.png');
    background-repeat: repeat-x;
}

.mainimage {
    float:left;
    width: 1000px;
    min-height: 300px;
    padding: 0px 0px 0px 0px;;
    background:#6b6b28;
    position: relative;
    background-image: url('images/navshad.png');
    background-repeat: repeat-x;
}

.sidebar {
    float:left;
    width:260px;
    height: inherit;
    padding:10px;
    background:#606026;
    background-image: url('images/navshad.png');
    background-repeat: repeat-x;
}

.sidebarBlock {
    background: #888;
    border: solid 1px;
    padding: 10px;
    font-size: .75em;
}

.footer {
    clear:both;
    padding:5px 10px;
    background:#cc9;
    position: relative;
}

.title {
    font-size: 1.5em;
}

.subtext {
    font-size: .75em;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-weight: bold;
}

.centeredCreds {
    font-size: .75em;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.subtext2 {
    font-size: .75em;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.subtext3 {
    font-size: .75em;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-weight: bold;
}

li {
    margin-top: .5em;
    margin-bottom: .5em;
}

.leftfloat {
    float: left;
    padding: 2px;
    margin-right: 15px;
    background: #303006;
    box-shadow: 0px 0px 5px #000;
}

.rightfloat {
    float: right;
    padding: 2px;
    background: #303006;
    margin-right: 15px;
    background: #303006;
    box-shadow: 0px 0px 5px #000;
}

.gallery {
    float: left;
    padding: 0px;
    margin: 15px;
    background: #303006;
    border: 0 none;
    box-shadow: 0px 0px 5px #000;
}

.galleryimage {
    padding: 0px;
    margin: 15px;
    background: #303006;
    box-shadow: 0px 0px 5px #000;
}

.center {
    display: block;
    margin-top: 10px;
    margin-left:auto;
    margin-right: auto;
    padding: 2px;
    background: #303006;
    box-shadow: 0px 0px 5px #000;
}

a.linkBox:link, a.linkBox:visited {
    display: block;
    color:#ce8b35;
    background-color:#535318;
    text-align:center;
    font-size: .75em;
    padding: 5px;
    text-decoration: none;
}

a.selected:link, a.selected:visited {
    color:#3a3a09;
    background-color:#a9a98f;
}

a.home {
    width: 50px;
    position: absolute;
    top: 0px;
    left: 10px;
    background-image: url('images/navshad_50.png');
    background-repeat: repeat-x;
}

a.campus {
    width: 145px;
    position: absolute;
    top: 0px;
    left: 80px;
    background-image: url('images/navshad_50.png');
    background-repeat: repeat-x;
}

a.report {
    width: 102px;
    position: absolute;
    top: 0px;
    left: 245px;
    background-image: url('images/navshad_50.png');
    background-repeat: repeat-x;
}

a.enroll {
    width: 125px;
    position: absolute;
    top: 0px;
    left: 367px;
    background-image: url('images/navshad_50.png');
    background-repeat: repeat-x;
}

a.sketchbook {
    width: 138px;
    position: absolute;
    top: 0px;
    left: 512px;
    background-image: url('images/navshad_50.png');
    background-repeat: repeat-x;
}

a.sign {
    width: 70px;
    position: absolute;
    top: 0px;
    left: 670px;
    background-image: url('images/navshad_50.png');
    background-repeat: repeat-x;
}

a.linkBoxSelected:hover, a.linkBox:hover {
    color: #3a3a09;
    background: #a9a98f;
    background-image: url('images/navshad_50.png');
    background-repeat: repeat-x;
}

a.footerLink:link {
    color:#060;
}

a.footerLink:visited {
    color:#060;
}

a.footerLink:hover {
    color: #090;
    text-decoration: underline;
}

a:link {
    color:#bebb25;
}

a:visited {
    color:#bebb25;
}

a:hover {
    color: #cecb25;
    text-decoration: underline;
}

span.formTitle {
    display: inline-block;
    width:80px;
}

div.formWrapper {
    position:relative;
    margin-left:220px;
    margin-right:auto;
}

.hint {
    font-style: italic;
    font-size: .75em;
    color: #333;
}

.captchatext {
    font-style: italic;
    font-size: .75em;
}

input {
    border: solid 1px;
    border-color: #535318;
    background: #737338;
}

textarea {
    border: solid 1px;
    border-color: #535318;
    background: #737338;
    margin: 5px 5px 5px 0px;
}

input.locked {
    color: #333;
    font-style: italic;
}

input.bright {
    background: #a3a378;
    border: solid 2px;
    margin: 5px;
}

.errortext {
    display: block;
    margin-left: 220px;
    margin-right: 50px;
    padding: 5px;
    border: solid 1px;
    border-color: #c55;
    background-color: #330;
    color: #c55;
    font-size: 0.75em;
}

.oktext {
    display: block;
    margin-left: 250px;
    margin-right: 100px;
    padding: 5px;
    border: solid 1px;
    border-color: #5c5;
    background-color: #330;
    color: #5c5;
    font-size: 0.75em;
}

.emailbox {
    display: block;
    width: 400px;
    font-size: .75em;
    border: solid 1px;
    border-color: #535318;
    background: #737338;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: .5em;
}

.buttonish {
    -moz-box-shadow:inset 0px 1px 0px 0px #f0f0e1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f0f0e1;
    box-shadow:inset 0px 1px 0px 0px #f0f0e1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cdcb96), color-stop(1, #a09e72) );
    background:-moz-linear-gradient( center top, #cdcb96 5%, #a09e72 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcb96', endColorstr='#a09e72');
    background-color:#cdcb96;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #616022;
    display:inline-block;
    color:#505011;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #c4c495;
}

.buttonish:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a09e72), color-stop(1, #cdcb96) );
    background:-moz-linear-gradient( center top, #a09e72 5%, #cdcb96 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a09e72', endColorstr='#cdcb96');
    background-color:#a09e72;
}

.buttonish:active {
    position:relative;
    top:1px;
}

a.buttonish {
    display:block;
    width:350px;
    text-align:center;
    color:#505011;
    text-decoration:none;
}

img.smallAligned {
    border 0 none;
    vertical-align:text-bottom;
}

.creditTitle {
    font-weight:bold;
}

.creditName {
    font-weight:normal;
}

.creditName a:link {
    color:#000;
}

.creditName a:visited {
    color:#000;
}

.creditName a:hover {
    color: #cecb25;
    text-decoration: underline;
}

.sopa {
    color:#fff;
    font-weight:bold;
    font-size:1.25em;
    text-align:center;
}
