/* CSS Document */
/*******************************************************************************/
/* Layout CSS File                                                             */
/*   Screen-based site layout and positioning rules                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* center align trick */
/*******************************************************************************/
body {
	/* to get ie5/win to align the layout in the center */
	text-align: center;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
}

/* utility classes */
/*******************************************************************************/
div.spacer {
	clear: both;
}

/* skip links - accessibility */
/*************************************************************************************/
div#skiplinks
{
	height: 2em;
	font-size: 10px;
}

div#skiplinks p
{
	color: #ccc;
	line-height: 2em;
	margin-bottom: 0;
}
 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #ccc;
}


/* overall container */
/*******************************************************************************/
div#container
{
	width: 767px;
	padding: 0;
}


/* header block */
/*******************************************************************************/
div#header_container
{
}

/* site container */
/*******************************************************************************/
div#site_container_head
{
	background: #fff url(/site/img/bg_topcap.gif) no-repeat;
	height: 8px;
	font-size: 0.01em; /* fix for minimum div height bug in IE */	
}

div#site_container
{
	background: #fff url(/site/img/bg_mid.gif) repeat-y;
}

div#site_container_foot
{
	background: #fff url(/site/img/bg_botcap.gif) no-repeat;
	height: 10px;
	font-size: 0.01em; /* fix for minimum div height bug in IE */
}

/* column - navigation */
/*******************************************************************************/
div#nav_column
{
	float: left;
	width:  145px;
	margin: 0 14px 0 0;
}

div#nav_column ul
{
	margin: 110px 0 0 1px;
	padding: 0;
	list-style-type: none;
}

div#nav_column ul li
{
	width: 145px;
	margin-bottom: 2px;
	background: #c70101 url(/site/img/nav_btn.jpg) no-repeat top left;
}

div#nav_column ul li a
{
	line-height: 28px;
	padding-left: 30px;
	display: block;
}

div#nav_column ul li a:hover,
div#nav_column ul li.selected
{
	background: url(/site/img/nav_btn_on.jpg) no-repeat top left;
}

/* column - body */
/*******************************************************************************/
div#body_column
{
	float: left;
	width: 403px;
	margin: 0 14px 0 0;
}

/* column - adbar */
/*******************************************************************************/
div#adbar_column
{
	float: left;
	width: 176px;
}

div.vcard, div#adbar_column img, div#flashholder
{
	margin: 0 0 6px 0;
}

/* footer */
/*******************************************************************************/
div#footer_container
{
	color: #666666;
	font-size: 0.83em;
}


.standout
{
	font-size:1.16em!important;
	color:#C00!important;
}

.phonenumber
{
	font-size:1.33em!important;
	font-weight:bold!important;
	color:#F60!important;
}