/* Moore Consulting & Engineering - Screen */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0;
	background: #E5E7EA url('../images/core/tile-body.jpg') 0 0 repeat-x;
}

/*====================================
	Container
=====================================*/

div.container {
	width: 880px;
	height: auto;
	margin: 0 auto;
	background: #FFF;
}

/*====================================
	Header
=====================================*/

div.header {
	width: 880px;
	height: 125px;
	position: relative;
	background: url('../images/core/bg-header.jpg') right bottom no-repeat;
}

/* Logo */

div.logo {
	position: absolute; top: 10px; left: 20px;
}

div.logo img {
	border: 0;
}

/*====================================
	Navigation
=====================================*/

div.navigation {
	width: 840px;
	height: 33px;
	font-size: 1.1em;
	padding: 0 20px;
	background: #FFF url('../images/core/tile-navigation.jpg') 0 0 repeat-x;
}

div.navigation ul {
	list-style-type: none;
}	

div.navigation ul li {
	float: left;
	position: relative;
	z-index: 100;
}

div.navigation ul li a {
	float: left;
	display: block;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
}

div.navigation ul li a.home {
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
	width: 57px;
}

div.navigation ul li a.about-us {
	background: url('../images/core/nav/about-us.jpg') 0 0 no-repeat;
	width: 79px;
}

div.navigation ul li a.services {
	background: url('../images/core/nav/services.jpg') 0 0 no-repeat;
	width: 75px;
}

div.navigation ul li a.industries {
	background: url('../images/core/nav/industries.jpg') 0 0 no-repeat;
	width: 81px;
}

div.navigation ul li a.projects {
	background: url('../images/core/nav/projects.jpg') 0 0 no-repeat;
	width: 73px;
}

div.navigation ul li a.links {
	background: url('../images/core/nav/links.jpg') 0 0 no-repeat;
	width: 63px;
}

div.navigation ul li a.contact-us {
	background: url('../images/core/nav/contact-us.jpg') 0 0 no-repeat;
	width: 87px;
}

div.navigation ul li a:hover {
	background-position: 0 -33px;
}

div.navigation ul li ul {
	left: 0;
	position : absolute; top: -9999px;
	margin-top: 33px;
	z-index: 100;
}

div.navigation ul li ul li {
	float: none;
	margin-bottom : -1px; 
}

div.navigation ul li ul li a {
	text-indent: 0;
	float: none;
	height: auto;
	padding: 6px 10px;
	background: #FFF;
	width: 150px;
	color: #717171;
	text-decoration: none;
	border: 1px solid #C6C6C8;
}

div.navigation ul li ul li a:hover {
	color: #2F2F2F;
	background: #F3F4F6;
}	

div.navigation ul li:hover ul, div.navigation ul li.sfhover ul { 
	top: auto;
}

/*====================================
	Banner 
=====================================*/

div.banner {
	width: 880px;
	height: auto;
}

div.banner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.banner-left {
	width: 591px;
	height: auto;
	float: left;
}

div.banner-right {
	width: 289px;
	height: 120px;
	float: right;
	background: #bdc82e;
	display: block;
}

div.banner-right img { 
	float: right;	
}

/*====================================
	Content
=====================================*/

div.content {
	width: 880px;
	height: auto;
	padding: 30px 0;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Content Left */

div.content-left {
	width: 591px;
	height: auto;
	float: left;
	background: url('../images/core/bg-contentright.jpg') right 0 repeat-y;
}

#p-home div.content-left { width: 521px; }

/* Standard */

div.standard {
	font-size: 1.1em;
	color: #2F2F2F;
	padding: 0 30px;
}

div.standard p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

div.standard a {
	color: #02439C;
	text-decoration: underline;
}	

div.standard a:hover {
	color: #2F2F2F;
}	

div.standard ul {
	margin-bottom: 15px;
	margin-left: 5px;
	list-style-type: none;
}

div.standard ul li {
	line-height: 1.4em;
	padding-left: 20px;
	background: url('../images/core/icon-list.jpg') left 3px no-repeat;
}

div.standard ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ol li {
	line-height: 1.4em;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #C6C6C8;
	margin-bottom: 15px;
}

div.standard table {
	border-top: 1px solid #C6C6C8;
	border-left: 1px solid #C6C6C8;
	margin-bottom: 15px;
}	

div.standard table td {
	border-right: 1px solid #C6C6C8;
	border-bottom: 1px solid #C6C6C8;
	padding: 5px;
}

div.standard h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
}	

/*

Use this code if headings dont require SIFR

div.standard h1 {
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 1em;
	margin-bottom: 15px;
}	

div.standard h1.welcome {
	background: url('../images/core/titles/welcome.jpg') left center no-repeat;
}

div.standard h1.about-us {
	background: url('../images/core/titles/about-us.jpg') left center no-repeat;
}

	div.standard h1.meet-the-team {
		background: url('../images/core/titles/meet-the-team.jpg') left center no-repeat;
	}
	
	div.standard h1.news {
		background: url('../images/core/titles/news.jpg') left center no-repeat;
	}

div.standard h1.services {
	background: url('../images/core/titles/services.jpg') left center no-repeat;
}

div.standard h1.industries {
	background: url('../images/core/titles/industries.jpg') left center no-repeat;
}

	div.standard h1.overview {
		background: url('../images/core/titles/overview.jpg') left center no-repeat;
	}
	
	div.standard h1.aviation {
		background: url('../images/core/titles/aviation.jpg') left center no-repeat;
	}
	
	div.standard h1.defence {
		background: url('../images/core/titles/defence.jpg') left center no-repeat;
	}
	
	div.standard h1.government {
		background: url('../images/core/titles/government.jpg') left center no-repeat;
	}
	
	div.standard h1.petrochemical {
		background: url('../images/core/titles/petrochemical.jpg') left center no-repeat;
	}
	
	div.standard h1.workcover {
		background: url('../images/core/titles/workcover.jpg') left center no-repeat;
	}
	
	div.standard h1.otherindustries {
		background: url('../images/core/titles/otherindustries.jpg') left center no-repeat;
	}

div.standard h1.projects {
	background: url('../images/core/titles/projects.jpg') left center no-repeat;
}

div.standard h1.links {
	background: url('../images/core/titles/links.jpg') left center no-repeat;
}

div.standard h1.contact-us {
	background: url('../images/core/titles/contact-us.jpg') left center no-repeat;
}

div.standard h1.privacy-policy {
	background: url('../images/core/titles/privacy-policy.jpg') left center no-repeat;
}
*/

div.standard h2 {
	color: #B2C011;
	font-size: 1.3em;
	margin-bottom: 15px;
}

div.standard h3 {
	color: #B2C011;
	font-size: 1.2em;
	margin-bottom: 15px;
}

div.standard h4 {
	color: #02439C;
	font-size: 1.1em;
	margin-bottom: 15px;
}

div.standard h5 {
	color: #02439C;
	font-size: 1em;
}

		
/* Content Right */

div.content-right {
	width: 229px;
	height: auto;
	float: left;
	padding: 0 30px;
	font-size: 1.1em;
	color: #2F2F2F;
}
#p-home div.content-right { width: 299px; }

/*

Use this code if headings dont require SIFR

div.content-right h1 {
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 1em;
	margin-bottom: 15px;
}	

div.content-right h1.news {
	background: url('../images/core/titles/news.jpg') left center no-repeat;
}

*/

div.content-right h1 {
	color: #B2C011;
	font-size: 1.8em;
	margin-bottom: 15px;
}

div.content-right h2 {
	color: #B2C011;
	font-size: 1.3em;
	margin-bottom: 15px;
}

div.content-right h3 {
	color: #B2C011;
	font-size: 1.2em;
	margin-bottom: 15px;
}

div.content-right h4 {
	color: #02439C;
	font-size: 1.1em;
	margin-bottom: 15px;
}

div.content-right h5 {
	color: #02439C;
	font-size: 1em;
}


div.content-right p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

div.content-right a {
	color: #02439C;
	text-decoration: underline;
}	

div.content-right a:hover {
	color: #2F2F2F;
}	

div.content-right ul {
	margin-bottom: 15px;
	list-style-type: none;
}

div.content-right ul li {
	line-height: 1.4em;
	padding-left: 20px;
	background: url('../images/core/icon-list.jpg') left 3px no-repeat;
}



/* Pdf */

div.pdf ul {
	list-style-type: none;
	margin-top: 15px;
	color: #9B9D9E;
}

div.pdf ul li {
	padding: 10px 0;
	border-bottom: 1px solid #C6C6C8;
	background: none;
}

div.pdf ul li a {
	color: #02439C;
	padding: 3px 0 3px 25px;
	text-decoration: underline;
	background: url('../images/core/icon-pdf.jpg') left center no-repeat;
}

div.pdf ul li a:hover {
	color: #2F2F2F;
}	

/* Map */

div.map {
	text-align: center;
}

/* Enquiry Form */

div.enquiry-form table {
	margin-bottom: 10px;
}

div.enquiry-form table td {
	padding: 5px 10px 5px 0;
	text-align: right;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field {
	padding: 3px;
	width: 135px;
	color: #2F2F2F;
	font: normal 1em Verdana;
	border: 1px solid #C6C6C8;
	overflow: hidden;
}

/*====================================
	Footer
=====================================*/

div.footer {
	width: 820px;
	height: auto;
	font-size: 1em;
	color: #474747;
	padding: 0 30px;
	background: #FFF url('../images/core/tile-footer.jpg') 0 0 repeat-x;
}	

div.footer img {
	float: right;
	border: 0;
	margin-top: 20px;
}

div.footer p {
	line-height: 1.6em;
	padding: 20px 0 20px 50px;
	background: url('../images/core/logo-qec.jpg') left center no-repeat;
}

div.footer a {
	color: #474747;
	text-decoration: none;
}

div.footer a:hover {
	color: #5C5C5C;
}


