/*-------------------------*//* print stylesheet *//*-------------------------------------*/
/*----------------------------------------------------------------------------------------*/

body {
	font: normal 62.5%/1 verdana,arial,helvetica,san-serif;
	background: white;
	font-size: 11pt;
	}

h2{
	border-bottom:1px solid #999;
	padding-bottom:10px;
}
	
/* link specific styles 
-------------------------------------------------------------*/

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration:none;
	font-size: 10pt;
	}
	
/*css 3 styles for gecko browsers*/
#content a:link:after, #content a:visited:after {
   content:" ("attr(href)")";
   }
	
#content a[href^="/"]:after {
  content:" (http://www.lynxsecurity.co.uk"attr(href)")";
   }
	
#faqID #content a:link:after, #faqID #content a:visited:after {
   content:"";
   }
	
/*content specific styles 
-------------------------------------------------------------*/

#container, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

#content_main{
	border-bottom:1px solid #999;
	padding-bottom:15px;
}

#content_main img{
/*	display:none;*/
	height:0;
	margin:0;
}

#nav_sub{
	display:none;
}
	
/* hidden page sections 
-------------------------------------------------------------*/	
	
#nav, #header_logo, #header_links, #header_tagline img, #newsletter, .content_case img{
	display: none;
	}
	
/* footer specific styles 
-------------------------------------------------------------*/	
#footer{
	font-size: 9pt;
	margin:10px 0 0 0;
	border-top:1px solid #999;
	padding-top:10px;
}



/*home*/

#news_articles{
	margin:0;
}

#news_articles h4, #news_articles h5{
	margin:0;
	line-height:1.4;
}

news_articles h4{
	margin-bottom:5px;
}

/*about us*/
#content_subinner img{
	display:none;
}

#content_subinner a{
	display:none;
}

#newsID #content_sub, #newsArchiveID #content_sub{
	display:none;
}

/*faq*/

.toggle{
	display:block;
}