﻿/*  --[ General styles for all pages ]-- */
body {
    background: #fff;
    color: #333;
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height:1.5;
}

h1,h2,h3 {color: #006eb0; font-family: Helvetica, Arial, Sans-Serif; clear:both; width:100%;}
h1 {font-size: 16pt}
h2 {font-size: 14pt}
h3 {font-size: 12pt}

a:link, a:visited {
	color: #006eb0;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 60%;
}

.footer {overflow: auto;}
#logindisplay {display:none;} /* Affiliate */
div {width:auto; display:block; clear:both; margin: 0 1%; float:none; padding:0;}   /* Affiliate */
.MenuBar, .NavMenu, .switcher, img, .footer .line .unit, .footer .subFooter, .footer .content, .FinePrint, .socialMedia, .DynamicCarden, DynamicCardfr {display:none;}
div.toggleBtn {display: block !important;}


/* Column layouts - Explanation below*/
.line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1;}
.unit{float:left;_zoom:1;}
.width100{float:none;}
.width25{width:25%;}
.width50{width:50%;}
.width75{width:75%;}
.width33{width:33.33333%;}
.width66{width:66.66666%;}
.width20{width:20%;}
.width40{width:40%;}
.width60{width:60%;}
.width80{width:80%;}
.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}

/*  --specific to the Supervisor Registration Fax En xml page-- */
.superContract{   
   float: left;
   width: 48%; 
   font-size: 10px;
   line-height: 1.5;
}

.superContract img {   
   display: block;
}

.superContract h4 {   
   margin-top: 5px;
}

.superContract ol {   
   	list-style-type: upper-alpha;
}

.superContract p.address {   
   	font-size: 10px; 
	line-height:10px; 
	position: relative; 
}

.superContract ol { margin-left: 20px;} 


