* {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(img/background.gif);
background-repeat: repeat;
background-color: #EBEBEB;
color: #595959;
font-family: arial, sans-serif;
font-size: 12px;
}

a:link, a:visited, a:active {
color: #595959;
text-decoration: none;
}

a:hover {
color: #E6E6E6;
text-decoration: none;	
}

#container {
width: 100%;
width: 100%;
}

#background-upper-left {
position: absolute;
left: 0px;
top: 0px;
z-index: 10;
}

#content {
position: relative;
margin: auto;
width: 900px;
height: 600px;
background-image: url(img/box.gif);
background-repeat: no-repeat;
z-index: 20;
}


/*Global*/

#logo {
position: absolute;
bottom: 40px;
left: 80px;
border: none;
z-index: 30;
}

#home-slideshow {
position: absolute;
top: 20px;
left: 300px;
z-index: 30;
}

h1#PNF {
position: absolute;
top: 285px;
left: 386px;
color: #C72027;
background-image: none;
background: #FFFFFF;
padding: 5px;
border: 1px dashed #EAEAEA;
z-index: 100;
}

h1 {
padding: 0 0 4px 0;
margin: 0 0 10px 0;
font-size: 16px;
font-weight: normal;
background-image: url(img/underline.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

p {
padding: 0 0 10px 0;
}

#underline {
position: absolute;
top: 63px;
left: 40px;
background-image: url(img/underline.gif);
background-repeat: no-repeat;
}


/*Menu*/

#nav-container {
position: absolute;
top: 40px;
left: 40px;
width: 223px;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: left;
z-index: 30;	
}

.main {
font-family: arial, sans-serif;
font-weight: normal;
background-image: url(img/underline.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

.main li {
font-size: 16px;
line-height: 24px;
list-style: none;
color: #595959;
background-image: url(img/underline.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
.main li.selected,
.main li a:hover,
.main li a:active { color: #C72027; }

/*Sub Menu*/

#port {
font-family: arial, sans-serif;
font-weight: normal;
background-image: url(img/underline.gif);
background-repeat: no-repeat;
background-position: bottom left;
margin-top: 6px;
}

#port li {
font-size: 12px;
line-height: 18px;
list-style: none;
color: #C72027;
background-image: url(img/underline.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

#port li a:link {
font-weight: normal;
color: #595959;
}

#port li a:active {
font-weight: normal;
color: #595959;
}

#port li a:visited {
font-weight: normal;
color: #595959;
}

#port li a:hover {
color: #C72027;
}

p#usgbc {
font-size: 10px;
font-weight: bold;
}

/*Copy*/

#copy {
position: absolute;
top: 340px;
left: 300px;
width: 567px;
height: 240px;
font-size: 12px;
line-height: 18px;
text-align: left;
overflow: auto;
padding-right: 10px;
z-index: 30;
}


/* Project Copy */

#project-content {
position: absolute;
top: 405px;
left: 300px;
width: 567px;
height: 175px;
font-size: 12px;
line-height: 18px;
text-align: left;
overflow: auto;
padding-right: 10px;
z-index: 30;
}

#project-slideshow {
position: absolute;
top: 20px;
left: 300px;
background-image: url(img/project-background.gif);
background-repeat: no-repeat;
z-index: 10;
}


/*Footer*/

#footer {
position: absolute;
bottom: -25px;
right: 0px;
font-size: 10px;
}

#footer a {
color: #8B8B8B;
}

#footer a:hover {
color: #C72027;
}