* {
margin: 0 0 0 0;
padding: 0 0 0 0;
border: none;
}

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #dedcda;
color: #0a0a0a;
font-family: arial, sans-serif;
font-size: 12px;
}

a:link, a:visited, a:active {
color: #0a0a0a;
text-decoration: none;
}

a:hover {
color: #7a7876;
text-decoration: none;	
}

#container {
width: 100%;
width: 100%;
}


#content {
position: relative;
margin: auto;
width: 940px;
height: 640px;
background-image: url(img/background.gif);
background-repeat: no-repeat;
z-index: 10;
}



/*Global*/

#box {
position: absolute;
top: 20px;
left: 20px;
width: 900px;
height: 600px;
}

.logo {
position: absolute;
top: 0px;
left: 0px;
border: none;
z-index: 20;
}

p {
padding: 0 0 10px 0;
}



/*Menu*/

#main-menu {
position: absolute;
bottom: 0px;
left: 0px;
font-family: arial, sans-serif;
font-weight: normal;
z-index: 20;
}

#main-menu li {
list-style: none;
display: inline;
padding: 0px 30px 0px 0px;
font-size: 14px;
color: #7a7876;
text-transform: uppercase;
font-weight: normal;
}

#box ul#main-menu li a.parent {
color: #7a7876;
}

#main-menu li a:link {
font-weight: normal;
font-size: 14px;
color: #0a0a0a;
text-decoration: none;
}

#main-menu li a:active {
font-weight: normal;
font-size: 14px;
color: #0a0a0a;
text-decoration: none;
}

#main-menu li a:visited {
font-weight: normal;
font-size: 14px;
color: #0a0a0a;
text-decoration: none;
}

#main-menu li a:hover {
color: #7a7876;
font-size: 14px;
}



/*Sub-menu*/

#sub-menu {
position: absolute;
top: 540px; /* #533; */
left: -38px;

font-family: arial, sans-serif;
font-weight: normal;
z-index: 20;
padding: 0px;
margin: 0px;
}

#sub-menu li {
list-style: none;
display: inline;
padding: 0px 0px 0px 38px;
font-size: 12px;
color: #7a7876;
text-transform: uppercase;
font-weight: normal;
}

#box ul#sub-menu li.selected a.current {
color: #7a7876;
}

#sub-menu li a:link {
font-weight: normal;
font-size: 12px;
color: #0a0a0a;
text-decoration: none;
}

#sub-menu li a:active {
font-weight: normal;
font-size: 12px;
color: #0a0a0a;
text-decoration: none;
}

#sub-menu li a:visited {
font-weight: normal;
font-size: 12px;
color: #0a0a0a;
text-decoration: none;
}

#sub-menu li a:hover {
color: #787878;
font-size: 12px;
}



/*Page*/	

.slideshow {
position: absolute;
top: 58px;
right: 0px;
z-index: 20;
}

.copy {
position: absolute;
top: 58px;
left: 0px;
width: 460px;
height: 491px;
text-align: justify;
font-size: 12px;
line-height: 18px;
overflow: hidden;
}



/*Projects Page*/

.project-container {
position: absolute;
top: 58px;
left: 0px;
width: 900px;
height: 481px;
background: #cfcdcb;
}

.project {
position: absolute;
top: 20px;
left: 20px;
width: 860px;
height: 471px;
z-index: 20;
}



/*Principals Page*/

.principals-emails {
position: absolute;
top: 118px;
left: 120px;
list-style: none;
}



/*Footer*/

.footer {
position: absolute;
bottom: 0px;
right: 0px;
font-size: 12px;
}

.footer a {
color: #cfcdcb;
}

.footer a:hover {
color: #0a0a0a;
}