/* Walsh Accountancy Stylesheet - Please do not copy without asking first */
/* This is for standard print preview and printing */

/***** Body and main container *****/
body {
font-family: Georgia, Serif;
background-color: #fff;
color: #000;
font-size: small;
}

#wrap {
width: auto;
height: auto;
margin: 20px 5px 5px 5px;
}

/***** Header *****/
#accountancy-header {
width: auto;
margin: 20px 5px 5px 5px;
}

/***** Left Nav *****/
#lnavmenu {
display: none;
}

/***** Main Body *****/
#accountancy-content {
height: auto;
margin: 20px 5px 5px 5px;
text-align: justify;
}
#accountancy-content h1 {
font-family: Georgia, Serif;
font-size: medium;
font-weight: bold;
}
#accountancy-content h2, h3, h4, h5, h6 {
color: #000;
font-family: Georgia, Serif;
font-size: medium;
font-weight: bold;
}
#accountancy-content img{
display: inline;
color: #000;
padding: 0px;
border: none;
}
#accountancy-content a {
font-weight: normal;
}
#accountancy-content ul {
color: #000;
}
#accountancy-content li {
color: #000;
list-style-type: disc;
}
#accountancy-content li.title {
font-weight: bold;
color: #000;
list-style-image: url(../images/bullet.gif);
}
#accountancy-content li.item {
font-weight: normal;
color: #000;
list-style-type: disc;
}
#accountancy-content p {
color: #000;
text-align: justify;
}
#accountancy-content p img {
padding: 0px;
border: none;
margin: 0px;
text-align: left;
vertical-align: text-top;
}
#accountancy-content p table, tr, td {
text-align: left;
vertical-align: text-top;
padding: 5px 5px 5px 0px;
}
#accountancy-content p td .small {
width: 80px;
vertical-align: middle;
}

/***** Footer *****/
#accountancy-footer {
display: none;
}

/***** Various classes that will be used as the site grows *****/
/* For centering some things and not others */
.centre {
text-align:center;
}
/* Keywords are visible only on screen */
.keywords {
display: none;
font-size:0.8em;
text-align: center;
color: #ccc;
}
/* Contact is only visible in Print Preview and Print*/
.contact {
font-size:small;
text-align: center;
color: #ccc;
}
/* This hides the Nav Menu Title and some other tags*/
.hide {
display:none;
}
.credit {
display:none;
}
.affils {
display: none;
}