@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
Title: Midland Survey

version:   1.0
author:    Jonathan Lewis
email:     jon.lewis@globalgraphics.co.uk
website:   http://www.globalgraphics.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both; line-height:1px; height:1px;
}

.float-right{
	float:right;
}
.float-left{
	float:left;
}

/* Remove border around linked images */
img {
	border: 0;
}


body {
  background:url(../images/global/global-BK.gif) repeat;
}


#root {
	width:770px;
	height:1%; /*IE has-layout bug*/
	background-color:#FFF;
	border:1px solid #CCC;
	border-bottom-color:#FFF;
	margin:auto;
}

/* =Header
-----------------------------------------------------------------------------*/
#logo{
	float:left;
	width:589px;
	height:110px;
	background:#7CC1D7 URL(../images/global/midland-survey-ltd.jpg) 0% 0% no-repeat;
	border-right:1px solid #CCC;
}

#logo h1, #banner h2{
	display:none;
}

#the-date{
	float:left;
	width:180px;
	height:110px;
	background:#2791C3 URL(../images/global/the-date-BK.gif) 0% 0% no-repeat;
}

#today {
	display:block;
	width:180px;
}

#banner{
	clear:both;
	width:770px;
	height:138px;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/
#contact-details{
	float:left;
	width:172px;
	height:35px;
	padding-top:2px;
	padding-left:27px;
	background-color:#E6F3F9;
	border-right:1px solid #CCC;
}

#sub-nav{
	float:left;
	width:570px;
	height:37px;
	background-color:#2C6DA3;
}

#sub-nav ul{
	margin:0;
	list-style:none;
}

#sub-nav ul li{
	display:block;
	float:left;
	height:37px;
	border-right:1px solid #CCC;
}

#sub-nav ul li a{
	display:block;
	_display:inline; /*Support for IE6*/
	width:100%;
	height:100%;
	padding:0 12px;
}

#sub-nav ul li#last{
	border-right:none;
}

/* =Middle Wrap
-----------------------------------------------------------------------------*/
#middle-wrap{
	background:url(../images/global/CCC.gif) 200px 0 repeat-y;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#main-nav{
	clear:both;
	float:left;
	margin-right:1px;
	padding:20px 10px 10px;
	width:179px;
	background:#FFF URL(../images/global/fade.gif) 0% 0% repeat-x;
}

#main-nav ol{
	list-style:none;
}

#main-nav ol li{
	height:28px;
	border-bottom:1px solid #CCC;
	background:url(../images/global/arrow-up.gif) 100% 50% no-repeat;
}

#main-nav ol li#active{
	background:url(../images/global/arrow-right.gif) 100% 50% no-repeat;
}

#main-nav ol li span{
	display:block;
	float:left;
}

#main-nav ol li a{
	display:block;
	width:85%;
	height:100%;
	float:left;
	padding-left:10px;
}
/* =Decoration
-----------------------------------------------------------------------------*/
#blue-block{
	float:left;
	width:8px;
	height:36px;
	background-color:#7CC2D8;
}

/* =Main Content
-----------------------------------------------------------------------------*/

#content{
	float:left;
	width:562px;
	background:#FFF URL(../images/global/fade.gif) 0% 0% repeat-x;
}
#content-inner{
	padding:20px;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer-root{
	width:772px;
	height:20px;
	padding-top:10px;
	margin:auto;
	background: url(../images/global/footer-BK.gif) 0% 0% no-repeat
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
#globalgraphics{font-size:10px; text-align:right; width:770px; margin:auto;}
#globalgraphics a{text-decoration:none; color:#999;}
#globalgraphics a:hover{text-decoration:underline;}


/* =Misc 2
-----------------------------------------------------------------------------*/
