
/* Header overrides */
#introtext {
	position:relative;
	background-repeat:no-repeat;
	background-position:left;
	height:235px;
	font-size:11px;
	color:#666666;
	line-height:19px;
	margin:5px;
	margin-right:30px;
	
	background-image:url("/images/homepage_icon.png");
	
}
#introtext p {
	position:absolute;
	top:30px;
	left:200px;
	width:550px;
}

/* Three box set */
/* home model box */
#homeboxset {
	position:relative;
	width:100%;
	height:290px;
	padding-top:2px;
}
.homebox {
	position:absolute;
	background-color:#fdf0d4;
	width:213.4px;
	height:260px;
	margin-left:2px;
	padding: 20px;
	padding-top:10px;
	font-size:11px;
	cursor:pointer;
	text-align:left;
	line-height:15px;
}
.homebox#box1 {
	background-color:#fdf0d4;
	left:0%;
}
.homebox#box2 {
	background-color:#f2ebba;
	left:33.3%;
}
.homebox#box3 {
	background-color:#fce5a5;
	left:66.6%;
}
.homebox h1 {
	font-size:12px;
	color: black;
	padding:0px;
	margin:0px;
	clear:both;
	text-align:center;
}
.homebox p {
	padding-left:5px;
	padding-right:5px;
}
.homebox img {
	margin-bottom:0px;
	margin-left:5px;
	margin-top:15px;
	border:2px solid #ebdfc5;
}
.homebox a {
	text-decoration:none;
	color:black;
}
#content_idx {
	margin:0px;
}
