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

body {
	background-color:#00254F;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-image:url(../images/main_bg.jpg);
	background-position:center -200px;
	background-repeat:no-repeat;
	color:#FFF;
}

.cont {
	width: 850px;
	margin:0 auto;
}
	
.topbar{
	padding:0;
	background-color:#00254F;
	height:63px;
	color:#BDCCE7;
}

.topbar a{
	color:#BDCCE7;
}

.topbar span {
	color:#0051AA;
	margin:0 10px;
}

.topbar p {
	padding:25px 0 25px 20px;
	margin:0;
	float:left;
}
.topbar form {
	padding:20px 0 0 20px;
	float:left;
}
.topbar input {
	background-color:#2B477B;
	color:#BDCCE7;
	height:18px;
	border:none;
	padding:3px 0 3px 8px;
	margin:0 3px 0 0;
	float:left;
	display:block;
}
	
.topbar .submit {
	display:block;
	height:18px;
	width:73px;
	background-color:#365A9E;
	color:#BDCCE7;
	padding:3px 0 3px 0;
	margin:0 3px 0 0;
	text-decoration:none;
	text-align:center;
	float:left;
}
	
.mainbar{
	margin:0;
	padding:0;
	height:151px;
	text-align:left;
	clear:both;
}

.mainbar .logoarea{
	padding:30px 0 0 20px;
	float:left;
	width:220px;
}
.mainbar .serviceslist {
	padding:10px 0 0 30px;
    float:left;
	font-size:14px;
	width:295px;
}
.mainbar ul {
	line-height:20px;
	color:#B4EC8A;
	list-style-type: square;
}
.mainbar ul span {
	color:#FFF;
}
.box_latesttweet {
	float:left;
	width:242px;
	height:112px;
	background-image:url(../images/box_latesttweet.png);
	margin:15px 0 0 0;
	padding:8px 0 0 0;
}
	
.box_latesttweet p{
	padding:0 10px 0 0;
	margin:5px 0px 0 18px;
	color:#BDCCE6;
	display:block;
	line-height:14px;
}
.box_latesttweet .connect{
	display:block;
	height:20px;
}
.box_latesttweet p strong{
	color:#B2EB8A;
}
.box_latesttweet p span{
	float:left;
}
.box_latesttweet .social{
	display:inline;
	height:16px;
	width:16px;
	float:left;
	background-image:url(../images/socialmediaicons.png);
	margin: 0 0 0 5px;
}

.box_latesttweet .facebook{
	background-position:0;
}

.box_latesttweet .twitter{
	background-position:-23px -1px;
}
.box_latesttweet .linkedin{
	background-position:-45px -1px;
}
.box_latesttweet .rss{
	background-position:-67px -1px;
}
.bottombar {
	margin:0;
	padding:0;
	background-color:#002248;
	height:355px;
}
.bottombar .leftside {
	width:533px;
	margin:0 0 0 22px;
	font-size:14px;
	font-weight:bold;
	padding:20px 0 0 0;
	float:left;
}
.bottombar .leftside img{
	margin:16px 0 0 0;
}
.bottombar .rightside {
	float:left;
	width:220px;
	margin:22px 0 0 36px;
	color:#BDCCE6;
	line-height:15px;
}
.bottombar .rightside input {
	background-color:#C4CCD5;
	padding:6px 0 6px 10px;
	width:180px;
	margin:12px 0 0 0;
	color:#000;
	border:none;
}
.bottombar .rightside .submit {
	background-image:url(../images/btn_submit.png);
	display:block;
	width:132px;
	height:36px;
	margin:20px 0 0 60px;
}
.bottombar .rightside p strong {
	color:#B2EB8A;
}	
.footerbar{
	margin:0;
	padding:0;
	background-color:#001833;
	height:300px;
}
.footerbar p{
	text-align:center;
	color:#666666;
	margin:0;
	padding:10px;
}

.footerbar a{
	color:#666666;
}