/*
PnK Property Services style sheet

Colours:
Dark chocolate: 211b0b
Milk chocolate: 392b1e
White chocolate: efd78f
Gold: ebc155
Coffee: 8b7a4f

*/

html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin: 0;
  padding: 0;
}

body {
	background: #8b7a4f url(images/back3.gif) repeat-y scroll top center;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
	z-index: 0;
}

#background {
	background: #ffffff url(images/OnSiteLogoCorner.png) no-repeat scroll top left;
	text-align: left;
	word-spacing: 0.25pt;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10em;
	margin-bottom: 3em;
	border: 4px solid #392b1e;
	z-index: 1;
}

#menubar {
	display: block;
	position: relative;
	bottom: 30px;
//	bottom: 27px;
	background: transparent;
	text-align: right;
	width: 780px; height: 34px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0px solid #ff0000;
	z-index: 3;
}

#logo {
	float: left;
	border: 0;
	z-index: 2;
	margin: -20px 0px 20px 20px; 
	padding; 0;
	text-align: center;
}

.address {
	text-align: center;
	color: #211b0b;
	font: normal normal normal 10pt/12pt "Trebuchet MS";
	letter-spacing: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}

a {
	color: #392b1e;
	font: normal normal bold 11px/20px "Verdana";
	text-decoration: none;
}

a:hover {	text-decoration: none;
	background: #efd78f;
}

a.menu {	border: 1px solid #392b1e;
	border-bottom-color: #392b1e; border-bottom-width: 4px;	background: #e1e2e2;	height: 32px;	color: #392b1e;
	font: normal normal normal 14px/30px "Verdana";	text-decoration: none;	text-align: center; vertical-align: middle;
	padding: 2px 6px 2px 6px;}a.menu:link {	text-decoration: none;
}a.menu:visited {	text-decoration: none;}a.menu:hover {	text-decoration: none;
	color: #ebc155;
	background: #ffffff;}a.menu:active {	text-decoration: none;
}

p {
	color: #211b0b;
	font: normal normal normal 9pt/13pt "Georgia";
	padding: 0;
	margin: 0px 40px 10px 30px;
}

ul {
	color: #211b0b;
	font: normal normal normal 8.5pt/13pt "Verdana";
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

li {
	padding: 0 0 2px 0;
}

h1 {
	color: #ebc155;
	font: normal normal normal 16pt/16pt "Georgia";
	margin: 10px 24px 10px 18px; padding: 0;
	border: 0px solid #ebc155; border-width: 0 0 0 0;
}

h2 {
	color: #ebc155;
	font: normal normal normal 13pt/13pt "Georgia";
	padding: 10px 2px 10px 18px; margin: 0;
}

table{
	font: normal normal normal 12px/20px "Verdana", sans-serif;
	padding: 0; margin: 0;
	border-collapse: collapse;
}

td {
	padding: 0px 6px 0px 10px; margin: 0;
	background-color: #efe9d7;
	border: 0; border-bottom: 2px solid #ffffff;
}

img {
	border: 0px solid #392b1e;
	padding: 0; margin: 8px 30px 0 10px;
	background-color: #aaaaaa;
}

.lead {
	color: #211b0b;
	font: italic normal normal 9pt/15pt "Georgia";
}

.dark {
	font-weight: bold;
}

.copyright {
	clear: both;
	margin: 20px 20px 4px 0; padding: 0;
	font: normal normal normal 9px/9px "Verdana", sans-serif;
	text-align: right;
}

form {
	padding: 0; margin: 0; border: 0;
}

input {
	font: normal normal normal 9pt/12pt "Verdana", sans-serif;
}

textarea {
	font: normal normal normal 9pt/12pt "Verdana", sans-serif;
}

.oneline {
	width: 20em; height: 1.5em;
	border: 1px solid #bdb8aa;
	margin: 3px 0px 3px 0px;
	padding: 0px 6px 2px 6px;
}

.sixline {
	width: 30em; height: 10em;
	border: 1px solid #bdb8aa;
	margin: 2px 0px 2px 0px;
	padding: 0px 6px 2px 6px;
}

.button {
	border: 1px solid #efe9d7; border-bottom-width: 1px;
	font: normal normal normal 9pt/12pt "Verdana", sans-serif;
	margin: 2px 4px 6px 0px;
	padding: 0px 6px 2px 6px;
	background-color: #bdb8aa;
}




