/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}
	

body {

	background-color: #FFFFFF;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	color: #575757;	
	margin-bottom: 30px;
	margin-top: 10px;
	
}
	
body a {
	
	text-decoration: none;
	outline: none;
}
	
body a img {
		
	border: 0;	
}
	
	
.sitelink a {

	text-decoration: none;
	color: #00AAE6;

}
	
	
.sitelink a:hover {

	text-decoration: underline;
}

.sitelink a.small {
	
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}

a.extLink {
	
	color: #00ABE4;
	
	
}

.largerFont {

	font-size: 14px;	
}

.hugeFont {
	
	font-size: 15px;
}

.hugeFont img {
	
	display: inline;	
}

.smallerFont {

	font-size: 11px;	
}

.commsoftGrey {
	
	color: #B0B0B0;	
	
}

.commsoftBlue {
	
	color: #00ABE4;
}

.alert {
	
	color: #FF0000;

}

.noShow {

	display: none;
	
}

h2 {

	font-size: 16px;
	padding-bottom: 10px;
	border: 0px solid red;	
}

h3 {

	font-size: 12px;
	padding-bottom: 10px;
		
}

h3.centreText {

	text-align: center;
	padding: 0;
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.topMargin0 {
	
	margin-top: 0px;	
}

.botpad20 {
	
	padding-bottom: 20px;	
}

.botmarg10 {
	
	margin-bottom: 10px;	
}

.alignButton {
	
	position: absolute;
	top: -15px;
	left: -16px;	
	cursor: pointer;
	
}


ul.generalList {
	
	padding-left: 40px;
	margin-left: 40px;	
	
}

ul.generalList li {
	
	padding: 5px 0;
	
}

/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	display: block;		
	width: 974px;
	padding-top: 24px;		
	margin-left:   auto;
	margin-right:   auto;
	background-color: #FFFFFF;
	background-image: url(images/topShadow.gif);
	background-repeat: no-repeat;
	background-position: top;	
	
}


#wrapper {
	
	position: relative;
	display: block;		
	width: 974px;
	padding: 0 20px;		
	background-image: url(images/pageShadow.gif);
	background-repeat: repeat-y;
	position: relative;
	
}


	
#menuHolder	{ 
		
	height: 95px;
	position: relative;
	top: 0px;
	width: 974px;
	z-index: 50;
	margin-bottom: 10px
}


#logo {
	
	position: absolute;
	top: -15px;
	right: 40px;	
}

#oasesLogo {
	
	position: relative;
	top: 0;
	left: 0;	
}


#slideshowHolder {
	
	width: 930px;
	height: 280px;	
	position: relative;
	z-index: 0;
	background-image: url(images/strapline.gif);
	background-repeat: no-repeat;
	background-position: right;	
	background-color: #0090C0;
	overflow: hidden;
		
}

#slideshowHolder img {
	
	width: 770px;	
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;	
	
}


#slideshowHolder img.show {
	
	display: block;	
}

#slideShowContainer {
	
	width: 933px;
	height: 280px;		
	background-repeat: no-repeat;
	background-position: left;
	z-index: 0;
}

#slideShowContainer img {
	
	display: inline;
}

		
#contentMain {
		
	
	border: 0px solid red;
	width: 934px;
	background-image: url(images/contentMainDivider.gif);
	background-repeat: repeat-y;
	background-position: left;	
	margin-top: 20px;
	
}

#contentMain p {
	
	padding: 5px 5px;
	background-color: transparent;	
}

#contentMain a:hover{

	color: #575757;		
}

#leftCol {
	
	/* border: 1px solid yellow; */
	width: 246px;	
	position: relative;
	top: 0;
	left: 0;
	text-align: justify;

}


#centerCol {
	
	/* border: 1px solid blue; */
	width: 500px;	
	float: right;
	margin-bottom: 60px;
	margin-right: 2px;
	text-align: justify;

}

#centerCol div.modules {
	
	padding-left: 10px;
	padding-right: 10px;	
	border: 0px solid blue;
}

#rightCol {
	
	width: 150px;
	margin-left: 15px;		
	float: right;
	padding-left: 0px;
	margin-right: 3px;
	border: 1px solid white;
}



#moduleListHolder {
	
	width: 246px;	
}


#moduleList {
	
	list-style: none;	
	position: relative;
}

#moduleList li {

	position: relative;
	display: block;
	width: 246px;
}

#moduleList li img {
	
	display: block;
}

#moduleLinks {
	
	list-style: none;
	width: 246px;	
	background-color: #00A5DE;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(images/menu_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
}



#moduleLinks li {
	
	position: relative;
	display: block;
		
}


#moduleLinks li a {
	
	font: normal 11px Verdana;
	color: #FFFFFF;
	text-align: left;	
		
	padding: 8px 0;
	text-decoration: none;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 17px;
}	

#moduleLinks li a:hover {

	color: #00A5DE;
	background-color: #013275;
	
}


#modulesIndicator {
	
	float: right;
}

#menuFooter {
	
	height: 6px;
}

#latestNewsBox {
	
	margin-top: 20px;
}

#latestNews {
	
	list-style: none;
	
}

#latestNews li {

	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #575757;	
}

#exampleClients {
	
	margin-left: auto;
	margin-right: auto;
	display: block;	
	width: 491px;
	position: relative;
}

#exampleClients a {
	
	position: absolute;
	top: 118px;
	left: 408px;	
}

#callToday {

	margin-bottom: 30px;	
}

#accreditations {

	margin-top: 50px;	
}


#lowerMenu {

	list-style: none;
}


#lowerMenuHolder {
	
	width: 934px;
	height: 28px;
	background-color: #00ABE4;
	background-image: url(images/lowerMenuLeft.gif);
	background-repeat: no-repeat;
	background-position: left;	
	margin-top: 30px;
	position: relative;
}



#lowerMenu li {

	display: inline;
	position: relative;
}

#lowerMenu li a {

	color: white;
	padding: 0 10px;
}

#lowerMenu li a:hover {

	color: #575757;	
}

#lowerMenu li img {

	display: inline;
}


#moduleImages {
	
	list-style: none;
	margin-top: 10px;
}

#moduleImages li {
	
	display: inline;
}

#moduleImages li img {
	
	width: 490px;
	display: inline;
	padding-bottom: 10px;
}

#moduleImages li img.left {

	padding-right: 0px;
	padding-left: 5px;
	
}

#moduleImages li img.right {

	padding-left: 10px;
	padding-right: 0;	
}


div.userSlideShow {
	
	background-image: url(images/newsViewerBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 490px;
	position: relative;
	top: 20px;
	border: 0px solid red;
	margin-bottom: 30px;
		
}


div.userSlideShow img.mainImage {
	
	width: 490px;
	position: relative;
	border-top: 1px solid #979797;
}

div.userSlideShow h3.articleCaption {
	
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	height: 14px;
}

#userSlideShow p {
	
	position: absolute;
	display: block;
	top: 3px;
	right: 10px;
	font-size: 10px;
	font-family: verdana;
	padding: 0;
	text-align: left;
	
}

#goLeft {
	
	width: 18px;
	height: 20px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 0px;
	display: inline;
	margin-right: 3px;
	
}

#goRight {
	
	width: 18px;
	height: 20px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	display: inline;
	margin-left: 3px;
	
}

ul#pressReleases {
	
	list-style: none;	
}

div.pressRelease {
	
	margin-bottom: 30px;	
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #575757;
}

div.pressRelease ul {
	
	border: 0px solid red;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: square;	
}

div.pressRelease div.expandable {
	
	display: none;
	
}

img.closeItem {
	
	cursor: pointer;
	margin-top: 30px;	
}

div.pressRelease ul li {
	
	padding-bottom: 10px;
}

div.pressRelease p span {
	
	cursor: pointer;	
}

div.pressRelease h3.pdf {
	
	border: 0px solid red;
	padding-top: 30px;	
}

#archiveNewsBox {
	
	position: relative;
	width: 150px;
	padding-bottom: 0px;
	margin-left: 0px;

	
}

#archiveNewsBox p {
	
	margin: 0;
	padding: 0;
	
}

ul.archiveNews {

	list-style: none;
	position: relative;
	margin-top: 20px;
	padding-bottom: 40px;
	border: 0px solid red;	

}

ul.archiveNews li {
	
	display: block;
	padding: 15px 0;
	font-size: 11px;
	border-bottom: 1px dotted #575757;
}

ul.archiveNews li a:hover {
	
	color: #A3A9B6;
}

ul.archiveNews li p{

	padding: 0;	
	padding-top: 5px;
	text-align: left;
}

ul.archiveNews li h3{

	padding: 0;
	
}

#newsArchiveSearch {
	
	width: 150px;
	padding: 0;
	margin: 5px 0px;
	position: relative;
	
}


#newsArchiveSearch select {
	
	color: #575757;	
	border: 1px solid #CCCCCC;
	position: relative;
	margin-top: 5px;
	font-size: 11px;
}

#newsArchiveSubmit {
	
	background-image: url(images/newsArchiveSubmit_off.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 74px;
	height: 18px;
	border: none;
	cursor: pointer;
	padding: 0;
	margin-top: 10px;
	position: relative;
	top: 0px;
	left: 0px;
}




ul.oases {
	
	position: relative;
	list-style: disc;	
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.oases li {

	padding: 5px 0;
	
}

ul.oases li a {
	
	color: #00ABE4;
	
}

ul.oases ul {
	
	position: relative;
	left: 30px;	
	list-style: square;	
	
}

table.customerList {
	
	border-collapse: collapse;
	margin-right: 5px;
	margin-top: 15px;	
}


table.customerList td {
	
	text-align: left;
	vertical-align: top;
	padding: 5px 0;	
}

table.customerList td.customerName {

	width: 100px;
	font-weight: bold;	
	
}


table.customerList td.years {

	text-align: center;
	width: 60px;	
	
}


table.customerList tr td.fleetDetails {

	width: 200px;	
	
	
}

table.customerList tr td.websiteAddress {
	
	width: 150px;	
}


table.customerList tr td.divider {

	border-bottom: 1px dotted #575757;
	padding-bottom: 10px;
}





#contactDetails.phone {
	
	float: right;	
	width: 250px;
	position: relative;
	top: 6px;
	margin-right: 0px;	
	
}

#enqDetails {
	
	clear: left;
	margin-bottom: 10px;
	border-collapse: collapse;
	position: relative;
	width: 500px;
}

#enqDetails tr td {
	
	margin: 0;
	position: relative;
	
		
}

#enqDetails td {

	padding-left: 5px;
	padding-bottom: 8px;	
	vertical-align: top;
	border: 0px solid #CCCCCC;

}


#enqDetails td input {
	
	
	width: 280px;	
	margin-left: 0;
	margin-right: 0;
	color: #666666;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;	
}

#enqDetails td input.checkbox {
	
	
	width: 20px;	
	border: 0px solid #CCCCCC;
	margin-bottom: 0;
	margin-top: -3px;
	margin-left: -3px;

	
		
}


#enqDetails td textarea.contactText {
	
	width: 480px;	
	height: 250px;
	margin-left: 0px;
	position: relative;
	color: #666666;	
	border: 1px solid #CCCCCC;		
	padding: 4px;
	
}



#enqDetails td.noPad {
	
	padding-bottom: 1px;	
	
}


table.captcha {
	
	border: 0px solid red;
	width: 300px;	
}

#enqDetails tr td img.captchaImage {
	
	border: 0px solid red;
	position: relative;
	left: 0;
	margin: 8px 0;	
}

#enqDetails tr td table.captcha tr td {
	
	border: 0px solid red;
	color: #464646;
	font-weight: normal;
}

#enqDetails tr td  table.captcha tr td input {
	
	width: 100px;
	border: 1px solid #C0C2C5;
	color: #464646;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-left: 25px;
	margin-left: 25px;
	margin-top: 15px;
	background-color: #FFFFFF;

}


#enqDetails tr td table.captcha tr td p input.sendContact {
	
	
	width: 100px;
	height: 30px;
	position: relative;
	top: 0px;
	left: 15px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	vertical-align: middle;	
	outline: none;
	margin-top: 11px;

}

input.enquiryButton {
	
	
	width: 100px;
	height: 30px;
	position: relative;
	top: 0px;
	left: 4px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	vertical-align: middle;	
	outline: none;
	margin-top: 0px;

}
#rightCol p.headOffice {
	
	text-align: left;
	padding: 0;
	padding-left: 0;
	width: 160px;
	padding-top: 4px;
	line-height: 22px;	

}

#contentMain #rightCol div.customerQuote p span.hugeFont {
	
	text-align: left;
	
}


#employees {
	
	list-style: none;
	margin-left: 0px;	
	
}


#employees li.sectionHeading {
	
	clear: both;
	display: block;	
	padding-top: 20px;
}

#employees li.staffMember {
	
	float: left;
	padding-right: 9px;
	border: 0px solid red;
	position: relative;
	top: -3px;	
}


#employees li div.staffHeader {
	
	background-image: url(images/menu_background.jpg);
	background-repeat: repeat-x;
	color: white;
	border: 1px solid #535558;
	width: 100px;
	position: relative;
	padding: 5px 10px;
	background-color: #203040;
}

#employees li div.staffHeader span {
	
	color: #D7CCC9;
	display: block;
	text-align: center;
	
}


div.staffDetails {
	
	background-image: url(images/boardBackground.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #C4C5C8;
	border: 1px solid #ABADB1;
	width: 100px;
	height: 110px;
		
}


div.staffDetails img {
	
	width: 80px;
	height: 110px;
	display: block;
	position: relative;
	margin: auto;
	padding: 2px;
	border: 1px solid #C4C5C8;	
	
}

div.highslide-html-content {
	
padding: 0;
		
}


div.staffFolio img {
	
	float: left;
	margin: 10px;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #C4C5C8;
	
}

div.staffFolio p {
	
	padding-top: 5px;
	padding-left: 10px;	
	color: #2B2C2F;
}


div.highslide-html-content h2 {
	
	clear: both;
	padding-left: 10px;	
	color: #2B2C2F;
	border: 0px solid red;
}

div.highslide-html-content h2 span {
	
	color: #2B2C2F;
	font-size: 13px;		
	padding-left: 10px;	
}

div.highslide-html-content table td {
	
	padding: 5px 0 0 10px;	
}

div.highslide-html-content table td.left {
	
	font-weight: bold;	
}

div.highslide-html-content table td a {
	
	color: #00ABE4;
	font-weight: bold;	
}

div.highslide-html-content table td a:hover {
	
	text-decoration: underline;	
}

#staffProfile { 
	
	float: right;
	position: relative;
	top: 20px;
	right: 0;
	width: 200px;	
	border: 0px solid red;	
}

#documentList {
	
	margin-left: 30px;
	padding-top: 10px;	
	list-style: none;
}

#documentList li {
	
	padding-top: 15px;
	padding-bottom: 5px;
			
}


#downloads {
	
	list-style: none;
	clear: both;
	padding-top: 10px;
	padding-left: 5px;	
}

#downloads li {
	
	display: block;
	padding: 5px 0;
	border: 0px solid red;	
}

#downloads li img, #documentList li img {
	
	display: inline;
	vertical-align: middle;	
}

#downloads li a, #documentList li a {
	
	color: #00ABE4;
	padding-left: 10px;
}

#downloadCategories {
	
	padding-left: 5px;
	padding-top: 20px;	
	
	
}

#downloadCategories li {
	
	display: block;
	font-size: 12px;
	cursor: pointer;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 1px dotted #575757;
	width: 200px;
	float: left;	
	
}

#downloadCategories li.first {
	
	padding-left: 0;	
	border-left: 0px solid red;
}

#downloadCategories li a {
	
	color: #00ABE4;
	text-transform: uppercase;
		
}

div.careers {
	
	border: 0px solid red;
	padding-left: 5px;
	border-bottom: 1px dashed #00ABE4;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative; 	
	display: block;
	z-index: 1;	
}

div.jobDescription {
	
	position: relative; 	
	display: block;
	z-index: -2;		
}


div.careers img.applyOnline {
	
	position: absolute;
	top: 0px;
	right: 10px;
	width: 110px;
	cursor: pointer;	
}



div.careers h2 {
	
	color: #00ABE4;
	font-weight: bold;		
}

div.careers h3 {
	

}	


#contentMain div.careers p {
	
	border: 0px solid red;
	padding-left: 0;
	text-align: left;
	padding: 0;
	
}

div.careers div.careerContact {
	
	width: 630px;
	border: 3px solid #00ABE4;
	position: relative;
	background-color: #E9E9E9;
	top: 0px;
	left: 0px;
	padding: 10px;
	margin-bottom: 20px;	
	display: none;
	
}


div.careers div.careerContact div.contactDetails {
	
	width: 250px;
	border: 0px solid red;
	float: right;
	
}

div.careers div.careerContact img.careerClose {
	
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	width: 30px;
	height: 30px;	
}

div.careers div.careerContact form {
	
	width: 330px;
		
}

div.careers div.careerContact form textarea {
	
	width: 280px;
	height: 100px;	
	
}

div.careers div.careerContact form label {
	
	padding: 0;
	margin: 0;	
}

div.careers div.careerContact form label {
	
	width: 280px;
	text-align: left;	
}

div.careers div.careerContact form input.sendButton {
	
	width: 100px;
	cursor: pointer;
	width: 100px;
	height: 30px;
	background-image: url(images/icon_send_on.jpg);
	border: none;
		
}


#footerLink {
	
	position: relative;
	color: #575757;	
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
			
}

#footerLink a {
	
	color: #575757;	
	padding-left: 10px;	
}


.tooltip {
	
	display: none;
	position: absolute;
	border: 1px solid red;
	background-color: #ffed8a;
	padding: 2px 6px;	
	
	
}

#footerLink span {

	position: absolute;
	right: 30px;
	top: 10px;
	color: #575757;	
	padding-right: 10px;	
}
