﻿/*LAYOUT STYLES*/
body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#pageWrapper
{
	width:750px;
	position:relative;
}
#header
{
	height:50px;
	width:100%;
	background:white url(../images/top_strip.gif) no-repeat top left;
}

/*GENERAL STYLES*/
a:link, a:visited
{
    text-decoration:none;
    color:#003399;
}
a:hover
{
    text-decoration:underline;
    color:#333333;
}
a img
{
	border:none;
}
h2
{
	font-size:20pt;
	color:#337fcc;
	font-weight:normal;
}
h2.grey
{
	font-size:20pt;
	color:#cccccc;
	font-weight:normal;
}
/*NAVIGATION STYLES*/
#navigation
{
	position:absolute;
	top:50px;
	left:0;
	width:160px;
	background-color:#e8f0f8;
}
#navigation ul
{
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
#navigation li
{
	width:160px;
	border-bottom:1px solid #ffffff;
	margin:0;
	padding:0;
	vertical-align:bottom; /* Removes unwanted margin in IE */
	font-size:8pt;
}
#navigation a:link, #navigation a:visited
{
	display:block;
	padding:5px 5px 5px 0.5em;
	background-color:#dae8f6;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover
{
	color:#5b7fcc;
	background-color:#e8f0f8;
}
#navigation a.active
{
	color:#5b7fcc;
	background-color:#e8f0f8;
}
#navigation ul.subnav
{
}
#navigation ul.subnav li
{
	font-size:7pt;
	border-bottom:1px solid #722100;
	border:none;
	width:154px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited
{
	background-color:Transparent;
	color:#000000;
	font-weight:normal;
}
#navigation ul.subnav a:hover, #navigation ul.subnav a.active
{
	color:#5b7fcc;
}

/*CONTENT STYLES*/
#content
{
	margin-left:166px;
	padding:0;
}
#content img.stripLeft
{
	float:left;
	width:290px;
	height:110px;
}
#content img.stripRight
{
	float:right;
	width:290px;
	height:110px;
}
#content p, #content h2
{
	padding:0 5px 0 5px;
}
#content p span.newsHeader
{
	background-color:#f0f0f0;
	width:100%;
}

/*TABLE STYLES*/
table
{
	width:100%;
	border:3px double #d0d8e3;
	border-collapse:collapse;
	clear:both;
}
table.nostyle
{
	width:auto;
	border:none;
	border-collapse:collapse;
}
tr
{
	background-color:White;
}
tr.altrow
{
	background-color:#e8f0f8;
}
td, th
{
	padding:2px 3px 2px 3px;
	text-align:left;
}
table.nostyle td, table.nostyle th
{
	padding:0;
	text-align:left;
}
th
{
	background-color:#dae8f6;
	height:2em;
}

/*FIELDSET STYLES*/
fieldset
{
	float:left;
	clear:left;
	width:100%;
	margin:0 0 1.5em 0;
	padding:0;
	border:none;
}
fieldset legend
{
	color:#5b7fcc;
	font-weight:bold;
}
fieldset ul
{
	padding:1em 1em 0 1em;
	list-style:none;
}
fieldset li
{
	float:left;
	clear:left;
	width:100%;
	padding-bottom:0.6em;
}
fieldset label
{
	position:relative;
	float:left;
	width:10em;
	margin-right:1em;
}
fieldset.submit
{
	float:none;
	width:auto;
	border-style:none;
	padding-left:117px;
}
ol.listInline
{
	list-style:none;
	padding:0;
}
ol.listInline li
{
	display:inline;
	float:none;
	clear:none;
	width:auto;
	padding-bottom:0;
}
label.nested, ol.listInline label
{
	position:relative;
	float:none;
	width:auto;
	margin-right:2em;
}

/*NEWSFEED STYLES*/
#newsFeed ol
{
	list-style:none;
	padding:0;
	margin:0;
}
#newsFeed li
{
	padding:10px 15px 10px 15px;
	margin:10px 0 10px 0;
	background-color:#e8f0f8;
	border:1px solid #d0d8e3;
}
/*hack for IE6 with XSL problem*/
* html #newsFeed li
{
	background-color:white;
	border:none;
	padding:0;
	margin:0;
}
/*end hack*/
#newsFeed li p
{
	padding:5px;
	margin:0;
}
.newsHeader
{
	color:#5b7fcc;
	font-weight:bold;
}

/*FOOTER STYLES*/
#footer
{
	clear:both;
	padding-top:5px;
	padding-bottom:15px;
	background:#e8f0f8 url(../images/footer.png) no-repeat center bottom;
	text-align:center;
}

/*STYLE CLASSES*/
.width250
{
	width:250px;
}
.width100
{
	width:100%;
}
.displayNone
{
	display:none;
}
.floatLeft
{
	float:left;
	padding:0 10px 10px 0;
}
.floatRight
{
	float:right;
	padding:0 0 10px 10px;
}
.alignCentre
{
	text-align:center;
}
.alignRight
{
	text-align:right;
}
.red
{
	color:Red;
}
ul.tickList
{
	list-style-image:url(../images/tick.jpg);
}
.speech
{
	border:1px solid #d0d8e3;
	background-color:#e8f0f8;
	padding:0 20px 0 20px;
	margin:0 40px 0 40px;
}
.box
{
	width:150px;
	border:1px solid #d0d8e3;
	background-color:#e8f0f8;
	padding:5px 10px 5px 10px;
}
.tip
{
	float:right;
}
.customer
{
	text-align:right;
	font-weight:bold;
	color:#5b7fcc;
}
.brLeft
{
	border-left:1px dotted #cccccc;
}
.brTop
{
	border-top:1px dotted #cccccc;
}
.brRight
{
	border-right:1px dotted #cccccc;
}
.brBottom
{
	border-bottom:1px dotted #cccccc;
}
.numericCell
{
	text-align:right;
}
.feedbackMessage
{
	height:200px;
}
.displayIE6
{
	display:none;
}
/*hack for IE6 with XSL problem*/
* html .displayIE6
{
	margin:1em 0 1em 0;
	display:inline;
}
/*end hack*/
/*ICON CLASSES*/
a.rss
{
	background:transparent url(../images/icons/icon_feed.gif) no-repeat center right;
	padding:1px 16px 1px 1px;
}
a.mailto
{
	background:transparent url(../images/icons/icon_mailto.gif) no-repeat center right;
	padding:1px 18px 1px 1px;
}
a.external
{
	background:transparent url(../images/icons/icon_external.gif) no-repeat center right;
	padding:1px 16px 1px 1px;
}
a.pdf
{
	background:transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
	padding:1px 18px 1px 1px;
}
a.pen
{
	background:transparent url(../images/icons/icon_pencil.gif) no-repeat center right;
	padding:1px 12px 1px 1px;
}

/*ABSOLUTELY POSITIONED ELEMENTS*/
#leftpanehome
{
	width:289px;
	height:199px;
	position:absolute;
	top:50px;
	left:163px;
}
#uksleading
{
	width:294px;
	height:199px;
	position:absolute;
	top:50px;
	left:457px;
}
#howitworks
{
	width:294px;
	height:173px;
	position:absolute;
	top:252px;
	left:161px;
}
#dcmsupport
{
	width:149px;
	height:173px;
	position:absolute;
	top:252px;
	left:457px;
}
#norunion
{
	width:76px;
	height:92px;
	position:absolute;
	top:252px;
	left:608px;
}
#fsa
{
	width:68px;
	height:92px;
	position:absolute;
	top:252px;
	left:686px;
}
#microsoftcert
{
	width:144px;
	height:81px;
	position:absolute;
	top:344px;
	left:608px;
}
#dcmlite
{
	width:294px;
	height:56px;
	position:absolute;
	top:427px;
	left:161px;
}
#dcmlatestnews
{
	width:293px;
	height:56px;
	position:absolute;
	top:427px;
	left:457px;
}
#badges
{
	position:absolute;
	height:32px;
	width:100%;
	top:500px;
	left:0px;
	text-align:right;
}
#footer_home
{
	position:absolute;
	padding-top:5px;
	padding-bottom:15px;
	width:100%;
	top:550px;
	left:0px;
	background:#e8f0f8 url(../images/footer.png) no-repeat center bottom;
	text-align:center;
}
