/* global  *******************************************/
body{
  line-height:1.5em;
}
.blueBorderBottom{
  border-bottom:1px solid #0182b5;
	margin:20px 0px;
}

.orangeBorderBottom{
  border-bottom:1px solid #ff8601;
	margin:20px 0px;
}

.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}

.clear{
  clear:both;
}

.width50{
  width:49%;
}

.width30{
  width:29%;
}
.width30{
  width:19%;
}
img {
  border:0px;
}

.margin10l{

margin-left:10px;
}
.comingSoon a
{
	font-family:Trebuchet MS, Serif !important;	
	font-size:30px !important;
	color:#0182b5 !important;
	line-height:32px !important;
	font-weight:bold !important;
	margin:10px !important;
	text-decoration:none !important;
}

.orange{
	color:#ff860b !important;
}


.comingSoon a:hover
{
	color:#ff860b !important;
}

.comingSoon a:hover .orange{
	color:#0182b5 !important;
}


.style1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.borderSide{
  border-left:1px solid #ccc;
}
img.homeImg{
  display:block;
	text-align:center;
	margin-top:20px;
}