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

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

.maroonBorderBottom{
  border-bottom:1px solid #9a0000;
	margin:20px 0px;
}

.yellowBorderBottom{
  border-bottom:1px solid #ffc905;
	margin:20px 0px;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}

.clear{
  clear:both;
}

.width50{
  width:49%;
}

.width45{
  width:44%;
}
.width40{
  width:39%;
}
.width30{
  width:29%;
}
.width25{
  width:24%;
}
.width20{
  width:19%;
}
img {
  border:0px;
}

.margin10l{

margin-left:10px;
}
.entryPage{
  padding:10px 0 0 0;
  text-align:center;
  
}
.locations{
  width:auto;
  margin:0 auto;
  text-align:center;
}
.locationsBox{
  
  display:inline-block;
  zoom:1;
  *display:inline;
  _display:inline;
  width:25%;
  height:auto;
  border:1px double #0182b5;
  padding:10px;
  margin:0 5px;
  text-align:center;
}

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


.blue{
  color:#0182b5 !important;
}
.orange{
	color:#ff860b !important;
}
.maroon{
	color:#9a0000 !important;
}
.yellow{
	color:#fdcc00 !important;
}
.locationsBox a:hover
{
	color:#ff860b !important;
}
.locationsBox a:hover .orange{
	color:#0182b5 !important;
}
.locationsBox.orange a
{
	color:#ff860b !important;
}
.locationsBox.orange a:hover
{
	color:#0182b5 !important;
}
.locationsBox.orange a:hover .blue{
	color:#ff860b !important;
}
.locationsBox.maroon a
{
	color:#9a0000 !important;
}
.locationsBox.maroon a:hover
{
	color:#fdcc00 !important;
}
.locationsBox.maroon a:hover .yellow{
	color:#9a0000 !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;
}

#adPage{
  /*background:#0d5180;*/
  /*background:#cc2d27;*/
  background:#f74d2d
}
#adPage .container{
  border:1px solid #ccc;
  background:#fff;
  text-align:center;
  font-size:14px;
  font-family:Trebuchet MS, "Times New Roman", Times, serif;
  padding:5px;
}
#adPage a{
  color:#ff860b;
  font-weight:bold;
}
#adPage img{
  /*border:1px solid #ccc;*/
  margin-left:5px
}
#adPage a:hover{
  text-decoration:none;
}
#adPage .header{
  font-size:18px;
  font-weight:bold;
  /*color:#0d5180;*/
  /*color:#cc2d27;*/
  color:#f74d2d;
}
#adPage .disclaimer{
  font-size:11px;
  font-style:italic;
  line-height:13px;
}
#adPage .greenText{
  color:#377a1d;
}
#nav{
  line-height:50px;
}
#nav ul{
  margin:0 auto;
  padding:0;
}
#nav li{
  display:inline;
  margin:0;
  padding:0 10px 0 5px;
  border-right:1px solid #ccc;
}
#nav li.last{
  border-right:none;
}
#nav li a, #nav li a:link{
  font-family:"Trebuchet MS";
  font-size:12px;
  text-decoration:none !important;
  font-weight:bold;
  text-transform:uppercase
}
