body	{background-color: #f04e37 ;
	font-weight: bold;
	color: #ffffff ;
	font-family: verdana,arial,sans-serif}

tr	{
	vertical-align: top;
	font-size: 90%;
	color: #ffffff ;
	}

p	{margin-left : 10px; 
	text-align : justify; 
	margin-right : 10px; 
	}

.heavy	{font-size : 120%; }

.high {color : #FFFF00}

p.tcenter { text-align: center; }

p.tiny	{ font-size: 65%; }

img.calign {vertical-align: middle}

a:hover	{background-color: #FFFFFF;}

#webfront a:hover {
	background-color: transparent;
}

.frtext a:hover {
}

#footer { clear: both; }

#footer p {
	padding-top: 2.5em;
/* the line above gets overridden later in styles.inc for IE only */
	font-size: 60%;
	}

#content {
	padding: 0.5em;
	clear: both;
	font-size: 90%;
	}

#fronttext {
	margin-top: 10px;
	padding: 0.5em;
	clear: both;
	font-size: 90%;
	}

#fronttext a {
	text-decoration: none;
	}

#fronttext a:link, #fronttext a:visited {
	color: #fff;
	}

#fronttext a:hover {
	color: #00f;
	}

/************ pseudo image maps *************/
#webheader {
	float: right;
	background-image: url(../pictures/site/sm_webheader.jpg);
	width: 346px;
	height: 101px;
	margin-left: 10em;
	}

#webheader a {
	font-size: 80%;
	position: relative;
	height: 38px;
	text-decoration: none;
	padding: 1em;
	}

#webheader a b {
	visibility: hidden; 
	}

#webheader a:hover b {
	visibility: visible; 
	}

a#contact {
	top: 50px;
	left:5px;
	}

a#home {
	top: 10px;
	left:0px;
	}

#webfront {
	position: relative;
	top: 10px;
	background-image: url(../pictures/site/webfront.jpg);
	width: 640px;
	height: 480px;
	}

#webfront a {
	font-size: 100%;
	font-weight: 200;
	position: relative;
	text-decoration: none;
	padding: 5em;
	}

#webfront a b {
 	visibility: hidden;  
	}

#webfront a:hover b {
	visibility: visible; 
	background-color: #f04e37;
	color: #FFFFFF;
	}

a#sites {
	top: 70px;
	left:-125px;
	}

a#durham {
	top: 70px;
	left:135px;
	}

a#ebay {
	top: 230px;
	left:-250px;
	}

a#main {
	top: 200px;
	left:0px;
	}

a#logos {
	top: 360px;
	left:-115px;
	}

a#montage {
	top: 340px;
	left:65px;
	}

/**************** header bits *****************/
#header {
	padding:0.5em;
	}

#header h2 { padding-left: 7em; }

#header h3 { padding-left: 10em; }

div.lmargin { margin-left:10em; padding:0.5em;}


div.rightbox {
	position: relative;
	top:0;
	float: right;
	margin:0 0 1.0em 1.0em;
	}

div.white {
	background-color: #fff; 
	}

div.leftbox {
	position: relative;
	top:0;
	float: left;
	margin:0 0 1.0em 1.0em;
	}

div.clright {
	clear: right;
	}

div.clright h2 { 
	padding-left: 2em;
 }


/**************** menu styles *******************/

#menu {
float: left;
top:0.5em;
left:0.5em;
width: 10em;
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

