/* Page Layout Style Specific to Events Index Page */
/* Version V1.0.0, 15/05/2008 WBM. */
/* Copyright 2008 property of PNSA */
/* Produced by Design Atom - www.designatom.com */


/* ------------------------------------------------------------ */

/* 1st Article Right Split Content */
div.rightsplit0 {
	width: 200px; 
	height: 80px;
	background-color: #B0220A;
	float: right;
	overflow: hidden;
	z-index: 1;
}

/* 1st Article Left Split Content */
div.leftsplit0 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 380px; 
	height: 80px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

div.innerleft0 {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #B0220A;
	z-index: 2;
}

/* 2nd Article Right Split Content */
div.rightsplit1 {
	width: 200px; 
	height: 80px;
	background-color: #B0220A;
	float: right;
	overflow: hidden;
	z-index: 1;
}

/* 2nd Article Left Split Content */
div.leftsplit1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 380px; 
	height: 80px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

div.innerleft1 {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #B0220A;
	z-index: 2;
}

/* 3rd Article Right Split Content */
div.rightsplit2 {
	width: 200px; 
	height: 80px;
	background-color: #B0220A;
	float: right;
	overflow: hidden;
	z-index: 1;
}

/* 3rd Article Left Split Content */
div.leftsplit2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 380px; 
	height: 80px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

div.innerleft2 {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #B0220A;
	z-index: 2;
}

/* Scroll Arrows Container */
div.arrows {
	width: 22px; 
	height: 80px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* Archived Articles Content */
div.archives {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px; 
	height: 90px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

div.innerarchives {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px; 
	background-color: #B0220A;
	z-index: 2;
}

/* Archive Scroll Arrows Container */
div.archivearrows {
	width: 22px; 
	height: 90px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* Scroll Up Arrow */
img.scrollup {
	position: relative; 
	top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Scroll Down Arrow */
img.scrolldown {
	position: relative; 
	top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Divider Between Articles */
hr.split {
	clear: both;
	width: 50%;
	color: #FFFFFF;
	align: center;
}