/*

COLOR PALETTE

Default Text - #3b3e34
Teal - #007264

*/

body{
	font-size: 1em;
	font-family: "helvetica neue", arial, serif;
	text-align: center;
	background: #ffffff;
	color: #3b3e34;	
}


h1	{
	margin-bottom: 20px;
	font-family: "times new roman", georgia, serif;
	font-size: 20px;
	color: #004a46;
}

	#header h1 { width: 273px; height: 115px; margin-bottom: 0; }

	#header h1 span { display: none; }

h2	{
	margin-bottom: 10px;
	font-family: "times new roman", georgia, serif;
	font-size: 16px;
	color: #004a46;
}
	
h3	{
	margin-bottom: 7px;
}	

h4	{
	margin-bottom: 7px;
}

h5	{
	margin-bottom: 7px;
}

a:link, a:visited, a:active	{ color: #57585a; text-decoration: none; }

a:hover { color: #769253; }

p, ul, ol, blockquote, table	{
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 13px;
}


/*	MAIN CONTAINERS	*/		
#header, #content, #footer	{
	width: 880px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#header	{ 
	padding: 10px 0;
	height: 115px;
}

#footer	{ 
}

/* HEADER */
div#bar	{ position: absolute; top: 10px; left: 283px; width: 598px; height: 115px; background: url(../img/bg-header.png) repeat left top; }

/* CONTENT */

/* FOOTER */
	
/* NAVIGATION */

ul#main_nav {
	width: 580px;
	height: 20px;
	position: absolute;
	bottom: 10px;
	left: 9px;
	margin: 0;
	/*background: transparent url(../img/nav.png) no-repeat;*/
	clear: both;
	overflow: hidden;
}

	ul#main_nav li { float: left; }
	
	ul#main_nav li a { display: block; text-align: center; height: 20px; text-indent: -9999px; position: absolute; top: 0; outline: none; text-transform: uppercase;}
	
	li#nav_approach a, li#nav_services a, li#nav_principals a, li#nav_investors a, li#nav_contact a { background: transparent url(../img/nav.png) no-repeat; }
	
	li#nav_approach a	{ background-position: 0 0; width: 140px; left: 0; }
	li#nav_approach a:hover	{ background-position: 0 -20px; }
	body#approach li#nav_approach a	{ background-position: 0 -40px; }
	
	li#nav_services a	{ background-position: -140px 0; width: 97px; left: 140px; }
	li#nav_services a:hover	{ background-position: -140px -20px; }
	body#services li#nav_services a	{ background-position: -140px -40px; }
	
	li#nav_principals a	{ background-position: -237px 0; width: 112px; left: 237px; }
	li#nav_principals a:hover	{ background-position: -237px -20px; }
	body#principals li#nav_principals a	{ background-position: -237px -40px; }
	
	li#nav_investors a	{ background-position: -349px 0; width: 110px; left: 349px; }
	li#nav_investors a:hover	{ background-position: -349px -20px; }
	body#investors li#nav_investors a	{ background-position: -349px -40px; }
	
	li#nav_contact a	{ background-position: -459px 0; width: 121px; left: 459px; }
	li#nav_contact a:hover	{ background-position: -459px -20px; }
	body#contact li#nav_contact a	{ background-position: -459px -40px; }
	
ul#sec_nav li { float: left; padding-right: 25px;}

#content ul	{ margin-left: 20px; }

#content ul li { list-style-type: disc; }

/*	HOME PAGE	*/
body#home .section	{ margin-bottom: 7px; }
div#mantra {
	width: 592px;
	height: 320px;
	background: #007264 url(../img/bg-teal-pattern.png) repeat left top;
	color: #fff;
	position: relative;
	margin-right: 12px;
}

body#home #mantra h1	{ position: absolute; bottom: 38px; left: 40px; margin: 0; width: 420px; height: 210px; background: url(../img/bg-mantra.png) no-repeat left top; text-indent: -9999px; }

div#leadership	{ width: 276px; float: left; }
div#leadership img.leader	{ margin-top: 9px; }

div#working	{ width: 231px; }
div#message	{ margin-left: 10px; width: 600px; }

div#message p	{ font-size: 13px; line-height: 24px; margin-left: 20px; margin-top: 20px; }
	
/*	INTERIOR PAGE	*/
div#aside	{ width: 273px; padding-right: 10px; }
div#article { width: 517px; padding: 20px 40px 0 40px; }

#aside p	{ margin: 0; }
h4#message	{ width: 273px; height: 301px; background: url(../img/bg-t-approach.jpg) no-repeat left top; text-indent: -9999px; }

h4#h_approach	{ width: 273px; height: 301px; background: url(../img/bg-t-approach.jpg) no-repeat left top; text-indent: -9999px; }
h4#h_services	{ width: 273px; height: 301px; background: url(../img/bg-t-services.jpg) no-repeat left top; text-indent: -9999px; }
h4#h_principals	{ width: 273px; height: 301px; background: url(../img/bg-t-principals.jpg) no-repeat left top; text-indent: -9999px; }
h4#h_investors	{ width: 273px; height: 301px; background: url(../img/bg-t-investors.jpg) no-repeat left top; text-indent: -9999px; }
h4#h_contact	{ width: 273px; height: 301px; background: url(../img/bg-t-contact.jpg) no-repeat left top; text-indent: -9999px; }

/*	INVESTOR RESOURCES PAGE	*/
ul#secure { float: right; margin-top: 5px; margin-right: 10px; font-size: 11px; text-transform: uppercase;  }

ul#secure a { padding: 3px 7px 3px 22px; color: #3B3E34; background: transparent url(../img/locked.png) no-repeat 7px center; letter-spacing: 1px; }

ul#secure a:hover, body#login ul#secure a { background: #b1c8c4 url(../img/locked.png) no-repeat 7px center; color: #3B3E34; }

label { display: block; }

#login_form p { margin-bottom: 10px; }

#login_form input { padding: 4px; border: 1px solid #ccc; background: #fff url(../img/bg_input.png) no-repeat left top; }
#login_form input.focus { border: 1px solid #769253; }

#login_form span { margin-left: 10px; background: #b1c8c4; padding: 3px 5px; display: none; }

#login_form input#submit { text-transform: uppercase; letter-spacing: 1px; background-color: #d8e3e1; border: 1px solid #999; font-size: 12px; padding: 3px 10px; }

/*	USER MESSAGE PAGE	*/
#user_message { 
	width: 330px; 
	margin: 0px auto;
	text-align: left;
	background: #d8e3e1;
	margin-top: 50px;
	padding: 4px 0;
}

#user_prompt { 
	background: #fff;
	border: 1px solid #b1c8c4;
	padding: 20px;
	margin: 4px 7px;
}