
/* basic elements */

* { margin: 0; padding: 0; }

body
{ 
	font: 8pt/16pt arial; 
	color: #000;
	background: #FFF;
	margin: 0px;
	background: #FFF url(bodybg.png) repeat-x;
}

a, a:link, a:active, a:visited, a:hover { color: #8F6C38;  font-weight: bold;  }
a:hover { text-decoration: underline; }

p { margin-bottom: 1em; }

#wrapper 
{
    width: 891px;
    margin: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

dd
{
    margin: 0 0 0 30px;
}

ul 
{
    margin: 0 0 1em 15px;
}

li 
{
    margin: 0 0 0 15px;
}

LI.CompanyName
{
}

LI.CompanyProject
{
    list-style-type: square;
}

LI.CompanyProjectDescription
{
    list-style-type: none;
}


#header h1
{ 
	display: none;
	height: 0px;
}

#header h1 
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 255px;
	height: 175px;
	overflow: hidden;
}

#header h1 a { display: block; text-indent: -9999px; height: 100%; }

#content h2
{
	padding: 0 0 15px 0px;
	color: #32361B;
	font-weight: bold;
	font-size: 1.5em;
}

#header 
{
    position: relative; 
	background: url(header.png) no-repeat top left; 
	height: 189px; 
	border: 0px;
	margin: 0px; 
	padding: 0 0px 0px 282px;
	}
	
#content
{ 
	background: url(content.png)  top left;
	padding: 25px 30px 15px 45px;
	clear: left;
}

#footer
{ 
	background: url(footer.png)  top left; 	
	height: 47px;
	padding: 0;
	color: #FFF;
	position: relative;
}


#footer a:link
, #footer a:active
, #footer a:visited 
{
	color: #C0CC84;
	font-weight: normal;
}

#footer p.copyright 
{ 
    position: absolute; 
    left: 36px; 
    top: 8px; 
}

#footer #nav-footer 
{ 
    position: absolute; 
    right: 22px; 
    top: 8px; 
}

#footer #nav-footer li
 { 
    display: block; 
    float: left; 
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
    top: 2px;
}

#navcontainer
{
	padding-top: 145px;
	font-weight: bold;
	border: 0;
	height: 70px;
	width: 586px;
	position: relative;
}

#navlist
{
	margin: 0;
	padding-left: 7px;
	height: 27px;
	margin-top: 10px;
}

#navlist ul
{
	margin-top: 10px;
	height: 27px;
	margin: 0;
	list-style: none;
}

#navlist li
{
	display: block;
	float: left;
	height: 27px;
	margin: 0;
}

#navlist li a
{
	margin: 0 3px 0 3px;
	
	display: block;
	height: 100%;
	color: #FDFDFD;

	padding: 0 10px;
	text-decoration: none;
	
	position: relative;
}

#navlist li.on a
{
	background: #C0CC84;
	color: black;
}

#navlist li a:hover
, #navlist li.hover a
{
	background: #C0CC84;
	color: black;
	z-index: 21;
}


#navlist li.nav-menu-active a
{
	background: #C0CC84;
	color: black;
}

#navlist li ul
{
	display: none;
}

#navlist li.on ul
, #navlist li.hover ul
{
	display: block;
	position: absolute;
	height: 30px;
	background: #C0CC84;
	border: 1px solid #000;
	border-top: 0;
	width: 100%;
	margin-top: 0px;
	left: 0;
	z-index: 21;
}

#navlist li.hover ul
{
	z-index: 22;
}


#navlist li.on ul li
, #navlist li.hover ul li
{
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#navlist li.on ul li a
, #navlist li.hover ul li a
{
	padding: 0 5px;
	background: transparent;
	color: #FFF;
}

#navlist li.on ul li a:hover
, #navlist li.hover ul li a:hover
{
	color: #000;
	background: #E1EAB3;
}

.seciton-with-nav { display: inline-block; }
.section-with-nav { display: block; overflow: hidden; }

.section-nav
{
	float: right;
	width: 200px;
	border-right: #c0c0c0;
}

.section-nav h2
{
	text-align: center;
	font-size: 1.2em !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #444 !important;
}

.section-nav li
{
	list-style: none;
	margin: 0;
}

.section
{
	margin-right: 230px;
}