* {
	margin:0;
	padding:0;
	font-family: Helvetica, arial, Verdana, sans-serif;
	color:#003557;
}

html, body {
	height:100%;
}

body { background: url(../images/body_bg.gif) repeat-x #fff; }

#wrapper {
	width:1004px;
	min-height:504px;
	margin: 0 auto 0 auto;
}

#home { display:block; width:160px; height:100px; position:absolute; z-index:100; margin-left:100px; }

#home span { display:none;}

#sidebar a:hover { background-color: #034; color:  #a4ab54;}

#headcon {
	position: relative;
	height:110px;
	margin: 0 120px 0 105px;
	padding-left: 168px;
	background-image: url(../images/NLDlogo.jpg);
	background-repeat:no-repeat;
}

#head {
	font-size: 0.7em;
	color: #aaa;
	padding: 8px;
	position: absolute;
	bottom: 0;
}

#head a { text-decoration: none; color: #000; font-size:12px; font-weight:bold;}
#head a.selected2 {color:#003557; font-weight: bold; }

#contact {
	font-size: 0.9em;
	color: #257;

	background-image: url(../images/contact.gif);
	background-repeat:no-repeat;
	position:absolute;

	right:0;
	bottom:0;
	margin: 6px;
	padding-left: 18px;
}

#sidebar {
	float:left;
	position:relative;
	background-image: url(../images/portfolio.jpg);
	background-repeat: no-repeat;
	background-color: #eef1f5;
	width: 150px;
	height: 365px;
	padding: 38px 0 0 105px;
}
#sidebar ul { list-style: none; }


#sidebar li a {
		display: block;
		padding: 8px 5px 2px 20px;
		font-size: 0.9em;
		color: #003557;
		text-decoration: none;
		width: 125px;
		height: 20px;
		}

#sidebar a.selected1 {
	color: #a4ab54;
	background-color: #034;
}

#footer { position:absolute; bottom:12px; padding-left:24px; font-size: 0.55em; color: #aaa; }


#container {
	float:right;
	width: 749px;
	height: 403px;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color:#fff;
}

#container img { vertical-align: bottom; }

#content {
	font-size: 0.73em;
	height: 387px;
	/* background-color: #f6f6f6; */
	margin: 0 126px 0 0px;
	padding: 16px 30px 0 2px;
}


#nav {
	width: 1000px;
	text-align:center;

}

#nav button {
	margin-top: 10px;
	font-size:0.7em;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	border-color: #fff;
	background-color: #fff;
	color: #003557;
}


#nav button:hover { background-color: #034; color:  #a4ab54;}

#nav button:first-child, #nav button.first-child { margin-left: 120px; }
#nav button:last-child, #nav button.last-child { margin-left: 0px; }


button#back { visibility:hidden; }

#content h2 {  font-weight: normal; margin-bottom: 10px; margin-left: 30px; }

#content p { margin-left:30px}

#leftcol p { color: #777; line-height: 1.6; }
#rightcol p { line-height: 2; }
#rightcol ul { line-height: 2; margin: 1em 0 1em 4em; padding-left: 0;}
#leftcol { float:left; width: 46%;}
#rightcol { float:right; width: 50%; }

#leftcol p.bot{ line-height: 1.2;}
#leftcol hr 
{
margin-top: 12px;
margin-bottom: 12px;
margin-left: 80px;
padding: 0;
}

#leftcol em{ color: #777;}
#leftcol strong{ color: #777;}

.forms {
	font-size: 8pt;
}
.forms fieldset p {
	/* display: block;    */
	/* width: 16em;       */
	/*float: right;       */
	margin: 0 0 1em 3em;
	color: #668;
}
.forms fieldset {
	border: none;
	/* background-color:#EEF1F5; */
	padding: 0.7em 0em;
	/* width: 550px; */
	margin-top: 1em;
	margin-bottom: 1em;
}
.forms label {
	display: block;
	width: 10em;
	float: left;
	text-align: right;
	padding-right: 0.5em;
	padding-top: 1px;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.forms label.radioLabel {
	display: inline;
	float: none;
}

.forms .button{
       width:60px;
}

.forms .error {
	color: red;
}
.forms .field, .forms .largeField, .forms .shortField  {
	margin-bottom: 0.5em;
	border: solid 1px #C2D6EF;
	width: 19em;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
}
.forms .field:focus, .forms .largeField:focus {
	border-color: #AECF74;
}
.forms .largeField {
	width: 28em;
}
.forms .shortField {
	vertical-align: top;
	width: 8.5em;
}


#contacts td {
	padding: 5px;
	vertical-align: top;
}

#enquiryLayout td.formColumn {
	width: 350px;
}
#enquiryLayout td.contactColumn {
	width: 200px;
	background-image: url(/images/enquire-graphic.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	vertical-align: bottom;
}
#enquiryLayout span.phone, #enquiryLayout span.fax, #enquiryLayout  span.email  {
	background-image: url(/images/enquire-icons.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 26px;
	height: 20px;
	
}
#enquiryLayout span.phone { background-position: -1px -2px; font-size: 10pt;}
#enquiryLayout span.fax { background-position: 0 -24px; font-size: 10pt;}
#enquiryLayout  span.email { background-position: 0 -44px; font-size: 10pt;}
#enquiryLayout h3 {
	color: #003557;
	margin-bottom: 0.75em;
	font-size: 12pt;
}
.bottom-text {
	line-height:25px;
	position:relative; 
	width:630px
}
.style1 {font-size: medium}
.style2 {
	font-size: large;
	font-weight: bold;
}
.style3 {
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.style5 {font-family: "Times New Roman", Times, serif; font-size: medium;}
.style7 {font-size: x-large; font-weight: bold; }
#vision {
	font-size: .73em;
	color: #777;
}
