/* BEGIN HOME CSS */

#left-col { 
	position: relative; 
	margin: 0 0 0 0; 
	padding: 171px 0px 75px 0px; 
	width: 500px; 
	float: left; 
	color:#000;
}

#right-col { 
	margin: 0 0 0 0; 
	padding: 171px 0px 175px 0px; 
	width: 240px; 
	float: right; 
	color:#000;
}

.fp_title_container {
	background:#2e4973;
	color:#fff;
	/*width:220px*/
	width:217px;
	height:30px;
	margin:auto;
	text-align:center;
	border:1px solid #aaa;
	border-top:none;
}

.fp_title_lbl {
	position: relative; 
	top:5px;
	font-size:16px;
	margin: 0; 
	padding: 0; 
}

.fp_display_bottom {
    background:url('../images/fpbgb.gif') no-repeat top center transparent;
	color:#fff;
	/*width:220px*/
	width:232px;
	height:30px;
	margin:auto;
	text-align:center;
}

.fp_view_all_title_container {
    /*background:url('../images/fpbgb.gif') no-repeat top center transparent;*/
	color:#fff;
	/*width:220px*/
	width:218px;
	/*height:30px;*/
	height:5px;
	margin:auto;
	text-align:center;
}

.fp_view_all_lbl {
	position: relative; 
	top:10px;
	font-size:12px;
	margin: 0; 
	padding: 0;
}

.fp_view_all_lbl a {
	color:#2e4973;
}

.fp_view_all_lbl a:hover { color:#2e4973;}

.fp_content {
	/*width:220px;*/
	width:233px;
	margin-left:2px;
	padding-top:15px;
	overflow: hidden;
}

.fp_display {
    background:url('../images/fpbg.gif') repeat-y ;
	/*border:1px solid #2e4973;*/
	/*width:218px;*/
	width:233px;
	overflow: hidden;
}

.fp_name_lbl {
	margin: 0px 15px 10px 15px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	height:18;
	text-align:center;
	overflow: hidden;
}

.fp_name_lbl a {
	color:#2e4973;
	text-decoration:none;
}

.fp_name_lbl a:hover { color:#2e4973;text-decoration:underline; }

.fp_info_line {
    /*margin: 0px 5px 0px 5px;*/
	margin: 0px 5px 0px 5px;
	height:18px;
	width:218;
	overflow: hidden;
	text-align:center;
}
 
.fp_lbl {
	padding-right:5px;
	color:#000;
	font-size:12px;
	width:60px;
	text-align:right;
	float: left;
}

.fp_txt {
	color:#000;
	font-size:10px;
	width:140px;
}

#fp_image {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:10px;
	border:1px solid #ccc;	
}

/* END HOME CSS */