/*Towergate Underwriting stylesheet

 Page Reset *****************************************************************/

tn
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}



ul {list-style: none;}
ol li {
	display: list-item;
	list-style-type: decimal;
	margin-left: 25px;
	padding-left: 0px !important;
}

.clear {clear:both;}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
}

blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* Page Layout ***************************************************************************/

html {
	background: #f2f1f1 url(../../../../images/template_assets/bg-html.gif) repeat-y 975px 0;
	background-color:#f2f1f1;
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
}

body {
	background: #f2f1f1 url(../../../../images/template_assets/bg-body.gif) repeat-y 0 0;
	min-height: 100%;
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	background-color:#f2f1f1;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 80%;
/*
 * this allows for re-sizing - removed for sifr compatability:
 * min-width: 800px;
 * max-width: 994px;
 */}

/* for IE6 and below */
* html body {height:100%;}

.container {
    position:relative;
    float:left;
    padding-left:0px;
    width:980px;
    background-image:url(/images/canvas_background.jpg);
    background-repeat:repeat-y;
    height:100%;
    min-height:800px;
    top:0px;
    margin-left:auto;
    margin-right:auto;
}

.header {
    position:relative; 
    float:left; 
    width:980px; 
    height:100px; 
    top:0px;
}

/**** Top Navigation Bar ****/
.topnav {
    position:relative; 
    float:left; 
    width:980px; 
    height:50px;
    background:url(/images/top-nav.png) no-repeat top;
}
div.menu_container {
    position:relative;
    float:left;
    height:30px;
    padding-top:11px;
    width:900px;
}
div.home {
    position:absolute;
    left:20px;
}
div.insuranceproducts {
    position:absolute;
    left:121px;
}
div.quoteandbuy {
    position:absolute;
    left:307px;
}
div.contactus {
    position:absolute;
    left:448px;
}
div.notabroker {
    position:absolute;
    left:826px;
}





/**** Main Content Area ****/
.main {
    position:relative;
    float:left;
    padding-left:25px;
    width:960px;
    background-image:url(/images/canvas_background.jpg);
    background-repeat:repeat-y;
    height:100%;
    padding-top:10px;
    margin-left:auto;
    margin-right:auto;
}
.body {
    position:relative;
    float:left;
    width:540px; 
    height:auto; 
    left:0px; 
    top:10px; 
    padding:0 10px 30px 0; 
}



#pagewidth {
	margin: 0 20px;
	background: #fff;
}


#page {
	margin: 0 14px;
	padding: 0 0 28px;
}

#main {
	padding: 0 188px;
	overflow: hidden;
	height: 1%;
}

.main .left, .main .right {
    float: left;
    width: 200px;  
}

/* for IE6 and below */
* html #main {overflow: visible;}

p {
    font-family:Arial, Helvetica, Sans-Serif;
	text-align:left;
	color:#4d4d4d;
	margin: .5em 0;
	line-height:1.5;
	padding-left:0px;
	padding-right:0px;
	font-weight:normal;
}

p.login {
    font-family:Arial, Helvetica, Sans-Serif;
	font-size:0.7em;
	text-align:left;
	color:#4d4d4d;
	margin:0;
	padding-left:5px;
	padding-right:5px;
}



input,select {
	color: #666;
	font-size: 0.63em;
}

a {color:#06397a;text-decoration:none;}
a:hover {text-decoration:underline;}


hr {
	color: #d4d4d4;
	height: 1px;
	margin: 20px 0;
}

hr.claimsline {
	height: 1px;
    width: 100%;
}

em {
	font-style:italic;
}



/* Global Header *********************************************************************/

/* Header  */
#header {
	width: 100%;
	height: 118px;
	position: relative;
	overflow: hidden;
	background: url(../../../../images/template_assets/bg-header.gif) repeat-x 0 90px;
}

#header .logo {
	margin: 0;
	position: absolute;
	top: 33px;
	left: 0;
	width: 165px;
	height: 40px;
	background: url(../../../../images/template_assets/towergate-logo.gif) no-repeat;
	overflow: hidden;
	text-indent: -999em;
	display: block;
}


/* Top navigation - text links in the top right */

#header ul#topNav {
	position: absolute;
	top: 23px;
	right: 1px;
	font-size: 0.63em;
}

#header ul#topNav li {
	float: left;
	border-right: 1px solid #8eb2d2;
	line-height: 1.2;
}

#header ul#topNav li a {
	color: #06397a;
	padding: 0 5px;
}

#header ul#topNav li a:hover {
	text-decoration: underline;
}

#header ul#topNav li.change {
	padding: 0 5px;
	color: #666;
	border-right: 0px none;
}

#header ul#topNav li.resize {
	color: #666;
	border-right: 0px none;
	line-height:0.8em;
}

#header ul#topNav li.resize a {padding:3px; color:#ffffff;}

.fontSizer_Small {font-size : 0.8em;}

.fontSizer_Medium {font-size : 1em;}

.fontSizer_Large {font-size : 1.2em;}

/* Top Left Section  - links to global website*/

ul.top-l {
	position: absolute;
	top: 90px;
	left: 0;
}

ul.top-l li {
	float: left;
}

ul.top-l li a {
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../../../../images/template_assets/topNavSprite.gif) no-repeat;
}

/* Insurance */

ul.top-l li a.insurance {
	width: 126px;
	background-position: -9px -10px;
}

ul.top-l li.active a.insurance {background-position: -9px -58px;}
ul.top-l li a.insurance:hover {background-position: -9px -106px;}

/* About */

ul.top-l li a.about-tg {
	width: 119px;
	background-position: -135px -10px;
}

ul.top-l li.active a.about-tg {background-position: -135px -58px;}
ul.top-l li a.about-tg:hover {background-position: -135px -106px;}

/* Media */

ul.top-l li a.media-tg {
	width: 56px;
	background-position: -254px -10px;
}

ul.top-l li.active a.media-tg {background-position: -254px -58px;}
ul.top-l li a.media-tg:hover {background-position: -254px -106px;}

/* Careers */

ul.top-l li a.careers-tg {
	width: 67px;
	background-position: -310px -10px;
}

ul.top-l li.active a.careers-tg {background-position: -310px -58px;}
ul.top-l li a.careers-tg:hover {background-position: -310px -106px;}

/* Top Right Section */

ul.top-r {
	position: absolute;
	width: 83px;
	top: 90px;
	right: 2px;
}

ul.top-r li {float: left;}

ul.top-r li a {
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../../../../images/template_assets/topNavSprite.gif) no-repeat;
}

/* For Brokers */
ul.top-r li a.for-brokers {
	width: 85px;
	background-position: -851px -10px;
}

ul.top-r li.active a.for-brokers {background-position: -851px -58px;}
ul.top-r li a.for-brokers:hover {background-position: -851px -106px;}

/* width removed to accommodate resizing the text 19/01/2009 */
/*  Local search   */
#header #searchBox {
	overflow: hidden;
	position: absolute;
	top: 46px;
	right: 0;
}

#header #searchBox a.search_fieldButton img {float: left; display:inline;}

#header #searchBox input.search_fieldTerms {
	height: 16px;
	width: 124px;
	padding: 2px 0 0 7px;
	margin: 0 5px 0 0;
	float:left;
}

#header #searchBox img {display:none;}
#header #searchBox .search_fieldLabel {
	float:left;
	font-size:0.75em;
	color:#06397A;
	padding-top:6px;
	padding-right:4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.hidden {
	display:none;
}

/* End of Global Header *********************************************************************/


/* Blue UL Nav - this will be commented out as it already exists in system.css to avoid inheritance issues */

div.first {
	background: #e0f0ff;
	border: 1px solid #cde2f4;
	border-top: none;
	padding: 6px 9px 1px 10px;
}

div.first ul {
	font-weight: 700;
	color: #666;
	font-size: 0.69em;
}

div.first ul a {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2;
}

div.first ul li {margin-bottom: 10px;}

/*

div.first ul li.last {
	margin-bottom: 8px;
}
*/


div.first ul li.selected a {
	color:#444444;
	font-weight:700;
}

/* Contact List Formatting */

ul.contact {margin: 15px 0 -5px}

ul.contact li {
	padding: 0 0 0 21px;
	font-weight: 700;
	line-height: 24px;
}

ul.contact li.boxtext {
	font-size:0.69em;
	line-height:1.2;
	margin:0 0 20px;
	font-weight:normal
}

ul.contact li.phone {
	background:url(../../../../images/template_assets/ico-phone.gif) no-repeat left; 
	color:#000;
}

ul.contact li.phoneMarine {
	background:url(../../../../images/template_assets/ico-phone.gif) no-repeat left 5px; 
	color:#000;
	font-weight:normal;
	padding:0pt 0pt 0pt 19px;
}


ul.contact li.phoneContact {background:url(../../../../images/template_assets/ico-phone.gif) no-repeat left top;
	color:#000;
	line-height:1em;
 	margin-bottom:5px;
}

ul.contact li.mail {
	background:url(../../../../images/template_assets/ico-mail.gif) no-repeat left;
}

ul.contact li.download {
	background:url(../../../../images/template_assets/ico-download.gif) no-repeat left;
	font-size:0.8em;
}

ul.contact li.pdf {
	background:url(../../../../images/template_assets/pdf_icon_2.gif) no-repeat left;
	font-size:0.8em;
}

div.page-panel-content ul.contact li.mail, div.page-panel-content ul.contact li.phone {
	padding-left: 20px;
}

p.contact-links {
	margin-top: 0;
	margin-bottom: 1.5em;
}
p.contact-links a {
	font-weight: bold;
}


/* Other products link styles imported from Towergate Mardon - KT */

ul.links {
	width: 154px;
	overflow: hidden;
	margin:-5px 0 0 0;
}

ul.links li {
	border-top: 1px solid #d1d1d1;
	width: 154px;
	overflow: hidden;
	float: left;
	margin: -1px 0 5px;
	padding: 5px 0 5px;
	font-size: 0.9em;
	line-height:1.2em;
	background: none;
}

ul.links li.allproducts {
	border-top: 1px solid #d1d1d1;
	width: 154px;
	overflow: hidden;
	float: left;
	margin: -1px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 0.69em;
	font-weight:bold;
}

ul.links h3 {
	font-weight: 700;
	line-height: 1.2;
	color: #06397A;
	margin:0px;
	font-size:1em;
}

ul.links strong a {
	font-weight: 700;
}

#right ul.links p {
	font-size: 1em;
}

#right ul.links p a {
	font-weight: 400;
}


#content ul.contact {margin: 15px 0 -5px}

#content ul.contact li {
	padding: 0 0 0 21px;
	font-weight: 700;
	line-height: 24px;
	font-size: 0.63em;
}

#content ul.contact li.boxtext {
	font-size:0.69em;
	line-height:1.2;
	margin:0 0 20px;
	font-weight:normal
}

#content ul.contact li.phone {
	background:url(../../../../images/template_assets/ico-phone.gif) no-repeat left; 
	color:#000;
	font-size:0.7em;
}

#content ul.contact li.phoneContact {background:url(../../../../images/template_assets/ico-phone.gif) no-repeat left top;
	color:#000;
	line-height:1.1em;
 	margin-bottom:5px;
	font-size:0.7em;
}

#content ul.contact li.mail {
	background:url(../../../../images/template_assets/ico-mail.gif) no-repeat left;
	font-size:0.7em;
}

#content ul.contact li.download {
	background:url(../../../../images/template_assets/ico-download.gif) no-repeat left;
	font-size:0.7em;
}

#content ul.contact li.pdf {
	background:url(../../../../images/template_assets/pdf_icon_2.gif) no-repeat left;
	font-size:0.7em;
}

/* Report a claim */

ul.claimContact {
	overflow: hidden;
	border-bottom: 1px solid #d1d1d1;
	padding: 0 0 10px;
	margin: 15px 0 10px;
	width: 100%;
	font-weight: 700;
}

ul.claimContact li.phone {
	background:url(../../../../images/template_assets/ico-phone.gif) no-repeat left; 
	color:#000;
	font-size:0.7em;
	padding: 0 0 0 21px;
}


/* Bulleted list style used in the right hand modules */

.box ul.bullet {
	margin:4px 0 14px;
	overflow: hidden;
	/*
	border-bottom: 1px solid #d1d1d1; */
	}
	
.box ul.bullet li {
	padding: 0 0 0 12px;
	background: url(../../../../images/template_assets/bullet.gif) no-repeat 0 5px;
	font-size: 0.69em;
	color:#666;
	line-height: 1.4;
	}


/* Footer *********************************************************************/
.footer {
    position:relative; 
    float:left; 
    width:980px; 
    height:40px; 
    vertical-align:middle;
    text-align:center;
    padding-top:10px;
    top: 0px;
    left: 0px;
}
p.footer {
    font-family:Arial, Helvetica, Sans-Serif;
	font-size:10px;
	color:#4d4d4d;
	margin:0;
	text-align:center;
}

div.clear {
	clear: both;
	}	
	
div.botFooter {
	margin: 9px 0 0; padding-bottom:30px;
}

div.botFooter .single {
	margin: 28px 0 0;
}

div.clear {
	clear: both;
}

/*  end of footer */

/* Content Styling ************************************************************/


/* Breadcrumbs */

ul.breadcrumbs {
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	font-size: 0.8em;
	overflow: hidden;
	padding: 0 0 14px;
	margin: 0 0 12px;
}

ul.breadcrumbs li {
	float: left;
	padding: 0 7px 0 0;
	line-height: 1.5;
}

ul.breadcrumbs li a {
	margin: 0 6px 0 2px;
	text-decoration: underline;
	font-weight:normal;
}

ul.breadcrumbs li a:hover {
	text-decoration: none;
}

/* main body of text */

#content h1, h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	margin: 1em 0 1em 0;
	font-weight: bold;
	color: #4d4d4d;
	padding: 0;
}
h1.productbanner {
    color: #ffffff;
    font-weight: normal;
    margin: 0;
}
h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1em;
    color: #4d4d4d;
    font-weight: bold;
    margin: 1em 0 1em 0;
    padding: 0;
}
div.productheading {
    position: absolute;
    font-size: 1.1em;
    color: #ffffff;
    margin: 0;
    padding: 0;
    top: 10px;
    left: 10px;
    line-height: 20px;
    width: 207px;
}
div.productheading h2, div.productheading p {
	color: #FFF;
	margin: 0;
}
div.productheading p {
	font-size: .8em;
}

#content p {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 15px;
}

/*   Following two styles are also in the home.css selectable styles  */
#content p.Normal_no-paddingtop {
	font-size: 1em;
	line-height: 1.2;
	margin: -12px 0 15px;
}

#content p.Normal_no-padding {
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1px;
}


#content ol {
	font-size:1em;
	line-height:1.4em;
	list-style-type:decimal;
	margin: 0 0 14px 18px;
}

#content .adobe {
	border-top:1px dotted #cccccc;
	margin-top:50px;
	padding:0px 0 0 0;
	display:block;
	height:30px;
	font-size:1em;
}

#content .adobe a {
	line-height:4em;
}

#content .adobe img {
	float:right;
}

#content ul.pdf li {
	padding: 0 0 0 20px;
	background: url(../../../../images/template_assets/ico-download-small.gif) no-repeat 0px 2px;
	font-size: 1em;
	line-height: 1.4;
	margin:0;
	}
	
#content ul.pdf li a {font-weight:700;}

/* Padding added to all the headings */
#content h2 {
	font-size:1.1em;
	font-weight:700;
} 

#content h2.call {
	float: right;
	font-size:1.1em;
	font-weight:700;
	margin-top: 8px;
}

h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #4d4d4d;
    font-weight: bold;
    margin: 1em 0 1em 0;
    padding: 0;
}

#content h4 {
	font-size:1em;
	font-weight:700;
}

.text h2, .text h4 
{
  margin:0 0 5px;  
}   

/*   added as hyperlinks were not in bold on the standard template */
.text a {font-weight: 700;}

.text ul {
	margin-bottom: 13px;
}

.text ul li {
	padding:0 0 0 12px;
	background: url(../../../../images/template_assets/bullet.gif) no-repeat 0 5px;
	font-size: 1em;
	line-height: 1.4;
}

/*  Related reading section */

/* amended style which should be added to Promotions and About page */

.text h2.relatedTitle {
	background: #f7f7f7;
	line-height: 25px;
	font-size: 1.1em;
	padding: 0 0 2px 10px;
	margin: 23px 0 0;
	font-weight: 700;
	color: #444;
}

.text ul.related {
	margin: 14px 0 0 11px;
	font-weight: 700;
}

.text ul.related li {
	padding: 0 0 0 11px;
	background: url(../../../../images/template_assets/bullet2.gif) no-repeat left;
}

/* Blue image buttons  */

/* Kham: New Quote and Buy button added - experiencing problems with positioning  */
.page-panel-content a.quote-and-buy, a.quote-and-buy-home, .homecontent a.quote-and-buy {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 106px;
	height: 30px;
	margin: 0 0 10px 0;
	float: right;
	background: url(../../../../images/button-quote-and-buy.png) no-repeat 10px 0;
}

.quote-and-buy[href=""] { display:none !important;}
.quote-and-buy:not([href]) { display:none !important;}


.page-panel-content a.quote-and-buy:hover, a.quote-and-buy-home:hover, .homecontent a.quote-and-buy:hover {
	background-position: 10px -36px;
}






#bHomepage #theText a.quote-and-buy-banner {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 106px;
	height: 30px;
	margin: -5px 0 0 3px;
	float: left;
	background: url(../../../../images/button-quote-and-buy3.gif) no-repeat 0 0;
}
#bHomepage #theText a.quote-and-buy-banner:hover {
	background-position: 0 -36px;
}

#bHomepage #theText a.btn-quote-and-buy-banner, #bHomepage #theText a.btn-find-out-more-banner {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 92px;
	height: 21px;
	/*margin: 0 5px 0 0;*/
	/*padding-right: 2px;
	float: left;*/
	margin-top: 10px;
	margin-bottom: 0;
	background: url(../../../../images/template_assets/btn-sm-quote-buy.gif) no-repeat 0 0;
}
#bHomepage #theText a.btn-find-out-more-banner {
	background: url(../../../../images/template_assets/btn-sm-find-out-more.gif) no-repeat 0 0;
}
#bHomepage #theText a.btn-quote-and-buy-banner:hover {
	/*background-position: 0 -36px;*/
}

#bHomepage #theText a.btn-xmas-banner {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 106px;
	height: 30px;
	margin: -5px 0 0 3px;
	float: left;
	background: url(../../../../images/button-xmas.gif) no-repeat 0 0;
}



#bHomepage #theText a.btn-expo-banner {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 106px;
	height: 30px;
	margin: 15px 0 0 3px;
	float: left;
	background: url(../../../../images/template_assets/expo.gif) no-repeat 0 0;
}




a.get-quote {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 85px;
	height: 21px;
	margin: 7px 0 0;
	background: url(../../../../images/template_assets/btn-get-quote.gif) no-repeat;
}

a.enquiry {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 85px;
	height: 21px;
	margin: 7px 0 0;
	background: url(../../../../images/template_assets/Enquiry-button.jpg) no-repeat;
}


a.sign-up {
	display: block;
	overflow: hidden;
	text-indent:-999em;
	width:69px;
	height:21px;
	margin:7px 0 0;
	background: url(../../../../images/template_assets/btn-sign-up.gif) no-repeat;
	
}


a.get-quote-button {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 85px;
	height: 21px;
	margin: 0 5px 0;
	float: right;
	background: url(../../../../images/template_assets/btn-get-quote.gif) no-repeat;
}


/* Homepage  *************************************************************************/

.homebanner {
    float: left; 
	width: 535px;
}

.visual {
	height: 180px;
	color: #fff;
	margin: 14px auto 1px;
	overflow: hidden;
	padding: 0 0 0 14px;
	position: relative;
	background: #FFF url('../../../../images/banner-rotate-1.jpg') no-repeat;
}

.home-news {
	list-style: none; 
	margin: 0.5em 0;
}
.home-news li {
	padding-bottom: 1em;
	line-height: 1.1em;
}
.home-news a {
	font-weight: bold;
}

/*
. placeholder {
	background: #9C6453 url('../../placeholder_images/tpr1.jpg') no-repeat;
}
*/

.visual #theText li.swap {
	display: block;
	height: 170px;
	width: 190px;
	overflow: hidden;
}

#theText ul {
	display: block;
	padding :0px;
	list-style:none;
	margin:10px 0px 0px 0px;
}
#theText ul li {
	background:url("/images/template_assets/bullet.gif") no-repeat scroll 0 7px transparent;
	color:#fff;
	line-height:16px;
	padding:0px 0px 4px 10px;
}

#bHomepage #theText h2  {
	display: block;
	width: 190px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2;
	padding: 0;
	font-family: arial, tahoma, sans-serif;
}

#bHomepage #theText p  {
	display: block;
	width: 190px;
	color: #fff;
	line-height: 1.12;
	padding: 0;
	font-weight: normal;
	margin: 0 0 -5px 0;
}

#bHomepage #theText a { 
	display: block;
	width: 92px;
	height: 21px;
	padding: 0; 
	margin: 1em 0;
}

/* Hide the Other Lines */

.noTwo, .noThree, .noFour, .noFive {
	display: none;
	visibility: hidden;
}

/* Newsticker - change was made which was missed to go back to original harvest design 16/01/2009 */

#bHomepage .news {	
 	height: 30px;
	padding: 0 5px 0 5px;
	margin: 0;
	line-height: 30px;
	background: #ebebeb;
	overflow: hidden;
}

/* width change made to accommodate resizing the text 19/01/2009 */
#bHomepage .news h2 {
	color: #06397a;
	width: 23%;
	border-right: 1px solid #B9B9B9;
	float: left;
	padding: 0 0 0 7px;
	margin: 0 0 1px;
}

#bHomepage .news ul {
	display: inline;
	font-size: 1em;
}

#bHomepage .news ul li { 
	display: inline;
	margin-left:10px;
	float:left;
}

#bHomepage .news ul li a {
	font-weight:normal;
	color:#444;
}

.homesearch #searchbox {
	float:left;
	width:330px; 
	padding: 10px 0 0 20px;

}
.homesearch #searchbox input {
	border:solid 1px #dedede; 
	width:320px; 
	font-size:12px; 
	font-family:Arial, Verdana, Tahoma, Sans-Serif; 
	color:#4D4D4D;
	text-transform:capitalize;
}

.homesearch #searchbox ul li {
	padding:7px 5px; border-bottom:solid 1px #efefef; font-size:95%; z-index:1000;}

.homesearch #searchbox ul li:hover {
	border-bottom:solid 1px #efefef; background:#efefef; border-top:none; border-left:none; border-right:none;}

#Template_divTG {  background: none repeat scroll 0 0 #efefef;
    height: 130px;
    margin-bottom: 12px;
    padding: 15px 15px 25px;} 
#Template_divNonTG {
    background: none repeat scroll 0 0 #efefef;
    height: auto;
    margin-bottom: 12px;
    padding: 15px 15px 25px;
}
.homesearch #searchbutton {
	float:left;
	width:150px; 
	padding: 10px 0 0 20px;
}

/* Homepage Middle Two Content Boxes */

.twobox {
	width: 535px;
	overflow: hidden;
	padding: 15px 0 15px 0;
	clear: both;
}

.twobox .left, .twobox .right {
	float: left;
	width: 260px;
}
.twobox .right {
	margin-left: 15px;
}

.twobox .frame {
	margin: 0;
	height: auto;
	min-height: 150px;
	border: solid 1px #ebebeb;
}
.twobox .frame h2 {
	background: #ebebeb;
	padding: 5px 0 5px 10px;
	color: #06397a;
	font-size: 1em;
	margin: 0;
}

.twobox .frame .editarea {
	padding:0 5px 0 5px;
    margin: 0 0 0 5px;
}

.twobox .frame p, .twobox .frame7 ul {
    font-size: 1em;
}



/* Homepage Bottom Content */

#bHomepage .three {
	width: 100%;
	overflow: hidden;
	margin: 13px 0 0;
}

#bHomepage .three h2 {
}

#bHomepage .three h3 {

}

#bHomepage .three p a {
	font-weight: 700;
}

#bHomepage .three .col1,
#bHomepage .three .col2,
#bHomepage .three .col3 {
	float: left;
	width: 33%;
}

#bHomepage .three .col1 .frame {
	margin: 0 14px 0 0;
	padding: 0 0 0px;
}

#bHomepage .three .col2 .frame {
	margin: 0 14px;
	padding: 0 0 0px;
}

#bHomepage .three .col3 .frame {
	margin: 0 0 0 14px;
	padding: 0 0 0px;
}

#bHomepage .three .single {
	background: url(../../../../images/template_assets/x.gif) no-repeat top right;
}

#bHomepage .three .col1 .frame,
#bHomepage .three .col2 .frame,
#bHomepage .three .col3 .frame {
	min-height: 105px;
  	height: auto !important;
 	height: 105px;
	border-bottom: 1px solid #b9b9b9;
}

#bHomepage .three .frame div {
	margin: 6px 0 0;
	padding: 5px;
	background: #f7f7f7;
}

#bHomepage .three .col2 .border {background: url(../../../../images/template_assets/x.gif) no-repeat 0 100%;}
#bHomepage .three .col2 .border2 {background: url(../../../../images/template_assets/x.gif) no-repeat 100% 100%;}

/*  Promotional banner */

#bHomepage .three .col3 .promo {
	padding-left:12px;
}
	

/*Product Page ************************************************************************/

/* Visual Top Of Page Content */
#bProduct .visual-inner {
	width: 550px;
	height: 110px;
	/*background: url(../../../../images/caravan_overseas.jpg) no-repeat;*/
	color: #fff;
	margin: 10px auto 12px 0;
	/*overflow: hidden;*/
	/*padding: 5px 0 0 15px;*/
}


/* Product Tabs */

#tab1 img {margin-bottom:13px;}

#bProduct .tabset-frame {
	height: 24px;
	padding: 0 1px 0 0;
	background: url(../../../../images/template_assets/tabset-frame.gif);
	overflow: hidden;
}

#bProduct ul.tabset {
	list-style: none;
	height: 24px;
	background: url(../../../../images/template_assets/bg-tabset.gif);
	padding: 0 0 0 1px;
}

#bProduct ul.tabset li {
	float: left;
	padding: 2px 1px 0 0;
	height: 22px;
	background: url(../../../../images/template_assets/bg-li.gif) no-repeat right;
}

#bProduct ul.tabset li a {
	font-weight:normal;
}

/* removed cursor property as this is not a hyperlink */
#bProduct ul.tabset li span {
	float: left;
	padding: 0 9px 0 10px;
	line-height: 20px;
	border: 1px solid #cde2f4;
	border-bottom: none;
	font-size: 1em;

}

#bProduct ul.tabset li.active {
	background: none;
	height: 24px;
	padding: 0;
	margin-left: -1px;
}



#bProduct ul.tabset li.active a {
	font-weight:bold;
	color:#444;
}

#bProduct ul.tabset li.active span {
	line-height: 22px;
	color: #666;
	text-decoration: none;
	border-left:1px solid #b9b9b9;
	border-top:1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid  #f7f7f7; 
	background: #f7f7f7;
	font-weight: 700;
}

/* Content For Each Tab */

#bProduct .tab-box {
	background: #f7f7f7;
	padding: 14px 6px;
	overflow: hidden;
	height: 1%;
	border: 1px solid #b9b9b9;
	margin: 0 0 15px;

}

.no-border {
	border-top:0px none;
}


#bProduct #content .tab-box h1 {
	margin: 0 0 12px;
	padding-top: 20px;
}

/*
#bProduct #content .tab-box h2.tabTitle {
	font-size: 1em;
	margin: 30px 0 10px;
}
*/
#bProduct #content .tab-box big {
	color: #444;
	font-weight: 700;
	font-size: 1.1em;
}
	
#bProduct #content .tab-box h2, #bProduct #content .tab-box h3 {
	color:#444;
	margin:0 0 5px;
}
	

#bProduct #content .tab-box p.more {margin: 14px 0 0;}
#bProduct #content .tab-box ul {margin: 4px 0 13px 0;}

#bProduct #content .tab-box ul li {
	padding: 0 0 0 13px;
	background: url(../../../../images/template_assets/bullet.gif) no-repeat 0px 5px;
	font-size: 1em;
	line-height: 1.4;
}

#bProduct #content .tab-box a {font-weight: 700;}

.tab-box .enquiry {
	float: right;
	margin: 0 5px 0 0;
	display: inline;
}

#bProduct .banner {
	margin: 10px auto;
	display: block;
}

/* Product Overview Professional Bodies - also used on the professional bodies page */


 #bProduct #content .tab-box ul.proBodies li {
	color: #444;
	background: url(../../../../images/template_assets/bullet2.gif) no-repeat left;
	
	}
	

/*   Details and documents */

#bProduct #content .tab-box ul.pdf li {
	padding: 0 0 0 20px;
	background: url(../../../../images/template_assets/ico-download-small.gif) no-repeat 0px 2px;
	
}

	
/* FAQ's */

/* Included line height as certain characters were chopped off 28/01/09 */
div.faqQuestion {
	border: 1px dashed #b9b9b9;
	border-top: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	position: relative;
	margin-bottom: 14px;
	padding: 0 0 7px 0; 
	line-height: 1.2;
	
	}


div.faqQuestion h2 {
	font-weight: 700;
	color: #444;
	margin: 15px 0 0;
	width:75%
	}  

/* have to include font size as the <p> tag is not allowed in the div tag in Immediacy Editor   */	
div.faqContent 
{
    font-size:1em;
	padding: 10px 11px 14px 11px;
	margin: 0 0 14px;
	background: #fff;
	line-height:1.25em;
	}
div.faqContent ul {
	margin: 0 0 23px !important;
	}

/*  have to incorporate a font-size */	
div.faqContent ul li {
	font-size: 1em !important;
}


/*  Styling for tabular information in an FAQ answer */
table {
	width: 100%;
	border: 0px solid #b9b9b9;
	}
table.minibus {
	width: 102%;
	border: 0px solid #b9b9b9;
	margin-top:15px;
	}
	
table thead td {
	color: #fff;
	background: #7d7d7d;
	font-weight: 700;
	padding: 7px 0 9px 10px;
	font-size: 1em;
	width: 156px;
	}
	
.grey {background: #d7d7d7;}
	
table.radioList tbody td {
	padding: 10px 0 14px 10px;
	/* font-size: 1em; */
	font-size: 11px;
	border-bottom: 1px dashed #b9b9b9;
	border-right:none;
	
	}
	
table tbody td {
	padding: 10px 0 14px 10px;
	/* font-size: 1em; */
	font-size: 11px;
	border-bottom: 1px dashed #b9b9b9;
	border-right: 1px solid #b9b9b9;
	}
	
table.minibus tbody td {
	padding: 10px 2px 14px 2px;
	/* font-size: 1em; */
	font-size: 11px;
	border-bottom: 1px dashed #b9b9b9;
	border-right: 1px solid #b9b9b9;
	width:10%;
	}
	

table tbody tr.last td {border-bottom: 0;}
td.last {border-right: 0;}

/*  The view/expand answer link */
span.expandCollapse {
	position: absolute;
	top: 3px;
	right: 10px;
	color: #1c3458;
	font-weight: 700;
	font-size: 1em;
	background: url(../../../../images/template_assets/faqArrowDown.gif) no-repeat center left;
	padding: 0 0 0 10px;
	cursor: pointer;
	line-height: 1.2;
	}
span.expand {background: url(../../../../images/template_assets/faqArrowUp.gif) no-repeat center left;}



/* Claims page boxes **************************************************************************/
/* change to min height from original harvest design */
#content .infobox {
	float:left;
	border:1px solid #d4d4d4;
	min-height:180px;
	width:31%;
	margin-right:10px;
	/* margin-right:11px; */
}

#content .infoboxLast {
	float:left;
	border:1px solid #d4d4d4;
	min-height:200px;
	width:174px;

}

#content .infoboxLast h2 {
	background-color:#ebebeb;
	color:#06397A;
	padding:6px 10px 6px 10px;
	margin-top:0;
	font-size:1.1em;
	font-weight:normal;
}

#content .infobox h3 {
	background-color:#ebebeb;
	color:#06397A;
	padding:6px 10px 6px 10px;
	margin:0 0 10px;
	font-size:1.1em;
}


#content .infobox p {margin: 10px;}
/* #content .infobox p {margin:0 10px !important;} */
#content .infobox ul {margin: 3px 0 0 11px;}
#content .infobox ul li {padding: 0 0 0 16px;}


ul.contact li.phoneContact_page {background:url(../../../../images/template_assets/ico-phone.gif) no-repeat left 3px;
	line-height:1.6;
	/* font-size:1em; Changed by Kham Tran */
	font-weight:normal;

}

#content .infobox ul li.small {
	background: none;
	font-weight: 400;
	font-size: 1em;
	}
	
#content .infobox ul li a {margin-left:5px;}


/* Professional bodies */

.text ul li.proBodies {
	color: #444;
	background: url(../../../../images/template_assets/bullet2.gif) no-repeat left;
	
	}


/* News Archive 'template' ****************************************************/

div.news-archive {
	position: relative;
	margin: 13px 0 0;
	padding: 0;
}


div.news-archive h2 {
	margin: 0 0 2px;
}

div.news-archive h3.date {
 color:#000;
}

div.news-archive p {
	line-height: 1.2;
	margin: 2px 0 0 !important;
}

div.news-archive img {
	position: absolute;
	width: 173px;
	height: 74px;
	right: 0;
	top: 0;
}


/* News story  *************************************************/

#content .text h2.date {
	margin:2px 0 10px;
	font-size: 1.1em;
	color:#000;
} 

img.newsImg {
	float: right;
	margin: 15px 0 15px 15px;
}

/*  Back to news link  */
div.relatedReading {
	background: #f7f7f7;
	overflow: hidden;
	padding: 8px 10px 8px 10px;
	margin: 20px 0 0 0;
	clear:both;
}


/* Added new style to apply to the Related Reading on the Tips and advice and News articles 30/01/2009        */
div.relatedReading h2 {
	font-weight: 700;
	color: #444;
	float: left;
	font-size: 1.1em;
	line-height: 1.2;
}

div.relatedReading a {
	float: right;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2;
	background: url(../../../../images/template_assets/arrowBack.gif) no-repeat left 4px;
	padding: 0 0 0 10px;
}

/* Tips and advice  Archive 'template' ****************************************************/

div.tips-archive {
	position: relative;
	margin: 13px 0 0;
	border: 1px solid #fff;
	border-bottom: 1px dotted #d4d4d4;
	padding: 0 0 14px 0;
	min-height:80px;
}

.nomargin {
	margin:0px;
}


/* Search Results Page ********************************************************/

.searchControl table 
{
	width:100%;
	margin-top: 5px;
	background-color:#E0F0FF;
	
}

.searchControl div {
	font-size:1em;
	margin-top:5px;
	padding:0;
}

.searchControl table td {
	border:0px;
	
}

.searchControl table table 
{  
	font-size:1.1em;
	width:98%;
	color:#666666;
	border:0px
}


.searchControl table table input, .searchControl table table select {
	font-size:1.0em;
	color:#000;
}

.searchtop {font-size:1.1em;}

.searchControl a {font-size:1.1em;}

#content .result  {
	font-size:1em;
	margin-bottom:15px;
}

.Error {font-size:1em; margin-top:20px;}

#content .result a {color:#444; font-weight:bold; font-size:1em;}

#content .result a.link {
	font-weight:bold;
	color:#06397A;
	font-size:1em;
	line-height:1.4em;
		
}


#content .result p {
	margin:0;
	padding:0;
}

#content .searchtop {
	margin-bottom:0px;
}

div#searchProduct {
	position: relative; 
	width: 510px; 
	height: 210px; 
	padding-left: 20px; 
	padding-top: 10px; 
	top: 0px; 
	float: none; 
	left: 0px; 
	z-index: 0; 
	border: solid 1px #dedede; 
	background-color: #fafafa;
}
div#searchProduct input {
	font-size: 1em;
	border: solid 1px #dedede; 
	color: #4D4D4D;
}
div#searchProduct label {
	font-size: 1em;
	color: #4D4D4D;
}

/* Misc ***************************************************************/

strong {
	font-weight:700;
}

.bold {
	font-weight:700;
}

.small {
	font-weight: 400;
	font-size: .8em;
	}

ul li.secondlevel {
	margin-left: 1.5em;
}

.tab-container
{
    position:relative;
    clear:both;
    height:100%;
    width:100%;
    display: table;
    
}
.tab-container .tab-left {float:left; width:47%; height:inherit; display:table-cell; position:relative;}
.tab-container .tab-right {float:right; width:47%; height:inherit; display:table-cell; position:relative;}

.tabs a {
    font-family:Arial, Helvetica, Sans-Serif;
	font-size:0.7em;
	text-align:left;
	color:#4d4d4d;
	margin:0;
	padding:0;
	padding-top:10px;
}

.tabs a:hover {color:#ffcc00}

ul.normal {
    position:relative;
    padding-left:12px;
    font-family:Arial, Helvetica, Sans-Serif;
	text-align:left;
	color:#4d4d4d;
}

li.normal {
    padding:0 0 5px 12px;
    background: url(/images/template_assets/bullet.gif) no-repeat 0 5px;
    line-height: 1.5; 
    position:relative;
    font-family:Arial, Helvetica, Sans-Serif;
	text-align:left;
	color:#4d4d4d;
}

div.homecontent ul.list {
	padding-left: 12px;
}
div.homecontent ul.list li {
	background: url(/images/template_assets/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	line-height: 1.4em;
}

.charity a {text-decoration:underline;}
.charity a:hover {text-decoration:none; color:#d6dcee;}

/***** sweet deals *****/
div.sweet-deal {
	clear: both;
	margin-bottom: 50px;
}
div.sweet-deal div {
	width: 220px;
	padding: 0 5px;
	float: left;
	color: #123478;
}
#bHomepage #theText a.btn-sweet-deal {
	text-indent: -1500px;
	outline: 0;
	display: block;
	width: 112px;
	height: 52px;
	background: url('/images/template_assets/btn-sweet-deals.gif') no-repeat;
}
#bHomepage #theText a.btn-sweet-xmas {
	text-indent: -1500px;
	outline: 0;
	display: block;
	width: 91px;
	height: 30px;
	background: url('/images/template_assets/xmas-promo-button.jpg') no-repeat;
}
#bHomepage #theText a.btn-enter-now {
	text-indent: -500px;	
	outline: 0;
	display: block;
	width: 143px;
	height: 39px;
	background: url('/images/template_assets/btn-enter-now.jpg') no-repeat;
	margin-left: 20px;
	margin-top: 110px;
}
.right .fragment a.btn-sweet-deal-fom {
	text-indent: -1500px;
	outline: 0;
	display: block;
	width: 92px;
	height: 21px;
	background: url('/images/template_assets/btn-sm-find-out-more.png') no-repeat;
}

/*boxes*/

div.homecontent ul.categories {
	margin:0 0 5px 0;
	display:inline-block;
	width:535px;
}

div.homecontent ul.categories li {
	position:relative;
	margin:0 0px 10px 0;
	padding:0px 10px;
	background: #e0f0ff;
	border:1px #d4d4d4 solid;
	float:left;
	display:inline-block;
	width:240px;
	height:145px;
}

div.homecontent ul.categories li.l-box{
	position:relative;
	margin:0 10px 10px 0;
	padding:0px 10px;
	background: #e0f0ff;
	border:1px #d4d4d4 solid;
	float:left;
	display:inline-block;
	width:240px;
	height:145px;
}

div.homecontent ul.categories li.c-box{
	position:relative;
	margin:0 0 10px 140px;
	padding:0px 10px 2px 10px;
	background: #e0f0ff;
	border:1px #d4d4d4 solid;
	display:inline-block;
	width:240px;
	height:145px;
}


div.homecontent ul.categories li.no-border {
	border-bottom:none;
}

div.homecontent ul.categories li h3 a {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.1em;
	margin:10px 0 5px 0;
	display:block;
	text-decoration:none;
	color:#003876;
	background:none;
	padding-left:0;
	text-align:center;
}

div.homecontent ul.categories li h3 a:hover { 	text-decoration: underline; }

div.homecontent ul.categories li p {
	font-size:0.85em;
	color:#626262;
	font-weight:normal;
	margin:5px 0 7px 0;
	display:block;
}

div.homecontent ul.categories li a { 
	font-size:0.85em; 
	margin: 0 8px 12px 0; 
	display:inline;
	color:#0067d8;
	font-weight:bold;
	background:url(/images/blue-bg-arrow.png) no-repeat right 5px;
	padding: 0 8px 0 0; 
	font-family: Arial, Tahoma, sans-serif;
	line-height:1.6em;
  }

div.homecontent ul.categories li a span {
	display:inline-block;
	position:absolute;
	left:-999em;
}

div.homecontent ul.category-boxes li.l-box, div.homecontent ul.l-categories li.l-box {
	margin:0 7px 0 0;
}

div.homecontent ul.categories a.category-read-more {
	position:absolute;
	bottom:-41px;
	right:0px;
	background:url(/images/template/l-read-more-btn.png);
	width:142px;
	height:55px;
	overflow:hidden;
	text-indent:-999em;
	
}

div.homecontent ul.categories a.category-read-more:hover {
	background-position: 0px -55px;
}

/*Modal Window*/
	
#assumptions {
	text-align: left;
}
.overlay {
	text-align: left;
	color: #666666;
	background: #fff;
	width: 650px;
	border: 2px solid #112D6C;
	padding:5px 0 0 0;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;

}
/*
.overlay-bottom {
	background: transparent url('/images/template/overlay-wide-bottom-bg.png') no-repeat scroll 0 0;
	height: 14px;
	width: 700px;
}*/
.assumptions {
	overflow: auto;
	width: 610px;
	padding: 20px;
	border: 0px solid #CCC;
	margin: 0 auto;
	font-size:12px;
	line-height:1.6em;
}
.overlay a.accept {
	display: block;
	width: 113px;
	height: 29px;
	background: url('/images/template_assets/accept.png') no-repeat 0 0;
	text-indent:-999em;
	margin-top: 20px;
	margin-right:0;
}

/*
.overlay a.accept:hover, .overlay a.accept:focus, .overlay a.accept:active { background-position: 0px -46px; !important; outline: none;}
*/
.overlay .jqmClose {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	background: url('/images/template_assets/close.png') no-repeat 0 0;
	text-indent:-999em;
	margin-top: -17px;
	margin-right: -12px;
}
.overlay h2 {
	margin:10px 0 0 20px;
	font-size: 1.4em;
	font-weight:bold;
	color:#112D6C;
}

.overlay p {
	font-size:1em;
	margin: 0 10px 10px 10px;
}

.overlay a {
	font-size:1.2em;
	float:right;
}

.overlay ul li {
	margin: 0 10px 10px 10px;
	background-attachment: scroll;
    background-color: transparent;
    background-image: url("/images/template_assets/bullet.gif");
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.overlay li { 
	color: #4D4D4D;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 0;
    padding-top: 0;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow{
    display: none;
    z-index: 99999;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -350px;
    color: #333;
    border: 0;
    padding: 12px 17px;
}

.jqmOverlay { background-color: #112D6C; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}


/* Fixed positioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.avs-box .title h2 {
	color:#000000;
}