* {
	margin:0px; padding:0px;
}
body   {
	margin:0px;
	background-color: #4C4D4D;	
}
body, input, select, textarea {
	/*font-size:small;*/
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}
/*p, td, th, body, input, textarea, select*/
#wrapper2, input, select, textarea {
	font-size:90%;
}

/* layout divs */
#wrapper1 { text-align:center; }
#wrapper2 { text-align:left; margin: 0px auto;
			width:848px;  
}

#wrapper2 {
	background-image: url("../images/tiles/T4S000_shadow_bottom.gif");
	background-position:bottom left;
	background-repeat:repeat-x;		
	padding-bottom:22px;
}
#wrapper3 { 
	background-image: url("../images/tiles/T4S000_shadow_left.gif");
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:24px;
	width:800px;	
}
#wrapper4 {
	background-image: url("../images/tiles/T4S000_shadow_right.gif");
	background-position:top right;
	background-repeat:repeat-y;
	padding-right:24px;
	width:800px;
}
#mcWrapper, #footer, #footerWrapper {
	background-color:#FFFFFF;
}

#header {
	padding:20px 20px;
	background-color:#00110B;
	border-bottom:1px solid #99BBCD;
}
#loggedInBar {
	padding:5px 5px;
	background-color:#FFFF00;
}
#brandLogo { padding-top:17px}
#productLogo { padding-top:2px}

#subHeader {	
	border-top:1px solid #9BE1F1;
	border-bottom:1px solid #90ACB2;
	padding:7px 20px 7px 20px;
	/*height:24px;*/ /* have to take off top padding = 31-7*/
	background-color:#004040;		
	font-weight:bold;
	color:#FBB11E;
}
#subHeader a {
color:#FBB11E;
}
#mcWrapper {
	width:800px;
	float:left;
	background-image: url("../images/tiles/T4S000_gradient.gif");
	background-position:top left;
	background-repeat:repeat-x;
}
#mainContainer {	
	float:left;
	width:760px;
	padding:20px 20px;	
}
#contentContainer {
	width:579px;
	float:left; 
}
#content {
	width:358px;
	padding: 15px 20px 0px 20px;
	float:right;
}
#navLeft {
	width:160px;
	float:left;
	padding:0px 20px 0px 0px;	
	border-right: 1px solid #d1d1d1;
}
#navRight {
	width:160px;
	float:right;
	padding:0px 0px 0px 20px;		
	border-left: 1px solid #d1d1d1;
}
#footer {
	border-top: 1px solid #d1d1d1;
	margin:0px 0px; /* was 20px */
	padding:20px 20px;
	color:#9C9C9C;	
}
#footer .right {text-align:right;}

#footer a {
	color:#9C9C9C;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


div.left {
	float:left;
}
div.right {
	float:right;
}

/* layout uses a default three column format. we can have other formats too: oneCol, twoColLeft, twoColRight */
/* oneCol */
body.oneCol #contentContainer {
	width:760px;
}
body.oneCol #content {
	width:720px;
}
body.oneCol #navLeft, body.oneCol #navLeft {
	width:0px;
	border-right:0px none #ffffff;
	padding:0px;
}
body.oneCol #contentContainer {
}
/* twoColLeft */
body.twoColLeft #contentContainer {
	width:760px;	
}
body.twoColLeft #content {
	width:539px;		
}
body.twoColLeft #navRight {
	width:0px;
	border-left:0px none #ffffff;
	padding:0px;
}
/* twoColRight */
body.twoColRight #content {
	width:539px;		
}
body.twoColRight #navLeft {
	width:0px;
	border-right:0px none #ffffff;
	padding:0px;
}
/* navigation */
#navigation {
	padding:0px 0px 20px 0px;
}
#navigation ul{
	list-style-type:none;
	margin:0px;
	padding:0px;			
} 	
#navigation ul li{	
	margin:0px;
	padding:5px 0px 5px 10px;
	margin-bottom:1px;
	border-bottom: 1px solid #d1d1d1;
}
#navigation ul li.last {	
	border-bottom: 0px none #d1d1d1;
	padding:5px 0px 0px 10px;
}
#navigation ul li.first {	
	padding:0px 0px 5px 10px;
}
#navigation ul li a {
	color:#9B9B9B;	
	text-decoration:none;	
	display:block;	
}	
/* hover and on states */
#navLeft ul li a:hover,
body#step1 a#step1, 
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 {
	color:#004040;
	background-image:url("../images/nav/T4S000_nav_arrow_on_green.gif");	
	background-repeat:no-repeat;	
	background-position:right;		
}




/* general styles */
img { border:0px}
.clear { clear:both; }


h1, h2, h3, h4, h5, h6, .faqQuestion {
	color: #004040;
	padding-bottom:10px;
	font-family:  Arial, Helvetica, sans-serif;
}
h1 {	
	font-size:medium;
}
h1 span {
	color:#35C4C8;
}
h2 {
	font-size:110%;
	
}
#faq h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	margin-bottom:10px;
}
h3 {
	font-size:100%;
}
p {	padding-bottom:15px;
}
img#callback {
	padding: 0px 0px 20px 0px;
}


/* special width for retieve details form */
input.retrieve {
	margin-bottom:10px;
	width:103px;
	padding:2px 7px;
}





/* progress panel */
#progressPanel {
	padding:0px 0px 22px 0px;
}
#progressPanel h2 {
	color: #ffffff;
	padding:0px 0px 0px 0px;
}
#progressPanel #title, #progressPanel #details {
	padding:0px 12px;
}
#progressPanel #numbers {
	background-color:#969696;
	color:#FFFFFF;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding: 5px 0px 6px 0px;
	margin:10px 0px 0px 0px;
	text-align:center;
}
#progressPanel #numbers ol{
	list-style-type:none;
	display:inline;
	width:100%;
	margin-left:0px;
	
	
}
#progressPanel #numbers li {
	display:inline;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px 9px 0px 9px;	
}
body#step1 li#step1,
body#step2 li#step2,
body#step3 li#step3,
body#step4 li#step4,
body#step5 li#step5,
body#step6 li#step6 {
	color:#000000;
	padding-bottom:6px;
	background-image: url("../images/ADR000_arrow_up.gif");
	background-position:bottom;
	background-repeat:no-repeat;
}
#progressPanel #numbers a {
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom:6px;
}
#progressPanel #numbers a:hover {
	color:#000000;
	background-image: url("../images/ADR000_arrow_up.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}
#progressPanel #details {	
	padding:12px 12px;
}
#progressPanel #details h3 {
	color: #979797;
	font-size: 100%;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}
#progressPanel #details p, p.homepage {
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}
p.homepage a {
	color:#ffffff;

}
img.calendar {
	vertical-align:top;
}
#accessRestricted {
	position:absolute;
	top:0px;
	right:0px;	
}
.faqQuestion {
	vertical-align:middle;
	padding-top:10px;
	font-weight:bold;
}
.faqQuestion img{
	padding-right:5px;	
	
	
}
.faqQuestionInner {
	vertical-align:top;
}
#faqAnswer1 {
	display:block;
	/*padding-left:17px;*/
	
}
.faqQuestionAnswer {
	/*padding-left:16px;*/
	padding-bottom:0px;
}
