﻿body
{
    margin: 0px;
    padding: 0px;
    /*background-color: #CCCCCC;*/
	/*background-color: #FFF;*/
	/*background: #FFF url(images/bg.gif) repeat left top;*/
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.80em;
    color: #000;
}
#mainContainer
{
    /*border: solid 1px #000;*/
    margin: auto;
    width: 98%;
    /*background-color: #FFF;*/
    min-height: 500px;
}
#header
{
    width: 100%;
/*    height: 115px;
    margin: auto;
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
}

#header span
{
    /*display: none;*/
}

a#qpclogo
{

	display: block;
	text-indent: -9999px;
	width: 400px;
    height: 125px;
	background: transparent url(images/logo.jpg) no-repeat left center;
	z-index:2;
}

#toplinks
{
    position: absolute;
    margin-top: 0px;
    padding: auto;
   /* padding-top: 60px;*/
    text-align: right; /*padding-right:20px; */
    color: #000;
    width: 300px; /*border:solid 1px #000;   */
    top: 0px;
	right:40px;
    font-size: 1.25em;
    font-weight: bold;
	z-index:1;
}

#toplinks a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.85em;
}
#toplinks a:hover
{
    color: #8A1C1E;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.85em;
}
.topLinksSmallText
{  
    font-size: 0.7em;
    font-weight:normal;
}

h1, h2, h3
{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5F0C11;
	margin: 0px;
}

h2
{
    color: color: #FFFFFF;;
	text-transform: uppercase;
	font-size: 1.4em;
	border-bottom: solid 1px #0F400B;
	color: #0F400B;
}
h1 {
	font-size: 2.0em;
}


h3
{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
}
h5
{
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	background-color: #660000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}
h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0000FF;
	text-decoration: underline blink;
	text-align: center;
	margin: 3px;
}
h6 a, h6 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-align: center;
}
blockquote, ul, ol
{
    text-align: justify;
}

blockquote
{
    padding-left: 5px;
    font-style: italic;
}

a
{
    color: #0F400B;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
    color: #660000;
}
img
{
    border: solid 0px #000000;
}

.imgRight
{   
    float:right;
    padding-bottom:5px;
    padding-left:10px; 
}

#content
{
	width: 88%;
	margin: auto;
	padding: 20px;
	clear: both;
}

#content b
{
    color: #CCC;
}

#footer
{
	width: 98;
	margin: auto;
	color: #000;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#footer p
{
    text-align: center;       
}

#footer a
{
    color: #FFFFFF; text-decoration:none;
}
#footer #footerLinks
{
    color: #FFFFFF;
    background-color: #5F0C11;
}

#designBy
{
    font-size: 0.85em;
    text-align: center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu
{
    width: 100%;
    height: 32px;
    position: relative;
    z-index: 100;
    border-right: 1px solid #000;
    font-family: arial, sans-serif;
    background-color: #0F400B;
}
/* hack to correct IE5.5 faulty box model */
* html .menu
{
    width: 100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu ul ul
{
    width: 140px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
    float: left;
    width: 120px;
    position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited
{
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    width: 120px;
    height: 30px;
    border: 1px solid #000;
    border-width: 1px 0 1px 1px;
    background-color: #0F400B;
    padding-left: 7px;
    line-height: 29px;
    font-weight: bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
    /*width: 149px;*/
    width: 120px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
    background: #FFFFFF url(grey-arrow.gif) no-repeat 130px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover
{
    background: #FFFFFF url(blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul :hover > a.drop
{
    background: #FFFFFF url(blue-arrow.gif) no-repeat 130px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
    background-color: #EEE;
}
/* style the third level hover */
.menu ul ul ul a:hover
{
    background-color: #b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 31px;
    left: 0;
    width: 120px;
    border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul
{
    top: 30px;
    top: 31px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
    left: 149px;
    top: -1px;
    width: 120px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
    left: -120px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
    background-color: #EEE;
    color: #000;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
    width: 128px;
    border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited
{
    /*width: 150px;*/
    width: 128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
    color: #FFFFFF;
    background-color: #5F0C11;
}
.menu :hover > a, .menu ul ul :hover > a
{
    color: #FFFFFF;
    background-color: #5F0C11;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
    visibility: visible;
}

.biggerText
{
	font-size:1.2em;
}

.maroonColour
{
	color:#990000;
}
.greyColour
{
	background-color:#E6E6E6;
}


#industryLogos {
margin:auto;
height: 85px;
width:400px;
vertical-align:middle;
}

#bcpalogo {
float: left;
display: block;
text-indent: -9999px;
width: 71px;
height: 79px;
background: #FFFFFF url('images/bcpalogo.png') no-repeat left top;
margin-right: 20px
}

#nptalogo {
float: left;
display: block;
text-indent: -9999px;
width: 141px;
height: 79px;
background: #FFFFFF url('images/nptalogo.png') no-repeat left top;
}

#rsphlogo {
float: left;
display: block;
text-indent: -9999px;
width: 110px;
height: 80px;
background: #FFFFFF url('images/rsph_logo.gif') no-repeat left top;
}

#reslogo {
float: left;
display: block;
text-indent: -9999px;
width: 90px;
height: 80px;
background: #FFFFFF url('images/reslogo.gif') no-repeat left top;
}

<!-- 
#img_and_obj_holder 
{position:absolute; width:350px; /* this width is equal to the image map width */ 
height:100px; /* this height is equal to the image map height */ 
margin:auto; 
top:10px; 
left:300px;} 
#img_and_obj_holder object
{ 
position:absolute; width:350px; height:100px; top:0px; 
} 
--> 

<!--[if IE]> 
<!-- 
#img_and_obj_holder embed { position:absolute; width:350px; height:100px; top:0px; } 
-->
<![endif]-->