body {
	font-size: 90%;
	text-align: center;
	margin: 10px 0px;
    background: #05101B url('images/background.jpg') no-repeat fixed;
    background-position: center top;
}
/* structural styles */
div {
	overflow: hidden;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: black;
	text-align: left;
	background-color: #003164;
	overflow: visible;
}
#header {
	margin-bottom: 0px;
	float: left;
	background: url(images/bg-top.jpg) repeat-x;
	width: 100%;
	overflow: visible;
}
#scales {
	float: left;
	width: 131px;
	height:80px;
	background: url(images/cornet.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
#title {
	margin: 0px;
	height: 95px;
	padding-top: 0px;
	margin-top: 0px;
	color: silver;
	background: url(images/wallissolicitorslimited.png) no-repeat top center;
	/* width: 660px; */
}
#title h1 {
	color: silver;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-indent: -999px;
}
#menu {
	position: relative;
	margin-left: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	overflow: visible;
	z-index:100;
}
ul#menulist
{
	list-style: none;
	padding: 0;
	margin: 0px;
	background: none;
	position: relative;
}
#menulist li {
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	position: relative;
	white-space: nowrap;
	margin: 2px 10px 5px;
}
ul#menulist li ul
{
	display: none;
	position: absolute;
	top: 16px;
	left: 0px;
	margin:0;
	list-style: none;
	padding: 0;
	background-color: DarkRed;
	z-index:300 !important;
}
.submenuitem
{
	background-color: DarkRed;
	z-index:300 !important;
}
.menuitem:hover ul
{
    display: block !important;
}
a.white {
	color: white;
	text-decoration: none;
}
a.white:hover {
	color: silver;
	text-decoration: underline;
}
#main {
	float: left;
	margin: 0px;
	width: 740px;
	padding: 10px 30px;
	text-align: justify;
	background-color: #80A0B6;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	z-index: 100;
}
#pagetitle {
	float: right;
}
#footer {
	clear: both;
	font-size: 80%;
	text-align: left;
	padding: 2px 10px;
	color: silver;
}
#footer p {
	margin-bottom: 0.5em;
	margin-top: 0.25em;
}
.clear {
	clear: both;
}
div.pdflink {
	padding: 5px;
	margin: 5px 10px;
	font-size: 80%;
	text-align: center;
	clear: both;
}

/* text styles */
h1, h2, h3, h4, h5, h6 {
	color: darkred;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: left;
}
h1 {
	font-size: 175%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}
p {
	margin-top: 0px;
	margin-bottom: 1.5em;
}
a {
	color: darkred;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
.olive {
	color: #005264;
}
.darkred {
	color: darkred;
}
ul {
	padding-right: 40px;
	list-style: circle;
}
ol {
	list-style-type: lower-alpha;
	padding-right: 40px;
}
img {
	padding: 5px;
	margin: 5px 10px;
	border: 1px solid #005264;
}
a img {
	padding: 0px 5px;
	margin: 0px;
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	border: 0;
	height: 1px;
	color: #005264;
	background-color: #005264;
	width:85%;
	text-align: center;	
}
hr.darkred {
	color: darkred;
	background-color:  darkred;
}
hr.olive {
	color: #005264;
	background-color:  #005264;
}

/* form styles */
.req {
	color: darkred;
}
th.form {
	padding-right: 20px;
}
input,textarea,select {
	border: 1px solid #005264;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
input,textarea {
	padding: 2px;
}
textarea {
	font-size: 95%;
}
