﻿/* Dark #4F3C2A */
/* Medium #647F4C */
/* Light #BDDCAB */

/* Fix for IE8 where drop down items show white on white */
.IE8Fix
{
    z-index: 1000;
}


/* The page is divided into 5 rows.  The 4th row is divided into 3 columns */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
background-color: #BDDCAB;
color: #000000;
margin-top : 5px;
margin-right : 2px;
margin-bottom : 5px;
margin-left : 1px;
padding : 0 0 0 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 0;
padding-left : 0;
   }

a:link       { text-decoration: none; color: #647F4C; font-size : 8pt }
a:visited    { text-decoration: none; color: #647F4C; font-size : 8pt }
a:hover { text-decoration: underline; color: #647F4C; font-size : 8pt }

/* Row 1 - Header - site Search, links to insurancebroker.ca home, contact, about, career, customer care */

TD.Row1 a:link {text-decoration: none; color: #BDDCAB; font-size : 8pt }
TD.Row1 a:visited {text-decoration: none; color: #BDDCAB; font-size : 8pt }
TD.Row1 a:hover {text-decoration: underline; color: #BDDCAB; font-size : 8pt }

.Row1Border {
border-top: 1px solid #4F3C2A;
border-left: 1px solid #4F3C2A;
border-right: 1px solid #4F3C2A;
background-color: #FFFFFF;
}

/* Row 2 - Main Banner - section title (i.e. boat, auto, business, etc.), phone number */

TD.Row2 a:link {text-decoration: underline; color: #BDDCAB; font-size : 8pt }
TD.Row2 a:visited {text-decoration: underline; color: #BDDCAB; font-size : 8pt }
TD.Row2 a:hover {text-decoration: underline; color: #BDDCAB; font-size : 8pt }

.Row2 {
color: #BDDCAB;
background-color: #4F3C2A;
}


/* Row 3 - Main Menu to navigate across insurancebroker.ca */
/* The Main Menu has a separate style sheet called MainMenu.css */

.Row3First {
color: #4F3C2A;
background-color: #647F4C;
border-left: 1px solid #4F3C2A;
}

.Row3Middle {
color: #4F3C2A;
background-color: #647F4C;
}

.Row3Last {
color: #4F3C2A;
background-color: #647F4C;
border-right: 1px solid #4F3C2A;
}

/* Row 4 Column 1 - Main menu to navigate the section */

.Row4 {
background-color: #FFFFFF;
}

.Row4Col1Border {
border-left: 1px solid #4F3C2A;
border-right: 1px solid #4F3C2A;
background-color: #FFFFFF;
}

TD.Row4Col1NavLink a:link {text-decoration: none; color: #647F4C; font-size : 8pt }
TD.Row4Col1NavLink a:visited {text-decoration: none; color: #647F4C; font-size : 8pt }
TD.Row4Col1NavLink a:hover {text-decoration: none; color: #647F4C; font-size : 8pt }



/* Row 4 Column 2 - Main body for section text */

TD.Row4Col2 a:link {text-decoration: none; color: #647F4C; font-size : 9pt }
TD.Row4Col2 a:visited {text-decoration: none; color: #647F4C; font-size : 9pt }
TD.Row4Col2 a:hover {text-decoration: underline; color: #647F4C; font-size : 9pt }



/* Row 4 Column 3 - Right menu for resources and items relevant to the section */

TD.Row4Col3 a:link {text-decoration: none; color: #647F4C; font-size : 8pt }
TD.Row4Col3 a:visited {text-decoration: none; color: #647F4C; font-size : 8pt }
TD.Row4Col3 a:hover {text-decoration: underline; color: #647F4C; font-size : 8pt }

/* Row 5 - Footer */

TD.Row5 a:link {text-decoration: none; color: #BDDCAB; font-size : 8pt }
TD.Row5 a:visited {text-decoration: none; color: #BDDCAB; font-size : 8pt }
TD.Row5 a:hover {text-decoration: underline; color: #BDDCAB; font-size : 8pt }

.Row5 {
color: #BDDCAB;
background-color: #4F3C2A;
}

/* Row 6 - Footer */

TD.Row6 a:link {text-decoration: none; color: #647F4C; font-size : 8pt }
TD.Row6 a:visited {text-decoration: none; color: #647F4C; font-size : 8pt }
TD.Row6 a:hover {text-decoration: underline; color: #647F4C; font-size : 8pt }

.Row6 {
color: #000000;
background-color: #FFFFFF;
border-left: 1px solid #4F3C2A;
border-right: 1px solid #4F3C2A;
border-bottom: 1px solid #4F3C2A;
}


/* Miscellaneous */

.bottomborder {
border-bottom: 1px solid #4F3C2A;
}

.topborder {
border-top: 1px solid #4F3C2A;
}

