/* ________________ general ________________ */

body
	{
	margin: 0;
	padding: 0;
	/*background: #554 url(bg.gif);/*main background colour*/
	background-color:#CCCCCC;
	font: medium/1.5em arial, times, serif;
	color: #333331;
	text-align: center;
	}
	
a
	{
	color: #c50;
	text-decoration: none;
	border-bottom: 1px solid #dca;
	}
	
a:visited
	{
	color: #a86;
	border: none;
	}
	
a:hover
	{
	color: #000;
	border-bottom: 1px solid #333331;
	}
	
acronym
	{
	cursor: help;
	font-style: normal;
	border: none;
	}
	
h1
	{
	display: none;
	}
	
h2
	{
	font-size: 2em;
	font-weight: normal;
	color: #922;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
	
h3
	{
	width: 500px;
	height: 20px;
	margin: 1.2em 0 0.8em 0;
	}
	
h3 span
	{
	display: none;
	visibility: hidden;
	}
	
#contentText h3 {
 width: 500px;
 height: 27px;
 background-repeat: no-repeat;
 background-image: url(images/h3.gif);
 }
 
 h3{
	padding-top:7px;
	padding-left:30px;
	}
	
p
	{
	font-size: 120%;
	margin: 0 0 0.6em 0;
	}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */


/* ________________ containers ________________ */


#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background: #fff url(images/main.jpg) repeat-y;
	border-bottom: 15px solid #000;
	}
	
#contentText
	{
	margin-left: 30px;
	width: 530px;
	}
	
#pageHeader
	{
	width: 750px;
	height: 250px;
	background: #000 url(images/top.jpg) no-repeat;
	}

#footer
	{
	margin: 3em 0 0 18em;
	font: bold 9px/3em tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 2em;
	}
	
#linkList
	{
	position: absolute;
	top: 220px;
	left: 582px;
	width: 160px;
	margin-right: 5px;
	}
	
/* ________________ lists & typo ________________ */
	
#pageHeader h1,
#pageHeader h2
	{
	display: none;
	}

#footer a
	{
	background: #cb9;
	padding: 2px 5px;
	color: #edb;
	border: none;
	margin: 0;
	}
	
#footer a:hover
	{
	background: #000;
	border: none;
	}
	
#linkList h3
	{
	width: 210px;
	height: 25px;
	margin: 1em 0 0 0;
	padding: 0;
	}
	
#linkList p,
#linkList li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #efece3;
	text-indent: 0;
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #923b09;
	background: #bd4d0d url(images/list-bg.jpg);
	}
	
#linkList li
	{
	color: #000;
	border-bottom: 1px solid #923b09;
	line-height: 1.5em;
	padding: 0.5em 17px;
	}
	
#linkList li:hover
	{
	background: #b64a0b;
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	background: url(images/arrow.gif) no-repeat 0 60%;
	}
	
#linkList li a:hover
	{
	color: #ec9;
	background-position: -300px 60%;
	}
	
#linkList li a.c
	{
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	color: #000;
	font-weight: normal;
	}
	
#linkList li a.c:hover
	{
	color: #6e2308;
	}
	

	
h3.select { background: transparent url(h3-select.gif) no-repeat;}


#h3 { background: url(h3-theroad.gif) no-repeat; margin-top: 0; }

.floatleft{
	float:left;
	}
	
.floatright{
	float:right;
	}


.highlightedText{
	background-color:#CCCCCC;
}

.highlightedBlueText{
	background-color:#fff;
	font-weight: bold;
}

table.serv{
	font-weight: bold;
	text-align: center;
	font-size:80;
}
