@charset "utf-8";
/* CSS Document */


.noCopy {
	color:#FF0000;
	font-weight: bold;
}


a:active, a:visited, a:link {
	text-decoration: none;
	color: #6F777D;
}

a:hover {
	text-decoration: underline;
	color: #6F777D;
}

body {
	color: #6F777D;
	font: normal 9pt Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
}

img {
	border: 0px;
}

h3 {
	font: 13pt normal Georgia,"Times New Roman",Times,serif;
	margin-top: 10px;
	margin-bottom: 0;
	color: #7D7468;
}	

h4 {
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 0;
	margin-top: 15px;
}

h5 {
	font-weight: normal;
	font-size: 9pt;
	margin-bottom: 15px;
	margin-top: 5px;
}

.dotted_dark {
	background:transparent url(/_img/underline_dot_dark.gif) repeat-x scroll left bottom;
	display:block;
	float:right;
	height:3px;
	width:177px;
	margin-bottom:0;
	margin-top: 28px;
}

.dotted_dark hr {
	display: none;
}


hr.dotted_dark_news {
	background:transparent url(/_img/underline_dot_dark.gif) repeat-x scroll left bottom;
	left: 37px;
	line-height:30px;	
	display: block;
	height: 3px;
	border: none;
}


/* Horizontal Rule Fix for cross browser support */
div.dotted_light {
	background:transparent url(/_img/underline_dot_light.gif) repeat-x scroll left bottom;
	border:medium none;
	display:block;
	height:9px;
	left:37px;
}

div.dotted_light hr {
	display: none;
}



#page {/*container to center all content */
	top: -10px;
	margin-top: 10px;
	width: 981px;
	position: absolute;
	left: 50%;
	margin-left:-490px; /* half of the width */
	min-height: 100%;
	background-color: white;
}

/* --- Side Navigation --- */
#left_nav {
	float: left;
	background-color: #596166;
	
	height: 651px;
	color: white;
	width: 214px;				/*width: 210px;*/
	margin-right: 0;	/*margin-right: 4px;*/
	font-size: 9pt;
}

#left_nav a:active, #left_nav a:visited, #left_nav a:link {
	color: white;
}

#left_nav a:hover {
	color: white;
}

	#left_nav #date {
		display:block;
		font-size:8pt;
		line-height:9pt;
		padding-bottom:4px;
		padding-top:19px;
		text-align:center;
		width:100%;
	}
	#left_nav #logo {
		margin: 33px 63px 0;
	}
	
	#nav {
		margin-top:14px;
		font-size: 9pt;
	}
	
	#nav li span.curPage {
		background: transparent url(/_img/arrow_orange.gif) no-repeat right 3px;
		padding-right: 13px;
		font-weight: bold;
	}
	
	#partnerLogin {
		position:absolute;
		top:478px;
		/*top: 510px; --without partner login */
		width:170px;
	}
	
	#partnerLogin span.arrowGrey {
		background: transparent url(/_img/arrow_on_grey.gif) no-repeat right 2px;
		padding-right: 13px;
		line-height:8pt;
	}
	.navElements_news li { 
		float:left;
		font-size:8pt;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0 0 0 -3px;
		padding:3px 0 8px;
		width:172px;
	}
	.navElements li { 
		background:transparent url(/_img/underline_dot_dark.gif) repeat-x scroll left 4px;
		float:left;
		font-size:8pt;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0 0 0 -3px;
		padding:3px 0 8px;
		width:176px;	/*width:172px;*/
		line-height: 13px;
	}
	.navElements li.heightFix {
		background:transparent url(/_img/underline_dot_dark.gif) repeat-x scroll left bottom;
	}
	
	.navElements li li {
		font-size:8pt;
		margin:8px 0 -8px -40px;
		padding-left:12px;
		width:164px;
	}
	
	.navElements li li li{
		font-size:8pt;
		margin:8px 0 -8px -53px;
		padding-left:24px;
		width:152px;
	}
		
/* --- Header --- */
#header {
	float: left;
}

#top_nav {
	float: left;
	background-color: #7C7467;
	width: 767px;
	height: 46px;
	color: white;
}
	#top_nav ul {
		list-style-type: none;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 767px;
	}		
		#top_nav ul li {
			display:block;
			float:left;
			font-size:9pt;
			background: transparent url(/_img/ListDivider.gif) no-repeat right 21px;
		}
		
		#top_nav ul li.last {
			background: none;
		}
		
		/*-- nav placement and sizes -- */
		/* All nav items follow this pattern */
		#top_nav ul li a:active, #top_nav ul li a:visited, #top_nav ul li a:link {
			display: block;
			text-decoration: none;
			margin-top: 8px;
			padding: 10px 24px 16px 24px;

		}
		
		/* regular list item */		
		#top_nav ul li a:hover, #top_nav ul li#current a:active, #top_nav ul li#current a:visited, #top_nav ul li#current a:link {
			padding: 10px 24px 13px 26px;
			margin-left: -2px;
		}

		/* first list item */
		#top_nav ul li.first a:hover, #top_nav ul li#current.first a:active, #top_nav ul li#current.first a:visited, #top_nav ul li#current.first a:link {
			padding: 10px 24px 13px 24px;
			margin-left: 0;
		}

		/* last list item */		
		#top_nav ul li.last a:hover, #top_nav ul li#current.last a:active, #top_nav ul li#current.last a:visited, #top_nav ul li#current.last a:link {
			padding: 10px 28px 13px 26px;
			margin-left: -2px;
		}
		
		/* Last hover */
		#top_nav ul li.last a:hover, #current.last a:hover {
			padding: 10px 28px 13px 26px;
			margin-left: -2px;
		}
		
		/* first hover */
		#top_nav ul li.first a:hover, #top_nav ul li#current.first a:active {
			padding: 10px 24px 13px 24px;
			margin-left: 0;
		}
		
		
		/* --- nav colours --- */
		/* normal item */
		#top_nav ul li a:active, #top_nav ul li a:visited, #top_nav ul li a:link {
			color: white;
		}
		
		/* mouse-over item */		
		#top_nav ul li a:hover {
			color: white;
			background-color: #B1A899;
		}
		/* mouse-down item */		
		#top_nav ul li a:active {
			color: #7D7468;
			background-color: #B1A899;
		}
		
		
		/* currently selected item */		
		#current a:hover, #current a:active, #current a:link, #current a:visited {
			color: #7D7468 !important;
			background-color: #E3DDCA !important;
		}
	
	
/* -- Body -- */
#content {
	float:left;
	margin-left:24px;
	margin-top:139px;
	top:46px;
	width:715px;	
}

.fixed {
	margin-top: 0 !important;
}

	#content h1 {
		font: normal 16pt Georgia, "Times New Roman", Times, serif;
		color: #7D7468;
	}
	#content h1.frontpage {
		margin: 38px 0 31px;
	}
	
	#content h1.frontpage a:link, #content h1.frontpage a:active, #content h1.frontpage a:visited {
		color: #7D7468;
	}
	
	#content h1.frontpage a:hover {
		text-decoration: none;	
	}
	#content h1.frontpage a:hover span {
		text-decoration: underline;
	}
	
	#content h1 span.more {
		font: normal 9pt Arial, Helvetica, sans-serif;
	}
	
	#content img.mainBanner {
		margin-bottom: 30px;

	}
	
	#banners {
		height:318px !important;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin-top:-8px;
		padding-left:0;
	}
	
	#content p {
		margin: 1px 50px 7px 0;
		line-height: 18px;
	}

#flashRegion {
/*	float:left;
	height:140px;
	padding-left:13px;*/
	position:absolute;
	left:214px;
	top:46px;
}
		
/* --- Footer --- */
#footer{
/*	float:left;*/
	margin-top:20px;
	clear: both;
	margin-left:238px;
}
#bot_nav {
	clear:both;
	color: #6F777D;
	float:left;
	font-size:7pt;
	font-weight: normal;
	padding-top: 10px;
	width: 500px;
}
	#bot_nav span {
		display: block;
		float: left;
		clear: none;
	}
	
	#bot_nav ul {
		display: block;
		float: left;
		
		clear: none;
		list-style-type: none;
		list-style: none;
		margin: 0;
		padding-left: 15px;
		padding-bottom: 25px;
	}
		#bot_nav ul li {
			float:left;
			display:block;
			padding:0px 12px;
			background: transparent url(/_img/ListDivider_white.gif) no-repeat right 2px;
		}
		#bot_nav ul li.last {
			background: none;
		}

/* --- Breadcrumb trail --- */
#breadcrumb {
	list-style-type: none;
	list-style: none;
	padding-left: 0;
}

	#breadcrumb li {
		display:block;
		float:left;
		margin-right: 9px;
		font-size: 8pt;
	}
		
		#breadcrumb li.curPage {
			color: #7D7468;
			font-weight: bold;
		}


/* --- Misc Content formatting --- */
.two_thirds {
	width: 525px;
	float: left;
}

.one_third {
	float: right;
}

.right {
	float: right;
}

.backToTop {
		background:transparent url(/_img/arrow_up_on_white.gif) no-repeat scroll right 2px;
		padding-right:13px;
		color: #6F777D;
		font: normal 8pt Arial, Helvetica, sans-serif;
		line-height:8pt;
}

.circle_arrow {
		background:transparent url(/_img/arrow_right_on_white.gif) no-repeat scroll right 2px;
		padding-right: 16px;
		color: #6F777D;
		font-weight: bold;
		line-height: 26px;
}

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


/* --- Testimonials --- */

#testimonials {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin-top: 0;
		padding-left:0;
}

.tall {
	margin: 15px 0;
}
.testimonial {
	width: 100%;
	float: left;
}

.testimonial img{
	border-left: 1px solid #9AA1A7;
	float: right;
}

.testimonial p {
	width: 78%;
	float: left;
	margin:1px 0 7px !important;
}


.investment {
	width: 100%;
	float: left;
}

.investment h4{
	width: 78%;
	float: left;
}

.investment img{
	border: 1px solid #9AA1A7;
	float: right;
	margin:15px 0;
}

.investment p {
	/*width: 76%;*/
	width:100%;
	float: left;
	margin:1px 0 7px !important;
}

.investment p.current {
	width:77%;
}

.siteScreenshot {
	border: 1px solid #9AA1A7;
	margin: 18px 0;
}

.testimonial_quote {
	font-size:14pt !important;
	line-height:26px !important;
	padding-right:20px;
}



/* --- Portfolio Overview --- */
#portfolio {
	margin-top: -45px;
}

	#portfolio .row {
		border-bottom: 1px solid #9AA1A7;
		width: 100%;
		float: right;
		clear: both;
		padding-top: 55px;
	}
	
		#portfolio .row .spacer {
			/* accomodates when there are less than 3 images on overview */
			display: block;
			width: 142px;
			height: 57px;
			float: left;
		}
		
		#portfolio .row img{
			border-right: 1px solid #9AA1A7;
			border-left: none;
			float: left;
		}
		
	#portfolio span.more {
		background:transparent url(/_img/arrow_right_on_white.gif) no-repeat scroll right 8px;
		float: right;
		display: block;
		height: 35px;
		padding: 5px 14px 5px 30px;
	}
	
	#portfolio span.caption {
		display: block;
		height: 35px;
		padding: 5px 16px 5px 5px;
		float: left;
		width: 184px;
	}
	
	
/* --- Case Studies --- */
#caseStudy img {
}

.orangeLink:active, .orangeLink:hover, .orangeLink:visited, .orangeLink:link {
	color: #FAA61A;
	font-size: 8pt;
}

#news .article {
	border-bottom: 1px solid #9AA1A7; 
	margin:5px 0;
	padding-bottom:3px;
}

.archives{
	padding-top:12px;
	width: 140px;
}

.row {
	margin-bottom: 5px;
}

#news .article p {
	padding: 0 !important;
	margin: 0;
	line-height: 18px;
}

#news .article h4, #news .article a{
		line-height: 18px;
}


/* --- case study --- */

.case_study_body {
	float: left;
	width: 505px;
}

.case_study_body p{
	line-height:18px;
	margin:1px 19px 7px 0 !important;
}

.infobox {
	float:right;
	width: 187px;
}

.infobox .logo {
	padding-top:30px;
}

.infobox img.bio {
	padding-bottom: 15px;
}

.infobox p.bio {
	margin: 6px 50px 6px 0 !important;
}

#content p.homepage {
	margin-top: 13px;
}

ul.body_list {
	margin-top: 1px;
	list-style: none;
	line-height: 18px;
	padding-left: 2px;
}

ul.body_list li {
	background: transparent url(/_img/arrow_orange_on_white.gif) no-repeat left 4px;
	padding-left: 12px;
}

ul.body_list.after_heading {
	margin-top: 8px;
}

.fullsize {
	font-size: 9pt !important;
	line-height: 18px;
}

.contact_bucket {
	float: left;
	width: 33%;
	margin-left: -40px;
	padding-left: 40px;
	height: 205px;
}

.left_divider {
	background: transparent url(/_img/vertical.gif) no-repeat 5px 16px;
}


p.contact_us {
	margin:1px 5px 7px 0 !important;
}

.spc {
	margin-bottom: 18px;
}



/* -- news ticker --- */
#scrollup {
	float:right;
	height:200px;
	margin-top:25px;
	width:187px;
}


/* --- portfolio --- */
#overviewTable {
	width: 723px;
	margin-top: -53px;
	margin-left: -4px;
}

#overviewTable img {
	border-bottom: 1px solid #9AA1A7;
	border-right: 1px solid #9AA1A7;
	margin-top: 57px;
	padding-left: 3px;
	margin-left:-3px;
}

#overviewTable img.last {
	border-right: none;
}

.investment .keyline {
	border-right:1px solid #9AA1A7;
	float:left;
	height:100%;
	margin:-15px 0;
	padding:15px 27px 15px 0;
	width:76%;
}

img.logo {
	border: none;
	padding-top:15px;
}


/*-- contact us, directions */

ul.directions {
	padding-left: 0;
	width: 335px;
	margin-top: 0;
}

ul.directions li {
	display: table-row;
	line-height: 18px;
}

.direction_body {
	width: 450px;
}

.direction_body h4 {
	line-height: 18px;
}


.direction_map {
	display: block;
	width: 	250px;
}

.direction_map img {
	padding-bottom:10px;
}

span.map{
 padding-left: 6px;
 font-weight: normal;
}


/* --- Partners Speak --- */

#partners_speak {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin-top: 0;
		padding-left:0;
}


h2.speak {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7D7468;
	margin-bottom: 0;
	font-weight: normal;
}

h3.speak {
	margin-top: 0;
}

.orange {
	color: #FAA61A;
	font-weight: bold;
}


.infobox p {
	margin: 6px 50px 6px 0 !important;
}


ul li.vert_fix {
	list-style: none;
	list-style-type: none;
	display: inline;
}
