html {
		padding: 0px;
		margin: 0px;
	}

body {
		color: #666666;
		background-color:#fff;
		background-image:url("images/background.jpg");
		background-repeat:repeat-x;
		margin-top: 4px;
		font-family: arial, cursive, serif;
		font-size: 11px;
	}
	
p {
		padding: 3px;
		margin: 2px;
}

a {
		color: #E12D00;
		text-decoration: none;
	}
	
a:hover {
		color: #E12D00;
		text-decoration: underline;
	}
	
input {
	background-color: #F3F3F3;
	border: 1px dotted #ccc;
	font-weight: bold;
}

select {
	background-color: #F3F3F3;
	border: 1px dotted #ccc;
	font-weight: bold;
}

textarea {
	background-color: #F3F3F3;
	border: 1px dotted #ccc;
	font-weight: bold;
}

th {
	color: #666;
	background-color: #F8F8F8;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
		
#siteContainer {
		width: 770px;
		margin: auto;
		padding: 2px;
	}

#topNav {
		color: #000;
		border: 1px solid #E4E4E4;
		background-color: #fff;
		padding: 3px;
		float: right;
	}

#topNav ul {
		margin: 0px;
		padding: 0px;
		white-space: nowrap;
	}
	
#topNav li {
		list-style-type: none;
		display: inline;
		padding-right: 3px;
		border-right: 1px solid #E4E4E4;
	}
		
#topNav li:last-child {
		border-right: 0;
	}

#topNav li a {
		text-decoration: none;
		font-size 12px;
		color: #000;
		font-weight: bold;
	}

#topNav li a:hover {
		text-decoration: none;
		font-size 12px;
		color: #000;
		font-weight: bold;
		border-bottom: 2px solid #E12D00;
	}
	
#logo {
		clear: both;
}

.logoLeft {
		float: left;
		padding-top: 10px;
	}
	
.logoRight {
		float: right;
		padding-top: 45px;
	}
	
#contentContainer {
		margin: auto;
		width: 762px;
		clear: both;
		padding-top: 5px;
	}
	
#contentHeader {
		width: 762px;
		height: 4px;
		background-image:url("images/content-header.png");
	}
	
#content {
		width: 762px;
		background-image:url("images/content-background.png");
		background-repeat:repeat-y;
		padding-left: 10px;
		padding-right: 10px;
	}
	
#contentFooter {
		width: 762px;
		height: 9px;
		background-image:url("images/content-footer.png");
	}
	
#contentWrapper {
		width: 734px;
	}
	
.pageHeading {
		width: 100%;
		padding: 5px;
		border-top: 2px solid #E12D00;
		border-bottom: 1px solid #E12D00;
		text-align: right;
	}

.pageHeading h1 {
		margin: 0px;
		padding: 0px;
		font-size: 18px;
		font-style: italic;
		color: #999;
	}
	
.sideNavigation {
		width: 140px;
		margin-top: 5px;
		padding: 3px;
		border-right: 1px solid #CFCFCF;
		float: left;
	}
	
.sideNavigation ul {
		margin: 0px;
		padding: 0px;
	}

.sideNavigation li {
		list-style-type: none;
		padding-left: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #CFCFCF;
		margin-right: 5px;
	}

.sideNavigation li a {
		display: block;
		color: #595959;
		font-weight: bold;
		text-decoration : none;
	}

.sideNavigation li a:hover {
		display: block;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	
.contentArea {
		border: 1px solid #E4E4E4;
		padding: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		float: right;
		width: 560px;
	}
	
#footer {
		width: 100%;
		background-color: #E12D00;
		clear: both;
		text-align: center;
		padding: 2px;
	}
	
#footer ul {
		margin: 0;
		padding: 0;
	}
	
#footer li {
		list-style-type: none;
		display: inline;
		border-right: 1px solid #fff;
		padding: 3px;
	}
	
#footer li:last-child {
		border-right: 0;
	}
	
#footer li a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

#footer li a:hover {
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
	}
	
.pagePhoto {
		color: #ADADAD;
		font-size: 13px;
		padding-bottom: 4px;
		margin-bottom: 7px;
		border-bottom: 1px solid #CFCFCF;
		font-weight: bold;
	}
	
.pagePhoto img {
		margin-bottom: 3px;
	}
	
.contentholderLeft {
		border: 1px solid #E4E4E4;
		padding: 4px;
		width: 47%;
		float: left;
}
/* For the about page */
.contentholderAbout {
		border: 1px solid #E4E4E4;
		background: url("images/about-edwards-ic-limited-3.jpg") bottom right;
		background-repeat: no-repeat;
		padding: 4px;
		padding-bottom: 90px;
		width: 97%;
		margin-bottom: 5px;
	}
	
/* For the training page */
.contentholderTraining {
		border: 1px solid #E4E4E4;
		background: url("images/fire-risk-training-1.jpg") bottom right;
		background-repeat: no-repeat;
		padding: 4px;
		padding-bottom: 90px;
		width: 97%;
		margin-bottom: 5px;
	}
	
/* For the fire risk assessment page */
.contentholderStep1 {
		border: 1px solid #E4E4E4;
		background: url("images/fire-risk-assessment-1-1.jpg") bottom right;
		background-repeat: no-repeat;
		padding: 4px;
		padding-bottom: 35px;
		width: 97%;
		margin-bottom: 5px;
	}
	
/* For the fire risk assessment page */
.contentholderStep2 {
		border: 1px solid #E4E4E4;
		background: url("images/fire-risk-assessment-1-2.jpg") bottom right;
		background-repeat: no-repeat;
		padding: 4px;
		padding-bottom: 150px;
		width: 97%;
		margin-bottom: 5px;
	}
	
/* For the fire risk assessment page */
.contentholderStep3 {
		border: 1px solid #E4E4E4;
		background: url("images/fire-risk-assessment-1-3.jpg") bottom right;
		background-repeat: no-repeat;
		padding: 4px;
		padding-bottom: 35px;
		width: 97%;
		margin-bottom: 5px;
	}
	
/* For the contact page */
#residentialInfo{
	display: none;
}

#commercialInfo{
	display: none;
}

#industrialInfo{
	display: none;
}

#transportInfo{
	display: none;
}

#educationalInfo {
	display: none;
}

#healthcareInfo {
	display: none;
}

#outdoorInfo{
	display: none;
}

#otherInfo {
	display: none;
}

.emailError {
	text-align: center;
	color: white;
	font-size 13px;
	background: url("images/background-error.jpg");
	background-repeat: repeat-x;
	padding: 5px;
	background-color: #FF4304;
	margin-bottom: 3px;
}

.emailSuccess {
	text-align: center;
	color: white;
	font-size 13px;
	background: url("images/background-success.jpg");
	background-repeat: repeat-x;
	padding: 5px;
	background-color: #00D200;
	margin-bottom: 3px;
}

.contentcontactDetails {
		border: 1px solid #E4E4E4;
		background: url("images/contact-edwards-ic-limited-1.jpg") bottom right;
		background-repeat: no-repeat;
		padding: 4px;
		padding-bottom: 35px;
		width: 97%;
		margin-bottom: 5px;
	}
	
.contentholderCenter {
		border: 1px solid #E4E4E4;
		background: url("images/container-bottom-shader.jpg") bottom;
		background-repeat: repeat-x;
		padding: 4px;
		padding-bottom: 10px;
		width: 97%;
		margin-bottom: 5px;
	}

.contentholderRight {
		border: 1px solid #E4E4E4;
		padding: 4px;
		width: 47%;
		float: right;
}

.alertMessage {
		color: #fff;
		width: 98%;
		font-weight: bold;
		background-color: #E12D00;
		padding: 3px;
		font-size: 13px;
		margin-bottom: 3px;
	}

.readmoreMessage {
		width: 98%;
		background-color: #E12D00;
		padding: 3px;
		font-size: 12px;
		font-weight: bold;
		text-align: right;
	}
	
.readmoreMessage a {
		color: #fff;
		text-decoration: none;
	}
	
.readmoreMessage a:hover {
		text-decoration: underline;
	}
	
.lineHeader {
		font-size: 15px;
		color: #999;
		font-weight: bold;
		clear: both;
		padding: 2px;
	}
	
#credits {
		width: 770px;
		margin: auto;
		text-align: right;
		color: #B5B5B5;
		padding-right: 10px;
}

#credits a {
		text-decoration: none;
		color: #999;
}

#credits a:hover {
		text-decoration: underline;
		color: #999;
}