/*---- Global Style ---- */

html { overflow-y:scroll; }
body {
	color:#666666;
	font-size:12px;
	margin:0;
	background-color:#000;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/repeating_header.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	}

a { color:#d9571f; font-weight:bold; text-decoration:none; }
a:hover {color:#d9571f; font-weight:bold; text-decoration:underline;}


.top {
	position:relative;
	top:0;
	left:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.bottom {
	position:relative;
	bottom:0;
	left:0;
}

.sub-heading {
	color:#2f3a86;
	font-weight:bold;
}

.gray-line {
	position:relative;
	width:100%;
	height:2px;
	background-color:#cccccc;
}

.red-text {
	color:#da1f1f;
}

.text-heading {
	color:#3C4681;
	font-size:18px;
	font-weight:strong;
	margin:10px 0 10px 0;
}


/* Container Settings
-------------------------------------------------- */


#wrapper {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	
}

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/background_content.jpg);
	background-repeat:repeat-y;
	}
	
#main-top {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:no-repeat;
	}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:225px;
	background-image:url(images/background_header.jpg);
	background-repeat:no-repeat;
}

#nav {
	position:relative;
	top:160px;
	left:230px;
	width:688px;
	height:21px;
}

#sidebar {
	position:relative;
	top:0;
	left:0px;
	float:right;
	width:260px;
	height:auto;
	padding:20px 37px 0 0;
}


#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:100px;
	clear:both;
}

.footer-text {
	position:relative;
	top:0;
	left:0;
	color:#999999;
	width:850px;
	height:100px;
	padding:0 50px 50px;
}



/* Main Content Settings
-------------------------------------------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:580px;
	height:auto;
	padding:20px 20px 20px 45px;
}

.content-text {
	position:relative;
	width:570px;
	padding:0 0 0 10px;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:861px;
	height:260px;
	margin:0 auto;
}

/* services Settings
-------------------------------------------------- */

#services {
	position:relative;
	top:0;
	left:0;
	width:570px;
	height:auto;
}

.service-title {
	position:relative;
	width:150px;
	height:70px;
	text-align:center;
	color:white;
	font-size:18px;
	font-weight:bold;
	background-image:url(images/bg_service-title.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0 10px 0 0;
	padding:20px 10px 0 10px;
}

.service-lists-cell {
	background-image:url(images/bg_services.jpg);
	background-repeat:no-repeat;
	background-position: top left;

}

.services .title {
background-image:url(images/bg_services-title.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

.services ul {
	margin-bottom: 20px;
}
.services .title h3 {
	color: #FFF;
	font-size: 16px;
	padding-left: 10px;

}


.service-list {
	position:relative;
	width:170px;
	height:auto;
	background-image:url(images/bg_service-list.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0 10px 0 0;
}

.investigative-service {
	position:relative;
	width:530px;
	height:auto;
	background-color:#E0E0E0;
	border:solid 2px #666666;
	padding:10px 15px 15px 15px;
	margin:0 0 15px 0;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:21px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/navigation.jpg);
}

a#nav_01 {
	width:54px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -21px;
}



a#nav_02 {
	width:81px;
	cursor:pointer;
	background-position:-54px 0;
}

a:hover#nav_02{
	background-position:-54px -21px;
}



a#nav_03 {
	width:113px;
	cursor:pointer;
	background-position:-135px 0;
}

a:hover#nav_03{
	background-position:-135px -21px;
}


a#nav_04 {
	width:85px;
	cursor:pointer;
	background-position:-248px 0;
}

a:hover#nav_04{
	background-position:-248px -21px;
}


a#nav_05 {
	width:57px;
	cursor:pointer;
	background-position:-333px 0;
}

a:hover#nav_05{
	background-position:-333px -21px;
}



a#nav_06 {
	width:79px;
	cursor:pointer;
	background-position:-390px 0;
}

a:hover#nav_06{
	background-position:-390px -21px;
}



a#nav_07 {
	width:117px;
	cursor:pointer;
	background-position:-469px 0;
}

a:hover#nav_07{
	background-position:-469px -21px;
}

a#nav_08 {
	width:102px;
	cursor:pointer;
	background-position:-586px 0;
}

a:hover#nav_08{
	background-position:-586px -21px;
}
