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

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

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

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

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;
}

h5 {
	font-size: 0.875em;
	margin-bottom: 0;
	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;
}

table {
	width: 560px;
	border-spacing: 0px 5px;
}

th {
	width: 250px;
	vertical-align: top;
}

td {
	width: 310px;
	padding: 0;
}

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: #dbdecb;
}

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

.errorlist {
	margin: 0;
    color: red;
}

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

.contact input.button {
	color: #fff;
	background-color: #b1ba42;
	width: 80px;
	cursor: pointer;
}

a.button { padding: 8px; background-color: #b1ba42; color:#ffffff; text-decoration: none; font-weight: bold; }
a:hover.button { color: #2E2C26; }


/*-------HEADER------*/
#header a {
	display: block;
	background: url(/site_media/images/logo.jpg) no-repeat left top;
	width: 353px;
	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 solid #939485;
}

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

#menu li a {
	display: block;
	color: #24201e;
	text-decoration: none;
	outline: none;
	font-size: 0.75em;
	padding-left: 25px;
	padding-top: .9em;
	height: 2.5em;
}

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

#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: #eaecde;
	padding-top: .4em;
	height: 1.9em;
}

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


/*-------INDEX------*/
.hero_index {
	background: url(/site_media/images/index_HERO.jpg) no-repeat center top;
	height: 331px;
	width: 888px;
	margin-top: 10px;
}

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


/*-------INTERIOR------*/
#interior {
	background: #dbdecb url(/site_media/images/interior_bg.jpg) repeat-x left top;
}

#interior .hero_index {
	background: url(/site_media/images/interior_HERO.jpg) no-repeat center top;
	height: 232px;
	width: 888px;
	margin-top: 10px;
}

.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: #b1ba42;
}

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




