/* Base tags */

/*
	background blue: #234286
	
*/


body {
	margin: 15px 0 0 0;
	padding: 0px;
	background-color: #234286;
	opacity: .99; /* fixes firefox render bug on mac */
}

p {
	margin: 0 0 16px 0;
}

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

img { 
	border: 0px; 
}

body, TR TD, input, textarea, p {
	font: 13px/16px arial, sans-serif;
	color: #333333;
}

a {
	color: #D0790B; 
}

a:hover {
	color: #666;
}


form {
	margin: 0;
}

td {
	vertical-align: top;
}

h1 {
    font-family: arial, sans-serif;
	font-weight: normal;
	color: #2A589B;
	font-size: 24px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

h2, .h2_input, h2 a {
    font-family: arial, sans-serif;
	font-weight: bold;
	color: #2A589B;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}



ul {
	margin: 0px 0px 10px 15px;
	padding: 0px;
}

li {
	margin: 0px 0px 5px 0px;
	list-style-image: url(/i/shared/list_marker.gif);
}


hr {
	border-color: #616161;
	color: #616161;
	border-width: 0 0 1px 0;
	height: 1px;
	border-style: dotted;
}



/*  Columns, panes etc */

#logo_div {
	border-bottom: 2px #D0790B solid;
	margin-bottom: 10px;
	padding: 20px 0 10px 40px; 
}

#container {
	width: 800px;
	margin: auto;
	padding: 0;
	background-color: white;
	background-image: url(/i/shared/container_background.gif);
	background-repeat: repeat-y;
}

#top_drop_shadow {
	background-color: #234286;
	background-image: url(/i/shared/top_drop_shadow.gif);
	height: 17px;
}

#bottom_drop_shadow {
	background-color: #234286;
	background-image: url(/i/shared/bottom_drop_shadow.gif);
	height: 25px;
}

#background_holder {
	background-image: url(/i/shared/left_col_background.gif);
	background-repeat: no-repeat;
	min-height: 200px;
}

#main {
	margin: 0 10px 0 11px;
	background-image: url(/i/shared/main_background.gif);
}

#left_col {
	width: 181px;
	float: left;
	margin: 0 0 0 0;
/*	
	min-height: 900px;
*/	
	padding: 0 12px;
}

#main_col {
	width: 510px;
	float: left;
	padding: 0;
	margin: 0 0 0 50px;
}

#search {
	text-align: right;
	height: 54px;
	background-image: url(/i/shared/search_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 2px 8px 0;
	padding: 22px 6px 0 2px;
	border: none;
}

#search p {
	margin: 0;
	border: none;
}

#search form {
	margin: 0;
	padding: 0;
	border: none;
}

#search_query_field {
	width: 105px;
	height: 12px;
	color: #254389;
	border: none;
	padding: 0;
	margin: 0 5px 0 0;
	font-family: Arial;
	font-size: 10px;
	background-color: none;
}

#search_go_button {
	width: 33px;
	height: 18px;
	margin: 0 0 0 0;
	border: none;
}

#left_col p, #left_col a {
	font-family: arial, sans-serif;
}

#left_col p {
	color: #D37806;
	padding: 7px 0 0 2px;
	font-size: 14px;
}

#left_col a {
	display: block;
	padding: 7px 0 0 2px;
	color: white;
	text-decoration: none;
}

#left_col a:hover {
	color: #D37806;
}

#left_col a.selected {
	color: #D37806;
}

#left_col a.menu_level_2, #left_col a.menu_level_3 {
	margin: 0 0 0 2px;
	padding: 2px 0 0 0;
	font-size: 12px;
}

#left_col a.menu_level_3 {
	margin: 0 0 0 15px;
}


#news_sidebar, #events_sidebar {
	margin-top: 10px;
}
	
#news_sidebar p, #news_sidebar h2, #news_sidebar a, #events_sidebar p, #events_sidebar h2, #events_sidebar a {
	font-size: 12px;
	font-weight: normal;
	color: white;
	margin-left: 0;
	padding: 0px 0 0 2px;
}

#news_sidebar h2, #events_sidebar h2 {
	margin: 0 0 10px 0;
}

#news_sidebar a, #events_sidebar a {
	text-decoration: underline;
	padding: 
}

#news_sidebar .news_title, #events_sidebar .event_title {
	font-weight: bold;
}


/* HEADER AND FOOTER ALL PAGES */


#breadcrumbs {
	font-size: 9px;
	margin: 5px 0 14px 0;
	color: #999999;
}

#breadcrumbs a:link {
	color: #999999;
	text-decoration: underline;
}

#breadcrumbs a:visited {
	color: #999999;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	color: #999999;
	text-decoration: none;
}


#footer_links {
	background-color: #EFEFEF;
	height: 13px;
	padding: 5px 10px 0 10px;
	margin: 0;
}

#footer_links, #footer_links a {
	color: #A3A3A3;
	text-decoration: none;
	font-size: 10px;
}

 #footer_links a:hover {
 	text-decoration: underline;
}

 
 
/* Utility classes */

.overscore { border-top: 1px solid #bdbdbd;; }
.underscore { border-bottom: 1px solid #bdbdbd;; }
.right_score { border-right: 1px solid white; }
.dotted_outline { border: 1px #ccc dotted; }

.error {
	color: red;
	font-weight: bold;
}

.dark_link, .dark_link:hover {
	color: #2a589b;
	text-decoration: none;
}

.blue_link {
	color: #114E8F;
}

.orange_2px_underline {
	border-bottom: 2px #D0790B solid;
	height: 2px;
	margin: 0;
}

.orange_1px_underline {
	border-bottom: 1px #D0790B solid;
	height: 2px;
	margin: 0;
}

.rounded_corner {
	padding: 0px;
	border: 1px #E5E6E1 solid;
	margin: 0 0 50px 0;
}

.rounded_corner_padding {
	padding: 0 28px 0 28px;
}

.clear { clear: both; height: 0; }

.add_right_space {
	margin-right: 8px;
}

.omit_for_screen {
	display:none;
}

/* PAGE SPECIFIC STYLES */

/* HOME */

.home_description_link {
	color: #616161;
	text-decoration: none;
}

.home_description_link:hover {
	color: #616161;
	text-decoration: underline;
}

/* DIRECTORS */

.director_pic {
	float: left; 
	width: 130px;
}

.director_biog {
	float: left;
	width: 340px;
}

.director_biog h2 {
	margin: 0 0 3px 0;
}

.director_biog p {
	font-size: 12px;
}

/* CLIENTS */

.client_button {
	border: 1px #E5E6E1 solid;
	width: 147px;
	float: left;
	margin-right: 11px;
	margin-bottom: 45px;
}

.client_button h2 {
	margin: 4px 0 0 10px;
}

.client_button h2 a {
	margin-left: 10px;
	color: #2A589B;
	text-decoration: none;
}

.client_button_image_div {
	padding: 0px;
	margin: 0px;
	height: 64px; 
	width:147px
}

/* new table based client buttons */

.client_button_table_div {
	float: left;
	margin: 0 10px 10px 0;
}

.client_button_table_div h2 a {
	color: #2A589B;
	text-decoration: none;	
}
client_button_table {
	width: 149px;
}

.client_frame_top, .client_frame_bottom {
	background-image: url(/i/client_frame/client_frame_top.gif);
	width: 149px;
	height: 15px;
}

.client_frame_name_cell {
	width: 147px;
	margin: 0;
	padding: 0;
}

.client_frame_left, .client_frame_right {
	width: 1px;
	background-image: url(/i/client_frame/client_frame_line.gif);
}

.client_frame_bottom {
	background-image: url(/i/client_frame/client_frame_bottom.gif);
}

h2.client_frame_name {
	margin: 4px 4px 0 21px;
	padding: 0;
}

/* CONTACT US */
.contact_us_col_1 {
	width: 220px;
	float: left;
}

.contact_us_col_1 h2 {
	margin-top: 0;
	text-transform: uppercase;
}

.contact_us_col_2 {
	width: 240px;
	float: right;
	text-align: right;
}

.contact_us_link_bar {
	background-image: url(/i/contact_us/contact_bar_background.gif);
	background-color: #2A589A;
	background-repeat: no-repeat;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	padding-left: 10px;
	text-align: left;
}

.contact_us_link_bar a {
	color: white;
	text-decoration: none;
}

.contact_us_link_bar a:hover {
	text-decoration: underline;
}

/* CULTURE */

.culture_pic {
	float: left;
	width: 122px; 
	height: 135px;
	margin: 0 15px 15px 15px;
}

/* CAREERS */
#career_locations {
	width: 100%;
}

#career_locations tr td {
	padding: 0 0 5px 0;
}

#career_locations tr td a {
	font-size: 13px;
	text-decoration: none;
}

.career_category_header {
	border-bottom: 2px white solid;
	padding: 5px 12px 3px 15px;
	color: white;
	font-weight: bold;
}

.career_category_header a {
	color: white;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

.career_category_header a:hover {
	text-decoration: underline;
	color: white;
}

.career_category_items {
	border-bottom: 2px white solid;
	padding: 10px 12px 10px 15px;
	font-weight: bold;
	color: #323232;
}

.career_category_items p {
	color: #323232;
}

.career_category_items a {
	color: #323232;
	text-decoration: none;	
	display: block;
	padding: 0 0 5px 0;
}

.career_category_items a:hover {
	text-decoration: underline;
}

/* SEND US YOUR CV */

.send_cv_table tr td {
	font-weight: bold;
	color: #2A589B;
	font-size: 13px;
}
	