*{
	font-family: arial;
}

a {
	color: silver;
}

body {
	margin: 20px;
	padding: 0;
}



#mainContainer {
	display: block;
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	border: 10px white solid;
	border-radius: 20px;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	background: rgb(255,255,255); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* topbar */ 

#topbar {
	display: block;
	position: relative;
	z-index: 1;
	width: 860px;
	margin: 20px auto 0 auto;
	padding: 20px 20px 20px 20px;
	text-align: center;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	border-radius: 10px 10px 0 0;
	background: #b3b3b3;
	overflow: auto;
}
.logo{
	width: 422px;
	height: 86px;
	float: left;
}


.companionLogo {
	width: 201px;
	height: auto;
	float: right;
	margin-top: 7px;
	margin-right: 70px;
	color: #005d88;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	text-align: right;
	
}

.companionLogo:hover{
	color: rgba(255, 60, 7, 0.8);
}


.companionLogo img{
	width: 201px;
	height: auto;
}

/* main */ 








/* nav */ 

nav {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	z-index: 2;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}
	
nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 30px;
	margin: 0;
	border-radius: 0 0 10px 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	width: 840px;
	text-align: center;
}

nav ul:after {
	content: ""; clear: both; display: block;
}	
	
nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

nav ul li:hover {
	background: #404040;
}

nav ul li:hover a {
	color: rgba(255, 60, 7, 1);
}
	
nav ul li a {
	display: block; 
	padding: 10px 70px;
	color: #757575; 
	text-decoration: none;
}
		
		nav ul ul {
			background: #404040;
			padding: 0;
			position: absolute; 
			top: 100%; 
			width: 350px;
		}
		
		nav ul ul li {
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a;  
			position: relative;
			display: block;
		}
		
		nav ul ul li a {
			padding: 10px 30px;
			color: #e2e2e2 !important; 
			text-align: left;
		}	
		
		nav ul ul li a:hover {
			background: rgb(255,255,255); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: rgba(255, 60, 7, 1) !important;
		}

.lastNav, .lastNav a, .lastNav:hover {
	border-radius: 0 0 10px 10px; 
}




/* main content */ 

#mainContent {
	display: block;
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding: 20px;
	background: rgb(255,255,255); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	z-index: 0;
	color: #404040;
}


#home {
	display: inline-block;
	position: relative;
	width: 560px;
	margin: 0;
	text-align: justify;
}

.slider{
	width: 830px;
	height: 300px;
	margin: 10px;
	font-size: 0px;
}
.slider img{
	display: none;
	width: 830px;
	height: 300px;
	border-radius: 5px;
}
.pageHeading {
	color: #ff5500;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 25px; 
}


.rightbox {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 333px;
	margin: 100px 0 0 20px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center ;
	vertical-align: top;
}

.info {
	display: inline-block;
	position: relative;
	width: 220px;
	margin: 460px 0 0 20px;
	padding: 80px 0;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	text-align: center;
	color: gray;
}


#home-risk {
	background-image: url('/media/img/risk-assessment-picture-1.png');	
}



#footer {
	display: block;
	position: relative;
	z-index: 1;
	width: 860px;
	height: 100px;
	margin: 0 auto 20px auto;
	padding: 20px 20px 20px 20px;
	text-align: center;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	white-space: nowrap;
	overflow: hidden;
	border-radius:  0 0 10px 10px;
	float: none;
	background: #b3b3b3;
	color: #404040;
}

#footer p a{
	color: #404040;
}

#footer p a:hover{
	color: #125e87;
	}



.linkedinlogo{
	width: 90px;
	height: 90px;
	margin-top: -10px;
	margin-right: 50px;
	float: left;
	margin-left: 30px;
    
}
#footer small{
	width: 550px;
	float: left;
}
#footer small p{
	margin-top: 70px; 
	text-align: right;
}

.address{
	width: 300px;
	float: right;
	text-align: right;
	font-size: 12px;
	text-align: right;
	color: #404040;
	margin-top: 7px;
}
.address a{
	color: #404040;
}

.address a:hover{
	color: rgba(255, 60, 7, 0.8);
}

.clear{
	visibility: hidden;
	clear: both;
}

.link{
	font-weight: 700;
	color: inherit;
		text-decoration: none;
}


.link:hover{
	color: rgba(255, 60, 7, 0.8);

}
.normalText{
	letter-spacing: normal;
}
/* for risk assesments page */
.numberList{
	list-style: decimal;
}
.riskAssessmentsContent{
	margin-left: 5%;
}
/* for fire risk page */
.fireriskimg{
	float: right;
	margin-left: 10px;
}
/* for Accident investigation page */
.accidentimg{
	float: right;
	margin-left: 10px;
}
/* for Training page */
.training{
	float: right;
	margin-left: 10px;
}
/* for contact form */
.contactForm{
	padding: 70px;
}
.submitbtn{
	background-color: #3575b8;
	height: 35px;
	width: 130px;
	color: #ffffff;
}
.submitbtn:hover{
	color: #FE2E2E;
}
.contactUsImage{
	float: right;
}

/* for Homepage Slider */
 .captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(/media/img/browser-icons.png);
        }

/* for about us page */

.aboutUsImage{
	width: 30%;
	float: right;
}