
body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #000;
    margin: 0;
	background-color: #5882ff;
}

#outer_wrapper {
	/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
	width: 930px;
	margin: 0 -1px; /* new */
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header
{
	/*background:  #fff url(../images/protectmycaravan/pmc-home2.jpg) no-repeat scroll top left;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;*/
	text-align: left;
	/* the above declaration creates an horizontal scroll bar in IE, this is to get rid of it */
	margin: 0 -1px;
	padding: 10px;
}

#panel1,#panel2,#panel3,#panel4
{
	margin: 0 -15px;
	padding: 15px 0;
	background-color: #99ccff;
}


div.middlepanel
{
	margin: 15px auto 15px auto;
	width: 700px;
	padding: 10px;

	background-color: #fff;
	border: solid 2px #5882ff;
}

#header h2
{
	display: none;
	visibility: hidden;
}

#header h1 a:link,
#header h1 a:visited
{
	text-decoration: none;
}


/* navtr */
#navtr
{
    float: right;
    font-weight: bold;
	font-size: 1.25em;
	color: #5882ff;
	margin-top: 10px
}

#navtr ul
{
    margin: 0;
    padding: 0;
    line-height: 31px;
    white-space: nowrap
}

#navtr li
{
    list-style-type: none;
    display: inline;
}

#navtr li a,
#navtr li a:link,
#navtr li a:visited
{
	color: #5882ff;
	font-weight: bold;
    text-decoration: none
}

#navtr li a:hover
{
	color: #000;
}
/* / navtr */

#phnum
{
	float: right;
	clear: right;
	margin-top: 20px;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 2em;
	color: #9c0;
}


/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both}

#main
{
	/*padding: 10px;*/
}

#header img,
img.logo
{
	margin: 5px;
	border: none;
}

#left
{
	float: left;
	width: 160px;
	display: inline;
	padding: 10px;
	/*min-height: 600px;
	height: auto !important;
	height: 600px;*/
	background-color: #fff;
}

#left ul
{
	margin-left: 0;
	padding-left: 20px;
}

#left ul li
{
	padding-top: 3px;
}

h1
{
	font-size: 1.75em;
	line-height: 1.2em;
	color: #000;
	margin-top: 0;
}

h2
{
	font-size: 1.4em;
	line-height: 1em;
	color: #000;
}

h3
{
	font-size: 1.2em;
	line-height: 1em;
	color: #000;
}

h4
{
	font-size: 1em;
	line-height: 1em;
	color: #000;
}

h2.gradblue
{
	padding: 5px;
	color: #fff;
	background: transparent url(../images/grad_h_blue.png) repeat-y;	
}

p.approved,
span.approved
{
	margin-top: 0;
	margin-bottom: 0;
	color: #ccc;
	font-size: 0.75em;
}

p.red
{
	color: #f00;
}

a,
a:link,
a:visited
{
	color: #232452;
	text-decoration: underline;
}

a:hover
{
	color: #000;
}

a img,
a:link img,
a:visited img
{
	border: none;
}

#header a,
#header a:link,
#header a:visited
{
	color: #fff;
	text-decoration: underline;
}


#path
{
	width: 950px;
	color: #fff;
	font-size: 1.1em;
}


#path ul 
{
	display: block;
	margin: 0;
    padding: 0;
	background-color: #D0E0FF;
	height: 30px;
	width: 100%;
    white-space: nowrap;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

#path li 
{
	margin: 0;
    list-style-type: none;
    display: inline;
    color: #fff;
}


#path a,
#path a:link,
#path a:visited
{
	position: relative;
	top: 6px;
	padding: 6px;
	margin-left: 5px;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold
}

#path a:hover
{
	background-color: #5882ff;
	color: #fff;
	height: 25px;
}


div.normwrapper {
	margin: 5px;
	float: left;
	margin-bottom: 20px
}

div.productwrapper {
	margin: 5px;
	float: left;
	margin-bottom: 20px
}

div.productwrapper h2 {
	display: inline;
	padding: 3px 6px 0 6px;
	color: #fff;
	background-color: #232452;
	font-size: 1.25em;
}

div.productwrapper h2 a,
div.productwrapper h2 a:link,
div.productwrapper h2 a:visited
{
	color: #fff;
	text-decoration: none;
}

div.productwrapper img {
	xmargin: 5px;
}

div.productdesc {
	border: solid 1px #232452;
	padding: 10px;
	/*height: 175px*/
}

table.ic
{
	border: solid 1px #000;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
	width: 100%;
}

table.ic td
{
	border: solid 1px #000;
	padding: 4px;
	text-align: center;
}

table.ic td.logo
{
	width: 125px;
}

table.ic td.btn
{
	width: 110px;
}

table.ic td a
{
	font-weight: bold;
}

table.ic td img
{
	border: none;
}

table.ic td.tick
{
	width: 100px;
	background: transparent url(../images/protectmycaravan/tick.png) no-repeat center center;
}

table.ic td.la
{
	text-align: left;
}


table.ic td ul
{
	clear: left;
	margin: 0;
	padding-left: 20px;	
}

table.ic td li
{
	font-size: 0.9em;
	/*line-height: 1.75em;*/
}

table.ic th
{
	border: solid 1px #000;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

#footer
{
	padding: 10px;
	margin-top: 30px;
	clear: both;
	text-align: center	
}

#subfooter
{
	margin-top: 30px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
}


div.show 
{
	display: block;
	visibility: visible
}

div.hide 
{
	display: none;
	visibility: hidden
}

span.show
{
	display: inline;
	visibility: visible;
	text-decoration: none;
}

span.show a
{
	text-decoration: none;
}

span.hide 
{
	display: none;
	visibility: hidden
}

img.plusminus
{
	width: 9px;
	height: 9;
	border: none;	
}

tbody.show,
tbody.lowshow,
tbody.mediumshow,
tbody.highshow
{
	display: block; display: table-row-group;
}

tbody.hide,
tbody.lowhide,
tbody.mediumhide,
tbody.highhide
{
	display: none;
}

#iccontent
{
	border-top: none;
	padding: 15px;
	/*
	margin-left: 180px;
	border-left: solid 1px #232452;*/
	
	overflow: hidden;
}

.textcontent
{
	padding: 15px;
}

.quoteform
{
	margin-left: 170px;
	padding: 10px 10px 10px 10px;
}

#links
{
	text-align: center;
}

.helpdiv
{
	background-color: #FFC;
	display:none;
	width: 95%;
	border: 1px solid #000;
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 3px 3px;
}	




/* news */

#right 
{
	float: right;
	width: 220px;
	margin: 10px;
	/* IE doubles the margins on floats, this takes care of the problem */
	display: inline;
}

#mainr
{
	padding: 10px;
	margin-right: 240px;
	/*clear: both;*/
}

div.panel2
{
	float: left;
	position: relative;
	width: 220px;
	
	background-color: #fff;
	margin: 10px 10px;
}

div.panel2top
{
	width: 210px;
	height: 17px;
	padding: 5px;
	background-image: url(../images/panel2_top_darkbl.gif);
	background-repeat: no-repeat;
	
	height: 20px;
	background-image: url(../images/panel2_topdouble_darkbl.gif);
	color: #fff;
}

div.panel2bottom
{
	width: 220px;
	height: 15px;
	text-align: right;
	background-image: url(../images/panel2_bottom_darkbl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	background-image: url(../images/panel2_bottom_darkbl.gif);
}

div.panel2content
{
	width: 108px;
	border-left: solid 1px #5882ff;
	border-right: solid 1px #5882ff;
	padding: 5px;
	padding-left: 105px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	
}


div.panel2content p
{
	font-size: 0.9em;
	line-height: 1.25em;
	padding: 0 5px;
	margin: 0;
}


div.panel2top h1
{
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: 1.15em;
	margin: 0;
	text-align: center;
}

/* panel 3 */

#panel3container
{
	clear: both;
	margin: -20px -15px 0 -15px;
}

div.panel3
{
	float: left;
	position: relative;
	width: 220px;
	
	background-color: #eae9e9;
	margin: 5px;
	text-align: center;
}

div.panel3top,
div.panel3bottom
{
	
	background-color: #5882ff;
	color: #fff;
	text-transform: uppercase;
}

div.panel3top
{
	width: 210px;
	padding: 5px;
}

div.panel3bottom
{
	width: 220px;
}


div.panel3content
{
	width: 200px;
	/*
	border-left: solid 1px #5882ff;
	border-right: solid 1px #5882ff;
	*/
	padding: 10px;
	min-height: 197px;
	height: auto !important;
	height: 197px;
	cursor:pointer;
	cursor:hand; 
}


div.panel3content p
{
	font-size: 0.9em;
	line-height: 1.25em;
	padding: 0 5px;
	margin: 0;
}


div.panel3top h1
/*,div.panel3top h1*/
{
	margin: 3px 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	
}

/* div.panel3content p { margin: 0 } */

div.panel3content .line2
{
	font-size: 2.2em;
	font-weight: bold;
}

div.panel3content .line1,
div.panel3content .line3
{
	font-size: 1.4em;
	font-weight: bold;
}

div.panel3content .line1 { color: #999; }
div.panel3content .line3 { color: #5882ff; }

div.panel3bottom a:link,
div.panel3bottom a:visited
{
	
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}

div.panel3bottom a span
{
	display: block;
	width: 220px;
	height: 30px;
	padding-top: 10px;
	cursor:pointer;
	cursor:hand;
	color: #fff;
}

div.panel3bottom a:hover span
{
	color: #000;
	background-color: silver;
}


/* / panel 3 */


div.panel4
{
	margin: 15px auto 5px auto;
	width: 720px;
	padding: 0;
	background-color: #fff;
	border: solid 2px #5882ff;
}
	
	
div.panel4 .line1
{
	width: 75%;
	margin-top: 10px;
}

div.panel4 .line2
{
	color: #5882ff;
	font-size: 2.2em;
	font-weight: bold;
}

div.panel4 .line1,
div.panel4 .line3
{
	font-size: 1.4em;
	font-weight: bold;
}

div.panel4 .line1 { color: #999; }
div.panel4 .line3 { color: #5882ff; }

div.panel4 h3
{
	background-color: #eae9e9;
	color: #5882FF;
	/*background-color: #5882FF;
	color: #ffffff;*/
	margin: 0;
	padding: 10px;
}

div.panel4 a span,
div.panel4 a:link span
{
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	
	background-color: #5882ff;
	color: #fff;
	text-transform: uppercase;
	
	display: block;
	width: 200px;
	height: 30px;
	margin: 10px;

	padding-top: 10px;
	cursor:pointer;
	cursor:hand;
	color: #fff;
	border-bottom: solid 2px #799bff;
	border-right: solid 2px #799bff;
	border-left: solid 2px #cddaff;
	border-top: solid 2px #cddaff;
}

div.panel4 a:hover span
{
	position: relative;
	top: 1px;
	left: 1px;
	background-color: #4170fe;
	border-top: solid 2px #799bff;
	border-left: solid 2px #799bff;
	border-right: solid 2px #cddaff;
	border-bottom: solid 2px #cddaff;
}

div.panel4 table
{
	width: 100%;
	margin: 0;
}

#sendtofriend
{
	margin: 10px;
}


/* poll */

div.poll
{
	margin: 10px;
	padding: 0;
	width: 150px;
	float: right;
	clear: right;
	border: solid 1px silver;
}

div.pollinner
{
	margin: 5px;
	padding: 5px;
}

div.pollsubmit
{
    text-align: center;
	font-size: 0.9em;
}

div.poll h3,
div.poll h4
{
	margin: 0;
	padding: 0;
	text-align: center;
}

div.poll h3
{
	padding: 4px;
	background-color: silver;
}

div.poll p
{
	margin: 5px;
	padding: 0;
}

#imgSafeguard,
#imgTowergate
{
	border: none;	
}

.xcontactform
{
	display: none;
	visibility: hidden;	
}


/* new 01/09 ex. 09/08 */

.ss
{
	border: solid 1px #ccc;
}

table.s2
{
	border: none;
	margin: 5px auto 5px auto;
	width: 730px;
}

table.s2 td
{
	border: none;
	/*border: solid 1px #ccc;*/
	padding: 5px;
}

table.s2 p
{
	margin-top: 0;
}

table.s2 td.btn
{
	width: 110px;
}

table.s2  td a
{
	font-weight: bold;
}

table.s2 h3
{
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px;
	color: #000;
	background: transparent url(../images/grad_h_green_500.png) repeat-y;	
}

.la
{
	text-align: left;
}

table.s2 ul
{
	margin-top: 3px;
}

table.s2 li
{
	list-style-image: url(../images/protectmycaravan/tick15.png);
	list-style-position: left center;
}

li.tick
{
	padding-left: 3px;
	list-style-image: url(../images/protectmycaravan/tick15.png);
	list-style-position: left center;
}

.atitle
{
	background-color: #fff;
	margin: 0;
	padding: 0 3px 0 3px;
	color: #ccc;
	font-size: 10px;
	position: relative;
	top: -10px;
	right: -5px;
}

.atitle2
{
	background-color: #fff;
	margin: 0;
	padding: 0 3px 0 3px;
	color: #ccc;
	font-size: 10px;
	position: relative;
	top: 10px;
}

.aframe
{
	padding: 2px;
	border: solid 1px #ccc; 
}

.fpframe
{
	float: left;
	width: 340px;
	height: 265px;
	margin: 10px;
	padding: 2px;
	border: solid 1px #ccc;
	cursor:pointer;
	cursor:hand; 
}

/* front page stuff */

div.frontpage
{
	margin: 15px 0 15px 0;
	overflow: hidden;
}

/* new 01/09 */

.ss
{
	border: solid 1px #ccc;
}

.aframe table,
.fpframe table
{
	border: none;
	margin: 5px auto 5px auto;
	width: 100%;
}

.aframe table.wide,
.fpframe table.wide
{
	width: 720px;
}

.aframe table td,
.fpframe table td
{
	border: none;
	/*border: solid 1px #ccc;*/
	padding: 5px;
}

.aframe table p,
.fpframe table p
{
	margin-top: 0;
}

.aframe table td.btn,
.fpframe table td.btn
{
	width: 110px;
}

.aframe table  td a,
.fpframe table  td a
{
	font-weight: bold;
}

.aframe table h3,
.fpframe table h3
{
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px;
	color: #fff;
	background: transparent url(/images/grad_h_blue.png) repeat-y;	
}

.aframe table ul,
.fpframe table ul
{
	list-style: none;
	list-style-position: outside;
	margin-top: 3px;
	margin-left: 0;
	padding-left: 2em;
}


.aframe table li,
.fpframe table li
{
	line-height: 1.5em;
	margin-left: 0;
	padding-left: 0.5em;
	list-style-image: url(../images/protectmycaravan/tick15.png);
	list-style-position: left center;
}

.la 
{
	text-align: left;
}

.aframe
{
	padding: 5px;
	border: solid 1px #ccc; 
}



/* form stuff */

a.btnApply,
a.btnApply:link,
a.btnApply:visited
{
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	background-color: #232452;
	color: #fff;
	padding: 3px 5px 3px 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 10px;
}

a.btnApply:hover
{
	border-bottom: solid 2px #999;
	border-right: solid 2px #999;
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	color: #ddd;
	position: relative;
	top: 11px;
	left: 1px;
}


#innerform fieldset {
  /*clear: both;*/
  width: 680px;
  font-size: 100%;
  border: solid 1px #232452;
  padding: 20px;
  margin: 10px 0;
}

#innerform fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

#innerform label.lb1 {
  font-size: 100%;
}

#innerform label.lb1 u {
  font-style: normal;
  text-decoration: underline;
}

#innerform input, #innerform select, #innerform textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

#innerform textarea {
  overflow: auto;
}

#innerform div {
  clear: left;
  display: block;
  width: 644px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#innerform fieldset div.notes {
  float: right;
  width: 208px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

#innerform fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

#innerform fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

#innerform fieldset div.notes p.last {
  margin: 0em;
}

/*
#innerform div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 247px;
}
*/

#innerform div label.lb1 {
  display: block;
  float: left;
  width: 180px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#innerform div.wide label.lb1 {
  width: 100%;
  padding: 0 20px;
  margin: 5px -10px;
  text-align: left;
  background-image: url(../images/bulletbl1.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#innerform div.wide label.arrow,
#innerform div div.wide label.arrow
{
  background-image: url(../images/arrowbl1.gif);
}

#innerform div.optional label.lb1, #innerform label.optional {
  font-weight: normal;
}

#innerform div.required label.lb1, #innerform label.required {
  font-weight: bold;
}

#innerform div label.labelCheckbox, #innerform div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

#innerform div label.labelCheckbox, #innerform div label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

/*
#innerform div img {
  border: 1px solid #000000;
}
*/

#innerform p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

#innerform div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

#innerform div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

#innerform div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#innerform div input.inputText,
#innerform div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

/* new */
#innerform div input.inputText50 {
  width: 50px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#innerform div input.inputText100 {
  width: 100px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#innerform div input.inputFile {
  width: 211px;
}

#innerform div select.selectOne, #innerform div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

#innerform div input.inputCheckbox, #innerform div input.inputRadio, #innerform input.inputCheckbox, #innerform input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

#innerform div.submit {
  width: 214px;
  padding: 0;
}

#innerform div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

#innerform div input.inputSubmit, #innerform div input.inputButton, #innerform input.inputSubmit, #innerform input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

#innerform div.submit div input.inputSubmit, #innerform div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

#innerform div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}


#innerform fieldset.noborder {
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#innerform fieldset.noborder div.wide label.lb1 {
  background: none;
}


img.mfield
{
	width: 13px;
	height: 11px;
}

a.formbc
{
	color: #000;
	text-decoration: none;
}

a.formbc:hover
{
	background-color: #fff;
}

a.selected
{
	font-weight: bold;
}

/* form borders */


div.formborderwrapper
{
	margin: 10px;
	width: 480px;
	float: left;
}

div.formbordertop
{
	float: left;
	clear: left;
	width: 476px;
	padding: 2px;
	background-color: #D0E0FF;
	background-image: url(../images/paneltop_bl_480.gif);
	background-repeat: no-repeat;
	text-align: center;
}


div.formbordertop h2
{
	margin: 5px;
}

div.formbordertop h3
{
	margin: 5px;
}


div.formbordertop a
{
	text-decoration: none;
	color: #000;
}


div.formborderbot
{
	float:left;
	clear: left;
	width: 480px;
	height: 6px;
	background-color: #fff;
	background-image: url(../images/panelbot_bl_480.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.formborder
{
	vertical-align: top;
	border-left: solid 1px #D0E0FF;
	border-right: solid 1px #D0E0FF;
	float: left;
	clear: left;
	width: 468px;
	padding: 5px;
}


div.formborder p
{
	margin: 0
}

#drpOccupation
{
	width: 206px;
}

#innerform div input.btnblue
{
	margin: 2px;
	background-color: #232452;
	color: #fff;
	font-weight: bold;
}

/* end form stuff */


p.small
{
	font-size: 0.9em;
	line-height: 1.25em;
}

#divCrumbTrail
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat; 
}



#lowerpanels
{
	clear: both;
	overflow: hidden;
	background-image: url(../images/protectmycaravan/pmc-startquote-bg.jpg);
	margin-top: 25px;
	
	min-height: 377px;
	height: auto !important;
	height: 377px;
}

#lowerpanel-r,
#lowerpanel-l
{
	float: left;
	padding: 15px;
	min-height: 237px;
	height: auto !important;
	height: 237px;
	background: transparent url(../images/protectmycaravan/lowerpanel-bg.png) repeat-y scroll top left;
	display: inline;
}

#lowerpanel-l
{
	width: 348px;
	margin: 55px;
	margin-right: 30px;
}

#lowerpanel-r
{
	margin: 55px;
	margin-left: 25px;
	width: 348px;
}

#lowerpanel-r li
{
	font-size: 150%;
	background-image: url(../images/protectmycaravan/list-bg.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 3px;
	padding: 3px 0 3px 6px;
}

#lowerpanel-r li span
{
	font-size: 66%;
}


#lowerpanels h2
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	line-height: 120%;
}

#lowerpanels p
{
	font-size: 1em
}



div.requestquote
{
	overflow: visible;
	margin-top: 25px;
	margin-left: 60px;
	width: 200px;
	background-color: #9c0;
	padding: 10px;
	text-align: center;
	clear: left;
}

div.requestquote h2
{
	margin: 0
}
div.requestquote a:link,
div.requestquote a:visited
{
	color: white;
	text-decoration: none;
}

a.pdf
{
	padding-left: 23px;
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.pdf
{
}

ul.pdf li
{
	padding-left: 5px;
	line-height: 1.5em;
	list-style-image: url(../images/pdficon_small.gif);
}

div.readmore
{
	margin-left: 15px;	
}

.blue
{
	color: #5882ff;
}


div.randomfaq h3
{
	padding: 0;
	padding-left: 25px;
	background: transparent url(../images/protectmycaravan/quotes-l.png) no-repeat scroll center left;
}

div.randomfaq h3 span
{
	padding: 0;
	padding-right: 25px;
	background: transparent url(../images/protectmycaravan/quotes-r.png) no-repeat scroll center right;
}

/* new for postcoding */


a.btnApplySm,
a.btnApplySm:link,
a.btnApplySm:visited
{
	padding: 3px 4px;
	font-size: 100%;
	top: 0;
}

#innerform div select.select350 {
  width: 350px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}


