@charset "ISO-8859-1";
/* CSS Document */

/*---------------------------------------------------------------------------------
STYLES FOR THE RICHMOND HOME PAGE

version: 0
author: Modestos Siotos (msiotos@yahoo.com)
---------------------------------------------------------------------------------*/

/*-------------------
BASIC PAGE LAYOUT BLOCKS
--------------------*/

.splash {
	float:left;
	height: 277px;
	position: absolute;
	top: 30px;
	left: 10px;
	width:570px;
}

.splash a {
	color: #495261; display: block;   font: 1.5em Georgia, Times, serif; line-height: 1.4; text-decoration: none;
}


.splash#switch { background: url(/_img/backgrounds/home_switch_green.png) no-repeat left bottom; }
.splash#switch a { padding: 60px 20px 0 270px; height: 217px; width: 280px ;}

.splash#people { background: url(/_img/backgrounds/home_switch_red.png) no-repeat left bottom; }
.splash#people a { padding: 60px 20px 0 270px; height: 217px; width: 280px ; }

.splash#challenge { background: url(/_img/backgrounds/home_challenge_splash.png) no-repeat left bottom; }
.splash#challenge a { padding: 60px 20px 0 270px; height: 217px; width: 280px ; }


.rightfeature {
	background: url(/_img/backgrounds/homefeature.png) no-repeat left bottom;
	font-size: 13px; width:350px;
	margin-bottom:10px;
}

.rightfeature#news { height: 108px; overflow: hidden;}
.rightfeature#news p#headline {  height: 40px; overflow: hidden;}
.rightfeature#cases { height: 160px; overflow: hidden;}
.rightfeature#cases p#caseintro {overflow: hidden;}
.rightfeature h3 {
	background: url(/_img/backgrounds/homefeature_head.png) no-repeat left top;
	color: #fff;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 5px;
}

.rightfeature .cscontent {
  height: 100px;
}

.rightfeature p {
	padding: 5px;
	margin: 0;
}


#rightfeatures {
	font-size: 0.9em;
	height: 277px;
	width:350px;
	margin: 0 0 0 590px;
}

p#reasons {
	border-bottom: 1px dotted #495261;
	border-top: 1px dotted #495261;
	color:#495261;
	font-size: 1.2em;	
	margin:1em 0;
	padding:2px 5px;
}


#usps {
	margin:0 0 10px;
	background: url(/_img/backgrounds/usp.png) no-repeat left bottom;
	padding: 0 0 10px;
}

.usp {
	
	float:left;
	font-size:0.8em;
	margin:0 20px 0 0;
	padding:0 10px;
	width:200px;
}


.usp p#adapt a { background: url(/_img/backgrounds/home_adaptability.png) top left no-repeat; color: #000; display: block; padding: 0 0 0 60px;} 
.usp p#deliver a { background: url(/_img/backgrounds/home_deliverables.png) top left no-repeat; color: #000; display: block; padding: 0 0 0 60px;} 
.usp p#expert a { background: url(/_img/backgrounds/home_expertise.png) top left no-repeat; color: #000; display: block; padding: 0 0 0 60px;} 
.usp p#chall a { background: url(/_img/backgrounds/home_challenge.png) top left no-repeat; color: #000; display: block; font-weight: normal; padding: 0 0 0 60px;}

.usp.last {
	margin:0;
}
.usp.last p a {color: #f60; font-weight: bold; }
.bigger { font-size: 1.1em; }

.usp h2 { margin: 0; }
.usp h2 a, .usp h2 a.last {
	background: url(/_img/backgrounds/usp_head.png) no-repeat left top;
	color: #fff;
	font-size: 1em;
	margin: 0 -10px 10px;
	padding: 10px;
	display: block;
	text-decoration: none;
	
}

p.closing {
	color: #b6bac0;
	text-align:right;
	margin: 0;
}

/*  Expand Box */


div.expand_box {
width:910px;
height:340px;
background-image:url(../_img/backgrounds/expand_box.jpg);
background-repeat:no-repeat; 
 margin:16px 0 0 -5px; 
 padding:10px 40px 0 20px ;
}

div.expand_box h1,h2,h3 {
	color: #ffffff;
	font: 1.5em Georgia, Times, serif
	}
	
	div.expand_box a {
	color: #333333;
	font-size:13px;
	font-weight:bold;
	}
	
		div.expand_box p {

	font-size:13px;
	}
	
	div.expand_box a:hover {
color: #ff6600;
text-decoration:none;
	}
	
