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

* {
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	border-collapse:collapse;
	color:#43678d;
}

body {
	background-color:#ababab;
	background-image:url(background.jpg);
	background-repeat:repeat-x;
}

p {
	margin-top:5px;
	margin-bottom:10px;
}

#footer p {
	margin-top:1px;
	margin-bottom:0px;
}

#container {
	width:960px;
	margin:0px auto;
}

#header, #level1, #level2, #level3, #level4, #team {
	clear:both;
	margin-top:30px;
	min-height:40px;
}



#about, #consult, #train, #eLearn {
	width:225px;
	margin-right:20px;
	min-height:200px;
	float:left;
}

#level2a{
	width:470px;
	margin-right:20px;
	float:left;
}

#level2b {
	width:470px;
	float:left;
}

#level3a{
	width:225px;
	margin-right:20px;
	float:left;
	margin-top:20px;
}

#level3b{
	width:470px;
	margin-right:20px;
	float:left;
	margin-top:20px;
}

#level3c{
	width:225px;
	float:left;
	margin-top:20px;
}

#level4a{
	width:470px;
	margin-right:20px;
	float:left;
	margin-top:20px;
}

#level4b {
	width:470px;
	float:left;
	margin-top:20px;
}



.myBox {
    margin: 0px;
    padding: 5px;
	background-color:#FFF;
    border: 3px solid #949494;
}

.myTextBox {
	width:260px;
    margin-top: 240px;
    padding: 6px;
	background-color:#eee;
    border: 3px solid #43678d;
}

.myPhotoBox {
  margin: 0px;
  padding: 5px;
  height:317px;
  background-color:#FFF;
  background-image: url(abilityWest/screen1.jpg);
  background-repeat: no-repeat;
  border: 3px solid #949494;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#3b3b3b;
	margin-bottom:8px;
}

#footer{
	margin-bottom:10px;
}
#footer p{
	color:#FFF;
	font-size:9px;
}

#footer hr{
	color:#FFF;
	height:3px;
	border:1px solid #FFF;
	background-color:#FFF;
	
}

.copyright {
	float:right;
	text-align:right;
}

.centre {
	text-align:center;
}

.clients {
	width:140px;
	margin-right:10px;
	float:left;
}

#hideMe {
	display:none;
	visibility:hidden;
}

.contactForm th{
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	padding-right:3px;
	margin:3px;
}

#photo {
	margin-left:20px;
	margin-top:10px;
	border:solid #949494 1px;
}

#courseLeft {
	float:left;
	width:220px;
}

#courseLeft li, #courseRight li{
	margin-top:2px;
}

#courseLeft a, #courseRight a{
	text-decoration:none;
}
#courseLeft a:hover, #courseRight a:hover{
	text-decoration:underline;
}

#courseRight {
	margin-left:20px;
	float:left;
	width:200px;
}

#courseQuote {
	margin-top:30px;
	margin-left:20px;
	float:left;
	width:200px;
	background-image:url(quoteBg.jpg);
	background-repeat:no-repeat;
}

#courseQuote p{
	font-size:14px;
	font-style:italic;
	text-align:center;
	line-height:22px;
}

.dvdImgs {
	margin-left:20px;
}

ul li {
	list-style-type:square;
	margin-left:15px;
	padding-left:5px;
	list-style-position:outside;
}

ul {
	margin:0px;
	padding:0px;
}