*{
	padding: 0px;
	margin: 0px;
}		

body{
	background: #131313 url(../code/random_image_home.php) no-repeat;	
	/*background: #131313  url(../images/home_bg/home4.jpg) no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
	line-height: 120%;
	margin-bottom: 12px;
}
h1{

}

h2{
	
	font-size: 15px;
	font-weight: normal;
}
h3{
	font-size: 12px;
	color: #F26722;
	margin-bottom: 12px;
	
}


	/* topnav */
	#top_home{
		float: left;
		height: 112px;
		margin-top: 10px;
		
		width: 980px;
	}
		p.tagLine{
			float: left;
			color: #FDB924;
			padding-left: 290px;
		}
		#top_home ul#topNav{
			list-style-type: none;
			float: right;
			margin-right: 50px;
		
		}
		#top_home ul#topNav li{
			float: left;
			margin-left: 80px;
		}
			#top_home ul#topNav li a{
				color: #fff;
				text-decoration: none;
				
			}
			#top_home ul#topNav li a:hover{
				color: #FDB924;
				text-decoration: none;
				
			}
	/*subNav */
#container_home{
	width: 980px;
	float: left;
	overflow: hidden;
	
	
}
	
#content{
	float: left;
	width: 980px;
	
}

		
	/* leftCol */
	#news{
		float: left;
		padding-left: 78px;
		width: 283px;
		left: 0px;
		margin-top: 170px;
	}
	
		.newsHeader{
			background: #00305E url(../images/news_announcements_bg.gif) no-repeat;
			margin-bottom: 3px;
			color: #fff;
			font-weight: bold;
			padding: 3px 3px 2px 93px;
		}

		.box{
			margin-bottom: 3px;
			float: left;
		}
		.text{
			background: url(../images/box_bg.png) repeat-y;
			width: 263px;
			float: left;
			padding: 10px;
		
		}
		p.date{
			width: 75px;
			float: left;
			color: #FFF;
		}
		p.date a{
			text-decoration: none;
			color: #FFF;
		}
		p.blurb{
			width: 170px;
			float: left;
			padding-left: 18px;
			color: #00305E;
		}
		p.blurb a{
			text-decoration: underline;
			color: #00305E;
			
		}
		p.blurb a:hover{
			color: #fff;
		}
		
	/* rightCol */
	#rightCol_home{
		float: left;
		width: 300px;
		color: #FCEE21;
		margin-left: 50px;
	}
	.home_statement{
		font-size: 16px;
		color: #FCEE21;
		line-height: 20px;
	}

	/* Main Nav */			
	#mainNav{
		float:left;
		width: 190px;
		margin-left: 31px;
		margin-top: 10px;
		height: 320px;
	}		
		#mainNav ul{
			list-style-type: none;
			padding: 10px 0px 0px 10px;
		}
		#mainNav ul li{
			margin-bottom: 10px;
		}
		/* Company */
		#mainNav ul li a.Company{
			background:  url(../images/nav/company.gif) no-repeat;
			width: 220px;
			height: 35px;
			display: block;
		}
		#mainNav ul li a.Company:hover{
			background: url(../images/nav/company_r.gif) no-repeat;
		}
		#mainNav ul li.current a.Company{
			background: url(../images/nav/company_c.gif) no-repeat;
			width: 220px;
			height: 35px;
			display: block;
		}
		
		/* Design */
		#mainNav ul li a.Design{
			background: url(../images/nav/design.gif) no-repeat;
			width: 220px;
			height: 35px;
			display: block;
		}
		#mainNav ul li a.Design:hover {
			background: url(../images/nav/design_r.gif) no-repeat;
		}
		#mainNav ul li.current a.Design{
			background:  url(../images/nav/design_c.gif) no-repeat;
		}
		
		/* Forensic */
		#mainNav ul li a.Forensic{
			background: url(../images/nav/forensic.gif) no-repeat;
			width: 220px;
			height: 35px;
			display: block;
		}
		#mainNav ul li a.Forensic:hover{
			background: url(../images/nav/forensic_r.gif) no-repeat;
		}
		#mainNav ul li.current a.Forensic{
			background: url(../images/nav/forensic_c.gif) no-repeat;
		}
				
		/* Science */		
		#mainNav ul li a.Science{
			background: url(../images/nav/science.gif) no-repeat;
			width: 220px;
			height: 35px;
			display: block;
		}
		#mainNav ul li a.Science:hover{
			background: url(../images/nav/science_r.gif) no-repeat;
		}
		#mainNav ul li.current a.Science{
			background: url(../images/nav/science_r.gif) no-repeat;
		}
		
		#footer_home{
			width: 980px;
			float: left;
		}
		#footer_home p{
			padding-left: 410px;
			padding-top: 40px;
			color: #F26722;
			position: absolute;
			bottom: 0px;
			font-size: 12px;
			line-height: 130%;
		}
		#footer_home a{
			color: #F26722;
			text-decoration: underline;
		}
		#footer_home a:hover{
			color: #F26722;
			text-decoration: none;
		}
	
