/*
	$HeadURL: svn://HeBe/Customers/WaughAndCo/trunk/waughandco-screen.css $
	$Id: waughandco-screen.css 1565 2007-05-23 15:01:55Z qbnut $
*/

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
	background-color: #333366;
	padding: 0px 50px 50px 50px;
	margin: 0px;
}

h1 {
	display: inline;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.6em;
        color: #003399; 
        text-decoration: none;
        font-weight: bolder;  
        line-height: 1.8em;
}

h2 {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.4em;
        color: #003399;
        text-decoration: none;
        font-weight: bolder;
        line-height: 1.6em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 18px;
	text-decoration: none;
}

#page-container {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 0px;
}

#header {
	display: block;
	position: relative;
	height: 74px;
	background-color: #FFFFFF;
	margin: 15px;
}

#header h1 {
	visibility: hidden;
	display: none;
}

#header p {
	visibility: hidden;
	display: none;
}

#header #logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 201px;
	height: 74px;
	float: left;
	background: url(images/logo_main.gif) #FFFFFF no-repeat top left;
}

#content {
	display: block;
	position: relative;
	top: 61px;	/* 46px (menu height) + 15px (padding) - OFFSET (relative positioning) from header to make room for the menu */
	margin: 15px;
	padding-bottom: 160px;	/* Pushes page height out so that the whole of #left-image can be seen */
				/* Not really required if there is enough content to fill the page */
}

#content #left-image {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 201px;
	height: 4091px;	/* 291px (height of image) + 4000px (spare grey bg) */
			/* INCREASE THIS VALUE IF THE STYLING STOPS BEFORE THE END OF THE PAGE CONTENT */
	background: url(images/pic_office.jpg) #CCCCCC no-repeat top left;
}

#content #centre-text {
	display: block;
	position: relative;
	/*
		Use Padding rather than Margin because IE takes margins into consideration when positioning
		absolutely-positioned elements inside a relatively-positioned element when it shoudn't.
		Padding ensures that the top-left is at 0,0, which is where everything else expects it to be
	*/
	padding: 0px 220px 0px 220px;	
}

#content #centre-text div.people-float {
	/*
		IE6 floats child elements relative to 0,0 of the parent, and 
		ignores the 220px left margin on #content #centre-text.
		Thus, we contain the two floats (p and img) inside of a box that isn't floated.
	*/
	display: block;
	width: 100%;
	padding: 0px 0px 4px 0px;
}

#content #centre-text p.people-float {
	float: left;
	clear: right;
	margin: 2px;
	width: 60%;
}

#content #centre-text img.people-float {
	float: left;	
	clear: left;
	margin: 2px;
}

#content #centre-text div.bumper {
	position: relative;
	display: block;
	clear: left;
	margin: 0px 0px 16px 0px;
}

#content #bumper {
	position: relative;
	display: block;
	clear: left;
	margin: 0px 0px 180px 0px;
}

#content img {
	border: 0px;
	margin: 4px;
}

#content p.empty-page {
	padding-bottom: 150px;
}

#footer {
	display: block;
	position: relative;
	height: 63px; /* 48px (blue section height) + 15px (padding) */
	margin: 15px 15px 0px 15px;	/* Trick to hide the overflow */
	background-color: #FFFFFF;
	font-size: 1em;
}

#footer #copyright {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 0px 15px 0px;	/* no height set - use this instead to ensure vertical centering */
	margin: 0px;
	background-color: #333366;
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
}

#menu {
	display: block;
	position: absolute;
	top: 104px;	/* 74px (logo height) + 15px (padding top) + 15px (padding bottom) */
	left: 15px;	/* padding on everything else */
	right: 15px;
	width: 97.5%;	/* IE needs this (it doesn't honour absolute right in this circumstance) */
	height: 46px;
	background: url(images/nav_back.gif) #FFFFFF repeat-x top left;
}

#menu #menu-top {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 202px;
	height: 46px;
	background: url(images/top_telephone.gif) #FFFFFF no-repeat top left;	
}

#menu ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 202px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: block;
	position: relative;
	list-style: none;
	padding: 0px;
	background: url(images/nav_sep.gif) no-repeat top right;
	float: left;
	width: 16.5%;		/* 100% / number of menu items (6) */
	text-align: center;
}

#menu a {
	display: inline;	/* inline rather than block fixes IE, but makes menu not-so-good (but still useable) with Firefox */
	padding: 0px 4px 0px 2px; /* extra 2px on right-hand side due to divider */
	margin: 0px;
	line-height: 44px;
	height: 46px;
	text-decoration: none;
	color: #6699CC;
	font-weight: bold;
	background-color: inherit;
}

#menu a:visited {
	color: #6699CC;
}

#menu a:hover {
	color: #000000;
}

#services-menu {
	display: block;
	position: absolute;
	top: 165px; 	/* 135px (height of header) + 15px (header top padding) + 15px (header bottom padding) */
	right: 15px;	/* 15px (padding) */
	background-color: #F2F2F2;
	width: 191px;
	height: 4091px;	/* Same as #content #left-image */
			/* INCREASE THIS VALUE IF THE STYLING STOPS BEFORE THE END OF THE PAGE CONTENT */
}

#services-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#services-menu li {
	display: block;
	padding: 5px 0px 5px 30px;
	background: url(images/gfx_arro1.gif) no-repeat 11px 8px;
}

#services-menu a {
	color: #000000;
	text-decoration: none;
}

#services-menu a:visited {
	color: #000000;
}

#services-menu a:hover {
	color: #AAAAAA;
}

#services-menu p {
	text-align: center;
	font-weight: bold;
	color: #003399;
}

#services-menu #moving-home {
	display: block;
	position: relative;
	width: 167px;
	height: 152px;
	margin: 12px;
	background: url(images/gfx_movinghouse_notext.gif) no-repeat top left;	
}

#services-menu #moving-home strong {
	visibility: hidden;
	display: none;
}

#services-menu #moving-home p {
	display: block;
	position: absolute;
	top: 55px;
	left: 8px;
	width: 160px;
	height: 90px;
	overflow: hidden;
	font-weight: normal;
	text-align: left;
	font-size: 12px;	/* Fixed text size because it has to fit within a fixed-size box */
	line-height: 18px;
	color: #000000;
}
