﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* stephens accountants 22/06/09 Julie */
body {
	background: #ebebeb;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}
a {
	color: #cf2027;
}
a:hover {
	color: #939598;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 .5em 0;
}
h2 {
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h3 {
	font-size: 1.3em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h4 {
	font-size: 1.2em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h5 {
	font-size: 1.1em;
	margin: 0;
	padding: .5em 0 0 0;
}
h6 {
	font-size: 1em;
	margin: 0;
	padding: .5em 0 0 0;
}
img {
	border: none;
}
ol {
	color: #cf2027;
	font-weight: bold;
}
ol span {
	color: #000000;
	font-weight: normal;
}
p {
	margin: 0 0 .5em 0;
}
/*********************************************************************************/
/* header */
div.outerContainer {
}
div.headerContainer .headernavContainer {
	border-bottom: 6px #cf2027 solid;
}
div.mainContainer {
	background-color: #ffffff;
	background-image: url('arrowBackground.png');
	background-position: left top;
	background-repeat: no-repeat;
}
div.mainContainer .banner {
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 2px #cf2027 solid;
}
div.mainContainer .bannerText {
	font-size: 2em;
	font-weight: bold;
}
div.mainContainer .backPrintEmail {
	padding: 0 0 10px 0;
	text-align: right;
}
div.mainContainer .backPrintEmail a {
	text-decoration: none;
}
div.mainContainer .backPrintEmail img {
	padding: 0 2px 0 4px;
	vertical-align: text-top;
}
/*********************************************************************************/
/* top nav */
ul.headernav li {
	background: #cf2027 url('topTabRight.gif') no-repeat right top;
	color: #ffffff;
	font-weight: bold;
}
ul.headernav li:hover {
	background: #939598 url('topTabRightOn.gif') no-repeat right top;
}
ul.headernav li.current {
	background: #939598 url('topTabRightOn.gif') no-repeat right top;
}
ul.headernav a {
	background: url('topTabLeft.gif') no-repeat left top;
	color: #ffffff;
}
ul.headernav a:hover {
	background: url('topTabLeftOn.gif') no-repeat left top;
}
ul.headernav span {
	background: url('topTabLeftOn.gif') no-repeat left top;
}
/* main nav */
ul.level1nav {
	font-size: 1.1em;
	font-weight: bold;
}
ul.level1nav span, ul.level1nav a {
	text-decoration: none;
}
ul.level1nav a {
	background: url('leftNav.gif') no-repeat right bottom;
	color: #000000;
}
ul.level1nav a:hover {
	background: url('leftNavOn.gif') no-repeat right bottom;
	color: #cf2027;
}
ul.level1nav span {
	background: url('leftNavOn.gif') no-repeat right bottom;
	color: #cf2027;
}
/* sub nav */
ul.level2nav {
	font-size: .85em;
}
ul.level2nav a {
	background: none;
	border-bottom: 1px #cf2027 solid;
	padding: 2px 16px 2px 24px;
}
ul.level2nav span {
	background: none;
	border-bottom: 1px #cf2027 solid;
	color: #cf2027;
	padding: 2px 16px 2px 24px;
}
ul.level2nav a:hover {
	background: none;
}
/* footer nav */
div.footernav li {
	background: #939598 url('bottomTabRight.gif') no-repeat right bottom;
	font-weight: bold;
	color: #ffffff;
}
div.footernav li:hover {
	background: #cf2027 url('bottomTabRightOn.gif') no-repeat right bottom;
}
div.footernav li.current {
	background: #cf2027 url('bottomTabRightOn.gif') no-repeat right bottom;
}
div.footernav a {
	background: url('bottomTabLeft.gif') no-repeat left bottom;
	font-weight: bold;
	color: #ffffff;
}
div.footernav a:hover {
	background: url('bottomTabLeftOn.gif') no-repeat left bottom;
}
div.footernav span {
	background: url('bottomTabLeftOn.gif') no-repeat left bottom;
}
/*********************************************************************************/
/* left column */
/*********************************************************************************/
/* right column */
/*********************************************************************************/
/* content */
div.column2 .content ul {
	list-style-image: url('bullet.gif');
}
/*********************************************************************************/
/* footer */
div.footerContainer {
	border-top: 6px #939598 solid;
	font-size: .9em;
}
