/*
    taxattack.css

    Inside IT Ltd, June 2008
*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
background-color: lightgrey;
}

h1 {
font-size: 1.5em;
font-weight: bold;
margin: 0;
margin-bottom: 0.2em;
}

h2 {
font-size: 1.2em;
margin: 0;
margin-bottom: 0.1em;
margin-top: 0.5em;
}

img {
border: none;
}

table {
border-collapse: collapse;
}

/* Page */

div#taxattack_page {
width: 55em;
text-align: center;
margin: 0.5em auto;
/* T R B L */
/*margin: 0.5em 0.5em 0.5em 0.5em;*/
border: 1px black solid;
background: white;
}

/* Header */

div#taxattack_header {
text-align: center;
font-size: 2em;
height: 4em;
padding-top: 0.5em;
}

div#taxattack_header img {
float: left;
margin-top: 5px;
}

div#taxattack_header h1 {
float: left;
margin-left: 0.5em;
margin-top: 2.5em;
font-size: 0.6em;
font-family: Amphion, sans-serif;
font-weight: bold;
color: #993300;
}

div#taxattack_header h1 a {
text-decoration: none;
color: #993300;
}

div#taxattack_img_right {
float: right;
margin-left: 0.5em;
}

div#taxattack_img_right img {
width: 3em;
}

/* Menu */

div#taxattack_menu {
float: left;
text-align: left;
width: 12em;
font-size: 0.9em;
background: #efefef;
margin-right: 0.2em;
padding-top: 1.0em;
padding-bottom: 1.0em;
border: 1px black solid;
border-left: none;
}

div#taxattack_menu ul {
list-style-type: none;
padding: 0;
margin: 0;
border: 0;
overflow: hidden;
border:none;
}

div#taxattack_menu li {
line-height: 1.5em;
margin-left: 0.4em;
display: block;
}

div#taxattack_menu li b {
font-weight: bold;
font-size: 0.9em;
line-height: 1.5em;
}

div#taxattack_menu li a {
text-decoration: none;
color: purple;
}

/***
div#taxattack_menu li a:hover {
display: block;
background-color: purple;
color: white;
}
***/

div#taxattack_menu li a:hover {
text-decoration: underline;
}

.top_menu {
font-weight: bold;
font-size: 0.9em;
}

.sub_menu {
font-weight: normal;
}


div#taxattack_spacer {
float: left;
height: 30em;
}

/* Main Content */

div#taxattack_content {
text-align: justify;
margin-left: 11.5em;
margin-right: 2em;
margin-bottom: 1em;
}

/* Poster */

div#taxattack_poster {
width: 95%;
border: 1px solid #555555;
}

div#taxattack_poster img {
width: 95%;
}

/* Footer */

div#taxattack_footer {
clear: both;
border-top: 1px dotted silver;
}

div#taxattack_disclaimer {
font-size: 0.7em;
text-align: center;
width: 75%;
}

div#taxattack_signoff {
margin-top: 5px;
font-size: 0.7em;
font-style: italic;
text-align: center;
width: 75%;
}

/* Home Page */

div#taxattack_homepage {
font-size: 1.5em;
}

.taxattack_pdf {
text-align: center;
font-weight: bold;
}

.borderedbox {
border: 1px solid black;
padding: 0.5em;
margin: 0.5em;
}

.footnote {
border-top: 1px dotted grey;
font-size: 9pt;
}

.contactimg {
float: left;
margin-left: 10px;
margin-right: 10px;
}

.blklnk {
text-decoration: none;
color: black;
}
