html { 
  padding:0px;
  margin:0px;
  overflow: auto;
}
body {
	height: 100%;
	background-color: #fff;
	font-size: 12px;
	width: 100%;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color:#000;
	padding-bottom: 150px;
	padding:0px;
	margin:0px;
}

div.button{
	float:none;
	text-align: center;
	width: 130px;
	padding: 5px;
	margin:5px;
	background:#5c9853;
	color:#fff;
}
div.button a {
	color:#fff;
	text-decoration:none;
}

/*ul.postnav a{display:block;width:9em;padding:5px 0;font: bold 100% Verdana,Arial,sans-serif;
    text-transform:uppercase;background: #C7FF5A;color: #666;
    text-decoration:none;text-align:center}
ul.postnav a:hover{background: #A8E52F;color:#FFF}*/


.heading{
	font-size: 14px;
	color:#fff; 
	padding: 5px;
	margin:5px;
	background:#5c9853;
	width: 800px;
	color:#fff; 
}
.randContainer {
	width: 800px;
}
.centreContainer {
	width: 550px;
	margin-left: auto ;
	margin-right: auto ;
}
table.searchform {
	width:170px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.companyBox{
	border:1px solid #000;
	margin-bottom: 15px;
	padding: 2px;
	min-height: 13px;
	width: 500px;
}

h3 {
	margin: 2px 0px 5px 0px;
}
.catHolder {
	position: relative;
}
.catCol {
	float: left;
	min-width: 180px; 
}
.catBox{
	border:1px solid #496148;
	margin: 5px;
	margin-bottom: 15px;
	padding: 2px;
}
table.companyTable td{
	vertical-align: top;
}
h4 {
		font-size: 14px;
}
ul.split,ul.split li{
	margin:0;
	padding:0;
	list-style:none
}
ul.split li{
	float:left;
	width:175px;
	margin:0 10px 10px 0
}
ul.split h4{
  margin:0;
  padding: 5px 0 0;
  text-align:left;
  color: #fff;
  padding: 4px;
  width: 168px;
}
ul.split p{
	margin:0;
	padding:5px 8px 15px
}
li.one h4{
	background: #5c9853;
}
ul.split div{
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	border-color:#5c9853;
	padding: 2px;
	width: 170px;
	margin:0;
}

a:link {color: #53548a; text-decoration:none;}
a:visited {color:#53548a; text-decoration:none; }
a:hover {color: #53548a; text-decoration:underline;}
a:active { color:#53548a; text-decoration:none; }

div#menu{
	float:left;
	width: 100%;
	background: #496148;
}

ul#nav,ul#nav li{
	list-style-type:none;
	margin: 0 auto;
	padding:0px;
	background: #496148;
}

ul#nav{
	margin-left: 60px;
	width:650px;
	padding-top: 10px;
}
ul#nav li{
	float:left;
	margin-right: 3px;
	text-align: center
}
ul#nav a{
	float:left;
	width: 7em;
	padding: 5px 0;
	background: #496148;
	text-decoration:none;
	color: #fff;
}
ul#nav a:hover{background: #9e2b6e;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}
#hiLight {
color: #EE4;
background-color: #415581;
}
#brtext {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ----------container to center the layout-------------- */

#container {
	width: 100%;
	margin-bottom: 0px;
	margin: 0 auto;
}
#header {
	width: 100%;
	margin-bottom: 0px;
	margin: 0 auto;
}
/* ----------banner for logo-------------- */
#banner {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 800px;
	overflow:hidden;
	height: 76px;
	background-color:#5c9853;
}
.minwidth { min-width:100px; width: auto !important; width: 100px; }

#logo {
	padding: 0;
	margin: 0;
	width: 305px;	
	float: left;
}

#bannerAd {
 	padding: 0;
	margin: 0;
 	padding: 6px 5px 10px 10px;
 	background-color:#5c9853;
 	float: left;
}
#bannerSpacer {
	padding: 0;
	margin: 0;
 background-color:#5c9853;
 height: 76px;
}
#bannerClear {
	clear: both;
}
#columnAd {
	position: absolute;
	left: 10px;
	top: 300px;
}
#topLine {
	background-color: #fff;
	height: 15px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #a74da4;
	padding-right: 10px;
	font-weight:bold;
}

#searchHeader {
	position: relative;
	overflow: auto;
	width: 100%;
}
#searchCrumbs {
	padding-left: 4px;
	float: left;
}
#searchResults {
	padding-right: 4px;
	float: right;
}
#results {
	padding-top: 4px;
}
/* -----------------content--------------------- */
#content {
background-color: #fff;
margin-top: 10px;
margin-left: 20px;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p{
padding: 5px 10px;
margin:0px;
}

/* -----------------table contents--------------------- */

#contenttable{
padding-left:0px;
padding-right:0px;

}
#editBox {
 position:relative;
 width:600px;
 height:250px;
}
#imageBox{
 text-align: center;
 float: left;
 width:150px;
}
#textBox {
 float: left;
 width:450px;
}
#contentMain {
 position:relative;
 width: 100%;
 min-width:880px;
 overflow:hidden;
}
#mainLeft {
	float:left;
}
#mainCentre {
	float: left;
	width: 500px;
}
#mainRight {
	padding-left: 20px;
	float: left;
}
#greenContent{
	color: #000;
	position: relative;
	float: left;
	text-align: left;
	padding: 20px;
	padding-bottom: 35px;
	width: 400px;
	margin-left:15px;
	background:#5c9853; 
}
#after {
	height: 20px;
	clear:both;
}
div.row {
 position:relative;
 width:500px;
 height:30px;
}
div.rowname {
	font-weight: bold;
	position: absolute;
	top:0;
	left:0;
	width:150px;
}
div.rowcontents {
	position: absolute;
	top:0;
	left:150px;
}
/* -----------footer--------------------------- */
#footer {
	   position:absolute;
   bottom:0;
   width:100%;
   height:180px;   /* Height of the footer */

	clear: both;
	margin: 0;
	padding: 0;
	text-align:center; 
}

#sectorsFooter {
	background: #5c9853;
	color: #fff;
	position:relative;
	width: 100%;
	min-width:880px;
	height: 100%;
	overflow:hidden;
	text-align:left;
}
#sectorsFooter a:link,#sectorsFooter a:visited,#sectorsFooter a:active {color: #fff; text-decoration:none;}
#sectorsFooter a:hover {text-decoration:underline;}
#sectorsFooter ul {
	list-style: inside;
	list-style-type: none;
	padding-left: 0px;
	text-indent: 0px;
	marker-offset: 0px;
	margin: 0px;
}
#sectorsFooter li {
	padding-left: 0px;
	text-indent: 0px;
	marker-offset: 0px;
	margin-left: 8px;
}
.sectorsSection {
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 4px;
}
.vertical-line {
	float: left;
	background-color: #fff;
	width: 1px;
	margin: 5px 0px 5px 0px;
	height: 120px;
}
