/* Site settings */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url("/images/bgrnd.gif") repeat-y scroll center 0 #F6F6F6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#968A7C;
	behavior: url('/js/csshover.htc'); /* Let's make IE6 recognize hover on non-anchors */
}
a {
	text-decoration:underline;
}
a:link {
	color: #477446;
	cursor: pointer;
}
a:visited {
	color:#477446;
}
a:hover {
	color:#CC3333;
}
p {
	margin: 8px 0 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 0.9em;
	margin: 20px 0 8px;
}
h1 {
	font-size: 24px;
}
#page_title_header {
	bottom: 10px;
	position: absolute;
	right: 20px;
	text-align: right;
	width: 636px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5, h6 {
	font-size: 12px;
}

ul, ol {
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: left;
}
#page_text ul, ol {
	margin-top: 20px;
}
li {
	margin: 2px 0;
}

/* Div definitions */
#main_container {
	background-color: #EEECE9;
	background-image: url("/images/idea.png");
	background-position: 280px bottom;
	background-repeat: no-repeat;
	margin: 0 auto 2px;
	overflow: hidden;
	position: relative;
	width: 960px;
}
#header {
	position: relative;
	width: 960px;
	height: 172px;
	background-image: url(/images/header_bgrnd.jpg);
}
#main_slide {
	width: 960px;
	height: 315px;
}
#logo_link {
	position: absolute;
	top: 21px;
	left: 37px;
	width: 272px;
	height: 104px;
}
#years_39 {
	position: absolute;
	right: 0px;
	top: 320px;
	width: 258px;
	height: 283px;
	background-image: url(/images/39_years.png);
	background-repeat: no-repeat;
	z-index: 10;
}
#top_nav {
	background: url(/images/top_nav_bgrnd.jpg) no-repeat;
	width: 960px;
	height: 43px;
	position: relative;
}
.top_nav {
	position: absolute;
	height: 36px;
	z-index: 2;
	top: 4px;
	left: 0px;
}

.top_nav li a, .top_nav li a:link, .top_nav li a:visited {
	display: block;
	height: 28px;
	text-decoration: none;
	color: #FFF;
    padding: 4px;
}

.top_nav li a:hover {
	color: #97BCB1;
}
.top_nav li {
	background-color: transparent;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 16px;
	margin: 0 2px 0 0;
	padding-right: 12px;
	position: relative;
	text-align: center;
}

.main_submenu {
	position:absolute;
	top:38px;
	left: 0;
	margin:-2px 0 0 0;
	display: none;
	background: #FFF;
	width: auto;
/*
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #336699;
	-moz-box-shadow: 0px 3px 10px #333;
	-webkit-box-shadow: 0px 3px 10px #333;
*/
}
.submenu_last {
	left: auto;
	right: 0;
}
.main_submenu li, .main_submenu li:first-child {
	height: auto;
    background-color: #7788AA;
    background-image: none;
    color: #FFF;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 9px;
    position: relative;
    text-align: left;
    width: auto;
    line-height: 11px;
    margin: 1px 0 0;
}
.main_submenu li a, .main_submenu li a:link, .main_submenu li a:visited {
	display: block;
	height: auto;
	width: 134px;
	text-decoration: none;
	color: #FFF;
    padding: 4px;
}
.main_submenu li a:hover {
    background-image: none;
    background-color: #99AACC;
}

#menu_top_nav_active {
	color: #97BCB1;
	cursor: default;
	font-size: 20px;
	font-weight: bold;
	height: 28px;
	padding-top: 2px;
	position: relative;
}

#submenu {
	border: 1px solid #990000;
	display: hidden;
	left: 0;
	margin: 0;
	position: absolute;
	top: 41px;
	width: 105px;
	z-index: 10;
}

#site_logo {
	position: absolute;
	top: 12px;
	left: 0px;
}
#home_container {
	font-size: 15px;
	height: 358px;
}
.clear {
	clear: both;
}
#footer {
	border-top: 1px solid #477446;
	color: #477446;
	margin: 0 auto;
	padding: 14px 0;
	position: relative;
	text-align: left;
	width: 900px;
	z-index: 2;
}
#footlinks {
	float: right;
}
#footlinks a, #footlinks a:link, #foot_links a:visited {
	color: #477446;
}
#footlinks a:hover {
	color: #000;
}
.foot_dot {
	margin: 0 20px;
}
.footnote {
	font-size: 75%;
}
#search_box {
	background: url("/images/search_bgrnd_small.png") no-repeat scroll 0 0 transparent;
	height: 34px;
	right: 4px;
	position: absolute;
	top: 4px;
	width: 181px;
}
#search_terms {
	background: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	left: 9px;
	position: absolute;
	top: 6px;
	width: 138px;
}
#search_submit {
	height: 23px;
	left: 154px;
	position: absolute;
	top: 6px;
	width: 23px;
	border: 0;
	background: transparent;
	color: transparent;
}

/* Page definitions */
#page_container {
	margin-top: 20px;
}
#page_summary {
	background: url("/images/page_summary_bgrnd.jpg") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: table-cell;
	font-size: 15px;
	font-weight: bold;
	height: 106px;
	margin-top: 20px;
	text-align: right;
	vertical-align: middle;
	width: 980px;
	padding-right: 20px;
}
#page_summary p {
	width: 468px;
	float: right;
}
#page_content {
	position: relative;
	padding: 20px 40px 40px 40px;
	width: 600px;
}
#sub_nav {
	width: 170px;
	float: left;
	background: #DFDFDF;
	padding-bottom: 6px;
	margin-right: -20px
}
#page_image {
	width: 300px;
	height: 268px;
	float: left;
	margin-top: -20px;
	margin-left: 20px;
}
#page_image img {
	width: 300px;
}
#page_text {
	float: left;
	width: 668px;
	margin: 10px 10px 66px 20px;
}
#sub_nav ul {
	z-index: 2;
	margin: 0;
	padding: 2px 6px 0 0;
}
li.nav_top ul {
	margin: 10px;
}

#sub_nav ul li a {
	color: #3D567A;
	display: block;
	height: 100%;
	margin: 4px 0 4px -2px;
	padding: 0px;
	text-decoration: none;
}
#sub_nav ul li a.nav_current {
	color: #990000;
	font-weight: bold;
}
#sub_nav ul li a.nav_active {
	color: #555;
	font-weight: bold;
}
#sub_nav ul li a:hover {
	color: #000;
}
#sub_nav li {
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 0 8px;
	padding: 0 2px;
	text-align: left;
}

li.nav_top {
	border-bottom: 1px solid #336699;
	list-style: none outside none;
}
li.nav_sub {
	margin-left: 10px;
	list-style: none outside none;
}

#sub_nav li.nav_sub a {
	background: url("/images/nav_arrow.gif") no-repeat scroll 0 7px transparent;
	margin: 0 0 0 -2px;
	padding: 4px 0px 4px 8px;
}

#sub_nav li.nav_sub a:hover {
	background: url("/images/nav_arrow_active.gif") no-repeat scroll 0 7px transparent;
	margin: 0 0 0 -2px;
	padding: 4px 0px 4px 8px;
}


/*
#sub_nav li.parent_link {
	font-size: 11px;
	background: #3C577A;
}
#sub_nav li.parent_link a {
	color: #FFF;
}
*/

li#sub_nav_active {
	cursor: default;
	padding: 8px 2px;
	font-weight: bold;
}
.li_standout {
	border-bottom:1px solid #336699;
	padding-bottom:6px;
}
#unpublished {
	filter: alpha(opacity = 15);
	background: none repeat scroll 0 0 #CCCCCC;
	font-size: 200%;
	height: 100px;
	right: 0;
	opacity: 0.15;
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 600px;
	z-index: 99;
	color: #CC0000;
}
#search_results {
	width: 800px;
	margin: 20px auto;
}
#search_results td {
	padding: 4px;
}
.info_table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	float: right;
	height: 200px;
	margin: 20px auto 10px;
	text-align: left;
	width: 500px;
/*
	-moz-box-shadow: 0px 0px 20px #AAA;
	-webkit-box-shadow: 0px 0px 20px #AAA;
*/
}
.info_table td, .info_table th {
	border: 1px solid #7A90A6;
	padding: 6px;
}
.info_table th {
	background: none repeat scroll 0 0 #DFDFDF;
	font-size: 14px;
	font-weight: bold;
}
.top_nav li.protected_menu_item {
	background-color: #990000;
	background-image: none;
}
.indent {
	margin-left: 20px;
}
#client_nav_table {
	width: 849px;
	margin-top: 20px;
}
#client_nav_table td {
	vertical-align: top;
	width: 283px;
}
#client_list {
	width: 836px;
}
#clients {
	background: none repeat scroll 0 0 #F7F6F5;
	float: right;
	padding-bottom: 20px;
	padding-right: 6px;
	visibility: hidden;
	width: 412px;
}
.menu_client_item {
	cursor: pointer;
	color: #477446;
	font-size: 15px;
}
.menu_client_item:hover {
	color: #000;
}

#case_study {
	background: #F6F4F3;
	margin-left: 19px;
	padding: 35px;
	width: 770px;
	visibility: hidden;
}
#case_study_left {
	float: left;
	width: 335px;
	text-align: center;
}
#case_study_right {
	width: 380px;
	margin-left: 38px;
	float: left;
	text-align: justify;
}
.menu_case_item {
	cursor: pointer;
	color: #477446;
	font-size: 15px;
}
.menu_case_item:hover {
	color: #000;
}
.next_case_study {
	font-size: 13px;
	float: right;
	font-style: italic;
}
#client_collage {
	position: relative;
	width: 338px;
/*
	left: 40px;
*/
}
#client_collage img {
	padding: 2px;
	cursor: pointer;
}
#client_collage_large {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 8px solid #DDDDDD;
	bottom: 15px;
	box-shadow: 0 0 16px #000000;
	display: none;
	height: 364px;
	left: 50%;
	margin-left: -43px;
	padding: 2px;
	position: fixed;
	text-align: center;
	width: 484px;
	z-index: 9;
}
.client_list li {
	margin-left: -34px;
	list-style: circle outside url("/images/bullet_small.gif");
}

