/*############################################################################
############################################################################## 
####																	  ####
####																	  ####
####	Author : Ben Jacob												  ####
####	Website : www.benjacob.in										  ####
####	Company : ayruz web holdings									  ####
####	Client : Kerala Tourism											  ####
####																	  ####
####	NO PART OF THIS CODE AND ITS CONSTITUENT FILES SHALL NOT BE USED  #### 
####	OR REPRODUCED WITHOUT PRIOR PERMISSION OF THE COPYRIGHT HOLDER.   ####
####	© Copyright 2010 Ben Jacob. All rights reserved.				  ####
####																	  ####
####																	  ####
##############################################################################
############################################################################*/

@charset "utf-8";


body {
	font-family: sans-serif;
	font-size: 12;
	background: #333333;
	color: #cdcdcd;
}

p {
	z-index: 99;
	position: relative;
}

#Wrapper {	
	margin: -35px auto 0 auto;		
	width:100%;
}



.Navigation {
	margin: -30px 0 0 0;
}


.content {
	text-align: center;
	margin : 35px auto 0 auto;
	width: 100%;
}
.content .amp {
	font-style: italic;
}
.content p {
	font-size: 15px !important;
	font-weight: 100;
	padding: 4%;
	line-height: 30px;
	margin-bottom: 24px;
	color: #fff;
}
.content p a:link {
	background: #000;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
.content p a:hover {
	background: #8F8F8F;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
	color: #000;
	text-decoration: underline !important;
	font-style: italic;
}
.content p a:visited {
	background: #000;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}

.hide {
	display: none;
}

.column {
	width: 33.3%;
	float: left;
	height: 230px;

}

.red {background: red;}
.yellow {background: yellow;}
.green {background: green;}

.hashN{
	font-size: 200px;
	font-weight: bolder;
	position: absolute;
	float: left;
	z-index: 0;
	opacity:.16;
	filter:alpha(opacity=16);
	color: black;
}

.TSignalL {
	width: 80px;
	height: 140px;
	display: block;
	float: right;
	margin: 10px 10px 0 0;
}