/*

colors:

	red: #ED1C24;
	grey: #676767;


*/

body {
	opacity: 0.9;
	color: #676767;
}

a {
	color: #676767;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
}

h2, h2 a {
	color: #ED1C24;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
	margin: 9px 0 5px 0;
	text-decoration: none;
}

h4 {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

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

li {
	margin: 0;
	padding: 0;
}


#main {
	position: relative;
	margin: 20px auto 20px auto;
	border: 2px #ccc solid;
	background-image: url(/i/shared/background_tick_red.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 583px;
	width: 775px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding: 35px 0 0 46px;
}

#main.no_background {
	background-image: none;
}

#main.faded_tick {
	background-image: url(/i/shared/background_tick.jpg);
}

#top_row {
	padding: 0;
}

#left_col {
	float: left;
	width: 160px;
	margin-right: 10px;
	padding: 66px 0 0 0;
}

#main_col {
	float: left;
	width: 580px;
	padding: 0px 0 0 0;
	position: relative; 
	z-index: 10;
}

#logo_div {
	width: 40%;
	float: left;
}

#logo {
	width: 190px;
	height: 100px;
}

#headline {
	text-align: right;
	float: right;
	width: 40%;
	padding: 53px 30px 0 0;
}

#copy {
	background-image: url(/i/shared/ldquo.gif);
	background-repeat: no-repeat;
	width: 375px;
	color: #555;
	z-index: 2;
	position: relative;
	padding: 27px 0 0 22px;
	font-size: 12px;
	line-height: 17px;
	margin: 24px 0 0 0;
	
}

/* navigation */
#navigation {
	;
}

#navigation a {
	display: block;
	width: 107px;
	height: 18px;
	background-image: url(/i/shared/button.gif);
	margin: 0 0 2px 0;
	font-size: 12px;
	line-height: 11px;
	font-family: verdana;
	color: white;
	padding: 8px 0 0px 5px;
	text-decoration: none;
}

#navigation a:hover, #navigation a.active {
	color: #ED1C24;
	background-image: url(/i/shared/button_over.gif);
}

/* utility classes */
.clear {
	clear: both;
	height: 1px;
}

.red {
	color: #ED1C24;
}

.grey {
	color: #676767;
}

/* expertise */
.expertise_detail {
	font-style: italic;
	color: #676767;
/*	visibility: hidden;	*/
	display: none;	
	font-size: 12px;
	float:left;
}

.vertical_spacer {
	float:left; 
	width: 12px;
}

#image_holder {
	width: 281px;
	height: 379px;
	position: absolute;
	top: 239px;
	left: 540px;
	z-index: 2;
}

#image_holder_behind {
	width: 281px;
	height: 379px;
	position: absolute;
	top: 239px;
	left: 540px;
	z-index: 1;
}

#tick_holder {
	width: 399px;
	height: 393px;
	position: absolute;
	top: 225px;
	left: 422px;
	z-index: 4;
}


/* case studies */

#case_study_scrolling_pane {
	width: 405px;
	height: 200px;
	overflow: auto;
	padding: 0 20px 0 0;
}

#case_study_scrolling_pane h2 {
	margin: 0;
	padding: 0;
}
#case_study_headline {
	height: 40px;
}

.case_study_detail {
	color: #676767;
	font-size: 10px;
	line-height: 16px;
}
.case_study_link {
	margin: 5px 0 0 0;
	font-size: 10px;
}

.case_study_link a {
	color: #ED1C24;
	text-decoration: none;
}
.case_study_link a:hover, .case_study_link a.grey {
	color: #676767;
}