@import url("global.css");

/* MASTERBOX
------------------------------------------------------------------------------------------------------------------------*/ 	
#MasterBox {
	width: 760px;
	margin: 0 auto;
	background: url(../images/MasterBox.gif);
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	}
	
/* RIGHT SIDE PARENT AND CONTENT
------------------------------------------------------------------------------------------------------------------------*/ 		
#RightBox { 
	float: left;
	width: 543px;

	}
#HeroFlash {
	height: 327px; 
	background: url(../images/HeroFlash.jpg);
	z-index:1;
	}
#ContentHeaders {
	height: 50px;
	background: url(../images/ContentHeaders.gif);
	}
#RightContentBox {
	background: url(../images/RightContentBox.gif);
	height:100%; /* Needed for TestimonialsButtons */
	position:relative;
	}
#WelcomeTests {
	background: url(../images/WelcomeTests.jpg) bottom right no-repeat;
	height: 200px;
	width: 543px;
	display: table;
	}
#WelcomeTests p {
	padding: 15px 20px 10px 14px;
	font: 12px Arial;
	width: 250px;
	}
	#WelcomeTests a {
		color:#FC0;
		text-decoration:underline;
		}
	#WelcomeTests a:hover {
		background:#333;
		color:#FFF;
		text-decoration:none;
		}
#FeatProjects {
	height: 251px;
	background: url(../images/FeatProjects.jpg);
	}
.TestimonialsButton{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:264px;
	height:200px;
}
