/*Showcase 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/fptitle_grad.jpg');
	background-repeat: repeat-x;
	background-color: #333;
	font-size: 12px;
	color: #ccc;
	border-bottom: 1px solid #f7f7f7;
	padding: 5px;
	margin-bottom: 20px;
}
div.fpshowcase h2{
	color: #ccc;
	font-size: 20px;
	display: inline;
}
div.fpflash{
	float:left;
	width: 480px;
}
div.fpmessage{
	/*
	background-image: url('../images/fptitle_grad.jpg');
	background-repeat: repeat-x;
	background-color: #000000;*/
	padding: 0px 20px 20px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 380px;
	height: 367px;
}
div.fptitle{
	margin-top: 20px;
	font-size: 26px;
	font-style: italic;
	color: #98D369;
}
div.fpsection{
	margin: 30px 20px 30px 0px;
}
div.fpsection a{
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
}
div.fpsection a:visited{
	color: #ffffff;
}
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;
}
.mainsection{
	padding: 0px;
	background-color: #ffffff;
}
.full{
	padding: 0px;
	background-color: #000000;
	background-image: url('../images/white.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
div.fpcontent{
	background-image: url('../images/fptitle_grad.jpg');
	padding: 20px;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
table.main{
	width: 940px;
}

