/*--------------------------------------------------------------------------

Groves, John and Westrup - Basic Style Sheet

Version:	1.0
Author:		Danny Peplow
Email:		danny@idaho.uk.net
Website:	http://gjwdirect.co.uk/

*** Last Modify Date: 11/10/2007 ( Danny ) ***

--------------------------------------------------------------------------*/

/* Structure 

	=Global
	=Typography
	=Headings
	=Links
	=Access Keys / Jumps
	=Forms
	=LayoutStructure
		- header
		- navigation
		- p-content	
		- s-content
		- footer
	=Shared Styles
	=header
	=p-content ( insides )
	=s-content ( insides )
	=footer ( insides )

--------------------------------------------------------------------------*/


/* =Global 
--------------------------------------------------------------------------*/

* { margin: 0; padding: 0; } 

body { line-height: 1.4; }

.clearme { clear: both; }
.hideme { display: none; } /* visibility: hidden; could be used here instead depends what you need */
.left { float: left; }
.right { float: right; }

acronym { speak: normal; }
abbr { speak: spell-out; }


/* =Typography
 *
 * Use this section for general type styles
--------------------------------------------------------------------------*/

html { font-size: 100.01%; }
body { font-family: Arial, Verdana, Sans-Serif; font-size: 1em; color: #000; }
#p-content { }
#s-content { }

/* Freeform - normally we have freeform wrapped inside a container of some sort */

.freeform { }
.freeform p { }
.freeform ul { }
.freeform ol { } /* needs slightly bigger left margin than ul */
.freeform a, .freform a:hover { }

.freeform img { margin: 5px; }
/* CSS3 selectors, for the good browsers */
.freeform img[align=left] { margin-left: 0; }
.freeform img[align=right] { margin-right: 0; }


/* =Headings
--------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {}

/* Should only be one H1 in a page. Generally its a nice idea to use as a logo / link ( if the design permits ) */
h1 
{
	position: relative;
	width: 500px; height: 90px;
	overflow: hidden;
} 

h1 .logo { position: absolute; top: 0; left: 0; display: block; width: 333px; height: 99px; }


/* =Links
 * 
 * LVHA ( :link / :visited / :hover / :active ) - important due to the way CSS handles cascade / ordering.
--------------------------------------------------------------------------*/

a { text-decoration: none; }
a:link { }
a:visited { }
a:hover, a:active, a:focus { }

a img { border: none; }


/* =Access Keys / Jumps
--------------------------------------------------------------------------*/


/* =Forms
--------------------------------------------------------------------------*/

fieldset { border: none; }
legend { }
label { cursor: pointer; }

input, select, textrea { font-family: inherit; font-size: 1em; }


/* =LayoutStructure
--------------------------------------------------------------------------*/

div.rightshadow { background: #ffffff url(/img/right.gif) top right no-repeat; width: 955px; margin:0 auto; }

#sitecontainer { width: 920px; background: #D1D1D1 url(/img/brushed_bg.jpg) top left no-repeat; float: left; }

#header 
{
	background: #fff url(/img/h1-bg.gif) repeat-x bottom left;
	border-bottom: 6px solid #ccc; 
	margin: 0;
	position: relative;
	width: 920px;
}
.contentcontaner {  }	
.p-navigation { }
.p-content { float: left; }
.s-content { }
.footer { width: 920px; }

div.bottomshadow { margin: 0 auto; background: #fff url(/img/bottom.gif) top right no-repeat; display: block; width: 955px; height: 39px; clear: both; }



/* =Shared Styles
 *
 * If you find your re-using the same styles on certain elements 
 * put them here
--------------------------------------------------------------------------*/

li.last { margin: 0 !important; padding: 0 !important;} 


/* =header
--------------------------------------------------------------------------*/


/* =nav
--------------------------------------------------------------------------*/

#header ul.topMenu
{
	padding: 0 0 0 0;
	position: absolute; bottom: 0; right: 0;
	width: 580px;	
	height: 37px;
	/*line-height: 56px;*/
	list-style: none;
	background: url(/img/nav/nav_top_bg.gif) no-repeat top left;	
}

#header .topMenu li 
{		
	display: inline;
}

#header .topMenu li a 
{
	margin: 13px 0 0 0;	
	padding: 4px 10px 5px 10px;
	display: block;
	float: left;		
	font-size: 0.69em; color: #046A8C;
}

#header .topMenu li a:hover, #header .topMenu li a.active
{
	background-color: #046A8C;
	color: #FFF;
}

#header .topMenu li.home a { margin-left: 56px; }

#header .topMenu li.home a:hover, #header .topMenu li.home a.active
{
	background: #046A8C;
	color: #fff;
	padding: 4px 10px 5px;
}

#header ul li.last { padding-right: 40px; }


/* =p-content
--------------------------------------------------------------------------*/

/* HOME PAGE */

h1.homepage 
{	
	background: url(/img/home.png) top left no-repeat;
	width: 293px; 
	height: 35px;
	margin: 48px 0 30px 35px;
	
 }
p.homepage { font-size: 0.88em; color: #000; display: block; width: 343px; margin: 0 0 35px 35px; }

/* Home page div testing */

div.homepage { float: left; margin: 0; list-style: none; }
div.boxwrapper { margin: 0 0 0 35px; }
div.home-box 
{
	width: 225px; 
	margin: 0 7px 20px 0;
	padding-right: 9px;
	float: left; 
	font-size: 0.75em;
}

div.home-boxwrap { width: 231px; float: left; background: transparent url(/img/boxes/side.png) top right no-repeat; }
div.home-bs-wrap { clear: both; width: 231px; height: 9px; float: left; }

div.home-bs-left { float: left; width: 11px; background: transparent url(/img/boxes/bl.png) top left no-repeat; height: 9px; }
div.home-bs-right { float: right; width: 9px; background: transparent url(/img/boxes/br.png) top right no-repeat; height: 9px; }
div.home-bs-long { float: left; background: transparent url(/img/boxes/bottom.png) top left no-repeat; height: 9px; width: 211px; margin: 0; }


div.home-boxwrap h2 { padding: 6px 10px; background: #254268 url(/img/gradient_top_left.png) top left no-repeat; width: 202px; display: block; float: left; color: #fff; font-size: 1em; }
div.home-boxwrap h2 img { padding: 7px 6px 25px 0; float: left; width: 5px; height: 6px; display: block; }
div.home-boxwrap h2 a { color: #fff; font-size: 1em; font-weight: normal; text-decoration: none; display: block;  }
div.home-boxwrap h2 a.homefirst { display: inline; font-size: 1em; padding-left: 7px; }
div.home-boxwrap h2 a:hover { text-decoration: underline; }


/*  BOAT INSURANCE PAGE */


h1.boatpage 
{	
	background: url(/img/boat_insurance.png) top left no-repeat;
	width: 318px; 
	height: 27px;
	margin: 20px 0 20px 35px;
	
 }

ul.boatpage { width: 830px; float: left; margin: 0 25px 46px 35px; list-style-type: none; }
ul.boatpage li 
{
	width: 246px; 
	float: left; 
	padding: 0 30px 0 0; 
	font-size: 0.75em; 
	color: #000;
	position: relative;
}

ul.boatpage li h2 
{
	padding: 0; 
	font-size: 1.08em; 
	font-weight: bold; 
	font-size: 1.08em; 
	color: #000; 
	margin-bottom: 2px;
}
p.boatpage-number { float: right; font-size: 0.75em; margin: -30px 80px 20px 0; }


/* SPECIALIST POLICIES PAGE*/

h1.polpage
{	
	background: url(/img/plain_language_policies.png) top left no-repeat;
	width: 477px; 
	height: 73px;
	margin: 20px 0 35px 35px;
 }
div.pol-box-wrap { float: left; width: 360px; margin: 0 0 20px 0; }

ul.polpage 
{
	list-style: none;
	margin: 0 0 0 35px;
	float: left;
	
}
ul.polpage li.box ul
{
	width: 324px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	list-style: none;
	float: left;
	background: transparent url(/img/boxes/side.png) top right no-repeat;
	padding-right: 9px;
}
div.pol-bs-wrap { clear: both; width: 333px; height: 9px; float: left; margin-left: 35px; }
div.pol-bs-left { float: left; width: 11px; background: transparent url(/img/boxes/bl.png) top left no-repeat; height: 9px; margin-left: 0px !important; }
div.pol-bs-right { float: right; width: 9px; background: transparent url(/img/boxes/br.png) top right no-repeat; height: 9px; }
div.pol-bs-long { float: left; background: transparent url(/img/boxes/bottom.png) top left no-repeat; height: 9px; width: 313px; margin: 0; }

ul.polpage li { float: left;   }
ul.polpage li.box {  }

ul.polpage li.box ul li h2 
{
	background: #254268 url(/img/gradient_top_left.png) top left no-repeat;
	font-size: 0.81em;
	color: #fff;
	width: 312px;
	padding: 2px 6px;
	margin: 0 !important;
	float:left;

}
ul.polpage li.box li img 
{
	float: left; 
	clear: both; 
	margin: 0 !important; 
	padding: 0; 
	width: 142px; 
	height: 71px;
}

ul.polpage li.box li div { border-right: 2px solid #254268; min-height: 68px; overflow: hidden; background-color: #fff; float: left; width: 177px; margin: 0 !important; padding: 3px 0 0 3px;}
ul.polpage li.box li div p, 
ul.polpage li.box li div h3 { font-size: 0.63em; color: #000; line-height: 135%; }
ul.polpage li.box li div h3 { padding: 0 0; } 

ul.polpage li.box ul li.bottom 
{
	padding: 2px 6px;
	clear: both; 
	background: #254268 url(/img/gradient_top_left.png) top left no-repeat; 
	font-size: 0.75em;
	font-weight: bold; 
	color: #fff;
	width: 312px;
	border-top: 2px solid #254268;
}

ul.polpage li.box ul li.bottom a
{
	color: #fff;
	padding-right: 2em;	
}
ul.polpage li.box ul li.bottom a:hover { text-decoration: underline; }
.p-content p.polpage { margin: 0 0 40px 35px; font-size: 0.63em; color: #000; clear: left; }

li.box { margin: 0 30px 0 0; }
p.polpage-number { float: right; font-size: 0.75em; margin: -67px 200px 20px 0; }


/* MARINE INSURANCE PAGE*/

h1.insur
{	
	background: url(/img/marine_trade.png) top left no-repeat;
	width: 502px; 
	height: 27px;
	margin: 20px 0 20px 30px;
 }

/* ABOUT US PAGE */

h1.about
{	
	background: url(/img/about_us.png) top left no-repeat;
	width: 448px; 
	height: 25px;
	margin: 25px 0 28px 35px;
 }

div.about 
{
	margin: 0 0 50px 35px; 
	width: 740px;	
	font-size: 0.75em; 
	font-weight: normal;
	list-style: none;
}
div.about p { width: 300px; float: left; margin: 0 30px 45px 0; color: #000; }
p.disclaimer { margin: 20px 0 20px 35px; font-size: 0.69em; color: #000; clear: both; width: 400px; }

/* NEPTUNE PAGE */

h1.neptune
{	
	background: url(/img/neptune_policy.png) top left no-repeat;
	width: 324px; 
	height: 53px;
	margin: 25px 0 27px 35px;
 }
.neptune-col1, .neptune-col2, .neptune-col3 { color: #000; float: left; margin: 20px 10px 30px 0; }


/*Column 1*/
.neptune-col1 { width: 200px; margin: 20px 20px 30px 35px; }
.neptune-col1 h2 { font-size: 0.75em; margin: 0 0 15px 0; }

.neptune-col1 ol { margin: 0 0 15px 0; width: 147px; list-style: none; }
.neptune-col1 ol li a 
{
	font-size: 0.63em;
	color: #fff;
	font-weight: bold;
	display: block; 
	margin: 3px 0;
	text-indent: -9999px;
}
.neptune-col1 ol li a:hover { text-decoration: underline; }

.neptune-col1 ol li.neptune-dl-propform a { color: #fff; font-weight: bold; text-indent: -99999px; background: transparent url(/img/neptune_form.png) bottom right no-repeat; width: 139px; height: 29px; margin-left: -3px; }
.neptune-col1 ol li.neptune-dl-keyfacts a { color: #fff; font-weight: bold;  text-indent: -99999px !important; background: transparent url(/img/neptune_facts.png) bottom right no-repeat; width: 139px; height: 29px; margin-left: -3px; }
.neptune-col1 ol li.neptune-dl-polform a { color: #fff; font-weight: bold; text-indent: -99999px; background: transparent url(/img/neptune_doc.png) bottom right no-repeat; width: 139px; height: 29px; margin-left: -3px; }

/*Column 2 and 3 */

div.neptune-col2, div.neptune-col3 { font-size: 0.75em; width: 300px; float: left; }
.neptune-col2 p, .neptune-col3 p { padding: 0 0 10px 0; width: 280px; }
.neptune-col2 p { padding-bottom: 26px; }
.neptune-col2 ul, 
.neptune-col3 ul 
{ 
	width: 300px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}

.neptune-col2 ul li, .neptune-col3 ul li 
{ 
	float: left;
	width: 105px;
	position: relative;
	padding-left: 15px;
	background: url(/img/bullet_square.gif) no-repeat 0 8px ; list-style-type: none;
	margin-right: 7px;
		
}


/* CONTACT PAGE */

div.contact-col1 { margin: 36px 10px 67px 35px; width: 220px; float: left; }
h1.contact
{	
	background: url(/img/contact.png) top left no-repeat;
	width: 144px; 
	height: 27px;
	margin: 0 0 32px 0;
 }
 
ul.address, ul.time-date { color: #000; font-size: 0.75em; list-style: none; margin: 0 0 15px 0; }
ul.time-date em, ul.time-date strong { font-size: 0.75em; font-weight: normal; font-style: normal; }
ul.time-date a { color: #000; text-decoration: none; }
ul.time-date a:hover { text-decoration: underline; }

div.contact-col2 { width: 620px; float: left; }
p.ack 
{
	float: right; 
	text-align: right; 
	font-size: 0.63em; 
	color: #000;
	font-weight: bold;
	margin: 28px -10px 10px 0;
	clear: both;
	 } 

div.blocks { float: left; width: 620px; margin-top: 99px; }

div.contact-box { margin: 0 0 0 35px; }
div.contact-box 
{
	width: 225px; 
	margin: 0 25px 10px 0;
	padding-right: 9px;
	float: left; 
	font-size: 1em;
}

div.contact-boxwrap { width: 245px; float: left; background: transparent url(/img/boxes/side.png) top right no-repeat; }
div.contact-bs-wrap { clear: both; width: 245px; height: 9px; float: left; }

div.contact-bs-left { float: left; width: 11px; background: transparent url(/img/boxes/bl.png) top left no-repeat; height: 9px; }
div.contact-bs-right { float: right; width: 9px; background: transparent url(/img/boxes/br.png) top right no-repeat; height: 9px; }
div.contact-bs-long { float: left; background: transparent url(/img/boxes/bottom.png) top left no-repeat; height: 9px; width: 225px; margin: 0; }

div.blocks ul 
{
	float: left; 
	list-style: none;
	width: 220px; 
	background: #254268 url(/img/gradient_top_left.png) top left no-repeat;
	padding: 7px 8px;
	margin: 0 20px 0 0;
}
div.blocks ul li { color: #fff; font-size: 0.69em; }
div.blocks ul li a { font-weight: bold; color: #fff; }
div.blocks ul li a:hover { font-weight: bold; color: #fff; text-decoration: underline; }
div.blocks ul li h3 { font-weight: bolder; font-size: 1.09em;}


/*DOCUMENTS PAGE */

div.documents { width: 870px; margin: 0 0 20px 35px; float: left; }

h1.documents
{	
	background: url(/img/documents.png) top left no-repeat;
	width: 138px; 
	height: 24px;
	margin: 30px 0 18px 35px;
 }

div.docbox 
{
	color: #fff;
	width: 246px; 
	display: block; 
	float: left;
	/*margin: 0 15px 30px 0;*/
	padding-right: 9px;
	background: transparent url(/img/boxes/side.png) top right no-repeat;
} 

div.docbox h2 
{
	padding: 4px 16px; 
	color: #fff; 
	font-size: 0.75em;
	background: #254268 url(/img/gradient_top_left.png) top left no-repeat;
	}
	
div.docbox div.doc-content 
{
	background: #fff url(/img/white_gradient.png) top right no-repeat; 
	display: block;
	border-bottom: 6px solid #254268;
	list-style: none;
	color: #082038;
	font-weight: bold;
	padding: 0px 15px 0 16px;
	float: left;
	width: 215px;
	
	}
div.docbox p { width: 100px; }	
div.docbox ul { list-style: none; font-weight: bold; }

div.docbox ul li a { color: #082038; text-decoration: none; font-size: 0.75em; }
div.docbox ul li a:hover { color: #082038; text-decoration: underline; }

div.boxwrap { color: #fff; float: left; width: 270px; margin-bottom: 20px; margin-right: 10px; }

div.bs-wrap 
{
	width: 255px;
	height: 9px;
	float: left;
	 } 
div.bs-left { float: left; width: 11px; background: transparent url(/img/boxes/bl.png) top left no-repeat; height: 9px; }
div.bs-right { float: right; width: 9px; background: transparent url(/img/boxes/br.png) top right no-repeat; height: 9px; }
div.bs-long { float: left; background: transparent url(/img/boxes/bottom.png) top left no-repeat; height: 9px; width: 235px; margin: 0; }

p.documents { width: 350px; font-size: 0.88em; color: #000; margin: 0 25px 10px 35px }

div.docpolicy { float: left; width: 780px; font-size: 0.69em; color: #000; margin: 10px 0 20px 0 }

p.policy { float: left; width: 400px;}
div.adobe { float: right; width: 300px; }
div.adobe p { float: left; width: 260px; }
div.adobe p a { color: #000; text-decoration: none; }
div.adobe p a:hover { text-decoration: underline; }
img.adobe { float: left; padding: 0 6px 0 0; width: 25px; height: 26px; }


p.credits { float: right; width: 350px; font-size: 0.63em; text-align: right; margin-right: 10px; }

div.privacypol { margin: 0 0 35px 35px; width: 880px; }
.privacypol h1 { text-indent: -9999px; background: transparent url(/img/privacy_policy.png) top left no-repeat; width: 169px; height: 35px; font-size: 0.94em; margin: 35px 0 15px 0; }
.privacypol h2 { font-size: 0.75em; margin: 0 0 -4px 0; }
.privacypol p { font-size: 0.69em; margin: 2px 0 4px 0; }
.privacypol ul { font-size: 0.69em; margin: 2px 0 2px 25px; }
.privacypol li { }
.privacypol a { color: #000; text-decoration: underline; }
.privacypol a:hover { text-decoration: none; }
.privacypol address { font-size: 0.69em; font-style: normal; }

h2.sitemap { margin: 35px 0 10px 35px; background: transparent url(/img/sitemap.png) top left no-repeat; width: 163px; height: 50px; text-indent: -9999px; }
ul.sitemap { margin: 5px 0 35px 55px; font-size: 0.75em; }
ul.sitemap a { color: #000; text-decoration: underline; }
ul.sitemap a:hover { text-decoration: none; }

ul.sitemap li { margin: 5px 0; }
ul.sitemap li li { margin-left: 15px; }
ul.sitemap li li li { margin-left: 30px; }

/* =s-content
--------------------------------------------------------------------------*/

div.s-content { margin: 0 0 70px 0; }

/* BOAT INSURANCE PAGE */

.s-content div.boatpage  
{
	position: relative; 
	top: 0px; 
	left: 558px; 
	width: 280px; 
	text-align: right;
	padding: 3px 5px;
}
	
.s-content div.boatpage h2 
{
	font-size: 0.75em; 
	color: #000; 
	margin: 5px 10px 5px 0;
	
}
.s-content div.boatpage h2 a 
{
	font-size: 0.91em; 
	color: #000;  
	padding: 0;
	display: block;
	text-decoration: none;
 }

 .s-content div.boatpage h2 a:hover {	text-decoration: underline; }


.s-content ul.contact  { float: right; position: absolute; top: 460px; width: 190px; left: 710px; font-size: 0.95em; font-weight: bold; text-align: right; list-style: none; color: #000; }
.s-content ul.contact li a, .neptune-col1 ul li a { font-size: 0.95em; color: #000; text-decoration: none; }
.s-content ul.contact li a:hover, .neptune-col1 ul li a:hover { text-decoration: underline; }
.s-content ul.contact em, .neptune-col1 ul li em { font-style: normal; font-size: 0.8em; font-weight: bold;  }

/* MARINE INSURANCE PAGE */

div.insur { width: 300px; margin: 20px 0 20px 30px; float: left; }
div.insur h2 { font-size: 0.88em; color: #000; padding: 0 0 7px 0;  }
div.insur p { font-size: 0.75em; font-weight: normal; color: #000; padding: 0 0 7px 0;  }
div.insur p strong { padding: 0 0 7px 0; } 

div.insur div p { margin: 6px 0 8px 0; display: block; width: 274px; color: #000; }
div.insur div p a { padding-left: 6px; color: #000; font-weight: bold; text-decoration: none; }
div.insur div p a:hover { text-decoration: underline; }

ul.insur  { width: 280px; font-size: 0.69em; font-weight: bold; list-style: none; color: #000; }
ul.insur li { }
ul.insur li a  { display: block; color: #000; text-decoration: none; padding: 7px 0; }
ul.insur li a:hover { text-decoration: underline; }
ul.insur em { font-style: normal; font-weight: bold; margin: 5px 0;  }

h3.insurpolicy { float: right; margin: 20px 319px 10px 0; color: #000; font-size: 0.88em;  } 
ul.insurpolicy 
{
	float: right;
	width: 400px;
	list-style-type: square; 
	margin: 0 100px 20px 0;
	padding-left: 15px;
	color: #000;
	font-size: 0.75em;
	
 }
 
ul.insurpolicy li { padding: 0 0 10px 15px; background: url(/img/bullet_square.gif) no-repeat 0 8px ; list-style-type: none;}




.details_downloads { text-decoration: underline; } 
.details_downloads a:hover { text-decoration: none; } 



/* =footer
--------------------------------------------------------------------------*/

.footer { font-size: 0.54em; color: #585858; clear: both; }

.footer p.address, .footer p.copyright
{
	display: block;
	padding: 3px 15px;
	background-color: #ccc;
	border-bottom: solid 1px #a7a7a7;
	border-top: solid 1px #fff;
 }
.footer p.copyright { border-top: 1px solid #fff; }
.footer p.copyright a { color: #585858; text-decoration: underline; }
.footer p.copyright a:hover { text-decoration: none; }

div.underwritting { background-color: #fff; display: block; }
div.underwritting img { padding: 0 6px 3px 0; }


