@charset "utf-8";
/* CSS Document */
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.header_align {
	margin-top: 60px;
}
.sub_heading {
	font-family: "Tw Cen MT";
	font-size: 18pt;
	color: #000;
}
.sub_sub_heading {
	font-family: "Tw Cen MT";
	font-size: 18pt;
	color: #00aeef;
}
.text_1 {
	font-family: "Tw Cen MT";
	font-size: 14pt;
	color: #000;
	text-align: justify;
}
.text_2 {
	font-family: "Tw Cen MT";
	font-size: 14pt;
	color: #00aeef;
	text-align: justify;
	vertical-align: text-top;
}

/* this is the CSS for the slider effects */

ul.hover_block li{
			list-style:none;
			float:center;
			background: #fff;
			padding: 10px;
			width:300px; position: relative;
			margin-right: 20px; }

		ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 168px;
	width: 272px;
	padding: 16px;
	color: #000;
	font-family: "Tw Cen MT";
	font-size: 12pt;
	text-decoration: overline;
		}

		ul.hover_block li a { text-decoration: none; }

		ul.hover_block li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
		}