@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/forms.css';

/*-------GENERAL STYLES------*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, arial, verdana, sans-serif;
	text-align: left;
	background: #BFB8AF url(../images/bg.gif) repeat-x left top;
}

#container {
	width: 888px;
	margin: 0 auto;
}

img {
	margin: 0px;
	padding: 0px;
}

img start {
	margin: 0px;
	padding-top: 150px;
}

h2 {
	font-size: 1.125em;
	font-weight: bold;
	color: #2e2c26;
	font-family: Arial, arial, verdana, sans-serif;
}

h3 {
	font-size: 0.9375em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #2e2c26;
	font-family: Arial, arial, verdana, sans-serif;
}

h6 {
	font-size: 0.75em;
	margin-bottom: 0;
	color: #2e2c26;
	font-family: Arial, arial, verdana, sans-serif;
}

p {
	font-size: 0.875em;
}

ul {
	margin-bottom: 10px;
}

.client-list ul {
	margin-bottom: 30px;
}

.client-list ul li ul {
	margin-bottom: 0;
}

#main ul li ul li {
	font-size: 1em;
}

#main li {
	list-style-type: disc;
	font-size: 0.875em;
}

label {
	font-size: 0.875em;
	font-weight: normal;
}

input {
	width: 100%;
	padding: 2px;
	border: 1px solid #939485;
}

select {
	border: 1px solid #939485;
}

textarea {
	width: 100%;
	height: 100px;
	background: #fff;
	border: 1px solid #939485;
	font-family: Arial, arial, verdana, sans-serif;
	font-size: 0.875em;
}

em {
	background-color: #BFB8AF;
}

.divider {
	border-bottom: 1px solid #939485;
	margin-top: 2em;
	margin-bottom: 2em;
}

.errorlist {
	font-size: 0.775em;
	margin: 0;
    color: #835E2C;
}

#main .errorlist li {
	list-style-type: none;
}




/*-------HEADER------*/
#header a {
	display: block;
	background: url(../images/logo.gif) no-repeat left top;
	width: 500px;
	height: 100px;
	outline: none;
}


/*-------NAVIGATION------*/
#menu {
	float: left;
	width: 225px;
	margin: 60px 50px 0 30px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	border-top: 1px dotted #939485;
}

#menu li.last {
	border-bottom: 1px dotted #939485;	
}

#menu li.first {
	border-bottom: 1px dotted #939485;	
}
#menu li a {
	display: block;
	color: #24201e;
	background-color: #C3BCB3;
	text-decoration: none;
	outline: none;
	font-size: 0.75em;
	padding-left: 20px;
	padding-top: .9em;
	height: 2.0em;
}

#menu li a:hover, #menu li a:active, #menu li a.current, .contact #menu li.last a{
	color: #fff;
	background-color: #957E5F;
}

#menu li a.current2{
	color: #24201e;
	background-color: #F4F4F4;
}


#menu #subnav {
	border-top: 1px solid #939485;	
}

#subnav li {
	border-style: none;
	margin: 0 0 3px 0;
}

#subnav li.last {
	margin-bottom: 15px;
	border-style: none;
}

#subnav li a {
	display: block;
	padding-left: 35px;
	background-color: #E4DCD6;
	padding-top: .4em;
	height: 1.9em;
}

#subnav li a:hover, #subnav li a.selected {
	color: #24201e;
	background-color: #fff;
}


#menu #subnav home {
	border-top: 1px solid #939485;	
}

#subnav li {
	border-style: none;
	margin: 0 0 3px 0;
}

#subnav li.last {
	margin-bottom: 15px;
	border-style: none;
}

#subnav li a {
	display: block;
	padding-left: 35px;
	background-color: #C3BCB3;
	padding-top: .4em;
	height: 1.9em;
}

#subnav li a:hover, #subnav li a.selected {
	color: #24201e;
	background-color: #fff;
}


/*-------INDEX------*/


#main {
	float: left;
	margin-top: 56px;
	width: 560px;
}


/*-------INTERIOR------*/


.whatwedo h3 {
	margin-bottom: 3px;
}

.bios h3 {
	margin-bottom: 3px;
}

.ceo-summit a {
	text-decoration: none;
	color: #b1ba42;
}

.ceo-summit a:hover {
	text-decoration: none;
	color: #3c3930;
}

/*-------FOOTER------*/
#footer {
	font-size: 0.75em;
	margin-top: 40px;
	margin-bottom: 60px;
	color: #939485;
}

#footer p {
	font-size: 1em;
}

#footer a {
	color: #939485;
	text-decoration: none;
}

#footer a:hover {
	color: #3E2B18;
}

#bottom_bar {
	clear: both;
	width: 100%;
	height: 52px;
	background-color: #3E2B18;
}

