/* System section */

/* Get top menu to stay on top */
div#top li
    { z-index: 1000; }

/* index.html */
/* Left hand column - cab */
div#textCab
    {
	position: absolute;
	top: 115px;
	left: 0;
	width: 575px;
	height: 625px;
	margin: 0;
	padding: 0;
	text-align: justify;
	background: white url(../backgrounds/system/bg_cab.jpg) no-repeat scroll left 377px;
	z-index: 3;
}
div#textCab h2
    { height: 377px; margin: 0 0 14px 0; overflow: hidden; text-indent: -300px;
      background: white none no-repeat scroll left top; }
div#textCab p
    { margin: 0 95px 1em 100px; }

/* Right hand column - office */
div#textOffice
    { margin: 0 0 0 575px; padding: 0; text-align: justify; }
div#textOffice h2
    { height: 416px; margin: 0 0 14px 0; overflow: hidden; text-indent: -300px;
      background: white none no-repeat scroll left top; }
div#textOffice p
    { margin: 0 0 1em 19px; width: 380px; }

/* recoup.html */
/* Main text */
div#text
    { margin: 0; padding: 0; text-align: justify;
      background: white url(../backgrounds/system/bg_recoup.jpg) no-repeat scroll left 363px; }
div#text h2
    { height: 363px; margin: 0 0 14px 0; overflow: hidden; text-indent: -500px;
      background: white none no-repeat scroll left top; }
div#text p
    { margin: 0 0 1em 143px; width: 670px; }

/* Links */
div#textCab p a, div#textOffice p a, div#text p a
    { font-weight: bold; color: #b02b30; text-decoration: none; }
div#textCab p a:hover, div#textOffice p a:hover, div#text p a:hover
    { color: #0019a8; }
