/* SUBHEAD BACKGROUND */

/* div.subhead {
	background-image: url("../images/home/bkg_shd_hm_f.gif"); 
	background-repeat: no-repeat;
	} */

/* END SUBHEAD BACKGROUND */

div.content p {
	line-height: 1.7em;
	margin: 0em 40px 1.2em 0px;
	}

div.content h1 {
	margin: 0em 15px .8em 0px;
	}


/* **** main slider **** */

#mainImg {
	position: absolute;
	top: 198px;
	left: 169px;
	width: 706px;
	height: 253px;
	/*	overflow:hidden; */
	text-align: center;
	background-image: url(images/home/slider_1.png);
	}

/* home page slider */

#mainSlider {
	width:706px;
	height:253px;
	overflow:hidden;
	}

#mainSlider li {
	display:block; 
	position:relative;
	width:706px;
	height:253px;
	}
a.prevBtn,
a.nextBtn,
.prevBtn,
.nextBtn {
	position:absolute;
	top:112px;
	width:34px;
	height:34px;
	text-indent:-90000px;
	overflow:hidden;
	background-color:#476089; 
/*	background-color:transparent; */
	background-image:url(../images/home/arrow-prev-next.png);
	background-repeat:no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px;
	}

.prevBtn {
	left: 0px;
	background-position:left top;
	}

.nextBtn {
	right: 0px;
	background-position:-34px top;
	}

	
