/*background*/
body 
{
	background: #88b7d4 url(../images/home-bg2.jpg) repeat-x;
}
#home-flash {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	width: 960px; height: 545px;
}
#home-content {
	position: absolute;
	top: 545px; left: 0;
	width: 960px; height: 252px;
}
#home-content #big-callout {
	background: url(../images/home-callout.gif);
	width: 494px; height: 138px;
	float: left;
}
#home-content #big-callout p{
	color: white;
	font-size: 80%;
	padding: 39px 10px 0 200px; margin: 0;
}
#home-content .small-callout {
	width: 205px;
	padding-left: 28px;
	float: left;
	font-size: 80%;
	color: white;
	position: relative;
	cursor: pointer;
}
#home-content .small-callout a{
	text-decoration: none;
	color: white;
}
#home-content .small-callout a.link{
	display: block;
	width: 205px; height: 170px;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
}
#home-content .small-callout h1{
	font-size: 160%;
	font-weight: normal;
	margin: 10px 0; padding: 0;
	color: white;
}
#home-content .small-callout ul{
	padding: 0; margin: 0 0 0 -8px;
	color: white;
}
#home-content .small-callout.purple {
	background: url(../images/arrow-purple.gif) no-repeat 127px 20px;
}
#home-content .small-callout.purple li{
	color: #7d1a99;
	margin-left: 9px;
	padding-left: 1px;
}
#home-content .small-callout.blue {
	background: url(../images/arrow-blue.gif) no-repeat 160px 20px;
}
#home-content .small-callout.blue li{
	color: #298eff;
	margin-left: 9px;
	padding-left: 1px;
}

#flash-container {position: absolute;top: 30px;left: 30px; z-index: 0;}
