.homebox { 
	position			: relative; 
	margin-top			: 6px;
	height				: 440px;
	width				: 100%;
}

.wrapper {
	z-index				: 100;		/* for drop down menus */
}

.imagesbox {
	position			: absolute; 
	left				: 0px; 
	top					: 0px; 
	width				: 100%; 
	height				: 250px;
	/* border				: solid blue 1px; */
}

.imagesboximage {
	position			: absolute; 
	left				: 0px; 
	top					: 0px; 
	width				: 1px; 
	height				: 250px;
}

.imagesboxrule {
	position			: absolute; 
	left				: 524px; 
	top					: 0px; 
	width				: 1px; 
	height				: 240px;
	background-color	: #CCCCCC;
}

.imagesboxfocus {
	position			: absolute; 
	top					: 0px; 
	right				: 0px; 
	width				: 251px; 
	height				: 240px;
	padding				: 0px;
	color				: #26678F;
	background-color	: #ECF1F5;
}

.imagesboxfocusheader { 
	position			: absolute; 
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bolder;
	top					: 10px; 
	left				: 20px; 
	width				: 210px; 
}
.imagesboxfocustop { 
	position			: absolute; 
	top					: 40px; 
	left				: 20px; 
	width				: 210px; 
}
.imagesboxfocusmid { 
	position			: absolute; 
	top					: 110px; 
	left				: 20px; 
	width				: 210px; 
}
.imagesboxfocusbot { 
	position			: absolute; 
	top					: 180px; 
	left				: 20px; 
	width				: 210px; 
}

.textbox {
	position			: absolute;
	width				: 100%;
	padding-left		: 20px; 
	padding-right		: 10px; 
	top					: 254px; 
	width				: 742px; 
	text-align			: justify;
	color				: #25678F;
}
a.textboxlink:link		{ text-decoration: none; color: #25678F; }
a.textboxlink:active	{ text-decoration: none; color: #25678F; }
a.textboxlink:visited	{ text-decoration: none; color: #25678F; }
a.textboxlink:hover		{ text-decoration: underline; color: #25678F; }

.bottombox {
	position			: absolute; 
	top					: 320px; 
	width				: 762px; 
	height				: 100px; 
	padding				: 10px; 
	/*border				: solid blue 1px;*/
}

.bottomtext {
	position			: absolute; 
	top					: 0px; 
	width				: 140px; 
	height				: 100px; 
	padding				: 10px; 
	text-align			: left;	
	color				: #26678F; 
}

a.bottomlink:link		{ text-decoration: none; color: #26678F; }
a.bottomlink:active		{ text-decoration: none; color: #26678F; }
a.bottomlink:visited	{ text-decoration: none; color: #26678F; }
a.bottomlink:hover		{ text-decoration: underline; color: #26678F; }

.bottomtext1 {
	left: 20px; 
}

.bottomtext2 {
	left: 210px; 
}

.bottomtext3 {
	left: 406px; 
}

.bottomtext4 {
	left: 594px; 
}