/* Generic styles for pages within the Best Solicitors website */

body 
{
font-family: Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
background-color: #ffffff;
background-image: url('bestsolimages/shadows.gif');
background-position: center top;
background-repeat: repeat-y;
}

ul
{
	list-style-type: disc;
}

/* This ensures that the website sits in the middle of the screen */
div.wrapper 
{
	width: 962px;   /** BCMS - width of the main window **/
	height:100%; 
	margin:auto; 
	vertical-align:top; 
}

div.header { display: block; background: #cc0000; width: 100%; height: 133px; color: #fff;}  /** BCMS - height & background (which will be overwritten) **/
	div.header div.logo			{ width: 211px; float: left; }
	div.header div.menublock	{ width: 751px; float: left; padding-left: 0px; padding-top: 67px; }
	
	
.logo img { margin-left: 22px; margin-top: 20px; }


img { border: 0px none; }

div.banner { width:100%; height: 240px; display:block; float:left; padding:0; margin: 0; border: 0px none; background: #8C0B06; }
	div.banner img 		{ border: 0px none; margin:0; padding:0 }
	div.banner p 		{ line-height: 0%;  margin: 0; padding: 0; }
	div.banner table 	{ padding:0; margin: 0; border: 0px none; }

div.content_main
{ 
	width:100%; 
	clear: both;
	padding-top:20px; 
	padding-bottom:10px; 
	background: #fff; 
	font-size: 0.9em;
}

table.main-cont-table
{
	width: 100%;
	height: 180px;
	background: white;
}

#footer 
{
	background: #ffffff;
	color: #000000;
	font-size: 0.7em;
	text-align : center;
	clear: both;
	padding-top: 8px;
	background-image: url('bestsolimages/shadows.gif');
	background-position: center top;
	background-repeat: repeat-y;
}

#footer a { font-weight: bold; color: #000000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }