




/*
     FILE ARCHIVED ON 19:55:34 Dec 22, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:06:32 Apr 29, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* **************************** GENERIC CONTENT STYLES  *************************** */
/* Reset all base styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; 
    vertical-align: baseline; background: transparent;}
    
body{	
	background-color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	color: black;
	background-color: white;
	background-image: url(http://portagelaw.com/images/backgr.jpg);
	background-position: left center;
	background-repeat: repeat-y;}

#divWrp{
	height: auto; 
	width: 1000px;
	margin: 0 auto;}

#divWrpHead {
    height: 320px;
    width: 1000px; 
    float: left;}

#divHeadLogo {
    height: 320px;
    width: 250px;
    float: left;
    background-image: url(http://portagelaw.com/images/bertrand1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;}
    
#divHeadTitle {
    height: 270px;
    width: 750px;
    float: left;
    background-image: url(http://portagelaw.com/images/imgLogo.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    border-bottom: 1px dotted black;}
    
#divHeadText {
    height: 30px;
    width: 750px;
    float: left;
    padding-top: 20px;
    font-size: 14pt;}
    
#divWrpBody{
    height: auto;
    width: 1000px;
    }
    
#divBodyPart1 {
    height: 60px;
    width: 520px;
    float: left;
    padding-right: 230px;
    padding-left: 250px;
    padding-top: 10px;
    font-style:italic;
    font-weight:bold;}
    
#divBodyPart2 {
    height: 100px;
    width: 250px;
    float: left;}

#divBodyPart3 {
    height: 80px;
    width: 750px;
    float: left;
    padding-top: 20px;
    overflow:hidden;
    -moz-transition: all 0.3s ease-out;  /* FF3.7+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5 */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */}
    
#divBodyPart3 p{
    margin-bottom: 10px;
    width: 200px;} 
       
#divBodyPart3:hover {
    height: 330px;
    -moz-transition: all 0.3s ease-out;  /* FF3.7+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5 */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */}
    
#divBodyPart4 {
    /*height: 370px;*/
    height:auto;
    width: 750px;
    float: left;
    padding-left: 250px;}

#divBodyPart4 p{
    height: /*350px*/ auto;
    border-bottom: 1px dotted black;}
    
#divBodyPart4 a{
    text-decoration: underline;}
    
#divBodyPart5 {
    height: 120px;
    width: 750px;
    float: left;
    padding-left: 250px;
    }
    
.csLabel {
    font-size: 14pt;
    width: 750px;
    height: 30px;
    float: left;}
    
.csContact {
    height: 80px;
    width: 200px;
    float: left;}
    
