/* ================================================= */
/* SETTINGS FOR CONTENT AREA OF THE HOME PAGE        */
/* ================================================= */


#ContentPanel{
	background: black; 
	position: relative; 
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 780px; 
	height: 485px; 
	text-align: center;
	}
	
/* ===== ROW 1 CONTENT ===== */

#ContentRow1{
	position: absolute;
	top: 33px;
	left: 5px;
	width: 100%; 
	text-align: left;
	float: left;
	z-index: 2;
	}
	
#Row1_Item1{
	background: transparent;
	position: relative;
	float: left;
	left: 0px;
	}
	
#Row1_Item2{
	background: transparent;
	position: relative;
	float: left;
	left: 5px;
	}

#Row1_Item3{
	background: transparent;
	position: relative;
	float: left;
	left: 10px;
	height: 210px; 
	width: 468px;
	}
	
/* ===== ROUNDED RED BOX EDGE ===== */

#Box_RedEdge{
	background: #970f00;
	position: relative;
	float: left;
	height: 210px; 
	width: 15px;
	}
	
#Box_RedTopLeftCorner{
	background: transparent url(../images/TopLeft_Red.gif) top left no-repeat;
	position: relative;
	float: left;
	left: 0px;
	width: 15px;
	height: 50%; 
	}
	
#Box_RedBottomLeftCorner{
	background: transparent url(../images/BottomLeft_Red.gif) bottom left no-repeat;
	position: relative;
	float: left;
	left: 0px;
	width: 15px;
	height: 50%; 
	}

/* ===== MAIN TEXT BOX - WHITE ===== */

#Box_Content{
	background: white;
	position: relative;
	float: left;
	height: 210px; 
	width: 448px;
	font: 11px verdana, sans-serif; 
	text-align: left;
	color: #1B3056;
	line-height: 1.3;
	}

#Box_Content p{
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 14px;
	}


/* ===== ROW 2 ELEMENTS ===== */

#ContentRow2{
	background: transparent;
	position: absolute;
	top:  247px;
	left: 5px;
	width: 100%; 
	height: 210px;
	text-align: left;
	z-index: 2;
	}
	
#Row2_Item1{
	background: transparent;
	position: relative;
	float: left;
	left: 0px;
	height: 210px;
	width: 371px;
	}

#Row2_Item2{
	background: transparent;
	position: relative;
	float: left;
	left: 5px;
	}

#Row2_Item3{
	background: transparent;
	position: relative;
	float: left;
	left: 10px;
	}

#Row2_Item4{
	background: transparent;
	position: relative;
	float: left;
	left: 15px;
	}

/* ===== GREY FOOTER ROW ===== */

#Footer{
	background: transparent;
	position: absolute;
	top: 492px;
	left: 5px;
	width: 770px; 
	height: 15px; 
	float: left;
	}

#FooterLeft{
	background: transparent url(../images/Footer_Left.gif) left top no-repeat;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 5px; 
	height: 17px; 
	float: left;
	}

#FooterCentre{
	background: #404040;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 760px; 
	height: 17px; 
	float: left;
	font: 8px verdana, sans-serif; 
	text-align: left;
	color: #6b7379;
	line-height: 1.3;
	}

#FooterRight{
	background: transparent url(../images/Footer_Right.gif) right top no-repeat;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 5px; 
	height: 17px; 
	float: left;
	}