/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
}

#topArea{
	height:227px;
	width:1000px;
	background:url(images/qcNewTop.jpg) no-repeat;
	position:relative;
}

	.flashBanner{
		height:151px;
		width:850px;
		position:absolute;
		top:76px;
		left:75px;
	}

#menuController{
	height:84px;
	width:1000px;
	position:relative;
	top:0px;
	background:url(images/menuBG.jpg);
}


	.button1 a{
		display:block;
		height:84px;
		width:77px;
		background:url(images/buttons/button1P.jpg);
		position:absolute;
		top:0px;
		left:75px;
	}	
	.button1 a:hover{
		background:url(images/buttons/button1B.jpg)
	}
	
	.button2 a{
		display:block;
		height:84px;
		width:168px;
		background:url(images/buttons/button2P.jpg);
		position:absolute;
		top:0px;
		left:152px;
	}	
	.button2 a:hover{
		background:url(images/buttons/button2B.jpg)
	}
	
	.button3 a{
		display:block;
		height:84px;
		width:77px;
		background:url(images/buttons/button3P.jpg);
		position:absolute;
		top:0px;
		left:320px;
	}	
	.button3 a:hover{
		background:url(images/buttons/button3B.jpg)
	}
	
	.button4 a{
		display:block;
		height:84px;
		width:101px;
		background:url(images/buttons/button4P.jpg);
		position:absolute;
		top:0px;
		left:397px;
	}	
	.button4 a:hover{
		background:url(images/buttons/button4B.jpg)
	}
	
	.button5 a{
		display:block;
		height:84px;
		width:137px;
		background:url(images/buttons/button5P.jpg);
		position:absolute;
		top:0px;
		left:498px;
	}	
	.button5 a:hover{
		background:url(images/buttons/button5B.jpg)
	}
	
	.button6 a{
		display:block;
		height:84px;
		width:103px;
		background:url(images/buttons/button6P.jpg);
		position:absolute;
		top:0px;
		left:635px;
	}	
	.button6 a:hover{
		background:url(images/buttons/button6B.jpg)
	}
	
	.button7 a{
		display:block;
		height:84px;
		width:69px;
		background:url(images/buttons/button7P.jpg);
		position:absolute;
		top:0px;
		left:738px;
	}	
	.button7 a:hover{
		background:url(images/buttons/button7B.jpg)
	}
	
	.button8 a{
		display:block;
		height:84px;
		width:118px;
		background:url(images/buttons/button8P.jpg);
		position:absolute;
		top:0px;
		left:807px;
	}	
	.button8 a:hover{
		background:url(images/buttons/button8B.jpg)
	}

#midSection{
	width:1000px;
	position:relative;
	top:0px;
	background:url(images/midSectionBG.jpg) repeat;
}

	.homeContent{
		padding-left:75px;
		padding-right:75px;
	}
	
	.homeImageWrapper{
		width:850px;
		height:364px;
		position:relative;
	}
	
	.homeImage1{
		height:364px;
		width:170px;
		position:absolute;
		left:0px;
		top:0px;
	}

	.homeImage2{
		height:364px;
		width:170px;
		position:absolute;
		left:170px;
		top:0px;
	}
	
	.homeImage3{
		height:364px;
		width:170px;
		position:absolute;
		left:340px;
		top:0px;
	}
	
	.homeImage4{
		height:364px;
		width:170px;
		position:absolute;
		left:510px;
		top:0px;
	}
	
	.homeImage5{
		height:364px;
		width:170px;
		position:absolute;
		left:680px;
		top:0px;
	}

		
#bottomArea{
	width:1000px;
	height:150px;
	background:url(images/qcBottom.jpg) no-repeat;
}

	.halfLight{
		position:relative;
		top:95px;
	}
