/* page elements */


/* stylechanger*/
#textSize a.small { }
#textSize a.medium { font-size:120%; }
#textSize a.large { font-size:140%; }

/* header */
img#companyLogo {
/*	width:245px;
	height:80px;
	padding:22px 21px 0px 21px;
*/}
img#travelProtector {
	width:257px;
	height:51px;
	padding:24px 0px 0px 17px;
}
img#headerText {
	width:490px;
	height:15px;
	padding:14px 0px 18px 30px;
}

#header {
	background-color:#A674CD;
	background-image:url(../images/tiles/header_tile.jpg);
	background-position:top left;
	background-repeat:repeat;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #ffffff;
}
#header div.left {
}
#header div.right {
}
#subHeader {
	background-color:#D2D2D2;
	padding:0px 30px 0px 30px;
	color:#858585;
	line-height: 2em;
}
#subHeader p {
	margin:0px;
}
#footer {
	color:#545252;
	font-size:100%;
}
#ftrWrapper {
	background-color:#D2D2D2;
	background-image:  url("../images/ftr_c_br.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
	width:817px;
}
div.ftrLeft {
	float:left;
	width:590px;
}
div.ftrRight {
	float:right;
	text-align:right;
}
/* left column */
#navLeft ul{
	list-style-type:none;
	display:block;
	margin:0px;
	padding:0px;	
	width:160px;
	/*border: 1px solid #000000;*/
} 	
#navLeft ul li{
	background-image: url("../images/nav_off.gif");
	background-repeat:repeat-y;
	background-position:top left;			
	margin:0px;
	padding:0px;
	margin-bottom:1px;
	/*border:1px solid #000000;*/
}
#navLeft ul li a {
	color:#858585;
	text-decoration:none;
	padding-left:30px;
	/*take out for IE6 */
	/*width:130px;*/
	/* NEW */
	display:block;
	/*border:1px solid #000000;*/
}	
#navLeft ul li a:hover,
body#getQuote a#getQuote, 
body#aboutOurServices a#aboutOurServices,
body#policySummary a#policySummary,
body#policyWording a#policyWording,
body#acceptableActivities a#acceptableActivities,
body#faq a#faq,
body#contactUs a#contactUs,
body#howWeCompare a#howWeCompare,
body#makingAClaim a#makingAClaim,
body#privacyPolicy a#privacyPolicy {
	background-image: url("../images/nav_on.gif");
	background-repeat:repeat-y;
	background-position:top left;		
}
#navLeft ul li a span {
	display:block;
}
#navLeft ul li a:hover span,
body#getQuote a#getQuote span, 
body#aboutOurServices a#aboutOurServices span,
body#policySummary a#policySummary span,
body#policyWording a#policyWording span,
body#acceptableActivities a#acceptableActivities span,
body#faq a#faq span,
body#contactUs a#contactUs span,
body#howWeCompare a#howWeCompare span,
body#makingAClaim a#makingAClaim span,
body#privacyPolicy a#privacyPolicy span{
	background-image: url("../images/nav_arrow.gif");
	background-repeat:no-repeat;
	background-position:right;		
}
/* retrieve quote */
#retrieveQuote{
	padding-left:20px;
	padding-top:20px;
}
#retrieveQuotePanel{
	background-color: #eeeeee;
	padding-left:10px;
	padding-bottom:10px;
}

/* progress panel */
#progressPanel {
	background-image: url("../images/progresspanel/footer.jpg");
	background-position:bottom left;
	background-repeat:no-repeat;	
	background-color:#eeeeee;	
	margin-bottom:20px;
	width:167px;
}
#progressPanel h2 {
	padding:0px 0px 0px 0px;
}
#progressNumbers {
	
}
#progressDetails {	
	padding:11px 11px 11px 11px;
}
#progressDetails p{
	font-size: 130%;
	color: #A674CD;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}
#progressDetails h3{
	color: #858585;
	font-size: 80%;
	font-weight:normal;
	/*border:1px solid #000000;*/
	padding:5px 0px 5px 0px;
}
img.callBack {
	margin-bottom:20px;
}




/* html tags */
h1 { 

}
h2 { font-size:130%;
	font-weight: bold;
	color: #A674CD;
	margin:0px ;
	padding:0px 0px 10px 0px;
}
h3, h4 {
	font-size:130%;
	font-weight: bold;
	color: #A674CD;
	margin:0px;
	padding:10px 0px;
}

h4 {
	font-size:100%;
	color: #000000;
}
p {	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

/* forms */
form {	
	padding:0px;
	margin:0px;
}
input, select, textarea{
	font-size:100%;
}
input.small { width:100px; }
input.medium { width:150px; }
input.large { width:220px; }

textarea { width:300px; height:5em; }
textarea.large { width:400px; }


form#frmRetrieveQuote input { 
 	width: 118px; 
 	margin-top:0px;
 	margin-bottom:10px;
}
form#frmRetrieveQuote input.submit { 
 	width: 140px; 
 	height:20px;
}

div.clear { clear:both; }
div.left { float:left; }
div.right { float:right; }

img {
	border:0px;
}

img.help {
	width:15px;
	height:15px;
}
hr {
	border-top: 0px dotted #666666; 
	border-right: 0px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-left: 0px dotted #666666;
	margin-bottom:15px;
	height:1px;
}

/* tables */
table.textContent {
	border-collapse: collapse;
	margin:0px;
	padding:0px;
	width:100%;
}
table.textContent td {
	margin:0px;
	padding: 2px 5px 2px 0px;
	vertical-align:top;
}
	
/* special text */
.errormessage {
	font-weight: bold;
	color: #FF0000;
}
.yourPremium {
	font-size: 130%;
	color: #FF0000;
}
.premiumText {
	color: #858585;
}
.bold {
	font-weight: bold;
}
.underline {
	font-weight:bolder;
	text-decoration:underline;
}
.copyright {
	color:#999999;
}
.searchHighlight {
	background-color: #FFFF00;
}
.contactLabel { 
	font-eight:bold;
}
#confirmReadTerms {
	background-color:#A674CD;
}

/* aboutOurServices */
ol#aboutOurServices {
}
ol#aboutOurServices h4, ol#faqs li h4 {
	padding:0px 0px 0px 0px;
}	
ol#aboutOurServices  ul {
	padding-bottom:10px;
}
ul.acceptableActivities {
	list-style-type: square;
}


ol#faqs li {
	padding-bottom:10px;
}


/* howWeCompare */
#comparison {
	width:100%;
	padding:4px;
	margin:0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #666666;
	border-left: 0px;
}
.tblheader {
	font-weight: bold;
	text-transform: capitalize;
	text-align:center;
}
.tblheaderLeftalign {
	font-weight: bold;
	text-transform: capitalize;	
}
.tblheaderBarnardos {
	font-weight:bold;
	white-space:nowrap;
}
.tblDetail {
	text-align: center;
	white-space: nowrap;
}
.tblDetailRed {
	color:#CC3333;
	text-align: center;
	white-space: nowrap;
}
.tblDetailBold {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.tblDetailBoldRed {
	color:#CC3333;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
/* faqs */
ol.questions {
}
ol.questions li {
	font-weight:bold;
	
}	
ol.questions li p {
	font-weight:normal;
}
ol.questions li p.question {
	font-weight:bold;
}
ol.sublist {
	list-style:lower-alpha
}
ul.subsublist {
	list-style:none;
}
