@charset "utf-8";
/** Global Start **/
* {
	margin:0;
	padding:0;
}
body {
	background:#F0F0F0;
	margin:0px;
	padding:0px;
	font-size:11px;
}
a {
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0px;
}
:focus {
	outline:none;
}
.cle {
	clear:both;
}
.flot-left {
	float:left;
}
.flot-right {
	float:right;
}
p {
	line-height:16px;
	color:#4d4b4b;
}
h1, h2, h3, h4, h5, h6, ul, ul li, p, *html {
	padding:0px;
	margin:0px;
}
h1 {
	color:#000;
	font-variant:small-caps;
	padding-left:20px;
}
h2 {
	color:#0071af;
	text-transform:capitalize;
}
h3 {
	color:#333;
}
h4 {
	color:#1d1d1d;
	font-variant:small-caps;
}
h5 {
	color:#0071af;
	text-transform: capitalize;
	font-size:14px;
}
input {
	width:200px;
	height:15px;
	background:#FFF;
	color:#999;
	margin:5px 0;
	padding:5px 5px 5px 5px;
}
.checkbox {
	width: auto;
	background:none;
	vertical-align:middle;
	margin-right:5px;
}
/** Global End **/

/** Main Container **/
#container {
	width:100%;
}
#wrapper {
	width:955px;
	height:auto;
	margin:0px auto;
}
#header {
	background:#78e0e7;
	width:955px;
	height:80px;
	float:left;
}
#header .logo {
	float:left;
	width:150px;
	height:63px;
	padding-top:7px;
	margin-left:10px;
}

/** Navigation Start **/
#nav {
	clear:both;
	background:#6CF;
	height:25px;
	width:950px;
	margin:0 auto;
	padding-left:9px;
	font-size:14px;
}
.overview
{
	font-family: 'geosanslightregular';

}

/** Footer Start **/
.footer {
	clear:both;
	background:#eeeeee;
	height:30px;
	border-top:5px #333 solid;
	padding:10px 20px 0px 20px;
}
.footer .copy_rights {
	color:#333333;
	float:left;
	width:620px;
}
.footer .footer_links li {
	float:left;
	color:#c2c2c2;
	text-decoration:none;
	list-style:none;
}
.footer .footer_links li a {
	color:#333333;
	padding:0 5px 0 5px;
}
.footer .footer_links li a:hover {
	color:#000;
	text-decoration:underline;
}
/** Footer End **/

/**************************************************************** Develepd by SVTNTECH Technogloiges */

#sub_title h1 {
	color: #3a9ed8;
	font-size: 25px;
	margin: 8px 0 0 1px;
	text-shadow: 0 -1px 0 black;
}
