@charset "utf-8";
/* CSS Document */
div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input[type="radio"], input[type="checkbox"] {
	/*background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
	resize: none;*/
}
* {
	padding: 0;
    margin-left: 0;
    margin-top: 0;
}
body {
	font:normal 14px calibri;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	width:100%;
	min-height:100%;
	margin:0 auto;
	position:relative;
}
.container {
	margin:0 auto;
	width:98%;
	padding-bottom:60px;
}
.header {
	width:100%;
	height:auto;
	/*overflow:hidden;*/
}
#logo {
	float:left;
	background:rgba(0, 0, 0, 0);
	height: 70px;
	padding: 15px 0px 5px;
	width: 170px;
}
#logo p {
	font-size: 13px;
	font-weight: 400;
	margin-left: 61px;
	margin-top: -20px;
	width: 350px;
}
.header-right {
	float:right;
	width:60%;
	text-align:right;
	margin-top:20px;
}
.header-right h2 {
	font:normal 26px Arial, Helvetica, sans-serif;
	color:#003399;
	margin-bottom:8px;
}
.header-right ul {
	float:right;
	padding:0;
	margin:0;
	list-style-type:none;
}
.header-right ul li {
	float:left;
	margin:5px 0 5px 10px;
	line-height:20px;
	background:url(../images/divider.jpg) 100% 5px no-repeat;
}
.header-right ul li:last-child {
	background:none;
}
.header-right ul li a {
	color:#333333;
	display:block;
	font:normal 14px calibri;
	text-decoration:none;
	margin-right:10px;
}
.banner {
	/*position:relative;*/
	margin:15px 0;
	/*height: 800px;*/
}
.navigation {
	background:#006699;
	width:100%;
	height:35px;
	float:left;
	margin:0;
}
.navigation ul {
	padding:0;
	margin:0 0 3px 0;
	list-style-type:none;
	float:left;
}
.navigation ul li {
	float:left;
	border-right:1px solid #47aaae;
}
.navigation ul li a {
	float:left;
	padding:10px 15px;
	display:block;
	color:#fff;
	/*font-size:15px;*/
	text-decoration:none;
}
.navigation ul li a:hover {
	background:#028c8c;
}
/************Footer CSS**************/
#footer {
	bottom: 0;
	width: 100%;
	position:absolute;
	left: 0;
	height:60px;
}
#bottom {
	background-image: url("../images/footerbg.png");
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	height: 252px;
	padding: 5px 0;
	width: 100%;
}
#bottom_in {
	margin: 0 auto;
	padding: 20px 0;
	width: 98%;
	overflow:hidden;
}
#bottom1 {
	color: #fff;
	float: left;
	margin-left: 0;
	width: 24%;
}
#bottom2 {
	float: left;
	margin: -12px 2% 0 0;
	width: 36%;
}
#bottom3 {
	color: #fff;
	float: right;
	margin-right: 0;
	width: 24%;
}
#bottom h2 {
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 10px 0;
	margin-bottom:15px;
}
#bottom a {
	color: #fff;
	text-decoration: none;
}
.btnsignup a {
	float: right;
	text-align: right;
}
#bottom3 label {
	float:left;
	width:100%;
	margin-bottom:8px;
}
#bottom3 .textbox {
	background: #5b8f8a;
	border: medium none;
	float: left;
	padding: 8px;
	width: 90%;
}
#bottom3 .btnsignup {
	background: #137abd;
	border: 0 none;
	float: right;
	height: 36px;
	width: 87px;
	margin: 6px 9px 0 0;
	cursor:pointer;
	color:#dfdfdf;
}
#bottom3 .btnsignup:hover {
	background:#116eaa;
	transition: all 0.7s ease-in-out;
}
#footer2 {
	background: #1d1d1d;
	width: 100%;
}
#footerinner {
	margin: 0 auto;
	padding: 22px 0 21px;
	width: 98%;
}
#footerleft {
	background: #1d1d1d;
	color: #dfdfdf;
	float: left;
	font-size: 13px;
	text-align: left;
}
#footerright {
	color: #dfdfdf;
	font-size: 13px;
	text-align: right;
}
