body {
    background-image: url("img/morphGrid3.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: sans-serif;
    max-width: 58em;
}

#header {
    width: 100%;
    max-width: 60em;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    padding-bottom: 1em;
    background: white url("img/cloudBkg2.jpg") no-repeat scroll top right;
}
img#logo {
    height: 4em;
    position: absolute;
    left: 25px;
    top: .5em;
}
img#background {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}
#header h1 {
    margin-left: 10em;
    letter-spacing: 4;
    font-size: x-large;
    font-variant: small-caps;
    margin-bottom: 0;
    width: 100%;
}
#header h2 {
    font-size: large;
    font-style: italic;
    margin: 0; /* top and bottom are 0 */
    margin-left: 10em;
    padding-left: 6em;
    color: #707070;
    width: 100%;
}
#header > img {
	float: left;
}
#navbar {
    background-color: #E65910;
    padding: 3px;
    text-align: center;
    width: 100%;
    max-width: 60em;
    position: absolute;
    left: 0;
    top: 4.5em;
}
#navbar a:focus, #navbar a:hover, #navbar a:active {
	color: black;
    text-decoration: underline;
}
#navbar a {
	color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 25px;
}
#sidebar {
    position: absolute;
    left: 10px;
    top: 5em;
	border: 1px solid black;
	float: left;
    width: 12em;
    max-width: 45%;
    overflow: hidden;
    margin-top: 30px;
    background: white;
}
#sidebar img {
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 15px;
}
#sidebar a {
    text-decoration: none;
    color: black;
    display: list-item;
    list-style-type: none;
    line-height: 120%;
    padding-left: 1.5em;
}
#sidebar a.lev2 {
    padding-left: 2.5em;
    font-style: italic;
}
#sidebar a:hover {
    font-weight: bold;
    background: #C0D0FF;
}
div.content {
	margin-left: 13em;
    margin-top: 8em;
}
div.content p {
	text-align: justify;
}
.item {
    background: url("img/grayTranslucent.png");
    margin: 25px;
    padding: 10px;
    margin-right: 50px;
}
.item a {
    text-decoration: none;
    color: DarkSlateGray;
}
.item a:hover {
    text-decoration: underline;
}
.item p:first-letter {
    font-size: x-large;
}
div.footer {
	clear: both;
	text-align: center;
	font-size: 60%;
    border-top: 2px solid gray;
    margin-top: 25px;
}
div.footer p {
	margin: .3em;
}
.hide {
	display: none;
}

div.prodImg {
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid black;
    border-left: 2px solid black;
    margin-left: 1em;
    margin-top: 2em;
    float: right;
}

div.prodImg img {
    width: 20em;
}

.loc {
    color: DimGray;
    font-size: 85%;
    padding-left: 1em;
}
