body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 62.5%;
	color: #333333;
}
a:link {
	color: #F8981C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8981C;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #F8981C;
	font-weight: bold;
}
form {
	margin: 0px;
}
.textfield {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.1em;
	color: #333333;
	background-image: url(../images/textfieldbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	border: 1px solid #CCCCCC;
}
.textfieldsmall {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.1em;
	color: #333333;
	background-image: url(../images/textfieldbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border: 1px solid #CCCCCC;
}

.button {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #F8981C;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	margin-top: 4px;
}
.msg {
	font-weight: bold;
	color: #F8981C;
}
.orangetext {
	color: #F8981C;
}
.bluetext {
	color: #004584;
}
#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;	
}
#logo {
	float: left;
}
#clientlogin {
	float: right;
	background-image: url(../images/client-login-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 39px;
	width: 550px;
	text-align: right;
	padding-right: 16px;
}
#clientlogin .textfield {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.1em;
	color: #333333;
	background-image: url(../images/textfieldbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	border: 1px solid #CCCCCC;
	margin-top: 4px;
}
#clientlogin .button {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #F8981C;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	margin-top: 4px;
}
#clientlogin a:link {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#clientlogin a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#clientlogin a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#clientlogin a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#clientloggedin {
	float: right;
	background-image: url(../images/client-logged-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 39px;
	width: 456px;
	text-align: right;
	padding-right: 16px;
	font-size: 1.2em;
	padding-top: 5px;
}
#clientloggedin a:link {
	color: #004584;
	font-weight: bold;
	text-decoration: none;
}
#clientloggedin a:visited {
	text-decoration: none;
	color: #004584;
	font-weight: bold;
}
#clientloggedin a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}
#clientloggedin a:active {
	text-decoration: none;
	color: #004584;
	font-weight: bold;
}
#toplinks {
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
}
#toplinks ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%; /*width of menu*/
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #004584 url(../images/botton-bg.jpg) repeat-x center center;
}
#toplinks ul li {
	display: inline;
}
#toplinks ul li a {
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 8px 7px 2px;
	text-decoration: none;
	border-right: 1px solid #EFEFEF; /*dark purple divider between menu items*/
	height: 26px;
}
#toplinks ul li a:visited {
	color: #FFFFFF;
}
#toplinks ul li a:hover, #toplinks ul li .current {
	color: white !important; /*text color of selected and active item*/
	padding-top: 8px; /*shift text down 1px for selected and active item*/
	padding-bottom: 2px; /*shift text down 1px for selected and active item*/
	background: #F8981C url(../images/botton-bg-hover.jpg) center center repeat-x;
}
#body {
	overflow: hidden;
	background-color: #FFFFFF;
}
#features {
	background-image: url(../images/features-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 225px;
	height: 250px;
}
#features ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#features li {
	padding: 0px 0px 4px 15px;
	list-style-type: none;
	background-image: url(../images/bullet-image.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	font-size: 1.2em;
}
#features a:link {
	color: #004584;
	font-weight: bold;
	text-decoration: none;
}
#features a:visited {
	text-decoration: none;
	color: #004584;
	font-weight: bold;
}
#features a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}
#features a:active {
	text-decoration: none;
	color: #004584;
	font-weight: bold;
}
#features #news {
	height: 125px;
}
#features #news h2 {
	font-size: 1.4em;
	color: #F8981C;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
#features #projects {
	height: 125px;
}
#features #projects h2 {
	font-size: 1.4em;
	color: #F8981C;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
#mainbanner {
	float: right;
}
#homecontent {
	width: 960px;
	clear: both;
	padding: 10px;
	font-size: 1.1em;
}
#homecontent h1 {
	font-size: 1.4em;
	color: #F8981C;
	margin-top: 0px;
	margin-bottom: 5px;
}
#homecontent h2 {
	font-size: 1.2em;
	color: #F8981C;
	margin-top: 0px;
}
#homecontent .homecontentbox {
	width: 230px;
	padding: 5px;
	float: left;
}
#homecontent .homecontentbox h2 {
	font-size: 1.2em;
	color: #F8981C;
	margin: 0px 0px 5px;
	margin-bottom: 5px;
}
#homecontent .homecontentbox img {
	width: 220px;
	float: left;
	border: 3px solid #FEF4E8;
	text-align: center;
	margin-bottom: 5px;
}
#leftnav {
	width: 200px;
	float: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background-color: #FCF2E3;
}
#leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftnav li a {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #F8981C;
	display: block;
	width: auto;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
* html #leftnav li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
}
#leftnav li a:hover {
	color: #004584;
	display: block;
	text-decoration: none;
}
#leftnav .level2 {
	background: #FCF2E3 url(../images/level-2.gif) no-repeat left top;
}
#leftnav .level2selected {
	background: #FCF2E3 url(../images/level-2-selected.gif) no-repeat left top;
}
#leftnav .level3 {
	background: #FCF2E3 url(../images/level-3.gif) no-repeat left top;
}
#leftnav .level3selected {
	background: #FCF2E3 url(../images/level-3-selected.gif) no-repeat left top;
}
#leftnav .selected {
	color: #004584;
}
#breadcrumbs {
	font-size: 1em;
	color: #F8981C;
	margin: 0px;
	padding: 5px;
	text-align: right;
}
#breadcrumbs a {
	font-weight: normal;
}
#content {
	width: 780px;
	margin-left: 0px;
	margin: 0px;
	font-size: 1.1em;
	overflow: hidden;
	float: right;
}
#content h1 {
	font-size: 1.4em;
	color: #004584;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 1.2em;
	color: #F8981C;
	margin: 0px;
	padding: 0px;
}
#content #text {
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	float: left;
}
.rightcolumn {
	width: 540px;
}
.norightcolumn {
	width: 770px;
}
#content #text .img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .list {
	margin-top: 10px;
	overflow:hidden;
}
#content .list .FeatureStoryImage {
	float: left;
	margin-right: 10px;
	border: 3px solid #FCF2E3;
}
#content .list h2 {
	font-size: 1.2em;
	color: #F8981C;
	margin: 0px;
	padding: 0px;
}
#content .list sub {
	font-size: 0.9em;
	color: #999999;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content .list p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .seperator {
	clear: both;
}
hr {
	height: 1px;
	color: #FCF2E3;
	width: 100%;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content #downloads {
	width: 215px;
	float: right;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background-color: #FCF2E3;
}
#content #downloads h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/doc-downloads-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
}
#content #downloads ul {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#content #downloads li {
	font-weight: bold;
	padding: 5px;
	color: #004584;
	line-height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content #downloads p {
	padding: 5px;
	line-height: 21px;
	margin-top: 0px;
}
#content .nextstepsimage {
	border: 3px solid #FFFFFF;
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#content .image {
	background-image: url(../images/image.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px !important;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#content .email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px !important;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#content .print {
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px !important;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#content .contactus {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px !important;
	line-height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#content .back {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px !important;
	line-height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.documentdownload {
	width: 140px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
}
.documentdownload img {
	border: 3px solid #FCF2E3;
}
#contactform {
	float: right;
	width: 400px;
	padding: 0px;
	margin-top: 23px;
}
#clientdownloads {
	margin-bottom: 10px;
}
#clientdownloads .column1 {
	width: 55%;
}
#clientdownloads .column2 {
	width: 15%;
}
#clientdownloads .column3 {
	width: 15%;
}
#clientdownloads .column4 {
	width: 15%;
}
#clientdownloads th {
	background-color: #E5E5E5;
}
#clientdownloads td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}
#clientdownloads tr:hover {
	background-color: #FCF2E3;
}
#bottomlinks {
	overflow: hidden;
	clear: both;
	background-color: #F8981C;
	padding: 5px;
	height: 15px;
}
#bottomlinksleft {
	float:left;
	color: #FFFFFF;
	font-weight: bold;
}
#bottomlinksleft a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#bottomlinksleft a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#bottomlinksleft a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#bottomlinksleft a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#bottomlinksright {
	float:right;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
	padding: 5px;
	background-color: #FFFFFF;
}
#footer a:link {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}
#footer a:active {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
#footeraddress {
	color: #999999;
	float: left;
	font-size: 1em;
}
#footerlogo {
	float: right;
}
#ebusinessuk {
	clear: both;
	color: #999999;
	font-size: 1em;
	text-align: right;
}

