@import url("content.css");

/* 1 :-------- Global Styles ------------ */
	
	html {
		height: 100%;
		}
	body {
		margin: 20px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		height: 100%;
		color: #666;
		}			
	body * {
		margin-top: 0;
		}		
	#page {
		 margin: 0;
		 width: 900px;	
		 background: #fff;
 		}
		
	/* skip link to content */
	.skipLink {
		display: none;
		}
	
	/* hide print logo */
	.printLogo {
		display: block;
		}		
				
	/* default images */
	img {
		display: block;
		}
	a img {
		border: none;
		}	
		
	/* clear div */
	.clear {
		clear: both;
		}				

	/* default links */
	a:link {
		color: #014f4e;
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		color: #014f4e;
		}
	a:visited {
		color: #014f4e;
		text-decoration: none;
		}
	a:visited:hover {
		color: #014f4e;
		text-decoration: underline;
		}
		
	/* default header colour*/
	h1, h2, h3, h4, h5 {
		color: #014f4e;
		}				

/* 2 :-------- Header ------------ */
	
	a.mainLogo {
		display: none;
		}


/* 3 :-------- Search ------------ */
		
	#search	{
		display: none;
		}
				
		
/* 4 :-------- Navigation ------------ */
	#navigation {
		display: none;
		}

/* 5 :-------- Flash ------------ */

	#flashContent {
		display: none;
		}

/* 6 :-------- Title ------------ */		

	#maintitle {
		height: 50px;
		}
	#maintitle h1 {
		position: absolute;
		z-index: 60;
		font-weight: bold;
		padding-top: 10px;
		}		
	#maintitle img {
		display: none;
		}				

/* 7 :-------- Leftnav ------------ */

	#leftnav ul {
		display: none;
		}
	#leftnav img {
		display: none;
		}			
								
/* 8 :-------- Content ------------ */

	.lower #content {
		padding: 0;
		float: left;
		width: 670px;
		}	
		
	.contactform {
		width: 640px;
		float: left;
		margin-left: 0;
		}
	.contactDetails {
		width: 200px;
		float: left;
		padding-right: 0;
		}	

	/* See content.css for all style that site inside the content div */		

/* 9 :-------- Footer ------------ */
	#footer {
		display: none;
		}								

/* 1 :-------- sIFR ------------ */

	.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
		}
	
	span.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		}	

		