#scroller {
	clear: both;
/*	border: 1px solid #F1F1F1;
	background-color: #F8F8F8;*/
	padding: 0 0 10px;
}

/* shadows around images on home page */
.shadowbox {
	float: left;
	width: 222px;
	height: 192px;
	margin: -24px 0 0;
	text-align: center;
}
.shadowbox table {
	font-size: 0;
	line-height: 0;
}
.top-left {
	width: 6px;
	height: 6px;
	background: url(/images/home/shad-top-left.gif) bottom right no-repeat;
}
.top-right {
	width: 6px;
	height: 6px;
	background: url(/images/home/shad-top-right.gif) bottom left no-repeat;
}
.bot-right {
	width: 6px;
	height: 6px;
	background: url(/images/home/shad-bot-right.gif) top left no-repeat;
}
.bot-left {
	width: 6px;
	height: 6px;
	background: url(/images/home/shad-bot-left.gif) top right no-repeat;
}
.top {
	background: url(/images/home/shad-top.gif) bottom repeat-x;
}
.right {
	background: url(/images/home/shad-right.gif) left repeat-y;
}
.bot {
	background: url(/images/home/shad-bot.gif) top repeat-x;
}
.left {
	background: url(/images/home/shad-left.gif) right repeat-y;
}


#content {
	padding-top: 30px;
}
#content td {
	vertical-align: top;
	padding: 0 25px;
	border-left: 1px solid #D8D8D8;
}
#content h1 {
	padding-top: 0;
}
#content h1 a {
	color: #0097D3;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}
#content p a {
	background: url(/images/page/bullet.gif) right bottom no-repeat;
	padding-right: 10px;
/*	text-decoration: none;*/
}
#content input {
	margin-bottom: 14px;
	width: 180px;
}
#content ul {
	margin-top: 5px;
}
#content li a {
	text-decoration: underline;
}

/* ----- pop-over home page ad ----- */

#homead {
	margin: 0 auto;
	top: 100px;
	margin-bottom: -330px;
	width: 330px;
	position: relative;
	text-align: center;
	z-index:3000;
}
#homead a h3, #homead h3 {
	margin: 0;
	padding: 90px 0 10px;
	font: normal 19px/23px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: underline;
}
#homead p {
	margin: 10px 55px 30px;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #A10D02;
}
#homead div {
	height: 330px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='/images/homepage_ad/popover-ad-bg.png');
}
#homead div div {
	margin: 0 auto;
	width: 80px;
	filter: none;
	background-image: none;
}
#homead div div a {
	display: block;
	padding-left: 10px;
	font-size: 9px;
	line-height: 12px;
	color: #F9E2BF;
	text-decoration: underline;
	background: url(/images/homepage_ad/close-ad.gif) left no-repeat;
}
#homead a { 
	position: relative; 
}
#homead>div {
	background-image: url(/images/homepage_ad/popover-ad-bg.png);
}



