/* Page CSS */
div.showcasecell{
	width: 250px;
	padding: 10px;
	margin: 20px;
	border: 1px solid #cccccc;

}
div.dclear{
	clear:both;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;

	margin: 1px 6px 1px 6px;
}
div.fpshowcase{
	background-image: url('/static/images/fpshowcase_grad.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #f7f7f7;
	padding: 5px;
	margin-top: 20px;
}
div.fpshowcase h2{
	font-size: 20px;
	display: inline;
}
div.fpflash{
	float:left;
	width: 480px;
}
div.fpmessage{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	float: left;
}
div.fptitle{
	margin-top: 20px;
	font-size: 26px;
	font-style: italic;
	color: #98D369;
}
div.fpsection{
	margin: 30px 20px 30px 0px;
}
div.fpsection a{

}
div.fpsection a:visited{
	color: #000000;
}
div.fpsection a:hover{
	color: #ff6600;
}
div.fpsubtitle{
	font-style: italic;
	font-size: 18px;
	margin-bottom: 20px;
}
div.more{
	display: block;
	text-align: right;
}
div.fpsection blockquote{
	font-size: 12px;
}
.fphome{
	background-image: url('../images/fphome.jpg');
	background-repeat: no-repeat;
	padding-left: 70px;
}
.fpbusiness{
	background-image: url('../images/fpbusiness.jpg');
	background-repeat: no-repeat;
	padding-left: 70px;
}
div.fpcontent{
	background-repeat: repeat-x;
}
div.even{
	background-color: #ffffff;
	padding: 4px;
	min-height: 20px;
	border: 1px solid #cccccc;
	/*margin: 4px 0px 4px 0px;*/
}
div.odd{
	line-height: 20px;
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	background-image: url('../images/fpshowcase_grad.jpg');/**/
	display: block;
	font-weight: bold;
	border: 1px solid #cccccc;
	/*margin: 4px 0px 4px 0px;*/
}
div.even b, div.odd b{

}

