body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 0;
	margin: 0;
	background: none;
}

#container	{
	position: relative;
	width: 100%;
	margin: auto auto;
	}

#header	{
	height: 0;
	margin: 0 auto;
	display:none;
	}


#news	{
	text-align: left;
	width: 100%;
	height: 200px;
	margin: 0;
	float: left;
	background: none;
	border-bottom: 1px solid #AAA;
	}

#flash	{
display: none;
	}
	
#terplogin	{
	width: 251px;
	height: 200px;
	background: url('img/terp_login.jpg') top left no-repeat;
	float: right;
	display: inline;
	margin: 0 -40px 20px 10px;
	border: 0px solid #CCC;
	padding: 50px 0 0 0px;
	}

#navi	{
display:none;
	width: 0;
	}


#linkList ul {
	width: 0;
	display:none;
	}

#linkList li {
	background: url(img/btn_back.jpg) repeat top left;
	padding: 0;
	margin: 0;
	border-top: white solid 1px;
	border-bottom: #CCC solid 1px;
	}


#linkList p.navi	{
	margin-top: 0px;
	padding:8px 10px 0 10px;
	line-height: 1.3em;
	}

#linkList ul li a {
	display: block; /*this makes the whole cell highlight in Firefox */
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	height: 100%;
	padding-bottom: 4px;
	}

#linkList ul li a:hover {
	background: url(img/btn_back.jpg) repeat center right;
	width: 200px;
	color: white;
	}

	
#content	{
	position: absolute;
	top:20px;
	left:20px;
	float: left;
	background: none;
	text-align: left;
	padding: 0px 20px 5px 0px;
	width:80%;
	height: 100%;
	}

#footer	{
	position: relative;
	left:-10px;
	width: 599px;
	background: none;
	height: 9px;

	}
	
/* =============TYPOGRAPHY============ */

#content p	{
	font: 12px arial;
	}

#footer p	{
	font-family:Georgia;
	font-size: 0.5em;
	color: #444;
	}

#content h1	{
	font-family:Georgia;
	font-size: 2.0em;
	color: #600;
	font-weight: normal;
}

#content h2	{
	font-family:Georgia;
	font-size: 1.3em;
	color: #600;
	font-weight: normal;
}

#content h3.byline	{
	font-family:"Georgia", Arial;
	color: #AAA;
	margin-top: -20px;
	font-weight: normal;
	font-style: italic;
	}

#content a	{
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover	{
	color: #444;
}

blockquote	{
	font-family:Arial;
	font-size: 0.8em;
	color: #555;
	}

/* ============TABLES================= */

#content table	{
	border-top: 0px solid #000;
	border-bottom: 0x solid #000;
	margin: 0 0 15px 15px;
	background-color: #FFF;
	color: #444;
	font-family: Arial;
	}

#content form table	{
	border: 1px solid #036;
	width: 75%;
	}

#terplogin form table	{
	border: 0px solid #036;
	width: 80%;
	}

#content table td ul	{
	border-top: 1px solid #000;
	margin: 0;
	}

#content table td ul li	{
	list-style: none;
	}
	
#content table tr	{
	border-bottom: 1px solid #999;
	}

#content table td.cellwidth1	{
	width: 80px;
	}

#content table td.cellwidth2	{
	width: 200px;
	}

#content table td {
	font-size: 0.8em;
	}

#content table.commonservices	{
	font:Arial 12px;
	margin: 10px;
	border: 0px solid #003366;
	background-color: white;
	color: black;
	border-collapse: collapse;
	}

#content table.commonservices td	{
	border-bottom: 1px solid #999;
	padding: 5px 10px 0 0;
	}
	
#booking_form table {
	width: 100%;
	padding-right: -30px;
	}
	
#terplogin table {background: none; border: none;}

#content #news_table	{width: 100%; background: none; border-collapse: collapse;}
#content #news_table td	{border-bottom: 1px solid #AAA; padding: 5px 0;}
#content td.table_date	{width: 35%; color: #039; font: italic bold .9em/1.1 Arial,helvetica,sans-serif;}

/*==========MISC RULES============ */

#content ul	{
	font-family: arial;
	font-size: 12px;
	}

ul.contactdetails	{
	list-style:none;
	}
	
img.printbutton {
display:none;
	float: right;
	display:inline;
	}
	
 a.printbutton img {
 display:none;
 	border: none;
	}
	
 a:hover.printbutton img {
 display:none;
 	border-bottom: 1px dashed #666;
	}
