﻿body, input, textarea, select  {
	font-family: Arial, Tahoma, Verdana;
	font-size: 9pt;
	color: #555555;
}

body {
	line-height: 21px;
}

form {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 1px dotted #999999;	
	padding: 2px;
}

h1 {
	color: #6f1200;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}

h2 {
	color: #bb2830;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	color: #bb2830;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 10px
}

a {
	color: #bb2830;
}

a:hover {
	color: #6f1200;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

ul {
	list-style-type: square;
}

div.myhr {
	height: 1px;
	border-bottom: 1px dotted #aaaaaa;
	padding: 0px;
	margin: 0px;
}

#footer {
	font-size: 7pt;
	line-height: 14px;
}

#footer .normaltext {
	font-size: 9pt;
	line-height: 19px;
}

#footer a {
	color: #555555;
}

.rightcol ul {
	margin: 0px;
	padding: 0px 0px 15px 18px;
}

#contactbox {
	width: 220px;
	background-color: #f0f0f0; 
	padding: 15px 20px 10px 20px; 
	margin-top: 10px; 
	background-image: url(/_img/submitbox_corner.gif); 
	background-position: top right; 
	background-repeat:no-repeat;
}

#contactbox input, #contactbox textarea {
	margin-bottom: 8px;
}

#ServicesMenu {
	margin: 0px;
	padding: 0px;
}

#ServicesMenu li {
	list-style-type: none;
}

#ServicesMenu .Injury-Accident-Claims a.servicelink {
	background: transparent url('/_img/injury-accident-claim-btn.gif') 0 50% no-repeat;
}

#ServicesMenu .Family-Divorce-Law a.servicelink {
	background: transparent url('/_img/family-divorce-law-btn.gif') 0 50% no-repeat;
}

#ServicesMenu .Employment-Advice a.servicelink {
	background: transparent url('/_img/employment-advice-btn.gif') 0 50% no-repeat;
}

#ServicesMenu .Commercial-Litigation a.servicelink {
	background: transparent url('/_img/commercial-litigation-btn.gif') 0 50% no-repeat;
}

#ServicesMenu a.servicelink { 
	display: block;
	text-indent: -999px;
	overflow: hidden;
	height: 30px;
	width: 249px;
}
#ServicesMenu a.servicelink:hover { 
	background-position: -250px;
}

#ContactFormBox {
	background-color: #f0f0f0;
	padding: 10px;
}

