@charset "utf-8";
/* CSS Document */
/*------------------- portfolio -------------------*/
.txtLeftSideTitle {
	width: 17px;
	height: 366px;
	background: #e8eef5;
	float: left;
	margin: 0px 20px 10px 9px;
	background: #e8eef5 url(Images/WebProjects-Title.gif) bottom no-repeat;
}
.webProjectImgHolder {
	float: left;
}
.WSingleProject {
	float: left;
	width: 605px;
	height: 176px;
	margin-bottom: 14px;
}
.WSingleProject a {
	float: left;
	border: solid 3px #0b3870;
}
.WSingleProject a:hover {
	border: solid 3px #3365a2;
}
.WSingleProject img {
	float: left;
	border: 0;
}
.ProjectDescription {
	background: url(Images/ProjectDescriptionBg.jpg) repeat-y;
	width: 184px;
	height: 158px;
	float: left;
	padding: 9px 9px 9px 9px;
}
.ProjectDescription h3 {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 20px;
	margin-bottom: 15px;
	background: url(Images/Arrow1.png) no-repeat left;
	background-position: 0px 6px;
}
.ProjectDescription p {
	padding-left: 20px;
	margin-bottom: 15px;
	color: #fff;
	line-height: 14px;
	font-size: 11px;
	background: url(Images/Portfolio-textMarket.png) left repeat-y;
}
.ProjectDescriptionW {
	padding-left: 20px;
	margin-bottom: 15px;
	color: #fff;
	line-height: 14px;
	font-size: 11px;
	background: url(Images/Portfolio-textMarket.png) left repeat-y;
	padding-right: 10px;
}
/*------------------- Home -------------------*/
.TheTeam {
	margin-left: 10px;
	float: left;
	width: 394px;
	min-height: 222px;
	background: url(Images/Home-TheTeam.jpg) no-repeat left top;	
	margin-bottom: 20px;
}
.TheTeamText {
	width: 245px;
	min-height: 200px;
	border: solid 1px #DAE1E9;
	border-left: none;
	background: #F8F9FB;
	float: right;
	padding: 10px 0px 10px 15px;
}
.TheTeamText h3, .HomeSEO h3 {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: solid 1px #dbe2ea
}
.TheTeamText span, .HomeSEO span {
	padding: 15px 10px 0px 0px;
	line-height: 14px;
	color: #333;
}
.TheTeamText a, .HomeSEO a {
	height: 17px;
	background: url(Images/Home-ReadMoreBg.gif) no-repeat;
	display: block;
	padding-left: 15px;
	padding-top: 3px;	
	margin-top: 5px;
	color: #0a386f;
	text-decoration: none;	
}
.HomeSEO a {
	margin-top: 0px;
}
.TheTeamText a:hover, .HomeSEO a:hover {
	background: url(Images/Home-ReadMoreBg-Hover.gif) no-repeat;
	color: #fff;
}
.HomeSEO {
	width: 249px;
	min-height: 200px;
	border: solid 1px #DAE1E9;
	background: #F8F9FB;
	float: right;
	border-right: none;
	padding: 10px 0px 10px 15px;
}
.HomeSEOImage {
	height: 68px;
	background: url(Images/Home-SEO.jpg) no-repeat;
	margin-top: 7px;
}
.RaveBoxBox {
	width: 143px;
	height: 228px;
	float: left;
	background: url(Images/RaveBox.png) no-repeat;
	margin: 15px 0px 15px 20px;
}
.RaveBoxContent {
	width: 485px;
	float: right;
}
.RaveBoxContent span {
	padding-right: 20px;
	line-height: 16px;
	color: #225ca2;
	font-weight: bold;
}
.RaveBoxContent h3 {
	height: 26px;
	background: #0a386f;
	display: block;
	color: #fff;
	padding-left: 25px;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
.RaveBoxContent ul {
	list-style: url(Images/Home-ListArrow.gif);
	margin-left: 25px;
	margin-top: 15px;
}
.RaveBoxContent ul li {
	margin-bottom: 7px;
	font-size: 13px;
	color: #0a386f;
}
.InfoForFloat {
	float: right;
	width: 460px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #999;
}
