/*////////////////////////////////////////////////////
//																									//
//                HOMEPAGE STYLES	                	//
//																									//
// SITE: HARMONY EMPLOYMENT AGENCY									//
// AUTHOR: MARC JONES, ICEBOMB											//
// VERSION: 1.0																			//
// CREATED: 20 NOV 09																//
// LAST UPDATED: 14 JAN 10													//
//																									//
////////////////////////////////////////////////////*/


#mainContent {
	background-image: url(img/maincontent_hp.png);
	background-repeat: repeat-y;
}

/* LAYOUT :: FOOTER */
#footer {
	background-image: url(img/footer-hp_bg.png);
}

#mainContent h1 {
	width: 500px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	display: block;
	height: 30px;
	background-image: url(img/homepage_h1.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	overflow: hidden;
	text-align: left;
	text-indent: -1000px;
	border: none !important;
}

/* MAINCONTENT :: COLS */
#mainContent #leftCol,
#mainContent #rightCol,
#mainContent #centreCol {
	overflow: hidden;
	float: left;
}
#mainContent #leftCol,
#mainContent #rightCol {
	width: 180px;
	background-color: #FFFFFF;
	height: 444px;
}
#mainContent #centreCol {
	width: 560px;
	background-image: url(img/centrecol_bg.png);
	background-repeat: no-repeat;
	padding-top: 30px;
}

.hpCol1,
.hpCol2 {
	width: 240px;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
.hpCol1 {
	margin-left: 30px;
	margin-right: 10px;
}
.hpCol2 {
	margin-left: 10px;
}
.hpCol1 h2 strong,
.hpCol2 h2 strong {
	color: #FED447;
	font-weight: normal;
}
.hpCol1 ul,
.hpCol2 ul {
	margin: 0px;
  padding: 0px;
	list-style: none;
}
.hpCol1 li,
.hpCol2 li {
	text-align: left;
	list-style: none;
	color: #1c4471;
	font-size: 1.2em;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9fc7eb;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.2em;
}

/* SIDEBAR :: SLIDESHOWS */
#rightCol, #leftCol {
  position:relative;
	height: 444px;
	background-color: #FFFFFF;
}
#rightCol img, #leftCol img {
	border: none;
	display: block;
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	background-color: #FFFFFF;
	height: 444px;
}
#leftCol img.active, #rightCol img.active {
    z-index:10;
}

#leftCol img.last-active, #rightCol img.last-active {
    z-index:9;
}

