* {
   margin: 0;
   padding: 0;
}

html {
   font-size: 62.5%;
}

body {
   margin: 0;
   padding: 0;
   background: #000;
   color: #999;
   font-family: Arial, Helvetica, Verdana, sans-serif;
}

a {
   color: #999;
   text-decoration: none;
   outline: none;
}

a img {
   border: none;
}

.clearfix {
   clear: both;
   height: 0;
   font-size: 0.01em;
   line-height: 0.01em;
}

#wrapper {
   width: 1024px;
   margin-left: auto;
   margin-right: auto;
}

#pagetitle {
   position: absolute;
   top: -10000px
}

#main {
   margin-top: 85px;
   margin-bottom: 100px;
}
#main.interior {
   margin-top: 72px;
}

ul#nav {
   position: fixed;
   top: 24px;
   height: 47px;
   list-style: none outside none;
   background: transparent url(../img/nav-bg.gif) repeat-x left top;
   border: 1px solid #333;
   border-width: 1px 0;
}
ul#nav li {
   float: left;
   width: 171px;
   height: 47px;
}
ul#nav li#homelink {
   width: 340px;
}
ul#nav li a {
   display: block;
   width: 100%;
   height: 100%;
}
ul#nav li a:hover {
   color: #c00;
}
ul#nav li a span {
   display: block;
   width: 100%;
   height: 25px;
   margin-top: 5px;
   padding-top: 11px;
   border: 1px solid #333;
   border-width: 0 0 0 1px;
   font-size: 1.2em;
   text-align: center;
   text-transform: uppercase;
}
ul#nav li#homelink a h2 {
   display: block;
   width: 100%;
   margin-top: 15px;
   font-size: 1.5em;
   font-weight: normal;
   text-align: center;
   text-transform: uppercase;
}
ul#nav li#homelink a h2 span {
   display: inline;
   padding: 10px 0 10px 38px;
   background: transparent url(../img/eye-icon.gif) no-repeat left center;
   border: none;
   font-size: 1.0em;
}

#main .heroimage {
   margin-bottom: 12px;
   border: 1px solid #333;
   border-width: 1px 0;
}
#main .heroimage img {
   display: block;
}

#main .copy {
   margin-bottom: 24px;
   border: 1px solid #333;
   border-width: 1px 0;
}

#main .copy .title {
   padding: 12px 0;
   float: left;
   width: 340px;
   text-align: center;
   line-height: 2.2em;
}
#main .copy .title h2 {
   font-size: 1.2em;
   font-weight: normal;
   text-transform: uppercase;
}
#main .copy .title p {
   font-size: 1.1em;
   color: #666;
}
#main .copy .title .dots {
   display: block;
   width: 85px;
   height: 7px;
   margin-top: 7px;
   margin-left: auto;
   margin-right: auto;
   background: transparent url(../img/dots.gif) no-repeat left top;
}

#main .copy .description {
   float: left;
   width: 684px;
   padding: 12px 0;
}
#main .copy .description .content {
   padding: 0 12px 0 24px;
   font-size: 1.1em;
   line-height: 2.2em;
   border: 1px solid #333;
   border-width: 0 0 0 1px;
}
#main .copy .description .content a {
   color: #666;
}
#main .copy .description .content a:hover {
   color: #c00;
}
#main .copy .description .content a.projectlink {
   padding-right: 90px;
   background: transparent url(../img/dots.gif) no-repeat right bottom;
   font-size: 0.91em;
   text-transform: uppercase;
}

#main .smallimage {
   float: center;
	margin-bottom: 24px;
}