@charset "utf-8";

/* Main Attributes */
body {
	background: #DEDEDE url(../images/gradient.png) top repeat-x;
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
img, div { behavior: url(components/pngfix/iepngfix.htc) }

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatCenter {
	margin: 0 auto;
}

.clear {
	clear: both;
}


/* Page Attributes */
div#ridfc_dropShadowLeft {
	background: url('../images/leftShadow.png') repeat-y left;
	width: 907px;
	display: block;
	
	margin: 0 auto;
}
div#ridfc_dropShadowRight {
	background: url('../images/rightShadow.png') repeat-y right;
	display: block;
}
div#ridfc_container {
	width: 885px;
	padding: 0;
	margin: 0 auto;
	
	background: #FFF url(../images/gradient.png) top repeat-x;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

div#ridfc_header {
	position: relative;
	width: 100%;
	height: 100px;
	display: inline-block;
}
	div#ridfc_logo {
		position: absolute;
		top: 37px;
		left: 16px;
		display: inline-block;
	}
	div#ridfc_logo img{
		border: 0;
	}
	div#ridfc_tagline {
		position: absolute;
		text-align: right;
		top:41px;
		right: 24px;
	}
div#ridfc_banner {
	margin-left: 1px;
	clear: both;
	display: block;
}

div#ridfc_links {
	width: 50%;
	float: right;
	clear: none;
	display: inline;
}
	div#ridfc_links ul {
		margin: 0 1em 0 0;
		float: right;
		display: inline-block;
	}
	div#ridfc_links ul li {
		float: left;
		list-style: none;
	}
	div#ridfc_links ul li a {
		padding: 0.4em 1em 1em;
		text-decoration: none;
		
		color: #104b7d;
		font-size: 110%;
		font-weight: bold;
		display: block;
	}
	div#ridfc_links ul li a:hover {
		color: #9fad9f;
	}

div#ridfc_content {
	min-height: 43em;
	padding: 0 2% 4%;
	float: left;
	
	display: inline-block;
}
div.layout_standard {
	width: 67.9%;
}
div.layout_services {
	width: 73.9%;
}
	div#ridfc_content h1 {
		color: #860038;
		font-size: 140%;
	}
	div#ridfc_content h2 {
		color: #000;
		font-size: 130%;
		margin-left: 0.3em;
	}
	div#ridfc_content em {
		font-family: Arial, Helvetica, sans-serif;
	}
	div#ridfc_content h3 {
		color: #000;
		font-size: 105%;
		margin-left: 0.3em;
	}
	div#ridfc_content p {
		margin: 1em 0 1em 1em;
		line-height: 1.3em;
		font-size: 1.06em;
		font-weight: 500;
	}
	div#ridfc_content li {
		margin: 1em;
		list-style-image: url(../images/listBullets.png);
		line-height: 1.3em;
		font-size: 1.06em;
		font-weight: 500;
	}
	div#ridfc_content a.bigger {
		font-size: 1.25em;
	}
	div#ridfc_content table {
		margin: 0.5em 1em;
	}
	div#ridfc_content table td {
		padding: 0.25em;
	}
	div#ridfc_content a {
		text-decoration: none;
		border: none;
		font-weight: bold;
		
		color: #104b7d;
	}
	div#ridfc_content a:hover {
		color: #9fad9f;
	}
	div#ridfc_content img {
		margin: 0.5em;
	}
	div#ridfc_content span.tagline {
		font-size: 130%;
		font-weight: bold;
		font-style: italic;
	}
	/* Front Page Box */
	div#ridfc_frontpageBox {
		width: 81%;
		margin: 0 auto;
		clear: right;
		display: block;
	}
	div#ridfc_frontpageBox div {
		background: #c7cec7 url(../images/roundedCorners/ur.png) top right no-repeat;
		margin: 0;
		padding: 0;
	}
	div#ridfc_frontpageBox div div {
		background: url(../images/roundedCorners/ll.png) bottom left no-repeat;
	}
	div#ridfc_frontpageBox div div div {
		background: url(../images/roundedCorners/lr.png) bottom right no-repeat;
	}
	div#ridfc_frontpageBox div div div div {
		background: url(../images/roundedCorners/ul.png) top left no-repeat;
		
		letter-spacing: -0.02em;
		margin: 0;
		padding: 1% 2% 2%;
		display: block;
	}
	
	div#ridfc_digitalInvestigations {
		width: 50%;
		margin: 1em 0 1em 1em;
	}
	div#ridfc_digitalInvestigations div {
		background: #c7cec7 url(../images/roundedCorners/ur.png) top right no-repeat;
		margin: 0;
		padding: 0;
	}
	div#ridfc_digitalInvestigations div div {
		background: url(../images/roundedCorners/ll.png) bottom left no-repeat;
	}
	div#ridfc_digitalInvestigations div div div {
		background: url(../images/roundedCorners/lr.png) bottom right no-repeat;
	}
	div#ridfc_digitalInvestigations div div div div {
		background: url(../images/roundedCorners/ul.png) top left no-repeat;
		
		letter-spacing: -0.02em;
		margin: 0;
		padding: 1% 2% 2%;
		display: block;
	}
	
/* Services Menu */
div#ridfc_servicesMenu {
	margin-left: 1.3%;
	width: 18.5%;
	float: left;
	clear: right;
	display: block;
}
div#ridfc_servicesMenu div {
	background: #d8ddd7 url(../images/roundedCorners/ur.png) top right no-repeat;
	margin: 0;
	padding: 0;
}
div#ridfc_servicesMenu div div {
	background: url(../images/roundedCorners/ll.png) bottom left no-repeat;
}
div#ridfc_servicesMenu div div div {
	background: url(../images/roundedCorners/lr.png) bottom right no-repeat;
}
div#ridfc_servicesMenu div div div div {
	background: url(../images/roundedCorners/ul.png) top left no-repeat;
	
	margin: 0;
	padding: 0.1em 0 0.1em 4%;
	display: block;
}
	div#ridfc_servicesMenu h1 {
		margin: 0;
		padding: 0;display: block;
	}
	div#ridfc_servicesMenu ul {
		margin: 1em 0;
		padding: 0;
	}
	div#ridfc_servicesMenu ul li {
		list-style-type: none;
	}
	div#ridfc_servicesMenu ul li a {
		text-decoration: none;
		
		padding: 0.6em;
		font-weight: bold;
		outline: none;
		display: block;
		
		color: #333;
	}
	div#ridfc_servicesMenu ul li a:hover {
		background-color: #CCF;
		
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		-webkit-border-radius-topleft: 6px;
		-webkit-border-radius-bottomleft: 6px;
	}

div#ridfc_rightColumn {
	width: 26%;
	margin-right: 1.8%;
	margin-bottom: 2%;
	clear: right;
	float: right;
	display: inline;
}
	div#ridfc_rightColumn div {
		background: #DCDCDC url(../images/roundedCorners/ur.png) top right no-repeat;
		margin: 0;
		padding: 0;
	}
	div#ridfc_rightColumn div div {
		background: url(../images/roundedCorners/ll.png) bottom left no-repeat;
	}
	div#ridfc_rightColumn div div div {
		background: url(../images/roundedCorners/lr.png) bottom right no-repeat;
	}
	div#ridfc_rightColumn div div div div {
		background: url(../images/roundedCorners/ul.png) top left no-repeat;
		
		margin: 0;
		padding: 4% 4%;
	}
	div#ridfc_rightColumn h1 {
		font-size: 140%;
		margin: 1em 0;
		color: #104b7d;
	}
	div#ridfc_rightColumn a {
		text-decoration: none;
		border: none;
		font-weight: bold;
		
		color: #104b7d;
	}
	div#ridfc_rightColumn a:hover {
		color: #9fad9f;
	}
	div#ridfc_rightColumn img {
		margin: 0.1em;
	}
	
	div#ridfc_rightColumn em {
		font-family:Arial, Helvetica, sans-serif
		
	}
	
	div#ridfc_rightColumn p{
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 1px;
	}
	

div#ridfc_footer {
	color: #CCC;
	margin: 1em 0 0;
	text-align: center;
	clear: both;
	display: block;
}
div#ridfc_footer div {
	background: #0b2747 url(../images/roundedCorners/ur.png) top right no-repeat;
	margin: 0;
	padding: 0;
}
div#ridfc_footer div div {
	background: url(../images/roundedCorners/ul.png) top left no-repeat;
	
	padding: 1.5em 0 0.2em;
}
	div#ridfc_footer a{
		color: #FFF;
		text-decoration:none;
	}
	div#ridfc_footer p {
		color: #999;
		text-decoration:none;
		margin: 0 0 1em;
	}
	
