@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 0000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

input,textarea {
      font-family: Verdana, Arial, Helvetical, sans-serif;
      font-size: 75%;
}

#sidebar1  li {
	padding: 5px;
	list-style-type: square;
	list-style-image: url(images/off.gif);
	left: 10px;
}
#sidebar1 a {
	text-decoration: none;
}
.twoColFixLtHdr #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 146px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 24px;
}
.lines {
	border-bottom-color: #006142;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.twoColFixLtHdr #mainContentHome {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 175px;
	margin-right: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-style: normal;
	width: 400px;
	top: 100px;
} 

.twoColFixLtHdr #mainContent {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 195px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	width: 540px;
	top: 100px;
	line-height: normal;
	float: none;
	;
} 


.twoColFixLtHdr #imageHolder {
	position: absolute; 
	top: 96px;
	/*   right: 308px;    */
	width: 100px;
	float: right;
	margin-left: 600px;
	/*  padding-left: 600px;  */
}

.solicitor img {
	padding-right: 7px;
	padding-top: 10px;
}
.pageheader {
	font-size: 2px;
	font-weight: bold;
	color: #005D3E;
}
.twoColFixLtHdr #footer { /* this class can be used to float an element left in your page */
	float: left;
	background-color: #FFFFFF;
	width: 750px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center top;
}
.button {
	color: #005D3E;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #006142; 
	/* border-bottom: 1px solid #006142;   */
	border-right: 1px solid #006142; 
}

.button-last {
	color: #005D3E;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #006142; 
	border-right: 1px solid #006142; 
	border-bottom: 1px solid #006142; 
}

.button-on {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #005D3E;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #005d3e; 
	/* border-bottom: 1px solid #005d3e;   */
	border-right: 1px solid #005d3e; 
}
.button-on-last {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #005D3E;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #005d3e; 
	border-bottom: 1px solid #005d3e; 
	border-right: 1px solid #005d3e; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 9px;
	line-height: 0px;
	left: 590px;
}
.whoweare_but  img  {
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #005D3E;
}
.textmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	white-space: normal;
	width: 530px;
	text-align: justify;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #005D3E;
	letter-spacing: 0em;
	background-position: center top;
	line-height: normal;
}
.textmain2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	white-space: normal;
	width: 530px;
	text-align: justify;
	border-right-width: 5px;
	margin: 0px;
}
.bullets {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	list-style-position: inside;
	list-style-type: circle;
}
.twoColFixLtHdr #container .solicitor {
	float: none;
	width: 550px;
	left: 170px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 175px;
}
.linktoanchor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #005D3E;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #005D3E;
}
.subgreen {
	font-size: 1em;
	line-height: 1.3em;
	color: #005D3E;
	text-transform: uppercase;
}
.imageholder {
	float: right;
	height: 158px;
	width: 210px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 25px;
}
.imageholder3 {
	float: left;
	height: 80px;
	width: 102px;
	padding-right: 15px;
}
.imageholder2 {
	float: left;
	height: 120px;
	width: 80px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imageholder4 {
	float: left;
	height: 80px;
	width: 109px;
	padding-right: 15px;
}
#logos {
	width: 146px;
	padding: 0px;
}
.imageholder5 {
	float: right;
	height: 413px;
	width: 210px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 25px;
}
.imageholder6 {
	float: right;
	height: 324px;
	width: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 25px;
}
.twoColFixLtHdr #footerhome {
	float: left;
	background-color: #FFFFFF;
	width: 750px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center top;
}

