/*******************************************************************************************
	egsystems.co.uk V5.0
		Black & White Edition - June 2007
			<steve@egsystems.co.uk>
********************************************************************************************/

/* Elements and Sub-classes */
* {
	margin: 0;
	padding: 0;	
}

body {
	margin: 0 0 20px 30px;
	color: #000;
	background-color: #fff;
	font: 12px/15px Arial;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 8px 0;
}

h2 {
	margin-top: 9px;
	font-size: 16px;
	line-height: 20px;
}

h3 {
	font-size: 12px;
	line-height: 16px;
}

img {
	border: none;	
}

img.left
{
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}

img.right
{
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
}

img.bar
{
	border-top: 6px solid #000;
}


img.inline
{
	display: block;
	margin: 0 0 10px 0;
}

p {
	margin: 8px 0 12px 0;
	font-size: 12px;
	line-height: 15px;
}

p.address
{
	margin-left: 80px;
}

p.headline
{
	margin: 16px 0 18px 0;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 26px;
	/*color: #797979;*/
	color: #818181;
}

p.headline>strong
{
	font-weight: normal;
	color: #000;
}

p.small
{
	font-size: 11px;
	line-height: 13px;
}

p.doublespace
{
	line-height: 23px;
}

ul {
	list-style: none outside none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table.cols2, table.cols3
{
	margin-bottom: 20px;
	border-top: 2px solid #000;
}

table.cols2 th, table.cols2 td 
{
	
	border-bottom: 1px solid #000;
	width: 50%;
}

table.cols3 th, table.cols3 td 
{
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #000;
	width: 33%;
}

th {
	text-align: left;
	padding-bottom: 6px;
}

td {
	vertical-align: top;
}

/********************************************************/
/* Structural DIVs */
#container 
{
	width: 770px;
}

/********************************************************/
#header {
	width: 100%;
	height: 80px;
	background: url(../images/eg_logo.png) 0 2px no-repeat;
	line-height: 24px;
	margin-bottom: 10px;
}

#header_left {
	display: inline; /* fix IE6 double-margin bug */
	float: left;
	width: 180px;
	height: 22px;
	margin-top: 58px;
	border-bottom: 2px solid #000;
}

#header_middle {
	display: inline;
	float: left;
	width: 440px;
	height: 22px;
	margin: 58px 0 0 10px;
	border-bottom: 2px solid #000;
}

#header_right {
	display: inline;
	float: right;
	width: 140px;
	height: 22px;
	margin-top: 58px;
	text-align: right;	
	font: bold 18px/24px 'Helvetica Neue', Arial, sans-serif;
	border-bottom: 2px solid #000;
}

/********************************************************/
#navigation {
	float: left;
	width: 180px;
	padding-bottom: 40px;
}

#navigation p {
	margin-right: 14px;
	text-align: justify;
}

#navigation span.date 
{
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
}

#navigation a {
	border-left: 5px solid #bba;
	text-decoration: none;
	padding: 0 3px 0 5px;
}

#navigation a:hover {
	border-color: #222;
}

#navigation a.current {
	border-color: #222;
	color: #999;
}

#navigation a.current:hover {
	border-color: #000;
	color: #000;
}

#navigation ul {
	list-style: none outside none;
	margin-bottom: 20px;
}

#navigation li {
	width: 160px;
	margin-bottom: 4px;
	padding: 0;
	background: transparent;
}

#navigation li.head {
	font-weight: bold;
	margin-top: 10px;
	border-color: #fff;
	text-transform: lowercase;
	line-height: 17px;
	color: #000;
}

/********************************************************/
#content {
	float: right;
	width: 580px;
	margin-top: 0;
	padding-bottom: 0px;
}

#content a {
	font-weight: bold !important;
}

#content a.plain {
	font-weight: normal !important;
	text-decoration: underline;
	color: #666;
}

#content a.plain:hover {
	color: #000;
}

/********************************************************/
#content_head {
	width: 100%;
	height: 105px;
}

#work_head {
	width: 580px;
}

#work_head a {
	font-weight: normal !important;
	color: #000;
}

#work_head a:hover {
	color: #000;
}

#work_head table 
{
	margin-bottom: 15px;
}

#work_head td.label {
	width: 60px;
	line-height: 16px;
	font-weight: bold;
	color: #000	
}

#work_images
{
	width: 100%;
	margin-bottom: 20px;
}

/********************************************************/
#footer {
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 18px;
	font-size: 9px;
}

#footer a {
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	border-top: 1px solid #000;
	float: left;
	width: 180px;
}

#footer_right {
	border-top: 1px solid #000;
	float: right;
	width: 580px;
	text-align: right;
}

/********************************************************/
/* Rules and clearing divs */
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

div.rule
{
	clear: both;
	width: 100%;
	height: 3px;
	line-height: 0;
	font-size: 1px;
	border-top: 1px solid #000;
}

div.thick
{
	border-width: 2px;
}

/********************************************************/
/* Boxes */
.image_box {
	width: 580px;
	padding: 20px 0 20px 0;
	background-color: #f0f0ec;
	border-bottom: 1px solid #eed;
	border-top: 1px solid #fff;
}

.image_box img {
	display: block;
	margin: 0 auto 0 auto;
	/* filter:alpha(opacity=50);  /* IE7 */
	/* opacity: 0.5; /* FF, Opera, CSS3 */
}

/********************************************************/
/* Columns */
.col_1col {
	width: 100%;
	float: left;
}

.col_2col_wide {
	width: 75%;
	float: left;
}

.col_2col {
	width: 50%;
	float: left;
}

.col_3col {
	width: 33%;
	float: left;
}

.col_3col_double {
	width: 66%;
	float: left;
}

.col_4col {
	width: 25%;
	float: left;
}

.col_right 
{
	float: right;
}

/********************************************************/
/* Generics */
.right {
	text-align: right !important;
}

.center 
{
	text-align: center !important;
}

.justify
{
	text-align: justify !important;
}

.strong {
	font-weight: bold;	
}

.tight {
	margin-top: 0 !important;
}

.faded
{
	color: #887 !important;
}

.noborder
{
	border: none !important;
}