/*Global styles
--------------------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	margin:0px;
	background-image:url(../../images/misc/body-bg.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:36px;
	font-weight:bold;
	color:#1d4791;
	margin:0px;
	margin-bottom:10px;
}
body#home h1 {
	font-size:26px;
}

h2 {	
	font-size:18px;
	color:#1d4791;
	font-weight:bold;
	}

h3 {}

p {
/*	text-align:justify;*/
}

a {
	outline: none;
}


/*Layout Containers
------------------------------------------------------------------------------------*/
#container {
	position:relative;
	width:740px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}
#directories p{
	margin: 0px;
	padding-bottom: 5px;
}
#bottom-keywords{
	font-size: 10px;
	color:#666;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top:10px;
	padding-bottom: 10px;
	border-top: 1px solid #666;
}

#banner {
	width:740px;
	height:150px;
	font-size:1px;
}

#banner img {
	margin:0px;
	padding:0px;
}

#main-home {
	width:740px;
	height:652px;
	background-image:url(../../images/misc/main-bg-index.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	position:relative;
}

#main-skip-hire {
	width:740px;
}

#main-wheelie-bins {
	width:740px;
	height:540px;
	background-image:url(../../images/misc/main-bg-wheelie-bins.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#main-transfer-station {
	width:740px;
}

#page-copy-main {
	padding:20px 0px 20px 20px;
	width:470px;
	float:left;
}

#page-copy-main p {
	text-align:left;
	margin-bottom:-5px;
}

#page-copy-all {
	padding:20px;
	width:700px;
	float:left;
}

#page-copy-all img.page-image {
	float:right;
	padding:5px 0px 5px 10px;
}


#flash {
	width:250px;
	height:250px;
	float:right;
}

#home-right {
	float:right;
	width:230px;
	height:350px;
	padding:0px 10px;
}
	#home-right p.cta-title {
		text-align:center;
		font-size:26px;
		margin:0;
		padding:25px 0px 0px;
		text-transform:capitalize;
		color:#1d4791;
		font-weight:bold;
	}
	#home-right p.cta-number {
		text-align:center;
		font-size:30px;
		margin:0;
		padding:0px 0px 30px;
		color:#1d4791;
	}

#homeCTA {
	width:230px;
	height:150px;
	background:url(../../images/misc/home-cta.jpg);
}
	#homeCTA p {
		text-align:right;
		font-size:28px;
		color:#fff;
		margin:0;
		padding:10px 15px;
	}
		#homeCTA p span {
			font-size:24px;
		}

#pageCTA {
	height:75px;
	width:530px;
	background:url(../../images/misc/page-cta-skiphire.jpg) no-repeat;
	padding:15px 170px 20px 0px;
}
body#skip-hire #pageCTA {
	background:url(../../images/misc/page-cta-skiphire.jpg) no-repeat;
}
body#wheeliebins #pageCTA {
	background:url(../../images/misc/page-cta-wheeliebins.jpg) no-repeat;
}
body#roro #pageCTA {
	background:url(../../images/misc/page-cta-roro.jpg) no-repeat;
}
body#fels #pageCTA {
	background:url(../../images/misc/page-cta-wheeliebins.jpg) no-repeat;
}
body#recycle #pageCTA {
	background:url(../../images/misc/page-cta-recycle.jpg) no-repeat;
}
body#aggregates #pageCTA {
	background:url(../../images/misc/page-cta-aggregates.jpg) no-repeat;
}
	#pageCTA p {
		text-align:right;
		font-size:18px;
		color:#fff;
		margin:0;
	}
		#pageCTA p span {
			display:block;
			font-size:32px;
		}


#number {
	width:565px;
	height:35px;
	margin:20px 0px 0px 120px;
	padding:10px 5px 10px 10px;
}

#number p {
	font-size:32px;
	color:#1d4791;
	display:inline;
	float:left;
	margin:0px;
}

#number img {
	float:right;
	padding:0px;
	display:inline;
}
	
body#home #number {
	position:absolute;
	bottom:15px;
	right:0px;
	z-index:20;
}


#footer {
	clear:both;
	background-color:#1d4791;
	border-top:#fbae17 solid 10px;
	margin:0px;
	height:60px;
}

#copyright {
	height:11px;
	color:#ffffff;
	font-size:11px;
	padding:5px 10px;
	float:left;
}

#designed {
	text-align:right;
	font-size:11px;
	padding:5px 10px;
	float:right;
}

#designed a{
	color:#ffffff;
	text-decoration:none;
}

#designed a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#validators {
	float:right;
	width:200px;
	text-align:right;
	padding-top:15px;
}

#validators a {
	margin: 0px 10px 0px 0px;
}

#bottom-links {
	width:740px;
	height:40px;
	padding-top:15px;
	background-color:#1d4791;
}


/*Navigation Styles
------------------------------------------------------------------------------------*/
#nav-container {
	width:740px;
	height:30px;
	background-image:url(../../images/misc/nav-bg.gif);
	background-repeat:repeat-x;
}

#nav-container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#nav-container li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#nav-container a {
	color: #333333;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 16px 7px 16px;
	background-image:url(../../images/misc/nav-bg.gif);
	background-repeat:repeat-x;
	border-left:#fac458 solid 1px;
	border-right:#cd8f15 solid 1px;
	text-transform:uppercase;
}

#nav-container a:hover {
	color:#ffffff;
	background-image:url(../../images/misc/nav-bg-over.gif);
	background-repeat:repeat-x;
	border-left:#66CCFF solid 1px;
	border-right:#3366FF solid 1px;
	text-decoration: none;
	text-transform:uppercase;
}


#sub-menu-skip {
	background-color:#efefef;
	width:138px;
	margin-left:-1000px;
}

#sub-menu-skip ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sub-menu-skip li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#sub-menu-skip a {
	color: #333333;
	width:128px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	background-image:none;
	background-color:#efefef;
	border: 0px;
	border-bottom:#999999 solid 1px;
}

#sub-menu-skip a:hover {
	color: #333333;
	width:128px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	background-image:none;
	background-color:#cccccc;
	border: 0px;
	border-bottom:#999999 solid 1px;
}


#sub-menu-waste {
	background-color:#efefef;
	width:187px;
	margin-left:-1000px;
}

#sub-menu-waste ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sub-menu-waste li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#sub-menu-waste a {
	color: #333333;
	width:177px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	background-image:none;
	background-color:#efefef;
	border: 0px;
	border-bottom:#999999 solid 1px;
}

#sub-menu-waste a:hover {
	color: #333333;
	width:177px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	background-image:none;
	background-color:#cccccc;
	border: 0px;
	border-bottom:#999999 solid 1px;
}

#sub-menu-aggregates {
	background-color:#efefef;
	width:138px;
	margin-left:-1000px;
}

#sub-menu-aggregates ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sub-menu-aggregates li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#sub-menu-aggregates a {
	color: #333333;
	width:128px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	background-image:none;
	background-color:#efefef;
	border: 0px;
	border-bottom:#999999 solid 1px;
}

#sub-menu-aggregates a:hover {
	color: #333333;
	width:128px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	background-image:none;
	background-color:#cccccc;
	border: 0px;
	border-bottom:#999999 solid 1px;
}



#bottom-nav {
	width:560px;
	float:left;
}

#bottom-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	padding-left:10px;
}

#bottom-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#bottom-nav a {
	color: #ffffff;
	width: auto;
	text-decoration: none;
	padding: 0px 5px 2px 5px;
}

#bottom-nav a:hover {
	text-decoration: underline;
}


#sub-menu {
	float:left;
	width:150px;
	height:300px;
	margin-top:20px;
	background-image:url(../../images/misc/sub-menu-bg.gif);
	background-repeat:repeat-y;
}

#sub-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left:20px;
}

#sub-menu li {
	display: block;
	float:left;
	margin: 0;
	padding: 0;
	width: 150px;
}

#sub-menu a {
	color: #ffffff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 7px 0px 7px 10px;
}

#sub-menu a:hover {
	text-decoration: underline;
}

/*Styles
------------------------------------------------------------------------------------*/
.skip-title {
	font-size:16px;
	color:#003399;
	font-weight:bold;
}

.sub-header {
	font-size:18px;
	color:#003399;
	font-weight:bold;
}

.q {
	font-weight:bold;
}

.smallpara {
	/*width:250px;*/
}


/*Pop-up form styles
------------------------------------------------------------------------------------*/

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	cursor: pointer;
/*	width: 8em;*/
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	z-index: 1020;
	cursor: default;
/*	width: 8.2em;*/
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

.locations {
float:left;
padding-top:10px;
width:740px;
background:#1d4791;
padding-bottom:20px;
}

.LocationImage {
float:right;
padding-right:30px;
padding-left:10px;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
