/* ---------------------------------------------------------

	Name:		Global CSS
	Version:	1.1 (01.07.2010)
	Website:	http://www.scruttonblandinsurance.co.uk
	Author:		cleardrop.com

--------------------------------------------------------- */

/*	Reset (v1.0 | 20080212)
----------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/*	Layout
----------------------------------------------- */
html {
	background: #ccc url(../images/body_bg.jpg) top left repeat-x;
	color: #555;
	text-align: center;
	}

body {
	margin: 0 auto 20px;
	background: #fff;
	width: 980px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}

#header {
	background: transparent;
	border-bottom: 1px solid #fff;
	}

#main {
	margin: 20px 20px 20px 0;
	width: 720px;
	float: right;
	display: inline; /* IE6 double margin fix */
	min-height: 400px;
	}

#sidebar {
	margin: 20px;
	width: 200px;
	float: left;
	display: inline; /* IE6 double margin fix */
	}

#footer {
	text-align: left;
	background: #ccc;
	padding-top: 10px;
	clear: both;
	height: 1%; /* IE6 peekaboo fix */
	}

/*	Nav
----------------------------------------------- */
#nav {
	background: #dac695 url(../images/nav.gif) bottom left no-repeat;
	width: 100%;
	float: left;
	}

#nav ul {
	list-style: none;
	text-align: center;
	margin: 0 5px;
	padding: 0;
	}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}

#nav ul li a {
	padding: 0 15px;
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0em;
	text-align: center;
	font: bold 14px/2.4em Arial, Helvetica, "sans-serif normal";
	white-space: nowrap;
	border: none;
	}

#nav ul li a:hover,
#nav ul li a:active {
	color: #fff;
	text-decoration: underline;
	}
	
#nav ul li a.current {
	color: #f9cc22;
	}

#nav .shop-nav a {
	color: #213a65;
	}

/*	Lists
----------------------------------------------- */
ol {
	margin: 0 0 1.6em 10px;
	padding-left: 15px;
	list-style: decimal outside;
	}

ul {
	margin: 0 0 1.6em 10px;
	padding-left: 15px;
	list-style: disc outside url(../images/bullet.gif);
	}

li	{
	margin: 0 0 0.4em 10px;
	vertical-align: top;
	font-size: 0.75em;
	}

li li {
	font-size: inherit;
	}

#insurers {
	background: #eee;
	margin-bottom: 10px;
	}

#insurers ul {
	margin: 0;
	padding: 20px 0 0 20px;
	overflow: auto;
	clear: both;
	}

#insurers ul li {
	list-style: none;
	margin: 0 18px 18px 0;
	padding: 0;
	width: 120px;
	border: 1px solid #ccc;
	background: #fff;
	height: 120px;
	text-align: center;
	float: left;
	display: inline;
	}

#insurers ul li img {
	margin: 0;
	}

#staff-grid ul {
	margin: 0;
	padding: 0;
	overflow: auto;
	clear: both;
	}

#staff-grid ul li {
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 170px;
	background: #fff;
	height: 220px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.1em;
	float: left;
	display: inline;
	}

#staff-grid ul li img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 0 5px;
	}

#staff-grid ul li strong {
	font-size: 1.1em;
	}

#footer-links {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
	}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#footer ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	}

ol.search-results li {
	margin-bottom: 1.6em;
	}

/*	Tables
----------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 0 0 20px;
	}

td {
	padding: 8px 10px;
	font-size: 0.75em;
	text-align: left;
	vertical-align: top;
	background: #eee;
	border-bottom: 1px solid #fff;
	}

th {
	padding: 8px 10px;
	font-size: 0.85em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #fff;
	border-bottom: 1px solid #fff;
	}

.alt td {
	background: #ddd;
	}

.alt th {
	background: transparent;
	}

table em {
	color: #919db3;
	font-size: 0.9em;
	display: block;
	clear: both;
	line-height: 1.1em;
	width: 240px;
	}

#claim-helplines {
	width: 720px;
	background: #919db3 url(../images/table_header.gif) top left no-repeat;
	}

#claim-helplines td {
	width: 33%;
	}

/*	Sidebar
----------------------------------------------- */
#sidebar img {
	margin-bottom: 20px;
	}

#sidebar .box {
	background: #fff url(../images/box_bg.gif) bottom left no-repeat;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}

#sidebar .box p,
#sidebar .box form {
	margin: 0 10px;
	}

#sidebar .box img {
	margin: 2px 3px;
	}

#sidebar .box #weather-widget {
	text-align: center;
	margin: 10px 0;
	}

#sidebar .box ul {
	margin: 10px 10px 0 10px;
	padding-left: 0;
	list-style-image: none;
	list-style-type: none;
	}

#sidebar .box li {
	font-size: 0.7em;
	line-height: 1.1em;
	margin-bottom: 1em;
	list-style-image: none;
	list-style-type: none;
	}

#sidebar .box p {
	font-size: 0.7em;
	line-height: 1.2em;
	margin-bottom: 0.7em;
	}

#sidebar .box img {
	margin-bottom: 0.7em;
	}

#sidebar .button {
	background: #fff url(../images/button_bg.gif) top left no-repeat;
	height: 30px;
	margin-bottom: 20px;
	}

#sidebar .ads {
	text-align: center;
	}

#sidebar .ads img {
	display: inline;
	margin: 0 0 10px;
	padding: 0;
	}

#sidebar .ads .top {
	height: 20px;
	background: #fff url(../images/box_bg.gif) top left no-repeat;
	}

/*	Typography
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0;
	}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0em;
	margin-bottom: 1em;
	color: #213a65;
	}

.sub-header h1 {
	color: #fff;
	padding: 65px 20px 0;
	}

.box-content h1 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #213a65;
	margin: 0;
	margin-bottom: 0.8em;
	background: transparent;
	padding: 0;
	}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 0.6em;
	padding-bottom: 0.2em;
	color: #b58c2b;
	line-height: 1.6em;
	}

.sub {
	font-size: 75%;
	}

h3 {
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 1em;
	}

#sidebar .box h3 {
	background: #919db3 url(../images/box_title.gif) top left no-repeat;
	padding: 0 10px;
	color: #fff;
	line-height: 1.8em;
	margin: 0;
	}

#sidebar .button h3 {
	padding: 0 10px;
	color: #fff;
	line-height: 1.8em;
	margin: 0;
	text-align: center;
	}

h4 {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 0.1em;
	}

p {
	font-size: 0.75em;
	margin-bottom: 1em;
	}

p.intro {
	font-weight: bold;
	font-size: 0.85em;
	}

p.hilite {
	font-size: 0.85em;
	color: #213a65;
	}

#home_text {
	margin-bottom: 30px;
	}

#home_text p {
	font-size: 0.85em;
	color: #213a65;
	}

.box-content p {
	width: 480px;
	}

#footer p {
	font-size: 0.65em;
	text-align: left;
	line-height: 1.1em;
	color: #666;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
/*
blockquote p {
	background: url(../images/quote_close.gif) no-repeat bottom right;
	font: italic 13px/1.2em Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 0 18px 4px 0;
	margin: 0;
	color: #f0af00;
	}

blockquote {
	padding: 4px 0 0 18px;
	background: url(../images/quote_open.gif) no-repeat top left;
	margin: 25px 2px;
	border-top: 1px solid #f0af00;
	}

blockquote h4 {
	margin: 0 0 0;
	font-weight: normal;
	font-size: xx-small;
	text-transform: uppercase;
	text-align: left;
    }
*/
/*	Links
----------------------------------------------- */
a:link,
a:visited {
	color: #b58c2b;
	text-decoration: underline;
	}

a:hover,
a:active {
	text-decoration: underline;
	}

#footer a {
	color: #213a65;
	text-decoration: none;
	border-bottom: none;
	}

#sidebar .box h3 a,
#sidebar .button h3 a {
	color: #fff;
	text-decoration: none;
	display: block;
	}

#contact-boxout a {
	color: #b58c2b;
	}

/*	Page Headers
----------------------------------------------- */
div.sub-header {
	background: #fff url(../images/h1_motorcycle.jpg) top right no-repeat;
	height: 110px;
	}
/* Personal */
div.motor-header { background-image: url(../images/h1_motor.jpg); }
div.motorcycle-header { background-image: url(../images/h1_motorcycle.jpg); }
div.home-header { background-image: url(../images/h1_home.jpg); }
div.breakdown-header { background-image: url(../images/h1_breakdown.jpg); }
div.gap-header { background-image: url(../images/h1_gap.jpg); }
div.travel-header { background-image: url(../images/h1_travel.jpg); }
div.marine-header { background-image: url(../images/h1_marine.jpg); }
div.boomerang-header { background-image: url(../images/h1_boomerang.jpg); }
div.temporary-header { background-image: url(../images/h1_temporary.jpg); }
div.theft-header { background-image: url(../images/h1_theft.jpg); }
div.pet-header { background-image: url(../images/h1_pet.jpg); }
div.caravan-header { background-image: url(../images/h1_caravan.jpg); }
/* Private Clients */
div.prestigecar-header { background-image: url(../images/h1_prestigecar.jpg); }
div.familyfleet-header { background-image: url(../images/h1_familyfleet.jpg); }
div.highnethome-header { background-image: url(../images/h1_highnethome.jpg); }
div.midnethome-header { background-image: url(../images/h1_midnethome.jpg); }
div.aviation-header { background-image: url(../images/h1_aviation.jpg); }
/* Professional Risks */
div.professionals-header { background-image: url(../images/h1_professionals.jpg); }
div.director-header { background-image: url(../images/h1_director.jpg); }
div.law-header { background-image: url(../images/h1_law.jpg); }
div.maternity-header { background-image: url(../images/h1_maternity.jpg); }
/* Property */
div.commercialowners-header { background-image: url(../images/h1_commercialowners.jpg); }
div.residentialowners-header { background-image: url(../images/h1_residentialowners.jpg); }
div.holidayhomes-header { background-image: url(../images/h1_holidayhomes.jpg); }
div.flats-header { background-image: url(../images/h1_flats.jpg); }
div.landlord-header { background-image: url(../images/h1_landlord.jpg); }
div.trustees-header { background-image: url(../images/h1_trustees.jpg); }
/* Liability */
div.publicliability-header { background-image: url(../images/h1_publicliability.jpg); }
div.tradesman-header { background-image: url(../images/h1_tradesman.jpg); }
div.highrisk-header { background-image: url(../images/h1_highrisk.jpg); }
div.plant-header { background-image: url(../images/h1_plant.jpg); }
div.excesslayer-header { background-image: url(../images/h1_excesslayer.jpg); }
div.jointcontracts-header { background-image: url(../images/h1_jointcontracts.jpg); }
/* Commercial */
div.wholesale-header { background-image: url(../images/h1_wholesale.jpg); }
div.fleet-header { background-image: url(../images/h1_fleet.jpg); }
div.commercialvehicles-header { background-image: url(../images/h1_commercialvehicles.jpg); }
div.taxi-header { background-image: url(../images/h1_taxi.jpg); }
div.haulage-header { background-image: url(../images/h1_haulage.jpg); }
div.motortrade-header { background-image: url(../images/h1_motortrade.jpg); }
div.engineering-header { background-image: url(../images/h1_engineering.jpg); }
div.surgery-header { background-image: url(../images/h1_surgery.jpg); }
div.retail-header { background-image: url(../images/h1_retail.jpg); }
div.hotel-header { background-image: url(../images/h1_hotel.jpg); }
div.workinghome-header { background-image: url(../images/h1_workinghome.jpg); }
div.carehome-header { background-image: url(../images/h1_carehome.jpg); }
div.charities-header { background-image: url(../images/h1_charities.jpg); }
div.goodsintransit-header { background-image: url(../images/h1_goodsintransit.jpg); }
div.farm-header { background-image: url(../images/h1_farm.jpg); }
div.businesstravel-header { background-image: url(../images/h1_businesstravel.jpg); }
div.personalaccident-header { background-image: url(../images/h1_personalaccident.jpg); }
div.keyman-header { background-image: url(../images/h1_keyman.jpg); }
div.cyber-header { background-image: url(../images/h1_cyber.jpg); }

/*	Misc
----------------------------------------------- */
img,
object,
embed {
	display: block;
	}

#nav img {
	display: inline;
	vertical-align: bottom;
	}

#footer img {
	display: inline;
	vertical-align: text-bottom;
	}

#main img {
	margin-bottom: 20px;
	}

.left {
	float: left;
	}

.leftBanner {
	float: left;
	margin-right: 10px;
	}

.right {
	float: right;
	margin: 0 0 20px 20px;
	}
.clear {
	clear: both;
	}

.figure-right {
	float: right;
	margin: 0 0 20px 20px;
	padding: 3px;
	border: 1px solid #ccc;
	}

#main .figure-right p {
	font-size: 0.65em;
	font-style: italic;
	margin: 0;
	text-align: center;
	}

#main .figure-right img {
	margin: 0;
	}

#main .staff-bio {
	overflow: auto;
	height: 1%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	}

#contact-boxout {
	background: #fff url(../images/contact-footer_bg.jpg) top left no-repeat;
	height: 100px;
	font-size: 22px;
	color: #fff;
	}

#contact-boxout p {
	padding: 20px;
	}

.shop-box {
	float: left;
	width: 350px;
	margin: 0 5px 20px;
	background: #fff url(../images/shop-box.gif) bottom left no-repeat;
	min-height: 400px;
	height: auto;
	overflow: auto;
	}

.shop-box .car {
	background: url(../images/shop-car.jpg) top left no-repeat;
	height: 90px;
	}

.shop-box .home {
	background: url(../images/shop-home.jpg) top left no-repeat;
	height: 90px;
	}

.shop-box .travel {
	background: url(../images/shop-travel.jpg) top left no-repeat;
	height: 90px;
	}

.shop-box .finance {
	background: url(../images/shop-finance.jpg) top left no-repeat;
	height: 90px;
	}

.shop-box h2 {
	padding: 35px 10px 0;
	color: #fff;
	}

.shop-box a:link,
.shop-box a:visited {
	font-weight: bold;
	text-decoration: none;
	}
/*
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	display: none;
	}
*/

body>a {
	height: 0px;
	display: none;
	overflow: hidden;
	}

.highlight {
	background: #FFFF66;
	}
/*
#main a[href^="http://"]:after,
#sidebar a[href^="http://"]:after {
	content: url(../images/external.gif);
	margin: 0 0 0 0.3em;
	vertical-align: top;
	}

#main a[href^="downloads/"]:after,
#sidebar a[href^="downloads/"]:after {
	content: url(../images/download.gif);
	margin: 0 0 0 0.3em;
	vertical-align: top;
	}
*/
abbr[title], acronym[title] {
	border-bottom: 1px dotted #555;
	cursor: help;
	}

/*	Home Nav Panel
----------------------------------------------- */
#homenav-container {
	overflow: hidden;
	width: 720px;
	height: 480px;
	background: #fff;
	margin-bottom: 30px;
	}

#homenav-wrapper {
	width: 718px;
	position: relative;
	height: 480px;
	overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#homenav-bottom {
	width: 720px;
	height: 8px;
	margin-top: 472px;
	background: url(../images/hp_panel_bottom.png) left bottom no-repeat;
	position: absolute;
	z-index: 100000;
	}

.scrolling-content {
	height: 480px;
	width: 720px;
	position: absolute;
	top: 0;
	background: #fff bottom right no-repeat;
	}

#content_welcome_sb {
	left: 0;
	background-image: url(../images/the-crescent.jpg);
	}

#content_welcome_mh {
	left: 0;
	background-image: url(../images/st-nicholas-house.jpg);
	}

#content_commercial {
	left: 720px;
	background-image: url(../images/hp_commercial.jpg);
	}

#content_property {
	left: 1440px;
	background-image: url(../images/hp_property.jpg);
	}

#content_professional {
	left: 2160px;
	background-image: url(../images/hp_professionalrisks.jpg);
	}

#content_liability {
	left: 2880px;
	background-image: url(../images/hp_liability.jpg);
	}

#content_private {
	left: 3600px;
	background-image: url(../images/hp_privateclients.jpg);
	}

#content_personal {
	left: 4320px;
	background-image: url(../images/hp_personal.jpg);
	}

.box-content {
	margin: 20px;
	}

.box-content ul {
	list-style: disc outside url(../images/bullet_home.gif);
	float: left;
	}

.box-content li {
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 0;
	}

.box-content li a:link,
.box-content li a:visited {
	color: #213a65;
	text-decoration: none;
	}

/*	Home Nav
----------------------------------------------- */
#home_nav {
	display: block;
	width: 100%;
	overflow: auto;
	}

#home_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#home_nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 120px;
	}

#home_nav ul li a {
	display: block;
	background: #9a9a9a url(../images/subnav_top.gif) center top no-repeat;
	color: #213a65;
	line-height: 2.9em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	}

#home_nav .first a {
	background-position: left top;
	}

#home_nav .last a {
	background-position: right top;
	}

#home_nav ul li a:hover {
	text-decoration: underline;
	}

#home_nav .current a {
	background-image: url(../images/subnav_top_on.gif);
	background-color: #c9c9c9;
	color: #555;
	}

/*	Sub Nav
----------------------------------------------- */
#subnav-bottom {
	border-top: 1px solid #fff;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	}

#subnav-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav-bottom li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 11px;
	cursor: default;
	text-align: left;
	width: 120px;
	}

#subnav-bottom ul li a {
	display: block;
	background: #d9d9d9 url(../images/subnav_bottom.gif) center bottom no-repeat;
	color: #213a65;
	line-height: 2.9em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	}

#subnav-bottom .first a {
	background-position: left bottom;
	}

#subnav-bottom .last a {
	background-position: right bottom;
	}

#subnav-bottom ul li a:hover {
	text-decoration: underline;
	}

#subnav-bottom .current a {
	background-image: url(../images/subnav_bottom_on.gif);
	}

#subnav-bottom ul li li a {
	display: block;
	font-weight: normal;
	text-align: left;
	background: #ccc;
	padding: 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	height: 1%;
	line-height: 2.4em;
	white-space: nowrap;
	}

#subnav-bottom li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0 4px 5px 0;
	margin: 0;
	background: transparent url(../images/subnav_shadow.png) bottom left no-repeat;
	margin-left: -30px;
	}

#subnav-bottom .first ul {
	margin-left: 5px;
	}

#subnav-bottom .last ul {
	margin-left: -65px;
	}

#subnav-bottom li>ul {
	top: auto;
	left: auto;
	}

#subnav-bottom ul li li {
	display: block;
	float: none;
	background: transparent;
	width: 180px;
	height: 1%;
	}

#subnav-bottom ul li:hover ul {
	display: block;
	}

#subnav-bottom ul li:hover, #subnav-bottom ul li a:hover {
	
	}
	
#subnav-bottom ul li:active, #subnav-bottom ul li a:active {
	
	}

#subnav-bottom a {
	text-decoration: none;	
	}

#subnav-bottom .current a {
	background-image: url(../images/subnav_bottom_on.gif);
	background-color: #c9c9c9;
	color: #555;
	}

/*	Forms
----------------------------------------------- */
#main form {
	background: #ddd;
	padding: 10px;
	}

#main form legend {
	font-weight: bold;
	}

#main form fieldset {
	margin-bottom: 10px;
	padding: 10px;
	background: #eee;
	border: 1px solid #fff;
	}

#main form fieldset fieldset {
	border: 1px solid #ccc;
	}

#main form p label {
	float: left;
	width: 200px;
	font-size: 100%;
	overflow: auto;
	}

#main form label {
	font-size: 0.75em;
	font-weight: bold;
	}

#main form em {
	color: #ff0000;
	margin: 0 3px;
	}

#main form p.fine {
	font-size: 0.7em;
	line-height: 1.1em;
	}

#main form h2 {
	font-size: 1em;
	color: #555;
	}

#main form h3 {
	font-size: 0.85em;
	margin: 0;
	}

#main form div.form_actions {
	margin: 20px 0;
	text-align: center;
	}

.form_actions input {
	margin: 0 10px;
	}

#main form img {
	margin: 0;
	}

#main form #security {
	margin: 20px 0 0;
	overflow: auto;
	}

#main form #security img {
	border: 1px solid #ccc;
	}

#main form .error {
	color: #ff0000;
	margin-left: 2px;
	font-size: 10px;
	font-style: italic;
	background: transparent url(../images/warning.gif) top left no-repeat;
	padding-left: 15px;
	}

#sidebar fieldset label {
	display: block;
	clear: both;
	margin-bottom: 4px;
	font-size: 0.70em;
	line-height: 1.2em;
	}

#sidebar fieldset input,
#sidebar fieldset select {
	margin-bottom: 10px;
	}

#sidebar fieldset div label {
	display: inline;
	vertical-align: middle;
	}

#sidebar fieldset h4 {
	font-size: 0.75em;
	color: #213a65;
	margin: 0;
	}

/*	Print Styles
----------------------------------------------- */
@media print {
	#sidebar,
	#nav,
	#subnav-bottom,
	#footer-links {
		display: none;
		}
	
	#main {
		width: 100%;
		}
	
	.sub-header h1 {
		color: #000;
		padding: 0;
		}
	
	div.sub-header {
		height: auto;
		}
}