
body {

/*	background: #cdcdcd;  
	background: #ffffff;  */
	background: url("../images/lime_background.jpg") top center fixed no-repeat;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}

a img {
	border: 0;
}

#wrapper {
	width: 900px;
	background: #ffffff;  
	margin: 5px auto;  
	border: 0px solid #40a040;  	
}

/***  The Heading *                    **/

#heading {
	height: 140px;
	background: #ffffff;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

#heading #logoblock {
	position: absolute;
	top: 20px;
	left: 210px; 
}

#heading #contactblock {
	position: absolute;
	top: 10px;
	left: 650px;
	color:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size:16pt;
	line-height: 14px; 

}

#heading #topleftblock {
	position: absolute;
	top: 0px;
 	left: 0px;
}

#heading #bottomrightblock {
	position: absolute;
	bottom: 0px;
 	right: 0px;
}

#heading #hoverpopup {
	position: absolute;
	top: 80px;
 	right: 16px;
	visibility:hidden;
	z-index:1000;
}

#heading img.logo {
	margin: 1em;
}
#heading img.title {
	margin-bottom: 38px;
}
#heading img.number {
	margin-bottom: 52px;
	margin-left: 185px;
}



#content {
	margin: 5px;
	margin-top: 0px;
	position: relative;
	background: #ffffff; 
	color: #505050;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	padding: 0 12px 4px;
}


#content h1 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}
#content h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

}
#content h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

#content h4 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#content p {
	margin: 0 0 1em;
}
#content img {
	padding-left: 1em;
	padding-left: 1em;
	float: right;
	position: relative;
}

#content a,
a:link,
a:visited,
a:hover,
a:focus {
	color: #0000a0;
  text-decoration:none;  
  font-weight: bold;
}

/* ==========   Testimonial text within content pages  ========= */
#onpageleftmargin {
	position: relative;
	float: left;
	top: 0px;
    width: 197px;
	height: 100%;
	background: #ffffff;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;     
	border: 0px solid #9acd32;
	clear: both; 
}

#onpagetestimonial {
	position: relative;
	top: 0px;
}

/*  container for the individual page content on the cor content pages  */
#pageContent {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 600px;
}
/**********   Block to display testimonial text on home page  *********/

#testimonials  {
	margin-top: 0px;

	font-size: 11px;
	line-height: 12px;
	margin: 1px 1px;
	padding: 3px;
        background: #ffffff;
        color: #000000;
}

#testimonials a {
	font-size: 11px;
        color: #0000ff;
	font-weight: bold;
	line-height: 12px;
	margin: 5px 0;
	padding: 5px;
	text-decoration: none;
}






/*****   The area showing markets / geography / sectors of primary relevance   *******/
#geography {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 9px;
        background: #cdcdcd;
	clear: both;
	top: 	0px;
	clear: both;
}
#geography p {

	margin:0px;
	padding: 0 1em;
        color: #303030;

}


/*****  The footer containing company details   ***********/


#footer {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 9px;
	background: #9acd32;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 0 1em;
        color: #ffffff;
}
#footer img {
	float: right;
}


/*****   The area showing knowledgebase links in the footer   *******/
#knowledgebase {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-style: italic;
        background: #dedede;
	clear: both;
	top: 	0px;
	clear: both;
}

#knowledgebase p {

	margin:0px;
	padding: 0 1em;
        color: #303030;
}

#knowledgebase a,
a:link,
a:visited,
a:hover,
a:focus {
	color: #606060;
	text-decoration:underline; 
	font-weight: normal;
	
}




.footer_table a{
	font-weight: normal;
	font-size:7pt;
}


#leftimg img {
	float: left;
}


#nofloat img {
	float: none;
	clear: both;
}


/*******  For the pop up textbox   *********/

.navtext {
	width:450px;
	font-size:10pt;
	border-width:5px;
	border-style:outset;
	border-color:#9acd32;
	layer-background-color: #404040;
	background-color: #404040;
	color:white;
	font-weight: normal;
	clear: both;
}

/**  for the display of form validation errors  **/
.error_strings {
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	margin: 1px 1px;
	padding: 3px;
        background: #ffff00;
        color: #ff0000;
}


/**  ROMEX list style  **/

.romexList ul{
	color:#202020;
	font-family: Verdana;
	font-size:9pt;
	font-weight: normal;
	line-height: 12px; 
	list-style-image: url("../images/redbulletpoint.gif");
}
