/* CSS Document */
.active {
	color: #fe700c;
}
@font-face {
	font-family: 'ARLRDBD';
	src: url(../fonts/ARLRDBD.TTF) format('TrueType');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'ARLRDBD_0';
	src: url(../fonts/ARLRDBD_0.TTF) format('TrueType');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'tahoma';
	src: url(../fonts/tahoma.ttf) format('TrueType');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'tahomabd';
	src: url(../fonts/tahomabd.ttf) format('TrueType');
	font-weight: normal;
	font-style: normal;
}


html, body, div, section, article, header, hgroup, footer, nav, h1,h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup{
	display: block;
}

body {
	font: 100% ARLRDBD_0;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fe700c;
	text-decoration: none;
}
a, a:hover {
	transition:all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease	
}
.maindiv {
	height: auto;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top {
	background-color: #0a4474;
	height: 20px;
	width: 150px;
	border: 1px solid #0a4474;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	float: right;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;
}
.top ul {
	list-style-type: none;
}
.top li {
	display: inline;
}
.top a {
	font-size: 16px;
	font-weight: bold;
}
header {
	height: 120px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.logo {
	float: left;
	height: 75px;
	width: 250px;
	padding-top: 20px;
	padding-left: 0px;
}
.social {
	float: right;
	height: 75px;
	width: 200px;
	padding-top: 10px;
	margin-top: 25px;
	margin-right: 0px;
	padding-right: 0px;
}
.social a {
	background-image: url(../images/socialicons.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 45px;
	width: 45px;
	margin-bottom: 5px;
	overflow: hidden;
	margin-right: 5px;
}
a.facebook {
	background-position: -10px -9px;
}
a.facebook:hover {
	background-position: -10px -67px;
}
a.twitter{
	background-position: -69px -9px;
}
a.twitter:hover{
	background-position: -69px -67px;	
}
a.linkedin{
	background-position: -129px -9px;
}
a.linkedin:hover{
	background-position: -129px -67px;
}
a.googlep{
	background-position: -187px -9px;
}
a.googlep:hover{
	background-position: -187px -67px;

}
.menu {
	width: 100%;
	height: 50px;
	line-height: 2.5em;
	border: solid 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	background-image: -moz-linear-gradient(top, #0a4474, #073153);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a4474), to(#073153));
	background-image: -webkit-linear-gradient(top, #0a4474, #073153);
	background-image: -o-linear-gradient(top, #0a4474, #073153);
	background-image: linear-gradient(to bottom, #0a4474, #073153);
	background-color: #073153;
	-webkit-box-shadow: 5px 5px 5px #c3c3c3;
	-moz-box-shadow: 5px 5px 5px #c3c3c3;
	-o-box-shadow: 5px 5px 5px #c3c3c3;
	box-shadow: 5px 5px 5px #c3c3c3;
	color: #FFF;
}
.menu ul {
	list-style-type: none;
	text-align: center;
}
.menu ul li {
	font-size: 18px;
	text-decoration: none;
	display: inline;
	vertical-align: middle;
	color: #FFF;
}
	

.banner {
	height: 290px;
	width: 100%;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contentone {
	height: 370px;
	width: 100%;
	color: #777776;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	margin-bottom: 20px;
	margin-top: 150px;
	padding-bottom: 10px;
}
.welcome {
	float: left;
	height: auto;
	width: 60%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.contentone h1 {
	font-size: 34px;
	color: #0a4474;
	margin-bottom: 5px;
	font-weight: bold;
}
.destinations {
	height: 370px;
	width: 35%;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
}

.morebtn {
	height: 30px;
	width: 50px;
	border: solid 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	background-image: -moz-linear-gradient(top, #0a4474, #073153);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a4474), to(#073153));
	background-image: -webkit-linear-gradient(top, #0a4474, #073153);
	background-image: -o-linear-gradient(top, #0a4474, #073153);
	background-image: linear-gradient(to bottom, #0a4474, #073153);
	background-color: #073153;
	-webkit-box-shadow: 5px 5px 5px #c3c3c3;
	-moz-box-shadow: 5px 5px 5px #c3c3c3;
	-o-box-shadow: 5px 5px 5px #c3c3c3;
	box-shadow: 5px 5px 5px #c3c3c3;
	text-align: center;
	float: right;
}
.contenttwo {
	width: 100%;
	clear: both;
	height: 280px;
	color: #777776;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.heavyweight {
	float: left;
	height: auto;
	width: 48%;
	padding-right: 10px;
}
.ctimg{
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #CCC;
}

.contenttwo h1 {
	font-size: 30px;
	color: #0a4474;
	margin-bottom: 5px;
	font-weight: bold;
}
.Storage {
	float: right;
	height: auto;
	width: 48%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contentthree {
	clear: both;
	width: 100%;
	color: #777776;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.contentthree h1 {
	font-size: 18px;
	color: #0a4474;
	margin-bottom: 5px;
	font-weight: bold;
}
.mini-morebtn {
	height: 20px;
	width: 30px;
	border: solid 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	background-image: -moz-linear-gradient(top, #0a4474, #073153);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a4474), to(#073153));
	background-image: -webkit-linear-gradient(top, #0a4474, #073153);
	background-image: -o-linear-gradient(top, #0a4474, #073153);
	background-image: linear-gradient(to bottom, #0a4474, #073153);
	background-color: #073153;
	-webkit-box-shadow: 5px 5px 5px #c3c3c3;
	-moz-box-shadow: 5px 5px 5px #c3c3c3;
	-o-box-shadow: 5px 5px 5px #c3c3c3;
	box-shadow: 5px 5px 5px #c3c3c3;
	text-align: center;
	float: right;
	margin-right: 5px;
}
.step1 {
	width: 200px;
	float: left;
	height: 180px;
	width: 23%;
	font-size: 10px;
	padding-right: 5px;
}
.sstep {
	width: 200px;
	float: left;
	height: 150px;
	width: 23%;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-left: solid 1px #ccc;
}
.dimg {
	float: left;
	width: 20px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.textin {
	float: left;
	width: 180px;
}
.worktogether {
	clear: both;
	height: 65px;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.question  {
	height: 60px;
	width: 270px;
	margin-right: 10px;
	padding-right: 5px;
	float: left;
}
.question h1 {
	margin-top: 5px;
	font-size: 16px;
	color: #0a4474;
}
.question img {
	line-height: 5em;
	float: left;
	margin-right: 5px;
}
.callinfo {
	height: 60px;
	width: 240px;
	background: url(../images/callicon.png) no-repeat;
	margin-top: -10px;
	margin-right: 15px;
	padding-right: 0px;
	float: left;
}
.callinfo ul {
	list-style-type: none;
}
.callinfo li {
	color: #0a4474;
	line-height: 32px;
	margin-left: 25px;
}
.phone{
	background-position: 2px -5px;
}
.email{
	background-position: 3px -49px;	
}
.address{
	height: 60px;
	width: 300px;
	margin-top: -20px;
	padding-right: 0px;
	float: right;
	
}
.address img{
	float: left;
	margin-left: 20px;
}
.addresstxt {
	color: #0a4474;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}


footer {
	background-color: #666;
	clear: both;
	height: 50px;
	width: 100%;
}
.undermenu {
	line-height: 3em;
	color: #FFF;
}
.undermenu ul {
	list-style-type: none;
	text-align: center;
}
.undermenu ul li {
	font-size: 18px;
	text-decoration: none;
	display: inline;
	vertical-align: middle;
	color: #FFF;
}
.content {
	margin: auto;
	height: auto;
	width: 100%;
}
.content h1 {
	font-size: 30px;
	color: #0a4474;
	padding: 5px;
	margin-top: 10px;
}
.content p {
	font-size: 14px;
	color: #777776;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sendms {
	float: left;
	height: 500px;
	width: 60%;
	margin-right: 5%;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #0a4474;
	line-height: 4em;
}
.contacts {
	padding: 10px;
	float: right;
	width: 30%;
	margin-bottom: 20px;
}
.form {
	background-color: #e3e4e7;
	height: 30px;
	width: 200px;
	border: 1px solid #CCC;
}
.txtarea {
	margin-left: 60px;
	padding-top: 20px;
	background-color: #e3e4e7;
	height: 30px;
	width: 190px;
	border: 1px solid #CCC;
}
.sendbtn {
	height: 30px;
	width: 50px;
	color: #fff;
	border: solid 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	background-image: -moz-linear-gradient(top, #0a4474, #073153);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a4474), to(#073153));
	background-image: -webkit-linear-gradient(top, #0a4474, #073153);
	background-image: -o-linear-gradient(top, #0a4474, #073153);
	background-image: linear-gradient(to bottom, #0a4474, #073153);
	background-color: #073153;
	-webkit-box-shadow: 5px 5px 5px #c3c3c3;
	-moz-box-shadow: 5px 5px 5px #c3c3c3;
	-o-box-shadow: 5px 5px 5px #c3c3c3;
	box-shadow: 5px 5px 5px #c3c3c3;
	text-align: center;
	margin-left: 300px;
}
