@charset "utf-8";

html, body { 
	height:100%;/*Phil- make the Footer stay at bottom*/
}

/*Header colours #650b0a and #951011*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background: url('../../portable-toilets/images/Background.jpg') top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #5c5c5c;*/
	color: #2a3f4f;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */

	min-height: 100%;
	margin-bottom: -50px;

	
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	background-image: url(../../portable-toilets/images/Header.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 255px;/*162px;*/
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #012B4B; /*#fbd539;*/
	font-weight: 600;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

h1
{
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #012B4B;
	margin-top: 5px;
	margin-bottom: 0px;
}

h2 {
	font: 105% Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #012B4B;
	margin-top: 10px;
	margin-bottom: 0px;
	/*border: 1px solid #425227;
	background-color: #a78e3e; *//*712002; 650d01;*/
}

h3
{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #012B4B;
	font-weight: 550;
	margin-top: 5px;
	margin-bottom: 0px;
}

 h6
{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #D5d0B0;
	margin-top:20px;
	margin-bottom: 0px;

}

p, li, td
{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin-top: 5px;
}

#arrows-green, #arrows-red, #arrows-blue
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	
}

#arrows-green li
{
	background-image: url('../../portable-toilets/images/arrow-green.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

#arrows-red li
{
	background-image: url('../../portable-toilets/images/arrow-red.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

#arrows-blue li
{
	background-image: url('../../portable-toilets/images/arrow-blue.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
	
}

A {
	 COLOR: #7fa7cb;   TEXT-DECORATION: none /*8a2b44;*/
}
A:hover {
	COLOR: #7fa7cb; TEXT-DECORATION: underline
}

#menu {
	background: url('../../portable-toilets/images/menu.gif') top repeat-x;
	height: 35px;
	font-size: 90%;
}
#menu ul {
	list-style: none;
	display: block;
	width: 700px;
	margin: 0 auto 0 auto;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block;
	padding: 6px 16px 6px 16px;
	float: left;
	text-decoration: none;
	color: #5e646d;
}
#menu li a:hover, #menu li.menu-selected a {
	background: url('../../portable-toilets/images/menu-alt.gif') 0px 0px repeat-x;
	color: #2c3137 !important;
}


#footer {

	background: url('../../portable-toilets/images/Footer-Bg.gif') top repeat-x;
	height: 50px;
	/*color: #b06564;*/
	font-size: 10px;
	padding-top: 5px;
	color: #5e646d;
	position: relative;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}



#sidebar {
	width: 420px;
	height: 500px;
	float: right;
	margin-left: 20px;
	/*text-align: center;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 80% Arial;
line-height: 18px;
z-index: 100;
width: 140px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : 5px; /*-5>
left : 10px; /*80*/
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 15px;
color: black;
background-color: #e5e6f0;
text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #414141;
color: #fbd539;
}

a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 /*display: block;*//*puts it downwards*/
 width: 95px;/* width can be changed this sets the width of text and may go underneath*/
 text-align: left;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:80%;
 margin-left:0px;
 color: #ffffff;
 background-color:#414141;
 text-indent: 4px;
 border: none;
}

A.mainMenuLink:hover{ /*hover background color*/
color: #fbd539;
}

A.mainMenuLinkSelected {
/*display: block;*/
width: 95px;/* width can be changed this sets the width of text and may go underneath*/
text-align: left;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:0px;
color: #fbd539;
background-color:#414141;
BORDER: none;
FONT-WEIGHT: bold;
text-indent: 4px;
}

A.mainMenuLinkSelected:hover {
color: #fbd539;
}

img.paddedRight
{
	padding-right: 5px;
}

P.borderedbox {

	BORDER-RIGHT: #DBDBDB 1px solid; 
	BORDER-TOP: #DBDBDB 1px solid; 
	BORDER-LEFT: #DBDBDB 1px solid; 
	BORDER-BOTTOM: #DBDBDB 1px solid; 
}


img{
	border: 0;
}

/* Show only to IE PC \*/
	* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

	.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../../portable-toilets/images/boxHead/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	float: left;
	}
	.boxhead {
		background: url(../../portable-toilets/images/boxHead/sbhead-r.gif) no-repeat top right;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.boxhead h2 {
		background: url(../../portable-toilets/images/boxHead/sbhead-l.gif) no-repeat top left;
		margin: 0;
		padding: 22px 30px 5px;
		color: white; 
		font-weight: bold; 
		font-size: 1.2em; 
		line-height: 1em;
		/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px;  Safari-only, but cool will not validate*/
	}
	.boxbody {
		background: url(../../portable-toilets/images/boxHead/sbbody-l.gif) no-repeat bottom left;
		margin: 0;
		padding: 5px 30px 31px;
	}