@charset "utf-8";
/* CSS by ajith prakash | Xtreme Technologies */
/****************************************** BODY PARTS *****************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img {
	border: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 25px;
}
p {
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
}
.reset {
	clear: both
}
a {
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FFCC00;
}
/****************************************** HEADER PARTS *****************************************/
.header {
	width: 980px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	position: relative;
	top: 25px;
	width: 398px;
	height: 100px;
	float: left;
}
.blue {
	background-color: #1886c6;
	width: 229px;
}
/****************************************** INTRO / FLASH / JQUREY PARTS *****************************************/
.intro {
	width: 980px;
	height: 395px;
	margin-left: auto;
	margin-right: auto;
}
/****************************************** SITE CONTENTS *****************************************/
.wrapper {
	width: 980px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.colR {
	width: 230px;
	float: right;
}
.colL {
	width: 680px;
	float: left;
}
.col {
	width: 940px;
	float: left;
}
/****************************************** FOOTER PARTS *****************************************/
.footer {
	width: 100%;
	font-size: 10px;
	color: #fff;
	height: 54px;
	text-align: center;
	background-color: #1683c2;
}
.footer a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.footer a:hover {
	font-size: 10px;
	color: #000;
}
.footer-median {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #55a4db;
}
.footer div {
	width: 880px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: right;
	top: 8px;
}
/****************************************** MENU *****************************************/
.menu {
	width: 500px;
	float: right;
	position: relative;
	top: 50px;
	margin: 0 auto 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
}
.menu a {
	display: block;
	padding: 8px 9px 8px 9px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000;
	margin-right: 12px;
	float: right;
	text-transform: uppercase;
	font-family: "Impact", Times, serif;
}
.menu a:hover {
	display: block;
	padding: 8px 9px 8px 9px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #1683c2;
}
.menu a.sel {
	display: block;
	padding: 8px 9px 8px 9px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #1683c2;
}
/****************************************** EXTRA CSS *****************************************/
.mylist {
	margin: 0;
	padding: 0;
}
.mylist li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-align: left;
	font-size: 15px;
	line-height: 35px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	list-style: none;
}
.ppp {
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
}
.ppp li {
	font-size: 11px;
	margin-left: 35px;
	color: #000000;
	font-size: 15px;
	line-height: 35px;
	text-align: justify;
}
.pppp {
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.pppp li {
	font-size: 11px;
	margin-left: 35px;
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}
.pppp h1 {
	margin: 15px 0 15px 0;
}
.full-width{
	width:100%;
}
.home-ul{
		margin-left:20px;
		margin-bottom:20px;
}
.home-ul li{
	margin-bottom:5px;
}
.home h1{
	margin:25px 0;
	text-align:center;
	font-family:"Impact",Times,serif;
	color:#333;
	font-size:28px;
}
.contact h2{
	background:#9DA098;
	color:#fff;
	padding:8px 10px ;
	margin:0 5px 5px 0;
	font-size:16px;
}
.contact p{
	padding-left:10px;
}
.home .colL{
	width:460px;
}
.home .colR{
	width:440px;
	border-left:1px solid #008DCC;
	padding-left:20px;
	margin-left:15px;
	float:left;
}
.home h2{
	color:#FE0000;
	margin-bottom:15px;
}
.home h3{
	font-size:16px;
	margin-bottom:15px;
}