*
{
    font-family: Arial;
    color: #776858;
    outline: none;
	margin: 0;
	padding: 0;
}

ul
{
    padding-left: 14px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

html
{
    background-color: #d5ccc1;
    margin: 0;
    padding: 0;
}

body
{
    background: url(../images/bg_gradient.png) top left repeat-x;
    min-height: 700px;
    overflow: visible;
    margin: 0;
    padding: 0;
    
    height: 100%;
}

#container
{
	position: relative;
	
	width: 751px;
	
	padding: 0;
	margin: auto;
}

#topbar
{
    height: 9px;
    background-color: #394b1d;
    width:100%;
}

#header
{
    position: absolute;
    
    width: 751px;
    height: 132px;
	
	z-index: 1;
    
    margin: auto;
}

#logo
{
    position: absolute;
    top: 48px;
}

#quicklinks
{
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    
    margin-top: 12px;
}

#quicklinks a
{
    display: inline-block;
    text-decoration: none;
    text-align: right;
    margin-left: 20px;
    color: #776858;
}

#quicklinks a:hover
{
    color: #a9993b;
}

#navbar
{
    position: absolute;
    top: 108px;
    left: 274px;
    
    z-index: 1;
    
    font-size: 10px;
    text-transform: uppercase;
}

#navbar a
{
    display: block;
	float: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #776858;
}

#navbar a:hover
{
    color: #a9993b;
}

#content
{
    width: 751px;
	position: absolute;
	top: 132px;
	z-index: 0;
    
    margin: auto;
}

#footer
{
	position: absolute;
	top: 545px;
	
    width: 751px;

    margin: auto;
    margin-top: 15px;
    padding-bottom: 20px;

    color: #776858;
    font-size: 10px;
}

#main-block
{
    background-color: #000000;
    
    padding-top: 8px;
	padding-left: 252px;
} 

#sub-block
{
    position: relative;
    
    width: 470px;
    height: 412px;

	overflow: hidden;

    background-color: White;
}

#contentwrapper
{
    font-size: 11px;
    line-height: 18px;
    
    padding: 20px;
    padding-top: 35px;
    padding-right: 10px;
}

#navbar a.current_page
{
	border-bottom-style: solid;
	border-bottom-width: 10px;
    padding-bottom: 25px;
    color: #a9993b;
    
    background-color: White;
}

#navbar a.curpage_firm
{
    border-bottom-color: #404f21;
}

#navbar a.curpage_people
{
    border-bottom-color: #a9993b;
}

#navbar a.curpage_process
{
    border-bottom-color: #82a6b9;
}

#navbar a.curpage_products
{
    border-bottom-color: #717b73;
}

#navbar a.curpage_resources
{
    border-bottom-color: #d9d289;
}

#navbar a.curpage_person
{
	border-bottom-style: solid;
	border-bottom-width: 8px;
    padding-bottom: 11px;
    color: #a9993b;
    
    background-color: White;

    border-bottom-color: #a9993b;
}

a, a.person_link p
{
	text-decoration: none;
}

a:hover, a:hover.person_link p
{
	text-decoration: underline;
	color: #a9993b;
}

.accordion_header
{
	margin:0;
	margin-top: 9px;
	margin-left:20px;
	cursor: pointer;
	font-weight:bold;
	border-bottom:dotted 2px;
	width: 150px;
	vertical-align:top;
}

.accordion_content
{
	margin:0;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:16px;
}

#products_dropdown
{
	padding: 0;
	margin: 0;
	
	position: absolute;
	top: 24px;
	left: 237px;
	z-index: 3;
	
	display: none;
}

#products_dropdown_tab
{
	background-color: white;
	width: 100px;
	height: 8px;
}

#products_dropdown_content
{
	background-color: #51621e;
	
	padding: 5px;
	padding-right: 20px;
}

#products_dropdown_content p a
{
	color: white;
	text-transform: none;
	
    display: inline-block;
	float: none;
}

#flashcircles
{
	width: 470px;
	height: 440px;
	position: absolute;
	top: 0;
	left: 0;
}
