#bgbox2home {
	background: transparent url("../images/bkgr_top_home.jpg") left top no-repeat;
}

#homeflashstory {
	background:none;
	padding: 0;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	color: #c30;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#home-columnblock {
	margin: 0;
	padding: 0 24px 0 25px;

}

#home-arrow-line-vertical {
	background: transparent url("../images/line_vertical_arrow.gif") 327px 0px repeat-y;
}

#home-arrow-line-separator-top {
	background: transparent url("../images/arrow_line_separator.gif") 322px 0px no-repeat;
	padding-right: 20px;
}

#home-arrow-line-separator-bottom {
	background: transparent url("../images/arrow_line_separator.gif") 322px 0px no-repeat;
	height: 10px;
}

/*
#arrowcontainer1 {
	background: transparent url("../images/line_horizontal_arrow1.gif") top no-repeat;
}

#arrowcontainer2 {
	background: transparent url("../images/line_horizontal_arrow2.gif") bottom no-repeat;
}

#arrowcontainer3 {
	background: transparent url("../images/line_vertical_arrow.gif") 322px 0px repeat-y;
	padding: 12px 60px 20px 28px;
}*/



/* padding fixes \*/
* html #arrowcontainer2, * html #arrowcontainer3 { height: 1%; }
/* */

#homecol1 {
	float: left;
	width: 280px;
	padding: 20px 0 0 0;
} 

#homecol2 {
	float: right;
	width: 325px;
	padding: 20px 0 0 0;	
}


#homecol1 p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #630;
}

#homecol2 p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px;
	color: #630;
	line-height: 14px;
}

#homecol2 a {
	color: #09c;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#homecol2 p a:link {
	color: #09c;
	text-decoration: none;
}

/* #homecol2 p a:visited {
	color: #999;
	text-decoration: underline;
}*/

#homecol2 p a:hover {
	color: #c30;
	text-decoration: underline;
}

#homecol2 p a:active {
	color: #c30;
	text-decoration: underline;
}

#homecol2 p a.moreinfo {
	display: block;
}



/*class for image border hover*/
.homeimgborder img{
	margin: 0 0 15px 8px;
	border: 1px solid #630;
}

.homeimgborder:hover img{
	border: 1px solid #c30;
}

/*hack for border hover to work*/
.homeimgborder:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

