/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Ben Hallam, DBS, www.dbs-uk.co.uk                              */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}



h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1f87f3;
	font-style:italic;
	font-weight:normal;
	display:block;
	padding-left:16px;
	background:url(/site/img/h1bg.jpg) left no-repeat;
	margin-bottom:10px;
}

h2
{
	font-size:1.16em;
	color:#666;
	margin-bottom:1em;
}

h3, h4, h5, h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.33em;
	color:#1f87f3;
	font-style:italic;
	font-weight:normal;
	display:block;
	padding-left:16px;
	background:url(/site/img/h1bg.jpg) left no-repeat;
	margin-bottom:10px;
}


div#content p, div#content ul, div#content ol
{
	color:#666;
	font-size:1.16em;
}

div#content ul li ul, div#content ol li ol
{
	color:#666;
	font-size:1em;
}


div#testimonial p
{
	margin:0;
	font-size:0.92em;
	color:#999999;
}

div#testimonial p.testimonial_name
{
	color:#2e7dc8;
}

div.faqbox
{
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}

ol.faqlist li
{
	padding:0 0 10px 0;
}



/* news styles */

h3.news_header
{
	display:block;
	background:#d9e4ee;
	padding:3px 0;
	color:#004a8f;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-style:normal;
	font-size:1.16em;
	text-align:center;
}

div#news p
{
	color:#004a8f;
	font-size:0.92em;
}




/* image styles */

.content_image_left
{
	float:left;
	padding:0 25px 0 15px;
	text-align:left;
}

.right_button
{
	padding-bottom:4px;
	text-align:left;
}

.footer_icon
{
	padding-bottom:5px;
}


/* jquery styles */

#animated_banner
{
	height:127px;
	width:561px;
	overflow:hidden;
}


#monitor_slide
{
	width:170px;
	height:142px;
	margin-right:15px;
	float:left;
}

/* no javascript trick to hide map loading message */
.notloaded
{
	display: none;
}
