/* Smithson Solicitors Style Sheet */
/* Created by Terry Church Design */
body {
	font: small Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/sidestrip.jpg) repeat-x left top;
}
#wrapper {
	margin: 0px auto;
	width: 863px;
	background-color: #FFF;
}
#masthead {
	background: url(images/top.jpg) no-repeat;
	height: 50px;
}
#flash {
	height: 154px;
}
#flash img {
	padding-left: 30px;
	padding-right: 28px;
}
#content {
	padding: 30px 28px 0 30px;
	
}
#logo {
	width: 146px;
	float: left;
}
#mainContent {
	width: 385px;
	float: left;
	padding: 0 20px 0 25px;
}
#sideContent {
	width: 205px;
	float: left;
	padding-left: 20px;
}
#sideContent h2 {
	margin: 5px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #C80000;
}
#sideContent p {
	margin-top: 5px;
}
#oneContent {
	width: 610px;
	float: left;
	padding: 0 20px 0 25px;
}
#oneContent ul {
	font: small Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 0 0 0 15px;
	list-style: square;
}
#oneContent li {
	padding-bottom: 5px;
}
.separatorInvisible {
	clear: both;
	height: 0px;
}
#footer {
	height: 116px;
	color: #FFF;
	clear: both;
	background: url(images/footer.jpg) no-repeat left top;
}
#footer p {
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	padding-top: 80px !important;
	margin: 0;
}
#footer a {
	color: #FFF;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0;
	color: #C80000;
	border-bottom: 1px solid #C80000;
}
h2, h3 {
	font: small Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0;
}
h2 {
	color: #C80000;	
}
h3 {
	padding: 0;
	color: #88700E;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 1em;
	text-align:justify;
}
a {
	color: #88700E;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
/* FORM */
#contactForm {
	margin: 30px 0 0 0;
}
#contactForm label, #contactForm input, #contactForm textarea {
	font: small Arial, Helvetica, sans-serif;
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	border: 1px solid #88700E;
}
#contactForm label {
	text-align: left;
	width: 100px;
	padding-right: 20px;
	border: none;
}
#contactForm .submitButton {
	border: 1px solid #C80000;
	background: #C80000;
	font-size: 12px;
	color: #FFF;
	width: 100px;
	cursor: pointer;
}
#contactForm br {
	clear: left;
}
/* MISC */
.warning {
	font-weight: bold;
	color: #C80000;
}
.accent {
	color: #88700E;
	font-weight: bold;
}