*{
	margin:0px;
	padding:0px;
	outline:0px none;
	border:0px none;
}
.clear{clear:both;}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bupd{
	width:265px;
	height:235px;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	background:url(images/_BUPD.png) no-repeat;
}
.homeLogo{
	width:300px;
	height:200px;
	margin:0px auto;
}
.homeTopLinks{
	width:100%;
	height:20px;
	margin:0px auto;
	text-align:center;
	display:block;
}
.homeTopLinks ul {
   text-align:center;
}

.homeTopLinks li{
	display:inline;
   list-style:none;
}
.homeTopLinks li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #b7b7b7;
	text-decoration: none;
	margin-right: 26px;
}
.homeTopLinks li a:hover{
	color: #3498AE;
}
.homeTopLinks li.last-child a{
	margin-right:0px;
}
.wrapper{
	width:900px;
	margin:0px auto;
	position:relative;
}
.header a{
	width:120px;
	height:105px;
	float:left;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9999pt;
}
.topMenu{
	float:right;
	width:700px;
}
.topMenu ul{
	text-align:right;
}
.topMenu li{
	display:inline-block;
	list-style:none;
	margin-right:30px;
	position:relative;
}
.topMenu li.last-child{
	margin-right:0px;
}
.topMenu li a{
	font-size: 16px;
	font-weight: normal;
	color: #7F8087;
	text-decoration: none;
	height: 45px;
	padding-top: 60px;
	display:inline-block;
}
.topMenu li a:hover, .topMenu li a.active{
	color: #165163;
	text-decoration: none;
	background-image: url(images/bg-topmenu.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}
.lightBGHome{
	background-color:#3498AE;
	width:100%;
	height:225px;
	overflow:hidden;
}
.lightBG{
	background-color:#3498AE;
	width:100%;
	height:320px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.cLeft{
	float:left;
	width:500px;
	height:320px;
	position: relative;
}
.cRight{
	float:left;
	width:400px;
	background-color:#165163;
	height:320px;
}
.content{
	color:#FFF;
	padding:20px;
	width:360px;
	height:280px;
}
.content h1{
	font-size:20px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	margin-top:10px;
}
.content p{
	font-size:11px;
	text-align:justify;
	margin-bottom:10px;
	line-height:20px;
	font-weight: bold;
}
.content a{text-decoration:none; color:#d7d7d7;}
.darkRibbon{
	width:100%;
	height:40px;
	background-color:#072F3F;
	padding-top:20px;
}

.darkRibbon ul {
   text-align:center;
}

.darkRibbon li{
	display:inline-block;
   list-style:none;
   position:relative;
}
.darkRibbon li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	color: #7F8087;
	text-decoration: none;
	margin-right: 47px;
}
.darkRibbon li a:hover, .darkRibbon li a.active{
	color: #E8E8EA;
}
.darkRibbon li.last-child a{
	margin-right:0px;
}
.footerTop{
	width:100%;
	height:6px;
	background-color:#b7b7b7;
}
.footer{
	width:100%;
	min-height:120px;
	background-color:#d7d7d7;
	
}
.footer h4 {
	float:right;
	display: inline;
	margin-top: 20px;
	width:100px;
	height:24px;
	margin-bottom: 5px;
}
.footer h4 a {
	display:block;
	width:100px;
	height:24px;
	text-indent:-9999px;
	border-bottom:0!important;
	background-image: url(images/bitwize_logo.png);
	background-position: 0px 0px;
}
.footer h4 a:hover {
	border-bottom:0!important;
	background-position: 0px -24px;
}
.footer p{
	color: #666;
	padding-top:20px;
	font-size: 11px;
	display:block;
}
.footer p a{
	color: #666;
	text-decoration:none;
}

.mapt a{
	position:absolute;
	width:8px;
	height:8px;
	overflow:hidden;
	background:transparent;
	text-indent:-9999pt;
}
#clock{
	width:120px; height:120px; float:right;
}
.services{
	position:absolute;
	left:10px;
	bottom:10px;
}
.service{
	background:#000;
	padding:3px;
	width:110px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
.service h2{
	font-size:10px;
	color:#ccc;
}
.service .img{
	width:110px;
	height:70px;
	overflow:hidden;
	margin-bottom:5px;
}

.cLeft h1{
	position:absolute;
	left:10px;
	bottom:120px;
	font-size:24px;
	color:#FFF;
}
.back a{
	position:absolute;
	left:10px;
	bottom:10px;
	padding:5px;
	color:#FFF;
	background:#113F4D;
	font-weight:bold;
	z-index:5;
	display:inline-block;
	text-decoration:none;
}
.back a:hover{
	background:#297C8D;
}
.dmenu li ul {
	display: none;
	z-index: 2000;
	position: absolute;
}
.dmenu li ul li {
	float:left;
	display: block;
	margin:0px;
}
.dmenu li ul li div{
	width:230px;
	background-color: #FFF;
	padding: 5px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #165163;
	text-decoration: none;
	margin: 0px;
	display: block;
	letter-spacing: 0em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D3ECF1;
}
.dmenu label{
	float:left; 
	text-align:right;
	width:80px;
}
.dmenu .input{
	border:1px solid #165163;
	padding:3px;
	color:#165163;
	width:120px;
	margin-left:85px;
	margin-bottom:10px;
	display:block;
}
.dmenu .submit{
	color:#fff;
	padding:2px 5px;
	float:right;
	background-color: #3498AE;
}
.dmenu .bottomdiv{
	margin-top:30px;
}
