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

 
 .fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#maincontent {
	position: absolute;
	top: 12%;
	left: 0;
	z-index: 50;
	width: 100%;

	}
	
 .sub_heading {
	position: absolute;
	top: 12%;
	left: 0;
	z-index: 50;
	width: 100%;
	}
	
/*----- menu  ---------------------------------------------------------*/
#menu
	{
	height: 100px;
	font-size: 2.3em;
	padding-right: 5px;
	overflow: inherit;
	visibility: visible;
	margin-right: 5px;
	margin-left: 21%;
	float: left;
	width: 960px;
	position: absolute;
}

#menu ul {
	margin-bottom: 0;
	margin-left: 5px;
	float: right;
	padding-right: 10px;
}

#menu li {
	display: inline;
	position: relative;
	font-style: normal;
	margin-left: 25px;
	margin-right: 40px;
	color: #CCCCCC;
}

#menu a {
	display: inline;
	color: #fff001;
	text-decoration: none;
	font-style: normal;
	margin: 0;
}

#menu a:visited {
	display: inline;
	color: #fff001;
	text-decoration: none;
	font-style: normal;
	margin: 0;
}
#menu a:hover	{
	color: #06C;
	padding-bottom: 0em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CE2532;
}

/*----- content_left  ---------------------------------------------------------*/

.content {
	overflow: visible;
	float: left;
	margin-left: 5px;
	height: 75%;
	margin-top: 115px;
	position: absolute;
	visibility: inherit;
}
.content  p.intro {
	float: left;
	width: 25%;
	font-size: 100%;
	line-height: 120%;
	height: 1%;
	color: #efd8ff;
	text-align: center;
	font-style: normal;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.content a  {
	display: inline;
	color: #FFCC33;
	text-decoration: none;
	font-style: normal;
}
.content a:visited  {
	display: inline;
	color: #FFCC33;
	text-decoration: none;
	font-style: normal;
}
.content a:hover {
	font-style: normal;
	margin: 0;
	color: #0198E9;
	padding-bottom: 0.1em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ce2532;
	}
	
	/*----- footer   ---------------------------------------------------------*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FCF;
	margin-left: 25px;
	width: 100%;
	font-weight: normal;
	position: fixed;
	height: auto;
	bottom: 5px;
	text-align: left;
	line-height: 1.5em;
	overflow: auto;
	float: left;
	word-spacing: .2em;
}
#footer  a {
	display: inline;
	color: #FC3;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	text-align: center;
}
#footer  a:visited	{
	color: #FC3;
	text-decoration: none;
}
#footer  a:hover	{
	color: #0066CC;
	padding-bottom: 0.2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ce2532;
}
	


.footer_img {
	text-decoration:none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	vertical-align: text-top;
	word-spacing: .5em;
	
	 
} 
