body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: #d5d4d2;
}

.clear {clear: both;}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #817d01; text-decoration: none;}
a:visited{color: #817d01; text-decoration: none;}
a:hover{color: #817d01; text-decoration: underline;}

h1, h2, h3, h4, h5 {margin-top: 0;}

h3 {display: inline;}

/*===================== STRUCTURE =====================*/

#container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 8px;
	background: #fff;
	font-size: .8em;
	line-height: 1.4em;
}

#header {
	height: 90px;
	margin: 0 8px 3px 8px;
	background: url(../images/header_tile.gif) top repeat-x;
}

/*===================== HEADER =====================*/

#logo {
	float: left;
	margin: 25px 0 0 35px;
}

#nav {
	float: right;
	margin: 20px 12px 0 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: right;
}

#nav ul li span {
	display: block;
	width: 7px;
	height: 48px;
	float: left;
	background: url(../images/nav_left.png) left top no-repeat;
}

#nav ul li a {
	display: block;
	height: 48px;
	float: left;
	padding: 0 17px 0 10px;
	background: url(../images/nav_right.png) right top no-repeat;
	line-height: 48px;
	color: #fff;
	font-size: 1.5em;
	font-family: Garamond, georgia, times;
}

#nav ul li a:hover, #nav ul li a.selected {
	background-position: right bottom;
	text-decoration: none;
}

#nav ul li:hover span {
	background-position: left bottom;
}

#flash {
	margin: 0 0 15px 5px;
}

/*===================== HOME PAGE =====================*/

#content {
	background: url(../images/content_tile.gif) bottom repeat-x;
}

#welcome {
	width: 691px;
	float: left;
	margin: 0 0 20px 6px;
	*margin-bottom: 10px;
}

#welcome_top {
	height: 9px;
	background: url(../images/box_lg_top.png) center top no-repeat;
}

#welcome_float {
	float: left;
	background: url(../images/box_lg_tile.png) repeat-y;
}

#welcome_content {
	width: 631px;
	padding: 30px 30px 20px 30px;
}

#welcome_bottom {
	height: 5px;
	background: url(../images/box_lg_bottom.png) center bottom no-repeat;
}

h1 {
	font-family: Garamond, georgia, times;
	font-size: 1.9em;
	font-weight: normal;
	color: #663700;
	line-height: 1.2em;
}

#welcome_content_text {
	/*padding-left: 60px;
	background: url(../images/acorn.gif) left top no-repeat;
	background: url(../images/acorn.gif) 30px top no-repeat;*/
}

#welcome_content_text a {
	float: right;
}

#quote {
	width: 240px;
	float: right;
	margin-right: 30px;
	text-align: center;
	line-height: 2em;
	font-family: georgia, times;
	font-size: 1.4em;
	font-style: italic;
	color: #663700;
}

#quote span {
	float: right;
	font-size: .7em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
}

#acorn {
	width: 180px;
	height: 50px;
	float: right;
	padding-left: 60px;
	margin: 35px 30px 0 0;
	background: url(../images/acorn.png) left top no-repeat;
}

#acorn a {
	line-height: 40px;
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: bold;
	color: #959010;
}

#boxes {
	width: 988px;
	float: left;
	*float: none;
	*padding-bottom: 30px;
	margin: 0 0 30px 6px;
}

#boxes_top {
	height: 7px;
	background: url(../images/box_top.png) center top no-repeat;
}

#boxes_float {
	float: left;
	background: url(../images/box_tile.png) repeat-y;
}

#boxes_content {
	width: 988px;
}

#boxes_content a {
	float: right;
}

#boxes_bottom {
	height: 6px;
	background: url(../images/box_bottom.png) center bottom no-repeat;
}

#clients, #case_study {
	width: 290px;
	float: left;
	padding: 10px 20px;
	position: relative;
}

#case_study {
	margin-left: 28px;
}

#case_study_text {
	/*width: 180px;
	float: left;*/
}

#clients img {
	margin: 0 0 20px 10px;
}

#case_study img {
	float: left;
	margin-right: 20px;
}

#connect {
	width: 235px;
	float: right;
	padding: 10px 20px;
	position: relative;
}

#connect span {
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	background: url(../images/arrow.gif) right center no-repeat;
}

h2 {
	font-family: Garamond, georgia, times;
	font-size: 1.6em;
	font-weight: normal;
	color: #663700;
}

/*===================== SUB PAGE =====================*/

#sub_left {
	width: 671px;
	float: left;
	margin: 10px 0 20px 20px;
}

#sub_left_top {
	height: 6px;
	background: url(../images/sub_left_top.png) center top no-repeat;
}

#sub_left_float {
	float: left;
	background: url(../images/sub_left_tile.png) repeat-y;
}

#sub_left_content {
	width: 611px;
	padding: 20px 30px 20px 30px;
}

#sub_left_bottom {
	height: 6px;
	background: url(../images/sub_left_bottom.png) center bottom no-repeat;
}

#sub_left_content h1, #sub_wide_left h1 {
	margin-bottom: 5px;
}

#sub_left_content h2, #sub_wide_left h2, #welcome_content_text h2 {
	font-family: Georgia;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #888;
}

#sub_left_content h3, #sub_wide_left h3 {
	margin-bottom: 0;
	font-family: Georgia;
	font-size: 1em;
	color: #959010;
}

#sub_left_content ul, #mod_content ul, #sub_wide_left ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: url(../images/plus.gif);
}

#sub_left_content ul li, #mod_content ul li, #sub_wide_left ul li {
	margin-bottom: 10px;
}

/*===== Tabs =====*/

#tabs {
	height: 62px;
	float: left;
	margin: 0 0 -4px 2px;
	background: url(../images/tab_back.gif) bottom repeat-x;
}

#tabs_left {
	width: 10px;
	height: 62px;
	float: left;
	background: url(../images/tab_back_left.gif) left bottom no-repeat;
}

#tabs_right {
	width: 10px;
	height: 62px;
	float: left;
	padding: 0;
	background: url(../images/tab_back_right.gif) right bottom no-repeat;
}

#tabs ul {
	padding: 0;
	margin: 0;
	float: left;
	height: 62px;
	list-style: none;
}

#tabs ul li {
	display: inline-block;
	float: left;
	height: 62px;
	padding: 0 25px 0 10px;
	background: url(../images/tab_line.gif) right bottom no-repeat;
	line-height: 70px;
}

#tabs #right_tab {
	padding-right: 15px;
	background: none;
}

#tabs .selected {
	margin: 0 -15px 0 -17px;
	padding: 0 15px 0 17px;
	background: url(../images/tab_selected.gif) top repeat-x;
}

#tabs #right_tab .selected {
	margin-right: -15px;
	z-index: 1000;
}

#tabs #left_tab .selected {
	margin-left: -13px;
}

#tabs ul li a {
	display: inline-block;
	
}

/*===== Sub Right Column =====*/

#sub_right {
	width: 260px;
	float: right;
	margin: 10px 20px 20px 0;
}

#right_image {
	margin-bottom: 30px;
}

#right_quote {
	margin: 60px 0 30px 0;
	padding: 20px 0;
	border-top: 1px dotted #918678;
	border-bottom: 1px dotted #918678;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #663700;
}

#right_quote span {
	display: block;
	float: right;
	padding-top: 10px;
	color: #666;
	font-size: .6em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.1em;
}

.quote {
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #959010;
}

#mod {
	width: 256px;
	margin: 0 0 20px 0;
}

#mod_float {
	float: left;
	background: url(../images/mod_tile.png) repeat-y;
}

#mod_content {
	width: 200px;
	padding: 20px 30px 20px 30px;
}

.forms #mod_content {
	width: 220px;
	padding: 20px 20px 10px 20px;
}

#mod_bottom {
	height: 5px;
	background: url(../images/mod_bottom.png) center bottom no-repeat;
}

#mod_tabs {
	height: 30px;
	background: url(../images/mod_top.png) center bottom no-repeat;
}

#mod_tabs_content, #newsletter_tabs_content {
	width: 246px;
	height: 30px;
	float: left;
	background: url(../images/mod_tab_tile.png) top repeat-x;
}

#newsletter_tabs_content {
	float: left;
	width: auto;
	padding: 0 15px;
	background: url(../images/mod_tab_over.gif) top repeat-x;
	line-height: 30px;
}

#mod_tabs_line {
	height: 30px;
	background: url(../images/mod_tab_line.gif) 130px bottom no-repeat;
}

#mod_tab_left, #mod_tab_right, #newsletter_tab_right {
	width: 5px;
	height: 30px;
	float: left;
	background: url(../images/mod_tab_left.png) left top no-repeat;
}

#mod_tab_right, #newsletter_tab_right {
	float: right;
	background: url(../images/mod_tab_right.png) left top no-repeat;
}

#newsletter_tab_right {
	float: left;
}

#mod_tabs a {
	display: block;
	height: 30px;
	width: 134px;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #663700;
	font-family: georgia, times;
}

#mod #markets {
	margin-left: 1px;
	width: 110px;
}

#mod a.active {
	background: url(../images/mod_tab_over.gif) top repeat-x;
}

/*===================== ALTERNATE SUB PAGE =====================*/

#breadcrumb {
	margin-bottom: 20px;
}

#sub_wide {
	width: 960px;
	float: left;
	*float: none;
	*padding-bottom: 30px;
	margin: 10px 0 30px 20px;
}

#sub_wide_top {
	height: 6px;
	background: url(../images/sub_wide_top.png) center top no-repeat;
}

#sub_wide_float {
	/*float: left;*/
	background: url(../images/sub_wide_tile.png) repeat-y;
}

#sub_wide_content {
	width: 900px;
	padding: 20px 30px 20px 30px;
}

#sub_wide_bottom {
	height: 6px;
	background: url(../images/sub_wide_bottom.png) center bottom no-repeat;
}

#sub_wide_left {
	width: 600px;
	float: left;
	margin: 0 0 20px 0;
}

#sub_wide_content #sub_right {
	margin: 0;
}

#sub_wide_content #sub_right #right_quote {
	margin-top: 0;
}

#mod_content_text form {
	padding-top: 20px;
}

br {clear:left;}

label {
	width: 75px;
	float: left;
	text-align: right;
}

input, textarea {
	width: 130px;
	float: left;
	margin: 0 0 10px 5px;
	padding: 3px;
	border: 1px solid #cecece;
	font-size: .9em;
	color: #686868;
}

textarea {
	height: 80px;
	font-size: 1.2em;
}

#submit_button {
	display: block;
	width: 80px;
	height: 48px;
	margin-left: 75px;
	background: url(../images/button.png) center top no-repeat;
	text-align: center;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
	border: none;
	cursor: pointer;
}

.red {
	color: red;
}

.error {
	height: 20px;
	float: left;
	margin-left: 10px;
	line-height: 20px;
	display: none;
}

/*===================== CASE STUDIES =====================*/

#sub_wide_left table td {
	padding-bottom: 30px;
}

#sub_wide_left .td_nm table td {
	padding-bottom: 0px;
}

#sub_wide_left .td_nm table td p {
	padding-left: 10px;
}

/*===================== MANAGEMENT =====================*/

.bio {
	margin-bottom: 30px;
}

.bio img {
	float: left;
}

.bio_text {
	width: 490px;
	float: right;
}

.more, .less {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 3px 10px 0 0;
	background: url(../images/plus_minus.gif) center top no-repeat;
}

.less {
	background-position: center bottom;
}

.management_name{
	font-size: 1em;
	text-decoration: underline !important;
}

#team h3 {
	display: block;
}

/*===================== LEGISLATIVE UPDATES =====================*/

#leg_updates a, .services a, #legislative a {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 1em;
	font-weight: bold;
	color: #959010;
}

#legislative a {
	margin-bottom: 0;
}

#legislative span {
	display: block;
	margin-bottom: 10px;
}

/*===================== SERVICES =====================*/

#sub_wide_left .services h3 {
	display: block;
	margin-bottom: 10px;
}

.expand_closed {
	display: none;
	margin-bottom: 20px;
}

.expand_open {
	display: block;
	margin-bottom: 20px;
}

/*===================== FOOTER =====================*/

#footer {
	padding: 30px;
	background: #918678;
	color: #dcd3c8;
	*margin-top: -30px;
}

#footer a {
	color: #d3cf69;
}

.footer_col {
	width: 230px;
	float: left;
	margin-right: 100px;
}

#follow {
	width: 280px;
}

#follow h5 {
	display: inline;
	float: left;
	border-bottom: none;
}

#follow img {
	float: left;
	margin-left: 10px;
}

#right {
	margin-right: 0;
}


#right span {
	display: inline-block;
	width: 110px;
	margin: 0 20px 7px 0;
	background: url(../images/arrow_white.gif) right center no-repeat;
}

.footer_col h5 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dcd3c8;
	font-size: 1.1em;
}

#col1, #col2 {
	width: 115px;
	float: left;
}

















