@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #00a;
}
a:visited {
	text-decoration: none;
	color: #00a;
}
a:hover {
	color: #93C;
}
.clear {
	clear: both;
}
#header {
	text-align: center;
	height: 67px;
	background-image: url(../images/header_tile2.gif);
}
.textSize {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
#links_bar {
	background-color: #FCF;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#contact {
	background-color: #ddd;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#datLinksBar {
	background-color: #FFF;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#aboutMinibus {
	margin: 25px auto;
	text-aligh: center;
	width: 80%;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
#about h3 {
	font-size: 100%;
}
#services {
	padding: 5px;
}
#services .info {
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
}
#services .info h4 {
	margin-bottom: 10px;
}
#services .contact {
	padding: 20px 10px;
	text-align: center;
}
#datCenter {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	border: thin solid #333333;
	margin-top: 0px;
	background-image: url(../devon_adventure_training/images/background.gif);
	background-repeat: no-repeat;
	padding-top: 65px;
}
#datCenterContact {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	border: thin solid #333333;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-top: 65px;
	background-image: url(../devon_adventure_training/images/background_dat.jpg);
}
#comment {
	float: none;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 5px;
}
.white {
	color: #FFF;
}
.required {
	color: #900;
	font-weight: bold;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.tableCell {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 5px;
}
.ImgCentres {
	border: thin solid #999;
}
.imageSite {
	border: thin solid #999999;
	margin: 5px;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	padding: 0 10px;
	border: thin solid #999999;
	background-color: #CCCCFF;
}
.invisible {
	visibility: hidden;
}
.button {
	color: #ACB8C6;
	background-color: #161904;
	font-weight: bold;
}
.aala {
	text-align: justify;
	padding-right: 15px;
}
.floatLeft {
	float: left;
}
.centre {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-align: justify;
	margin-top: 10px;
	font-size: 70%;
}
.centreDetails {
	font-weight: bold;
}
.imgtextBox {
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
}
