/*************************************************************************
 AUTHOR :	Jeff Reinhardt
**************************************************************************/
h1{
	color:#9A163B;
}
p{
	margin:13px 0 0 0;
}
#header {
	height:328px;
}
#headerPhoto {
	top:0;
		height:328px;
}

.video{
	position:absolute;
	left:27px;
	top:165px;
	width:343px;
	height:274px;
	z-index:1000;
}
.player{
	position:absolute;
	left:12px;
	top:20px;
	width:320px;
	height:180px;
	z-index:1000;
}
.button{
	text-align:center;
	width:343px;
	height:auto;
}
.video img{
	display:block;
	margin:0 auto;
}

.homeTopRow{
	position:relative;
	width:960px;
	height:auto;
	float:left;
	height:132px;
	background:url(../images/bg_texture_home.jpg) repeat-y;
}

.promos{
	padding:0 0 40px 16px;
}


/* COLUMNS IN 2 COLUMN ROW */
	/* COLUMN 1- SAME SIZE IN 2 AND 3 COLUMN ROWS */
.homeTopRow .c1{
	float:left;
	width:270px;
	height:auto;
	padding:0;
	margin:10px 0 0 398px;
}
.homeTopRow .c2{
	float:left;
	width:270px;
	height:auto;
	margin:10px 0 0 4px;
}
.rowCol2 .c1{
	width:288px;
	padding:0;
	margin:20px 0 0 57px;
}
.c1 .promo{
	padding:0 0 20px 0;
}
.contactPanel{
	position:relative;
	width:288px;
	height:auto;
}
.rowCol2 .c2{
	width:490px;
	height:auto;
	margin:20px 27px 20px 60px;
}