html {
	background-color: #223039;
}
body { 
/* Todays colours are from Ohmedia.
Dark grey: 223039
Dark blue: 0D141C
Medium grey: 384A54
Mustard: E29E1F
White: FFFFFF
*/
	padding: 1em; 
/*	background-color: #26393D; */
/*	background-color: #40627C; */
	background-color: #223039;
}

a {
    text-decoration: none;
}

div#bd {
/*	background-color: #FFFAE4; */
    background-color: #384a54;
	padding: 0 1em;
	color: white;
}
div#hd {
	color: white;
/*	background-color: #C94A31; */
	background-color: #0d141c;
	margin: 0;
	padding: 2ex;
}
div#hd h1 { 
	margin: 0; 
	font-size: 160%;
	font-weight: bold;
}
div#hd h1 a {
  color: white;
  font-weight: 100;
}
div#hd h1 a:hover {
  color: white;
  font-weight: 100;
  text-decoration: none;
/*  background-color: ;*/
}

div#hd p { margin: 0; font-size: 80%; }
div.yui-b {
	padding: 1ex;
}
div#ft {
	background: #eee;
	font-size: 80%;
	padding: 1ex;
}
#productsandservices {
	margin:0 0 10px 0;
	float: right;
	width: 11em;
}

div.posting {
	padding: 1ex 0;
	border-bottom: 1px dotted #ddd;
}

label,
h1,
h2 {
	padding: 0.5ex 0;
	font-size: 130%;
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	padding: 1ex 0 2ex 0;
	line-height: 3ex;
/*	color: #26393D; */
	color: #fff;
}

.posting .posted {
	font-size: 80%;
	color: #333;
}

#yui-main ul li {
	list-style-type: disc;
	padding: 1ex 1ex;
	margin-left: 4ex;
}

a {
    color: #E29E1F;
    font-weight: bold;
}

#tabs {
  width: 96%;
 //  background-color: #444;
  padding-top: 0.5em;
  list-style-type: none;
  border-bottom:  2px solid #405461;
  padding-left: 2em;
  
}

.tab,
.activetab {
    display: inline;
    margin: 0.1em;
    padding: 0.5em 1em 0 1em;
    border:  2px solid #405461;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px; 
    border-radius-topright: 5px;
}

.tab {
    color: #6DA8EB;
    background-color: #27333B;    
}


.tab a {
/*    background-color: #0d141c; */
}

.activetab {
    background-color: #384a54;
    border-bottom: 2px solid #384a54;
    font-weight: bold;
}

li {
    color: #fff;
}

label,
h1, h2, h3, h4, h5 {
    color: #6DA8EB;
    padding-top: 1em;
    padding-bottom: 0.4ex;
}

.sidebox {
    border:  1px solid #405461;
    background-color: #27333B;
    padding: 1em;
    margin-bottom: 1ex;
}
.sidebox h1,
.sidebox h2,
.sidebox h3,
.sidebox h4,
.sidebox h5 {
    padding-top: 0;
}

.abox {
    border: 1px solid #405461;
    background-color: #03141c;
    padding: 1ex;
    color: white;
}

.linkpost {
 margin: 1ex 0;
 display: table;
 border-spacing: 32px;
 background-color: white;
 color: #000;
}
.linkpost .row {
 display: table-row;
 margin-bottom: 4em;
}
.linkpost .linkitem {
 display: table-cell;
 width: 42%;
}
.linkpost img {
 float: left;
 padding-right: 0.7em;
 margin-top: -1em;
}