/*---------------------------
CSS for: www.hancocks-legal.co.uk

author: Mat Frankum
email: mat@sparks.co.uk
-----------------------------*/

/*------LAYOUT------*/
html {
	font-size:100%;
	}
	
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
	
#wrapper {
	width:774px;
	background:#FFFFFF url(images/bg.gif) center repeat-y scroll;
	margin:0 auto;
	}
	
.skipNav {
	display:none;
	}
	
#header {
	height:64px;
	font-size:1.2em;
	background-color:#091C5A;
	}

#navigation {
	font-size:1.2em;
	padding-left:40px;
	padding-top:69px;
	width:120px;
	float:left;
	background:url(images/contentHead.gif) top left no-repeat scroll;
	}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#navigation li {
	margin:10px 0;
	}
	
#content {
	float:right;
	width:594px;
	background:url(images/contentHead.gif) top right no-repeat scroll;
	padding:30px 10px 20px 10px;
	font-size:1.2em;
	}
	
#footer {
	text-align:center;
	clear:both;
	bottom: 0;
 	margin:0;
	padding:0;
	background:url(images/footer.gif) left bottom no-repeat scroll;
	height:69px;
	}

/*------NAVIGATION------*/
a {
	text-decoration:underline;
	color:#003876;
	}
a:hover {
	text-decoration:none;
	}

#navigation a {
	display:block;
	border-bottom:1px #EE3A43 solid;
	border-top:1px #091C5A solid;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:5px;
	}
#navigation a:hover {
	background-color:#FFFFFF;
	color:#EE3A43;
	}

#emailHeader a {
	color:#FFFFFF;
	text-decoration:none;
	}
#emailHeader a:hover {
	text-decoration:underline;
	}

/*------HEADER------*/
#logo {
	float:left;
	width:208px;
	height:64px;
	position:relative;
	}
#logo span {
	width:100%;
	height:100%;
	position:absolute;
	background:url(images/hancocksLogo.jpg) top left no-repeat scroll;
	}
	
#contactInfo {
	float:right;
	width:526px;
	height:64px;
	color:#FFFFFF;
	padding-left:40px;
	}

#mainAddress {
	float:left;
	width:120px;
	}

#numbers {
	float:left;
	width:140px;
	}
	
#emailHeader {
	float:left;
	}

/*------CONTENT------*/
h1 {
	font-size:1.6em;
	color:#091C5A;
	letter-spacing:0.2em;
	text-transform:uppercase;
	}
	
h2 {
	font-size:1.4em;
	margin-bottom:-12px;
	color:#EE3A43;
	}
	
h3 {
	font-size:1.2em;
	margin-bottom:-12px;
	color:#091C5A;
	}

em {
	font-style:normal;
	}
address {
	font-style:normal;
	}
	
.linkList {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
/* Form */
#enquiryForm label {
	display:block;
	}
	
#enquiryForm em {
	float:left;
	width:150px;
	}
	
#enquiryForm input {
	width:18em;
	margin-bottom:20px;
	border:1px #7F9DB9 solid;
	}
	
#enquiryForm input#submit {
	width:auto;
	margin-left:150px;
	border:0;
	background-color:#CCC;
	}
	
#enquiryForm textarea {
	width:18em;
	height:100px;
	margin-bottom:20px;
	}
	
#enquiryForm .required, #enquiryForm .warn {
	color:#FF0000;
	}
	
.required strong, .warn strong {
	font-size:1.4em;
	}
/* End Form */


/*------FOOTER------*/
#footer p {
	font-size:1.0em;
	line-height:69px;
	}
