@charset "UTF-8";
/* CSS Document */

#home_wrapper {
	height: 100%;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	overflow: hidden;
	background-color: #E5E5E5;
}


#home_info_collumn{
	height: 430px;
	width: 290px;
	margin-right: 10px;
	padding-top: 20px;
	padding-right: 20px;
	clear: none;
	float: left;
}


#home_statment{
	margin-bottom: 10px;	
}

#home_img{
	bottom:20px;
	margin-right: 20px;
}
	
/* Home Stripe START */

#home_stripe{
	height: 410px;
	width: 270px;
	padding: 20px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	clear: none;
	float: left;
}

.home_peek_label{
	height: 40px;
	position: relative;
	bottom: 50px;
	width: 130px;
}
	
/* Home Stripe END */

/* NEW START */

.boxgrid{
	width: 590px;
	height: 410px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
			}
			
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
				}
				
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
				}

.boxcaption{
	float: right;
	position: absolute;
	background: #EB5A5A;
	height: 225px;
	width: 270px;
	opacity: .95;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
				
			
		
.caption .boxcaption {
	bottom: -180px;
	right: 0px;
	overflow: hidden;
 				}
				
#latest_entry_box{
	width: 590px;
	height: 410px;
	background-color: #FFFFFF;
	padding: 20px;
	clear: none;
	float: left;
	}
	
.home_white_label{
	width: 250px;
	height: 31px;
	background-color: #FFFFFF;
	clear: none;
	float: left;
	padding-left:20px;
	padding-top:14px;
	}

#home_info_collumn_new{
	height: 450px;
	width: 290px;
	margin-right: 10px;
	padding-right: 20px;
	clear: none;
	float: left;
}



#home_latest_content{
	height: 140px;
	width: 230px;
	padding: 20px;
	clear: none;
	float: left;
	position: relative;
	overflow: hidden;
}





#latest_entry_box{
	width: 590px;
	height: 410px;
	background-color: #FFFFFF;
	padding: 20px;
	clear: none;
	float: left;
	}
	
.home_news_box {
	height: 220px;
	width: 310px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right:10px;
	clear: none;
	float: left;
	overflow: hidden;
	}
	
.home_news_content {
	height: 180px;
	width: 270px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 20px;
	}


.home_news_content a:link {
	text-decoration: none;	
	}
	
	
.home_link {
	position: absolute;
	bottom: 0px;
}

#most_viewed {
	height: 180px;
	width: 270px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 20px;
	background-color: #FFF;
	overflow: hidden;
	clear: none;
	float: left;
	}
	
#random {
	height: 180px;
	width: 270px;
	margin-top: 10px;
	padding: 20px;
	background-color: #FFF;
	overflow: hidden;
	clear: none;
	float: left;
	}

/* NEW END */

