body{
	margin: 0;
	padding: 0;	
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #4C4C4C;	
}
a{
	color: #EB0000;
	text-decoration: none;
}
a:hover{
	color: #EB0000;
	text-decoration: underline;
}
.clearboth{
	clear: both;
}
.menu{
	width: 215px;
	height: 35px;
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
}
.casestudies-home{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #4C4C4C;
	line-height: 20px;
	text-align: justify;
}
.casestudies-home a{
	color: #4C4C4C;
	text-decoration: none;
}
.casestudies-home a:hover{
	color: #4C4C4C;
	text-decoration: underline;
}
.newsticker{
	background-color: #1A171B;
	font-size: 13px;
	color: #FFFFFF;	
	text-align: justify;
}
.heading{
	padding: 10px 0px 0px 10px;
	font-size: 21px;
    color: #0D2657;
}
.casestudies_text{
	text-align: justify;
	line-height: 20px;
}
.people_text{
	padding: 10px;
	text-align: justify;
	line-height: 20px;
}
.extensions{
	padding: 10px;
	text-align: justify;
	line-height: 20px;
}
.tools-techniques{
	padding: 10px;
	text-align: justify;
	line-height: 20px;
}
.talktousheader{
	font-size: 18px;
	color: #4C4C4C;
	text-align: justify;
}
.footer{
	font-size: 11px;
	color: #4C4C4C;
}
.footer a{
	color: #4C4C4C;
	text-decoration: none;
}
.footer a:hover{
	color: #4C4C4C;
	text-decoration: underline;
}
.rightwrapper{
	background: #A40000 url("../images/right-bg.jpg") left top repeat-y;
}

/* PAGINATION */
.paging {
	float: right;
	margin: 0;
	padding: 0;
}
.pages {	
	font-size: 14px;
	padding: 1em;
	margin: 1em 0;
	clear: left;
}
.pages a, .pages span {
	font-size: 14px;
	color: #4C4C4C;
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	border:1px solid #8C8C8C;
}
.pages span.current {
	border:1px solid #8C8C8C;
	color: #EB0000;
	font-weight: bold;
}
.pages a {
	color: #4C4C4C;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #8C8C8C;
}
.pages a:hover {
	color: #FFFFFF;
	font-weight: bold;
	border:1px solid #8C8C8C;
	background-color: #8C8C8C;
}
.pages a.nextprev {
	font-weight: bold;
}
.pages span.nextprev {
	color: #4C4C4C;
}
.pages span.nextprev {
	border: 1px solid #ddd;
	color: #4C4C4C;
}
.pages .nextprev-next {
	float: right;
}

.sitemap{
	color: #4C4C4C;
	line-height: 20px;
}
.sitemap a{
	color: #4C4C4C;
	text-decoration: none;
}
.sitemap a:hover{
	color: #4C4C4C;
	text-decoration: underline;
}