/*------------------------------------------------------------------

project:	Trewin Norman & Co Barristers & Solicitors 
date created:	28 May 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("baseforms.css");
@import url("thickbox.css");
@import url("sifr.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

/* {	line-height: 1.6em; } */


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('../images/core/bg.gif') top center no-repeat;
	color: #666666;
}

a { color: #0b8c9b; text-decoration: none; }
a:hover, a:focus { color: #005b66; text-decoration: underline; }
span.mailto { color: #0b8c9b; }  
a.mailto { color: #0b8c9b; text-decoration: none;  }  
a.mailto:hover { color: #005b66; text-decoration: underline; }  

h1 { font-size: 2.4em; color: #485550; background: url('../images/core/bg_h1.gif') no-repeat; height: 36px; padding: 8px 20px 0 20px;}
h2 { font-size: 1.6em; color: #5cd4cc; }
h3 { font-size: 1.5em; color: #7d7d7d; }
h4 { font-size: 1.4em; color: #31a598; }
h5 { font-size: 1.3em; color: #929393; }
p { margin-bottom: 1.35em; }
ul, ol { font-size: 1.1em; }

ul { list-style-type: square; margin-left: 30px; }
ol { margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 0;
	clear: right;
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header-container {	height: 320px; }
#header-container-inner {	height: 155px; }

#header { 
	height: 120px;
	position: relative;
}

#header h1 {
	width: 355px; height: 86px; 
	background: url('../images/core/logo_trewin_norman.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 15px; left: 0; 
}

#header h2 {
	width: 234px; height: 43px; 
	background: url('../images/core/phone.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 22px; right: 20px; 
}


/*-------------------------------*/
/* Nav
/*-------------------------------*/
div#nav {
	width:200px;
	float:left;
}

div#nav ul { 	
	list-style-type: none;
	margin: 0;
	border-top:1px solid #30ab9e;
}

div#nav ul li {
	display: block;
}

div#nav ul li a {
	overflow: hidden;
	height: 20px;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	background:#cfe6e4;
	border-bottom:1px solid #30ab9e;
	border-left:1px solid #30ab9e;
	border-right:1px solid #30ab9e;
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

div#nav ul li a:hover{
	text-decoration:none;
	background:#fafafa;
}

/* -- Rollover -- */
div#nav ul li a:hover.home,
div#nav ul li a:hover.profile,
div#nav ul li a:hover.services,
div#nav ul li a:hover.claim,
div#nav ul li a:hover.testimonials,
div#nav ul li a:hover.contact {
	background-position: 0 -35px !important;
}

/* -- Active -- */
div#nav li a:hover.home, 
body#home div#nav li a.home,
body#profile div#nav li a.profile,
body#services div#nav li a.services,
body#claim div#nav li a.claim,
body#testimonials div#nav li a.testimonials,
body#contact div#nav li a.contact {
	background-position: 0 -35px !important;
}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
#banner {
  clear:both;
  display:block;
	width: 839px; height: 260px;
	background: url('../images/core/bg_banner.jpg') no-repeat;
	margin: 0 20px;
	padding: 20px 12px 0 9px;
	line-height: 1.8em;
}

#banner-inner {
	width: 100%; height: 15px;
	background: url('../images/core/bg_banner_inner.jpg') no-repeat;
	margin: 0 20px;
}

#banner ul {
	list-style-type: none;
	margin: 0;
}

#banner ul li {
	width: 151px; height: 230px;
	float: left;
	margin-right: 21px;
}

#banner ul li.last { margin-right: 0; }

#banner ul li h2 {
	width: 100%; height: 55px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 0.3em;
}

#banner ul li h2.motor { background: url('../images/titles/motor_vehicle.jpg') no-repeat; }
#banner ul li h2.workers { background: url('../images/titles/workers_compensation.jpg') no-repeat; }
#banner ul li h2.criminal { background: url('../images/titles/criminal_injury.jpg') no-repeat; }
#banner ul li h2.public { background: url('../images/titles/public_liability.jpg') no-repeat; }
#banner ul li h2.other { background: url('../images/titles/other_services.jpg') no-repeat; }

#banner ul li p {	
	color: #feffff; 
	padding: 0 0.3em;
	font-size: 1.2em;
	margin-bottom: 1.3em; 
}

.more-info a {
	width: 151px; height: 38px;
	background: url('../images/core/button_moreinfo.png') no-repeat;
	display: block;
	text-indent: -9999px;
}

.more-info a:hover { background-position: 0 -38px !important; }


/*-------------------------------*/
/* Content
/*-------------------------------*/
#content-container {
	width: 860px; 
	margin: 0 20px;
	display:block;
}

#content-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* --- Call to Action --- */
#cta {
  margin:0 auto;
	height: 130px;
	width:780px;
	padding:20px 40px;
	color: #1B1F1F;
	background: url('../images/core/cta_banner.jpg') no-repeat;
	font-size: 1.1em;
	position: relative;
	text-shadow: 0 -1px 0px #C2ECEF;
}


#cta p {
 padding-bottom:10px; 
}
#cta h3 {
	border-top: 1px solid #1B1F1F;
	border-bottom: 1px solid #1B1F1F;
	font-family: Helvetica, Arial, sans-serif;
	color: #1B1F1F;
	width: 254px; height: 30px;
	margin-bottom: 0.4em;
	padding: 3px 0;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}

#cta ul {
	list-style-type: none;
	margin: 0;
	line-height: 1.5em;
	font-size:14px;
	padding-bottom:10px; 
}

#cta ul li {
	background: url('../images/core/arrow.gif') 0 8px no-repeat;
	padding-left: 20px;
	^display: inline-block; /* IE 7/6 fix */
}

#cta p#call_us { float:right; clear:right; padding:10px 0; width:200px; text-align:right; font: 16px/30px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; }
#cta a { color: #fff; text-decoration: none; font-weight: bold ; }
#cta a:hover,#cta a:focus { color: #fff; text-decoration: underline; }

.cta-phone {
	background: url('../images/core/cta_phone.gif') no-repeat;
	width: 150px; height: 22px;
	text-indent: -9999px;
	float:right;
}

/* --- Content --- */
#content {
  float:right;
  width:640px;
	line-height: 1.8em;
	padding-bottom:20px;
}

#content h1 { margin-bottom: 0.8em; }
#content h2, h3, h4, h5 { margin-bottom: 1em; }
#content p { font-size: 1.1em; text-align: justify; }
#content ul, ol { margin-bottom: 1.35em; }


/*-------------------------------*/
/* Services
/*-------------------------------*/
#services-section { }

dl.services { 
	font-size: 1.1em;
	display: block;
}

dl.services dt {
	margin-bottom: 0.5em;
}

dl.services dt.motor1 a { background: url('../images/titles/bg_h2_motor.gif') 0 0 no-repeat; width: 640px; height: 51px; text-indent: -9999px; margin: 0 0.5em; display: block; }
dl.services dt.workers1 a { background: url('../images/titles/bg_h2_workers.gif') 0 0 no-repeat; width: 640px; height: 51px; text-indent: -9999px; margin: 0 0.5em; display: block; }
dl.services dt.criminal1 a { background: url('../images/titles/bg_h2_criminal.gif') 0 0 no-repeat; width: 640px; height: 51px; text-indent: -9999px; margin: 0 0.5em; display: block; }
dl.services dt.public1 a { background: url('../images/titles/bg_h2_public.gif') 0 0 no-repeat; width: 640px; height: 51px; text-indent: -9999px; margin: 0 0.5em; display: block; }
dl.services dt.other1 a { background: url('../images/titles/bg_h2_other.gif') 0 0 no-repeat; width: 640px; height: 51px; text-indent: -9999px; margin: 0 0.5em; display: block; }

dl.services dd {
	line-height: 1.6em;
	margin: 0 1em 1.5em 1em;
}


/*-------------------------------*/
/* Claim Process / FAQ
/*-------------------------------*/
dl { 
	font-size: 1.1em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}

dd {
	line-height: 1.6em;
	margin-bottom: 1.5em;
}


/*-------------------------------*/
/* Testimonials
/*-------------------------------*/
body#testimonials #content h1 { margin-bottom: 0.1em; }

.testimonials-section {}

.testimonials-section ul { 
	list-style-type: none; 
	margin: 0; 
}

.testimonials-section ul li {
	padding: 1.5em 0 0 0;
	border-bottom: 1px dashed #ccc; 
}

.section { padding: 0 1em; }


/*-------------------------------*/
/* Contact
/*-------------------------------*/
#contact-details {
	height: 330px;
	padding-bottom: 2em;
}

#map {
	width: 320px;
	float: right;
}

#enquiry {
	border-top: 1px dashed #ccc;
	padding-top: 1.8em;
}

body#thankyou #content { height: 500px; }


/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer-container {
	background-color: #4bbfb7;
	padding-bottom: 100px;
  display: block;
  clear: both;
	width: 100%;
}

#footer {
 width: 860px;
 margin: 0 auto;
 padding: 20px 20px 0 20px;
 color: #ffffff;
 font-size: 1.1em;
 line-height: 1.4em;
 position: relative;
}

#footer a { color: #ffffff; text-decoration: none; padding: 0 2px; }
#footer a.none { padding-left: 0; }
#footer a:hover, a:focus { color: #035d70; text-decoration: underline; }

em.aqua { color: #035d70; font-style: normal; }

#wflogo {
	width: 82px; height: 26px;
	position: absolute;
	top: 20px; right: 30px;
}



