/* 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;
}

.required
{
    color: #ff0000;
}

h1
{
	font-size:1.67em;
	color:#001f64;
	font-weight:normal;
	margin-bottom:5px;
}

h2
{
	font-size:1.42em;
	color:#01329b;
	font-weight:normal;
	margin-bottom:5px;
}

h3, h4, h5, h6
{
	font-size:1.17em;
	color:#001f64;
	font-weight:normal;
	margin-bottom:5px;
}

h3.initial_header
{
	display:block;
	height:25px;
	padding:5px 0 0 0;
	background:url(/site/img/initial-header-bg.jpg) repeat-x #0099d7;
	text-transform:uppercase;
	color:#FFF;
	font-size:1.33em;
	margin-bottom:10px;
	text-align: center;
}

h3.ourpeople_office
{
	display:block;
	height:25px;
	padding:5px 0 0 7px;
	background:#38B5E1;
	background:url(/site/img/initial-header-bg.jpg) repeat-x #0099d7;
	color:#FFF;
	font-size:1.33em;
	margin-bottom:10px;
	clear:left;
}


div#body_container p,
div#body_container ul,
div#body_container ol
{
	font-size:1em;
	color: #373737;
	line-height:1.33em;
}

div#body_container a:link,
div#body_container a:visited
{
	color:#399fc6;
	font-weight:normal;
	
}

div#body_container a:hover,
div#body_container a:active
{
	color:#00b8ff;
}

div#body_container p.standout
{
	font-size:1.33em;
	color:#001f64;
}


div#right_column p
{
	font-size:1em;
	color:#545353;
	margin:0 0 5px 2px;
}

#tel_table
{
	font-size:1.08em;
	margin-bottom:9px;
}

#tel_table tr td.tel_table_place
{
	color:#001f64;
}


#tel_table tr td.tel_table_number
{
	color:#01329B;
}


.page_img_left
{
	border:1px solid #999;
	float:left;
	margin-right:15px;
}

ul.inpagelist
{
	padding-left: 225px;
}

ul.inpagelist li
{
	margin-bottom:10px;
}


/* legal news */
.newscontainer
{
    margin-bottom: 25px;
}

.newsheader
{
    padding-top: 1em;
    margin-bottom: 5px;
}

.newsdate
{
    font-style: italic;
}

.footerlinks
{
    margin-bottom: 1em;
}

.SearchButton
{
    display: none;
}
