/* Elements that need hiding but must be visible to speech browser - in other words cannot be display:none */

#nHome, #tools h3 {
}

#accessibility, #pageDescription, #services h3, #accessibility, #pageDescription, #pNavigation h3, #pageInfo, #sNavigation {
	display: none;
}

/*Elements that can be hidden completely because they are only used on things like print*/

.adr, .fax, .org {
	display:none;
}

/*Basic settings for the whole page*/

body {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	text-align:left;
}

/*Layout for the header*/

#header {
	background: url(../images/headerBack.gif) no-repeat;
}
#branding h1 a {
}
.mContact {
	display: none;
}
.mContact .label {
	color:#cacb0e;
}
.mContact a.email {
	color:#000000;
	text-decoration:none;
}
.mContact a.email:hover {
	text-decoration:underline;
}

/*Main navigation*/

#pNavigation ul, #pNavigation li {
	display: none;
}
#pNavigation li {
	display:inline;
}
#pNavigation li a {
	display:block;
	float:left;
}
#nServices {
	left:1px;
	background: url(../images/nServices.gif) no-repeat;
}
#nAbout {
	background: url(../images/nAbout.gif) no-repeat;
}
#nCaseStudies {
	background: url(../images/nCaseStudies.gif) no-repeat;
}
#nWhy {
	background: url(../images/nWhy.gif) no-repeat;
}
#nCommittment {
	background: url(../images/nCommittment.gif) no-repeat;
}
#nJoin {
	background: url(../images/nJoin.gif) no-repeat;
}
#nArticles {
	background: url(../images/nArticles.gif) no-repeat;
}
#nContact {
	background: url(../images/nContact.gif) no-repeat;
}


/* List of services */

#services {

}

#services ul, #services li {

}
#services li a {

}
#rlSecurity a {
	background: url(../images/rlSecurity.jpg) no-repeat;
}
#rlCleaning a {
	background: url(../images/rlCleaning.jpg) no-repeat;
}
#rlMaintenance a {
	background: url(../images/rlMaintenance.jpg) no-repeat;
}
#rlPest a {
	background: url(../images/rlPest.jpg) no-repeat;
}
#rlSpecial a {
	background: url(../images/rlSpecial.jpg) no-repeat;
}

/* Footer */

#footer {
	display: none;
}

/* site tools */

#tools {
	display: none;
}

/* positioning and style for image page image */

#mainImage {

}
#mainImage img {
	
}
#caption {
	
}

/* Corrects for the different design on the homepage */

.index #container {

}
.index #contentContainer {

}
.index #services {
}
.index #services li a {
}
.index #rlSecurity a {
	background: url(../images/irlSecurity.jpg) no-repeat;
}
.index #rlCleaning a {
	background: url(../images/irlCleaning.jpg) no-repeat;
}
.index #rlMaintenance a {
	background: url(../images/irlMaintenance.jpg) no-repeat;
}
.index #rlPest a {
	background: url(../images/irlPest.jpg) no-repeat;
}
.index #rlSpecial a {
	background: url(../images/irlSpecial.jpg) no-repeat;
}

/* Main content area */

.content {
	font-size:11px;
}
.content h3 {
	font-size:11px;
}
.content h4 {
	font-size:11px;
}
.content h5 {
	font-size:11px;
}
.content p {
	font-size:11px;
}
.content address {
	font-size:11px;
}
.content em {
	font-size:11px;
}
.content small {
	font-size:11px;
}
.content .introduction {
	font-size:11px;
}
.content strong {
	font-size:11px;
}
.content .bob {
	font-size:11px;
}
.content ins {
	font-size:11px;
}
.content cite {
	font-size:11px;
}
.content .imageCaption {
	font-size:11px;
}
.content blockquote {
	padding: 0;
	margin: 0px;
	font-size:11px;
}
.content q {
	font-size:11px;
}
.content acronym {
	font-size:11px;
}
.content .highlightLink {
	font-size:11px;
}
.content .externalLink {
	font-size:11px;
}