/*
**	Defaults
*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: auto;
	background-color: white;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 1.8em;
}

/*
**	Layout
*/

/*
**	Contact info at top right
*/

#contact {
	margin: 40px 0;
	font-size: 1.5em;
	color: #5393D0;
	width: auto;
}

/*
**	Header
*/
h1 {
	margin-top: 1em;
}

h1 a img {
	border: none;
}

/*
**	Top navigation and search box
*/

#strip,
#footer {
	background-color: #32457B;
	width: 100%;
	color: #ccc;
	border: solid white;
	border-width: 1px 0;
	float: left;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#footer a:hover {
	color: #75b5f2;
}

#footer a.first {
	margin-left: 2em;
}


/*
**	Navigation at top and bottom
*/

#navigation {
	list-style: none;
	line-height: 1.2;
	margin: 0 0 0 30px;
	font-size: 0.9em;
}

#navigation li {
	list-style: none;
	display: block;
	float: left;
}

#navigation a {
	background-color: #425CA3;
	font-weight: normal;
	text-decoration: none;
	color: #E8EEFF;
	padding: 1.2em 15px 0.5em 5px;
	display: block;
	float: left;
	border-right: 1px solid #DCE5FF;
}

#navigation li.first a {
	border-left: 1px solid white;
}

#navigation a:hover {
	background-color: #4865B3;
}

#navigation a.current {
	color: white;
	background-color: #4F6EC3;
}

/*
**	Content and Feature list
*/

#container {
	/*margin-top: 40px;*/
}

#features {
	list-style: none;
	text-align: right;
	margin: 2em 0 0 0;
}

#features a {
	text-decoration: none;
	font-family: Century Gothic, sans-serif;
	color: #5393D0;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.5em 0.5em 0 0;
	padding-right: 0.5em;
	display: block;
	border-bottom: 1px solid #eee;
}

#features a:hover {
	color: #294076;
}

#features a.current {
	color: #294076;
	border-bottom: 1px solid #ccc;
}

#content {
	margin-left: 30%;
	margin-bottom: 4em;
	width: 50%;
}

#content p {
	margin: 0 4em 1em 0;
}

#content h2 {
	margin: 20px 4em 0.2em 0;
	color: #294076;
	font-size: 2em;
}

div.notice {
	padding: 1em;
	background-color: #fcffcd;
	border: 1px solid #fff28e;
}

div.notice h3, div.notice p {
	margin: 0;
}

dl, ul, ol {
	margin: 1em;
	padding: 0;
	color: #666;
}

#content ul {
	list-style: square;
}

#content h3, #content h4 {
	margin-left: 0;
}

/*
**	Footer
*/

#copyright {
	color: white;
	padding-left: 5em;
}

/*
**	General
*/

p {
	margin-bottom: 1em;
}

h2 {
	font-size: 1.6em;
	font-family: Century Gothic;
	line-height: 1.2;
	margin: 0;
}

/*
** ACED
*/

body.aced h2.product {
	background-color: #9FA617;
	background-image: url(images/product-heading-corner-aced.gif);
}

body.aced #content h2,
body.aced #features a {
	color: #9FA617;
}

body.aced #features a:hover,
body.aced #features a.current {
	color: #757B11;
}

/*
** BED
*/

body.bed h2.product {
	background-color: #5393D0;
	background-image: url(images/product-heading-corner.gif);
}

body.bed #content h2,
body.bed #features a {
	color: #5393D0;
}

body.bed #features a:hover,
body.bed #features a.current {
	color: #39668F;
}

h2.product {
	font-family: Century Gothic,sans-serif;
	background-color: #5393D0;
	background-image: url(images/product-heading-corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: white;
	margin: 0;
	padding: 1em 1em 0.5em 1em;
	text-align: right;
}

h3 {
	font-size: 1.3em;
	margin-top: 2em;
}

h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #777;
	margin-top: 1em;
}

h5 {
	font-size: 1.1em;
}

dt {
	font-weight: bold;
	color: #555;
}

dd, #content li {
	margin: 0 1em 0.5em 1em;
}

blockquote, address {
	margin: 1em 3em;
	color: #777;
	border-left: 1px solid #ccc;
	padding-left: 0.5em;
}

cite {
	font-weight: bold;
	/*font-style: normal;*/
	color: #888;
	margin: 0 5em 2em 5em;
	display: block;
}

p cite {
	font-weight: normal;
	font-style: italic;
	color: #888;
	display: inline;
	margin: 0;
}

a {
	color: #5393D0;
}

a:hover {
	color: #294076;
}

a.more {
	display: block;
	margin: 0.25em 2em;
	text-align: center;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
	font-weight: bold;
}

a.away {
	color: #294076;
}

a.away:hover {
	color: #5393D0;
}

h3 a {
	text-decoration: none;
}

a img {
	border: none;
}

img.partner-seal {
	margin-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

img.partner-logo {
	margin: 0px;
}

table.addresses {
	margin: 2em 0;
	border-collapse: collapse;
}

table.addresses td, table.addresses th {
	padding: 0.1em 0.5em;
	text-align: left;
	border: 1px solid white;
}

table.addresses thead th {
	background-color: #ddd;
}

table.addresses tbody tr {
	background-color: #eee;
}

div.register {
	padding: 4em;
}

div.register table {
	border-collapse: collapse;
	line-height: 1.2;
}

div.register table td,
div.register table th
{
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

div.register table.register thead th {
	text-transform: uppercase;
	border-bottom: 1px solid black;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	vertical-align: bottom;
}

ol ol {
	list-style-type: lower-alpha;
}

strong.date {
	border-right: 1px solid #ddd;
	padding-right: 0.5em;
	margin-right: 0.5em;
}

#content dl.articles {
	margin-left: 0;
}

dl.articles dd {
	margin: 1em 1em 4em 0;
}

p.diagram {
	text-align: center;
}

div.column {
	width: 28%;
	float: left;
	padding: 0 2% 4em 2%;
	color: #666;
}

#products {
	border: solid #eee;
	border-width: 0 1px;
	background-color: #fafafa;
	color: #555;
	padding: 0 2% 20em 2%;
}

#sidebar {
	padding-left: 0;
	text-align: right;
}

#sidebar img {
	margin: 0;
}

img.richard {
	float: left;
	margin: 1em 2em 1em 0;
}

#banner {
	width: 100%;
	background-image: url(Images/strip-background.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 150px;
	border-top: 1px solid #838AB5;
	border-bottom: 1px solid #838AB5;
	clear: both;
}

form.download {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #eee;
	background-color: #fafafa;
}

form.download th {
	text-align: right;
	vertical-align: top;
	width: 12em;
	padding: 0.5em;
}

form.download table {
	border-collapse: collapse;
}

form.download td {
	padding: 0.5em;
}

form {
	text-align: left;
	margin: 40px 0 0 20px;
}

form h3 {
	background: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.2em;
}


form.signup {
    margin:0;
	width:100%;
	display:inline;
	color:white;
	line-height:2;
}


form.signup table {
    width:100%;
	border-collapse: collapse;
	line-height: 2.2;
	background-color:#8D8B8F !important;
	color:white !important;
}

form.signup table tr.td, form.signup label {
	color:White;
	margin: 0 0 0.2em 0;
	font-weight:normal;
	font-size:small;
	text-transform: none;
	display:inline-block;
}

#signup-message.alert {
	background-color: #C0C0C0;
	border:none;
	color: white;
}

#signup-message.accepted {
	background-color: #9FA317;
	border:none;
	color: white;
}

td.signuplabel 
{
	text-align:right;
	width:50%;
	padding:0 10px 0 30px;
}


form.signup div {
	text-align:center;
}

form.signup h3 {
	margin:0;
	padding:0;
	color:Gray;
	text-align:center;
}

div.thankyou 
{
	padding-top: 5em;
	text-align:center;	
}

table.popupheader {
	width:100%;
}

td.headerimage{
	width:50%;
}

td.headercaption{
	width:50%;
}


label.popupheader  
{
	font-size:1.3em;
	font-family:Century Gothic;
}

form label {
	color: #888;
	margin: 0 0 0.2em 0;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

form.enquiry textarea,
form.enquiry input.text {
	width: 232px;
	margin-bottom: 1em;
}

form input.button {
	margin: 0 0 1em 1em;
}

form.login p {
	width: 40em;
	margin: 1.5em 0;
}

div.alert {
	background-color: #fcffcd;
	border: 1px solid #fff28e;
	padding: 0.5em 1em;
}

div.accepted {
	background-color: #dfffe7;
	border: 1px solid #9fffb7;
	padding: 0.5em 1em;
}

