/*** Copyright Notice ***********************
This design of this website - the unique combinaton of layout, styles and images,
including this stylesheet - is protected by copyright and may not be reproduced.
Author: Guy Beauchamp, Askomil Limited, www.askomil.co.uk
*/

/*** HTML styles ****************/
html, body {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F1E2;
	color: #333333;
	font-size: 70%;
	margin: 0ex;
	background-image: url(../images/page-background.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, p, ul, ol, li, input, form {
	margin: 0px;
	padding: 0px;
}
a { color: #CC3300; }
a:visited { color: #994D33; }
a:active { color: #FF0000; }
img { border: none; }
td, th { vertical-align: top; }
hr { margin: 1ex; height: 1px; }

dl { margin: 1ex 3ex; }
dt { font-weight: bold; margin: 2ex 0ex 0.5ex; }
dd { margin: 0.25ex 3ex; }

/*** Layout ****************/

.skipNav {
	display: none;
}
.Page, .Footer {
	max-width: 160ex;
	margin-left: auto;
	margin-right: auto;
}
.Page {
	margin: 3ex auto 0ex;
	min-height: 85ex;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar-background.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-right: 1px solid #BBBBBB;
}

.Header {
	clear: both;
	width: 100%;
	min-height: 100px;
	background-image: url(../images/header-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.Logo a {
	float: left;
	width: 206px;
	height: 19px;
	background-image: url(../images/logo-title.gif);
	background-repeat: no-repeat;
	margin: 20px 0ex 0ex 20px;
}
.Logo span {
	display: none;
}
.Strapline {
	float: right;
	font-size: 90%;
	font-weight: bold;
	margin: 2.5ex 2.75ex 0ex;
	color: #FFFFFF;
}
.Strapline a {
	text-decoration: none;
}

.Notification {
	clear: both;
	margin: 0ex auto;
	padding: 2ex 0ex 1ex 0ex;
}
.Notification span
{
    color: #000000;
    font-weight: bold;
    padding: 0.7ex 1.5ex;
    line-height: 190%;
    background-color: #FFCC00;
}


/*** Utility Menu ****************/

.Utility {
	font-size: 100%;
	float: right;
}
.Utility ul {
	list-style-type: none;
	margin: 2.5ex 0ex 0ex;
	padding: 0ex 1em;
}
.Utility li {
	display: inline;
	padding: 0px 0.75ex;
	border-left: 1px solid #666666;
}
.Utility li:first-child {
	border-left: none;
}
.Utility li a {
	padding: 0ex 0.5em;
	text-decoration: none;
}
.Utility li a:hover {
	text-decoration: underline;
}

/*** Global Navigation ****************/

.GlobalNav {
    clear: both;
    margin-left: 10ex;
}
.GlobalNav .RadMenu {
}
.GlobalNav ul {
}
.GlobalNav li {
	display: inline;
}
.GlobalNav li.rmItem a {
    background-color: #EC8D00;
	font-size: 110%;
    color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	margin: 0ex 0.5ex;
	padding: 0.5ex 1.5ex 0.6ex;
	background-image: url(../images/nav-bkgrd.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.GlobalNav li a.rmSelected {
	background-image: url(../images/nav-bkgrd-over.jpg);
    background-color: #B02D00;
}
.GlobalNav li a:hover {
	background-image: url(../images/nav-bkgrd-over.jpg);
    background-color: #B02D00;
	text-decoration: none;
}
.GlobalNav ul.rmVertical {
	margin-right: 0ex !important;
}
.GlobalNav ul.rmVertical li {
	border-bottom: none;
	margin: 1px 0ex 0ex;
}
.GlobalNav ul.rmLevel1 {
	padding-top: 3ex;
}
.GlobalNav .RadMenu .rmText {
    padding-bottom: 0px;
    float: none;
}
.GlobalNav .RadMenu .rmHorizontal .rmText {
    padding: 0px;
}
.GlobalNav .RadMenu .rmVertical .rmText {
    padding: 0.7ex 1.65ex 0.7ex 1ex;
}
.GlobalNav .RadMenu .rmItem .rmExpandRight {
	background-image: url(../images/arrow-expand-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	padding-right: 15px;
}


/* Side bar ------------------------------------------------*/

.SideBar {
	float: left;
	width: 200px;
	height: inherit;
	margin: 12.5ex 0ex 0ex;
	padding: 0ex 10px;
}

/* Main ------------------------------------------------*/

.Main {
	min-height: 85ex;
	margin-left: 220px;
	padding: 1.5ex 0ex 2ex 3ex;
}
.Main a { text-decoration: none; }
.Main a:hover { text-decoration: underline; }
.Main h1 {
	color: #666666;
	/* font-family: Elephant, Georgia, Times New Roman, Serif; */
	font-size: 170%;
	font-weight: normal;
	margin-top: 2.75ex;
}

/* Content ------------------------------------------------*/

.Content {
	float: none;
	width: 98%;
	margin-right: 2%;
	margin-top: 4ex;
}
.Content h2 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}
.Content h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 0ex;
}
.Content p {
	line-height: 155%;
	margin-bottom: 1ex;
}
.Content ol, .Content ul {
	line-height: 140%;
	margin: 0.75ex 0ex 0ex 3.5ex;
}
.Content li {
	margin-bottom: 0.75ex;
}

/*** Page Meta Data ****************/

.PageMeta {
    border-top: 2px dotted #CCCCCC;
    margin: 3ex 0ex 0ex;
    padding: 0.5ex 0ex 0ex;
	font-size: 90%;
	color: #666666;
	clear: both;
}
.PageDate {
    float: right;
}
.Breadcrumb {
	display: block;
	margin: 0ex;
}
.Breadcrumb a {
	text-decoration: none;
}

/* Related Content ------------------------------------------------*/

.Related {
    display: none;
	float: right;
	width: 20%;
	margin-top: 4ex;
	margin-left: 2%;
}

/*** Footer ****************/

.Footer {
	clear: both;
	text-align: center;
	background-image: url(../images/shadow-bottom.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 2ex;
    margin-top: -1px;
	border-top: 1px solid transparent;
}
.Footer ul {
	list-style-type: none;
	margin: 2ex 0ex 0.5ex;
	padding: 0ex 1em;
}
.Footer li {
	display: inline;
	padding: 0px 0.75ex;
	border-left: 1px solid #CCCEDB;
}
.Footer li:first-child {
	border-left: none;
}
.Footer li a {
	padding: 0ex 0.5em;
	text-decoration: none;
}
.Footer li a:hover {
	text-decoration: underline;
}
.Footer .Copyright {
	color: #999999;
	padding: 0.4ex;
}

/*** Panels ****************/

.PanelSet
{
    border-bottom: 1px solid #CCCCCC;
}

.LinkPanel h2
{
    color: #000000;
    font-size: 110%;
	background-image: url(../images/panel-header-lightgreen.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #8BB900;
	padding: 0.5ex 1.5ex 0.7ex;
}
.LinkPanel h2 span.External {
	margin: 2px 5px 0px 0px;
	width: 11px;
	display: block;
	float: left;
	height: 11px;
	background-image: url(../images/external-link.gif);
	background-repeat: no-repeat;
}
.LinkPanel .PanelBody
{
    background-color: #F9F7EE;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 1.5ex 2ex;
	background-image: url(../images/shadow-bottom.png);
	background-position: top;
	background-repeat: repeat-x;
}
.SideBar .LinkPanel
{
    margin-bottom: 2ex;
    border-bottom: 1px solid #CCCCCC;
}
.LinkPanel ul
{
    list-style: none;
}
.LinkPanel li a
{
    display: block;
    padding: 0.3ex 0ex;
}
.LinkPanel a
{
    text-decoration: none;
}
.LinkPanel a:hover
{
    text-decoration: underline;
}
.LinkPanel .Source
{
    font-style: italic;
    margin: 0.25ex 0ex 1ex;
}
    


/*** Tables ****************/

table.FormTable td, table.FormTable th {
	padding: 0ex 0.5ex;
    background-color: #F9F7EE;
}
table.FormTable th {
	text-align: right;
	font-weight: normal;
}
table.FormTable tr.Required th {
	font-weight: bold;
}


table.DefinitionTable td, table.DefinitionTable th {
	padding: 0.5ex 1ex;
    background-color: #F9F7EE;
    border-bottom: 1px solid #F1EDD8;
    border-right: 1px solid #F1EDD8;
}
table.DefinitionTable th
{
    text-align: right;
    font-weight: bold;
    width: 20%;
    background-color: #F1EDD8;
    border-bottom: 1px solid #EBE6C7;
    border-right: 1px solid #EBE6C7;
}


table.LogoTable td, table.LogoTable th {
	padding: 0.5ex 1ex;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F1EDD8;
    border-right: 1px solid #F1EDD8;
    text-align: center;
    width: 20%;
}
table.LogoTable th
{
    text-align: right;
    font-weight: bold;
    background-color: #F1EDD8;
    border-bottom: 1px solid #EBE6C7;
    border-right: 1px solid #EBE6C7;
}
table.LogoTable tr.HeaderRow th
{
    text-align: center;
}


/*** Other ****************/

.spacer {
	float: none;
	clear: both;
	font-size: 1px;
}
.SubTitle {
	font-weight: bold;
	color: #999999;
	font-size: 120%;
	margin: 0ex auto 2ex;
}
.FirstPara {
	font-weight: bold;
}
.InlineTitle {
	font-weight: bold;
	margin-right: 1ex;
}
.InlineSuperTitle {
	color: #999999;
	margin-right: 1ex;
}
.ImgBlock {
	margin: 1ex 2ex 2ex;
}
.ImgLeft {
	float: left;
	margin: 0.75ex 1em 1ex 0ex;
}
.ImgRight {
	float: right;
	clear: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
}
.highlight {
	color: #CC3300;
}
.error {
	color: #CC0000;
}
.Diminished {
	font-weight: normal;
	font-size: 80%;
}
.Address {
	margin: 1ex 2.5ex;
	line-height: 120%;
}
.InlineDate {
	color: #888888;
	font-weight: normal;
	font-variant: small-caps;
	padding: 0ex 1ex;
}

.Button {
	background-color: #8B281B;
	color: #FFFFFF;
	margin: 1ex;
	padding: 0.1ex 1ex;
	font-weight: bold;
	text-decoration: none;
	border: 2px outset #D74631;
}
.Button:hover {
	color: #FFFFFF;
	border-style: inset;
}
.MaxWidth {
	width: 95%;
}
a.ExternalLink, li.ExternalLink a, .twExternalLink a {
	padding-right: 15px;
	margin-right: 5px;
	background-image: url(../images/external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}
.ReferenceLink {
	font-weight: bold;
	margin: 2ex 0ex;
}
