body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;


}

/* Positioning css */
#wrapper { min-width: 400px; }
          /* Always good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

#wrapper {
	width: 100%;
}      

#header {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 8px;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066CC;
	background-color: #CCCCCC;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}

.navbar {
	position: relative;
	width: 200px;
	text-align: center;
	font-weight: bold;
	background-color: #99CCFF;
	color: #333333;
	float: right;
	margin-left: 12px;
	font-size: 85%;
}

.maincontent {
	width: 100%;
	position: relative;
	text-align: justify;
	line-height: 120%;
	padding-left: 12px;
}

div.row {
	clear: both;
}

/* Main format code */
p {
	font-size: 80%;
}
h1 {
	font-size: 110%;
	font-weight: bold;
	color: #003399;
	padding-top: 16px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
}
h4 {
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 4px;
}
h1 + p {
	font-weight: bold;
	margin-top: 5em;
}
.top {
	text-align: right;
	margin-bottom: 6px;
	clear: right;
	font-size: 70%;
	background-color: #FFFF99;
	padding-right: 6px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.locmap {
	width: 500px;
	text-align: center;
	padding: 2px;
	border: 1px solid #003399;
	font-size: 70%;
	font-weight: bold;
	background-color: #CCFFFF;
}
.contact {
	margin-left: 1em;
	font-weight: bold;
	font-size: 90%;
}
.serviceslist {
	text-align: right;
	font-weight: bold;
	color: #003399;
	font-size: 80%;
	list-style: none;
}
.serviceslist li {
	margin-top: 1em;
}



/* link formatting */
a:link {
	color: #003399;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
.navbarlogo {
	margin-top: 16px;
}

.navbar li {
	list-style: none;
	font-size: 80%;
	margin-top: 1.45em;
	margin-left: -3em;
}
.navbar ul {
	padding-top: 0.15em;
	padding-bottom: 1em;
}


.navbar a {
	text-decoration: underline;
	padding: 2px;
	color: #003399;
}
.navbar a:hover {
	text-decoration: underline;
	padding: 2px;
	color: #FF6600;
}
.navbar a:active {
	text-decoration: underline;
	padding: 2px;
	color: #FF6600;
}

/* Mozilla code */
.left { margin-right: 1px; }
.center {
	text-align: center;
}

.mapdesc {
	text-align: justify;
	width: 500px;
	left: 60px;
	padding: 8px;
	margin-top: 8px;
	border: 1px solid #003399;
	background-color: #CCFFFF;
}

/* Enquiry Form */
#mainenquiry .req {
	color: #CC3300;
	font-size: 80%;
	font-weight: bold;
	float: right;
}
#mainenquiry {
	width: 70%;
	font-size: 90%;
	border: 1px solid #0066CC;
	padding-right: 2em;
	padding-bottom: 1em;
	margin-left: 1em;
}

#mainenquiry .req2 {
	color: #CC3300;
	font-weight: bold;
}
form p {
	clear: left;
	margin: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 100%;
}
input {
	width: 276px;
	margin-left: 6px;
	border: 1px solid #999999;
	height: 24px;
}
textarea {
	width: 340px;
	height: 96px;
	margin-left: 6px;
	overflow: hidden;
	border: 1px solid #999999;
}
#submit {
	margin-left: 21%;
	width: 6em;
	background: #99CCFF;
	border-top: 2px solid #CCFFFF;
	border-right: 2px solid #003399;
	border-bottom: 2px solid #003399;
	border-left: 2px solid #CCFFFF;
}

/* End Enquiry Form */

.imageleft {
	float: left;
	font-size: 80%;
	background: #99CCFF;
	padding: 5px;
	margin-right: 1em;
	margin-top: .4em;
}
.imageright {
	float: right;
	text-align: center;
	font-size: 80%;
	background: #99CCFF;
	padding: 5px;
	margin-left: 1em;
}
.imagecenter {
	text-align: center;
	padding-top: 8px;
	display: block;
}
.randwleft {
	float: left;
	width: 220px;
	font-size: 70%;
	text-align: center;
	background: #99CCFF;
	padding: 5px;
	margin-right: 1em;
}
.randwleft img {
	margin-bottom: .5em;
}
#nfmwgclogo {
	margin-left: 5em;
	padding: 0px;
}




.clear { 
	clear: both;
}
