/****************************************/
/* HTML Styles							*/
/****************************************/
html {
}

body {
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #00923f;
}

/****************************************/
/* Layout DIVs							*/
/****************************************/
#wrapper {
	background: url(../images/background-wide.jpg) repeat-y 50% 0;
}
#header {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	padding: 3px 0 3px 30px;
	background-color: #ffffff;
}
#menuBar {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding: 5px 30px 5px 30px;
	background-color: #17382d;
}
#content {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding: 20px 30px 10px 30px;
	background-color: #ffffff;
}
#contentLeft {
	float: left;
	width: 515px;
}
#contentRight {
	float: right;
	width: 210px;
}
#picRight {
	float: right;
	width: 210px;
}
#enquiryBlock {
	margin-top: 20px;
	padding: 5px;
	font-weight: bold;
}
#footer {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding: 5px 30px 10px 30px;
	background-color: #ffffff;
	border-top: 3px solid #17382d;
}
#footLeft {
	float: left;
}
#footRight {
	float: right;
}

/****************************************/
/* Other Styles (CLASSes and DIVs		*/
/****************************************/
#menuBar ul {
	list-style-type: none;
	margin: 0;
}
#menuBar li {
	display: inline;
	margin-right: 30px;
}
#menuBar a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#menuBar a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#content h1 {
	color: #000000;
}

#content p {
	color: #17382d;
	font-size: 90%;
}
#content a {
	color: #17382d;
}
#enquiryBlock a {
	color: #000000;
	text-decoration: none;
}
#enquiryBlock a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.separator {
	clear: both;
}

/* contact form */
#formContact {
	background-color: #ffffff;
	padding: 3px;
}
#formContact input,#formContact select,#formContact textarea {
	border: 1px solid #17382d;
	background-color: #e0e0e0;
	color: #000000;
	font-weight: normal;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#contentRight a {
	text-decoration: underline;
	color: #17382d;
}
.contactQ {
	text-align: right;
	color: #17382d;
	font-weight: bold;
	vertical-align: top;
}

#requireTable {
	width: 400px;
	border: 1px solid #000000;
	background-color: #00923f;
}
#requireTable thead {
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.firstCol {
	text-align: left;
	font-weight: bold;
	color: #000000;
}
.oddRows {
	background-color: #ffffff;
	text-align: center;
}
.evenRows {
	background-color: #85c226;
	text-align: center;
}

/* Form styles */
#contactform {
	width: 480px;
	float:left;
	border:0px solid #000000;
	font-size:95%;
}

div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right:10px;
}
div.row span.formitem {
	float: right;
	width: 320px;
	text-align: left;
}
div.row span.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 0px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* For pop up hint box */
#hintbox{ 
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

