/* Walsh Accountancy Stylesheet - Please do not copy without asking first */
/* The is for the Screen Styles */

/***** Body and main container *****/

body {
font-family: Georgia, Serif;
background-color: #fff;
color: #000;
margin-top: 0px;
margin-bottom: 0px;
font-size: small;
}

#wrap {
width: 1000px;
height: auto;
margin: 0px auto 0px auto;
padding: 0px;
}

em {
font-style: normal;
text-decoration: none;
border-bottom: 1px dashed #4a6439;
}

/***** Header *****/
#accountancy-header {
width: 700px;
height: 225px;
margin: 0px auto 0px auto;
padding: 0px;
background: transparent url(../images/walsh-accountancy-hdr.gif) top center no-repeat;
}

/***** Left Navigation Menu *****/
#lnavmenu {
clear: left;
float: left;
width: 130px;
min-width: 130px;
margin:30px 0px 0px 25px;
padding: 0px 0px 0px 20px;
}
#lnavmenu ul {
list-style: none;
width: 120px;
margin: 0px;
padding: 0px;
}
#lnavmenu li {
margin-bottom: 5px;
}
#lnavmenu li a {
margin-left: 0px;
height: 100%;
text-decoration: none;
color: #000;
display: block;
padding: 3px 0 3px 0px;
font-family: Georgia, Serif;
font-weight: normal;
}
#lnavmenu li a:hover{
color: #000;
font-weight: bold;
}
#lnavmenu h2 {
font-size: small;
font-weight: bold;
}
/***** Main Body *****/
#accountancy-content {
height: auto;
min-width: 400px;
margin: 0px 70px 0px 210px;
padding: 0px;
text-align: justify;
line-height: 1.9em;
}
#accountancy-content h1 {
font-family: Georgia, Serif;
font-size: large;
font-weight: bold;
margin: 20px 0px 0px 0px;
padding: 10px 0px 10px 0px;
}
#accountancy-content h2, h3, h4, h5, h6 {
color: #000;
font-family: Georgia, Serif;
font-size: medium;
font-weight: bold;
margin: 0px;
padding: 10px 0px 0px 0px;
}

#accountancy-content a {
font-weight: normal;
}
#accountancy-content ul {
color: #000;
margin: 0px 0px 0px 90px;
padding: 0px;
}
#accountancy-content li {
color: #000;
margin: 0px;
padding: 0px;
list-style-type: none;
}
#accountancy-content li.title {
font-weight: bold;
color: #000;
margin: 10px 0px 0px 0px;
padding: 0px;
list-style-image: url(../images/bullet.gif);
}
#accountancy-content li.item {
font-weight: normal;
color: #000;
margin: 0px 0px 0px -50px;
padding: 0px;
list-style-type: disc;
}
#accountancy-content p {
color: #000;
margin: 0px 10px 0px 0px;
padding: 0px 10px 10px 0px;
text-align: justify;
}
#accountancy-content img {
margin: 0px auto 0px auto;
padding: 0px;
border: none;
}
#accountancy-content p table, tr, td {
text-align: left;
vertical-align: text-top;
padding: 5px 5px 5px 100px;
}
#accountancy-content td.small {
width: 80px;
vertical-align: middle;
}

/***** Footer *****/
#accountancy-footer {
width: auto;
height: 100px;
margin: 0px auto 0px auto;
color: #000;
font-size: small;
text-align: center;
background: #fff;
}
#accountancy-footer p {
padding:0px;
margin: 30px 0px 0px 0px;
vertical-align: text-bottom;
}
#accountancy-footer a {
color: #000;
background-color: inherit;
text-decoration: none;
}
#accountancy-footer a:hover {
font-weight: bold;
}

/***** Various classes that will be used as the site grows *****/
/* For centering some thing but not others */
.ctr {
clear: both;
display: block;
text-align: center;
}
/* Not Visible in Print CSS*/
.keywords {
font-size:0.8em;
text-align: center;
color: #a4b19d;
}
/* Visible in Print CSS */
.contact {
display: none;
font-size:0.8em;
text-align: center;
color: #a4b19d;
}
/*For hiding the navigation title */
.hide {
display:none;
}
.affiliations {
width: 1000px;
margin: 0 auto 0 auto;
text-align: center;
border: none;
}
.affils {
	padding-top: 80px;
}
.affiliations img, .affils img {
	border: none;
	padding-bottom: 50px;
	margin-left: -10px;
	}