/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 96%;
font-family: 'Muli', Helvetica, Arial, serif;
vertical-align: baseline;
letter-spacing: 0em;
word-spacing: .1em;



}

a:link{color:#ffffff; text-decoration: none; font-size:100%}
a:visited{color:#ffffff; text-decoration: none;font-size:100%}
a:hover{text-decoration: underline;font-size:100%}

/* Typography */


p {
line-height: 3em;
font-size: .85em;
font-family: 'Muli', Helvetica, Arial, serif;
color: rgb(110,110,110);
text-align: left;
}

h1 {
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2.4em;
font-size: .9em;
font-family: 'Muli', trebuchet, sans-serif;
text-indent: 0px;
}

h2 {
letter-spacing: 0px;
line-height: 2em;
font-size: .95em;
font-family: 'Muli', trebuchet, sans-serif;
margin-left: 0px;
}


h3 {
letter-spacing: 0px;
line-height: 1em;
font-size: .8em;
font-family: 'Muli', trebuchet, sans-serif;
margin-left: -10px;
}


/* Grid */

.nav {
position: fixed;
margin-left:156px;
margin-top:10px;
width: 1000px;
z-index: 4;
}

.content {
position: absolute;
margin-left:130px;
margin-top: 120px;
z-index: 1;
}

.caption {
position: absolute;
width: 300px;
z-index: 3;
}

.logo {
position: fixed;
margin-left: 60px;
margin-top: -3px;
z-index: 3;
}

.homeimg {
position: fixed;
margin-left:162px;
bottom: 0px;
z-index: 2;
}

.bar {
position: fixed;
padding-left: 200px;
padding-top: 34px;
top: 0px;
left: 0px;
width: 2000px;
height: 48px;
background-color: white;
z-index: 2;
}

.stripe {
position: fixed;
top: 82px;
left: 0px;
width: 2000px;
height: 3px;
background-color: rgb(249,157,28);
z-index: 5;
}

.box {
position: fixed;
top: 30px;
left: 131px;
width: 910px;
height: 114px;
padding-top: 3px;
padding-left: 30px;
background-color: rgb(255,255,255);
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
z-index: 3;

}


.about {
position: absolute;
margin-left:130px;
margin-top: 10px;
z-index: 1;
}


.foot {
position: fixed;
bottom: 0px;
left: 60px;
width: 956px;
padding: 6px;
padding-left: 96px;
background-color: rgb(100,100,100);
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
z-index: 3;

font-size: .85em;
font-family: 'Muli', Helvetica, Arial, serif;
color: rgb(255,255,255);
text-align: left;

}


.haiku {
position: fixed;
top: 180px;
left: 140px;
line-height: 1.3em;
font-size: .85em;
font-family: 'Muli', Helvetica, Arial, serif;
color: rgb(50,50,50);
width: 236px;
padding: 20px;
background-color: rgb(255,255,255);
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
z-index: 3;

}





#rollover a {
border:none;
text-decoration:none;
position: relative;
}

#rollover a span {
visibility:hidden;
display:block;
position: absolute;
left: 2px;
top: -65px;
font-size: 12px; 
width: 120px;
line-height: 1.2;
color:rgb(110,110,110);
text-align: Left;
}

#rollover a:hover span, #rollover a:active span, #rollover a:focus span {visibility:visible;}
#rollover a:hover, #rollover a:focus
{visibility:visible;}
