/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* McClure Solicitors Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #0042B5;}
a:visited {color: #0042B5;}
a:hover {color: #008400;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #003591;
	margin: 0px; padding: 0px;
	font: 0.8em/1.4em arial, verdana, sans-serif;
	color: #000000;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #003591;
	padding: 0px 0px 5px 15px;
	margin: 0px 0px 10px -15px;
	background: transparent url(images/background_h1.jpg) no-repeat left 18px;
	}

h2 {
	font-size: 1.1em;
	color: #277027;
	margin: 0px 0px 2px 0px;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0px 0px 3px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

blockquote {
	background-color: #EDF0F6;
	border-top: 1px dashed #0042B5;
	border-bottom: 1px dashed #0042B5;
	color: #0042B5;
	font: bold italic 1.2em 'Trebuchet MS', arial, verdana, sans-serif;
	margin: 25px 0px 25px 0px;
	padding: 15px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 5px 10px 5px 5px;
	padding: 0px 0px 0px 15px;
	list-style-image: url(images/bullet.gif);
	}
	
	ul li {
		padding: 0px 0px 2px 0px;
		}

	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* McClure Solicitors Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	height: 1px;
	background-color: #CCCCCC;
	margin: 20px 0px 20px 0px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.greenText {
	color: #277027;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	color: #001A48;
	font: bold 13px arial, verdana, sans-serif;
	line-height: 18px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featuredContent{
	background-color: #EFF7EF;
	padding: 20px;
	color: #277027;
	border: 2px dotted #277027;
	margin: 25px 0px 25px 0px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* McClure Solicitors Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 741px;
	margin: 0px auto 0px auto;
	border: 1px solid #001231;
	background: white url(images/background_mainholder.gif) repeat-y left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#topArea {
	height: 57px;
	padding: 11px 0px 0px 9px;
	background: transparent url(images/background_toparea.jpg) no-repeat left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 143px;
	padding: 20px 0px 200px 0px;
	}
	
	#menuArea a {color: white; text-decoration: none; background: transparent url(images/background_menuitem.gif) no-repeat 10px 9px; padding: 4px 10px 4px 24px; display: block;}
	#menuArea a:visited {color: white;}
	#menuArea a:hover {color: #57AD57; background-image: url(images/background_menuitem_over.gif);}
	
	#menuArea .subNavigation {background-color: #1C56BD; border-left: 8px solid #265EC0;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#contentArea {
	float: left;
	width: 419px;
	padding: 15px;
	background: transparent url(images/background_contentarea.gif) no-repeat left top;
	}

	#contentArea .adverts{
		display: inline; /* Fix for IE bug */
		float: left;
		width: 141px;
		position: relative;
		left: 579px;
		margin: -40px 0px 0px -141px;
		}
		
		#contentArea .adverts img {
			display: block;
			margin: 0px 0px 20px 0px;
			}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	background-color: #57AD57;
	color: white;
	padding: 6px 10px 8px 10px;
	font-weight: bold;
	}
	
	#footerArea #toltechLink {
		float: right;
		}
	
	#footerArea	a {color: white; text-decoration: none;}
	#footerArea a:visited {color: white;}
	#footerArea a:hover {color: #DAD200;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/