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


body {
	font-family: 'Open Sans', Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:1;
}

P {
font-family: 'Open Sans', Arial, sans-serif;

text-align: justify;
line-height:1.5;

}



td {
font-family: 'Open Sans', Arial, sans-serif;
margin: 12px;
padding: 7px 0;


}

.table-row {
min-height: 240px;
display: table; 
  }
  
  .table-cell {

display: table-cell;
vertical-align: middle;
padding-top:20px;

  }
 

  
.navbar-inverse {
    background-color: #c1f3c8;
	height: 100px;
   
}

.navbar-nav {
    float: right;
    
}

.navbar-inverse .navbar-nav>li>a {
    color: #515251;
	text-transform:uppercase;
	background-color:#c1f3c8;
}

.navbar-inverse .navbar-nav>li>a:visited {

	background-color:#c1f3c8;
}


.navbar-inverse  {

    background-color: #c1f3c8;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #019714;
}

.navbar-brand {
    margin-top:5px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #515251;
}

@media (max-width: 768px) {
 .logo {

width:90%;
}

}

@media (min-width: 768px) {
 .logo {

width:50%;
}

}



.page-container {
   margin-top:100px;
}

.row {
    margin-right:0px;
	margin-left:0px;
}

.parenttile {
   display: table;
    position: relative;
}

.tile {
    width:100%;
	height:150px;
	background-color:#515251;
	color:#FFFFFF;
	margin-bottom:5px;
	font-size:20px;
	padding:20px 7px;
}

.tile span {
   
	font-size:12px;
	line-height:12px !important;
	
}

.bookingheader {
    width:100%;
	background-color:#019714;
	color:#FFFFFF;
	margin-bottom:5px;
	font-size:16px;
	padding:12px 7px;
}

.fullwidth {
   width:100%;
}

.bookonline {
   background-color:#F1F1F1;
   text-align:center;
}

.boldred {
	font-size: 22px;
	text-align:center;
	color: #019714;
	margin:20px;
	border-bottom: solid 1px #c6c8c8;
	
}

.boldgreen {
	font-size: 22px;
	color: #019714;
	text-align:left;
	
	
	
}

.bolder {
	font-size: 18px;
	color: #019714;
	margin-top:20px;
	
	
	
	
}


.sml_grey {
	font-size: 14px;
	font-weight: bold;
	color: #9d9d9d;
	margin: 0 0 0 12px;
	
}

.traveling_head
{
	font-size: 25px;
	font-weight: bold;
	color: #03bbd7;
	margin: 12px 0 0 0 12px;
	
	
}
.general_head
{
	font-size: 30px;
	font-weight: bold;
	color: #444444;
	margin: 0 0 0 12px;
	
	text-align:center;
	
}

.movinghead
{
	font-size: 20px;
	font-weight: bold;
	color: #084c2f;
	margin: 0;
	
	text-align:left;
	
}


.greentext {color: #019714}

.gradientBoxesWithOuterShadows { 
width: 1000px; 
padding: 0px;
background-color: white; 
margin:0 auto;


/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 3px rgba(23, 69, 88, .5);


}

.req { 
  margin:0 auto;
  width: 360px;
  height: 88px; 
  padding:0;
  background:url("images/req_appt_down.gif") no-repeat;
  
}

.req a, .req a:link, .req a:visited {
  display:block;
  width: 360px;
  height: 88px; 
}

.req a:hover img {
  visibility:hidden;
}

.fees {
padding:10px;
}



#footer {
margin: 24px 0 24px 0;
font-family: 'Open Sans Condensed', Arial, sans-serif;
font-size:12px;
text-align: center;
}

#footer p {
text-align: center;
}

.publicnotice {
	font-size: 28px;
	text-align:center;
	color: #fd0101;
	border-bottom: solid 1px #c6c8c8;
	
}

.tier1 {
	
	background-color: #fcd8d8;
	padding:6px;
	text-align:center !important;

	line-height: 18px !important;
}