/*Make all body text black 14-point verdana. 
*/
body {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      background:#FFFFFF;
      width:100%;
      height:100%;}


/*size1 headings
*/
h1 {font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size:1.2em;
    line-height: 1.5em;
    color:#002663;}

/*size2 headings
*/
h2 {font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size:1em;
    line-height: 1.5em;
    color:#000099;}

/*Don't Underline links
*/

a {text-decoration:none;}
a:link {color:#04165D;}
a:visited {color:#04165D;}
a:hover {color:#6666FF;}
a:active {color:#04165D;}

/*Image text link
*/

a.pic {text-decoration:none;}
a.pic:link {color:#000000;}
a.pic:visited {color:#000000;}
a.pic:hover {color:#6666FF;}
a.pic:active {color:#000000;}


/*Image text link sole
*/

a.pic1 {text-decoration:none;}
a.pic1:link {color:#FFFFFF;}
a.pic1:visited {color:#FFFFFF;}
a.pic1:hover {color:#6666FF;}
a.pic1:active {color:#FFFFFF;}


/*Text links
*/

a.txt {text-decoration:underline;}
a.txt:link {color:#FFFFFF;
            font-weight:bold;}
a.txt:visited {color:#FFFFFF;}
a.txt:hover {color:#0000CC;}
a.txt:active {color:#FFFFFF;}


/*Site map link in footer
*/

a.map {text-decoration:underline;}
a.map:link {color:#000000;}
a.map:visited {color:#000000;}
a.map:hover {color:#6666FF;}
a.map:active {color:#000000;}


/*Make hyperlinked images no borders, so doesn't show
*/

img {border:none;}
img.adjust {border:3px solid #FFFFFF;}

/*adjust the space between bullets
*/

ul.adjust {margin:0.5em;
           padding-left:1em;
           color:#0033CC;}


/*Top area with logo and contact details in
*/

div.top {display:block;
         position:absolute;
         margin-top:0em;
         margin-left:1em;
         width:104em;
         height:20em;
         color:#FFFFFF;
         font-size:0.9em;
         border-bottom: 10px solid #013282;
         z-index:4;}

/*Top area with title and phone number in
*/

div.top1 {display:block;
         position:absolute;
         margin-top:3.75em;
         margin-left:1em;
         width:10em;
         height:2.5em;
         color:#013282;
         font-size:3em;
         z-index:5;}


/*Top navigation area
*/

div.top2 {display:block;
         position:absolute;
         margin-top:18em;
         margin-left:60em;
         width:45em;
         height:1.5em;
         color:#0D31C2;
         font-size:0.9em;
         z-index:5;}

/*main background image 1
*/

div.main1 {display:block;
          position:absolute;
          margin-top:18em;
          margin-left:1em;
          width:32em;
          height:19em;
          z-index:3;}

/*main background image 2
*/

div.main2 {display:block;
          position:absolute;
          margin-top:18em;
          margin-left:32em;
          width:31em;
          height:19em;
          z-index:3;}

/*main background image 3
*/

div.main3 {display:block;
          position:absolute;
          margin-top:18em;
          margin-left:63em;
          width:31.5em;
          height:19em;
          background:#000000;
          z-index:3;}

/*main text area
*/

div.main4 {display:block;
          position:absolute;
          margin-top:30em;
          margin-left:0.75em;
          padding: 2em;
          width:74em;
          height:19em;
          color:#000000;
          font-size:1.2em;
          background:url(images/money.jpg);
          background-repeat:no-repeat;
          z-index:6;}

/*Small Business Text box
*/

div.main5 {display:block;
         position:absolute;
         margin-top:22em;
         margin-left:1em;
         width:15em;
         height:3em;
         font-color:#000000;
         text-shadow: 2px 1px white;
         font-size:1.5em;
         font-weight: bold;
         z-index:8;}

/*Self Asst Text box
*/

div.main6 {display:block;
         position:absolute;
         margin-top:22em;
         margin-left:23em;
         width:10em;
         height:3em;
         font-color:#000000;
         text-shadow: 1px 1px white;
         font-size:1.5em;
         font-weight: bold;
         z-index:8;}

/*Sole Trader Text Box
*/

div.main7 {display:block;
         position:absolute;
         margin-top:22em;
         margin-left:47em;
         width:10em;
         height:3em;
         font-color:#000000;
         text-shadow: 2px 1px black;
         font-size:1.5em;
         font-weight: bold;
         z-index:8;}


/*Image area for individual pages
*/

div.maina {display:block;
          position:absolute;
          margin-top:22em;
          margin-left:1em;
          width:32em;
          height:20em;
          z-index:3;}

/*text area for individual pages
*/

div.mainb {display:block;
          position:absolute;
          margin-top:22em;
          margin-left:35em;
          width:59em;
          height:23em;
          color: #000000;
          z-index:3;}

/*Footer area on home page 
*/

div.foot {display:block;
          position:absolute;
          border-top: solid 1px #003399;
          padding-top:1.5em;
          padding-right:1em;
          background:#9999FF;
          margin-top:79em;
          margin-left:1em;
          font-size: 0.8em;
          width:116.5em;
          height:7em;
          color:#000000;
          z-index:2;}

/*Footer area on other pages 
*/

div.foots {display:block;
          position:absolute;
          border-top: solid 1px #003399;
          padding-top:1.5em;
          padding-right:1em;
          background:#9999FF;
          margin-top:63em;
          margin-left:1em;
          font-size: 0.8em;
          width:116.5em;
          height:7em;
          color:#000000;
          z-index:2;}