/** OVERALL SETTING ***/
* {
	margin: 0;
	padding: 0;
}
html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: 'Times New Roman', Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color:#4a4a4a;
	text-align: center;
	background-color: #008001;
}
a:link, a:visited {
	color: #008001;
	font-size: 1.1em;
	text-decoration: none;
}
a:hover {
	color: #008001;
	text-decoration: underline;
}

.nv-clr {
	clear: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

ul {
	list-style: none;
}
ul li {
	padding-left: 30px;

	line-height: 180%;
	font-size: 1.1em;
}
img {
	border: none;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0.7em 0;
}
table {
	font-size: 1.1em;
}

fieldset {
	border: 1px solid #bababa;
	padding: 10px 5px;
	margin-bottom: 10px;
}

fieldset legend {
	color: #f26623;
	font-size: 1.1em;
	padding: 3px 5px 3px 5px;
	background: none;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;

}

h3 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px; 
	color: #f26623;
}
h4 {
	font-size: 1em;
}
dt {
	color: red;

	font-size: 1.4em;
	line-height: 1.2em;
}
dl {

}

dl dd {
	line-height: 1.5em;
	margin-top: 10px;
	background: url(../images/bullet.png) no-repeat 0 50%; 
	font-size: 1.2em;
	padding-left: 20px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	background: white;
	text-align: left;
}
#header {
	padding:5px;
	background: #008001;
	height: 100px;
	width: 100%;
	float: left;
}
#main-area {
	background: white;
	width: 100%;
	float: left;
}

.copyright {
	float: left;
	font-size: 1.2em;
}
.address {
	float: right;
	text-align: right;
		font-size: 1.2em;
}
#menu-holder,
#banner {
	float: left;
}
#menu-holder {
	width: 222px;
	height: 167px;
	background: url(../images/menu-bg.png) no-repeat 0 0;

}
.padding {
	margin: 15px 10px 10px 10px;
}
#banner {
	width: 710px;
	height: 167px;
	background: url(../images/banner-bg.gif) no-repeat 0 0;
}
#banner ul {
	
}
#banner {
	color: #008001;
	font-size: 1.2em;
	font-weight: normal;
	
}
#banner p {
	margin-left: 5px;
	margin-right: 5px;	
}
#menu-holder ul {
	margin: 5px 0 0 0;


}
#menu-holder ul li {

}

#menu-holder ul li a:link,
#menu-holder ul li a:visited {
	color: white;
	font-size: 1.2em;
	display: block;
	margin: 2px 0 0 0;
	padding-left: 0px;
	float: left;
	width: 100px;
	
}

#footer {
	background: #008001;
	color: #FFFFFF;
	float: left;
	width: 100%;
}
#content-area {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.column-service {
	width: 220px;
	float: left;
	margin-right: 10px;
}
.services-holder {
	border-top: 1px solid #CCC;
}
.services-holder .image,
.services-holder .title,
.services-holder .description {
	float: left;
}
.services-holder .image {
	width: 160px;
}
.services-holder .title {
	width: 160px;
	color: #008001;
	text-align: center;
}
.services-holder .description {
	width: 600px;
	padding-left:10px;

}
.services-holder .title h1 {
	margin-top: 60px;
}
.services-holder .image img {
	
	margin-top: 15px;
}

.export-img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.export {
	font-size: 1.2em;	
}
span.orange {
	color: #f26623;
	font-weight: bold;
	font-size: 1.1em;
}
.export p {
	width: 834px;
	float:left;
	font-size: 1.2em;	
	margin: 5px 0 5px 0;
}
.download-category {
	float: left;
	width: 33%;
}
.download-category ul li a:link,
.download-category ul li a:visited {
	padding-left: 20px;
}
.download-category ul li a.pdf:link,
.download-category ul li a.pdf:visited {
	background: url(../images/pdf.png) no-repeat 0 0 ;
	
}
.download-category ul li a.jpg:link,
.download-category ul li a.jpg:visited {
	background: url(../images/jpg.png) no-repeat 0 0 ;
	
}
.download-category h3 {
	text-align: left;
	padding-left: 15px;
}
.contact-office {
	
	float: left;

	font-size: 1.2em;
}
div.service-name,
div.service-person-name,
div.service-contact-details {
	float: left;
}
div.service-name {
	width: 40%;
}
div.service-person-name {
	width: 30%;
	
}
div.service-person-name img {
	margin-left: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.service-contact-details {
	width: 30%;
}
div.sep {
	border-top: 1px solid #CCC;
	width: 100%;
}
div.sep-no {
	border-top: 0px solid #CCC;
	width: 100%;
}
/*#banner ul li {
	font-size: 1.2em;

}*/
h3.border-bottom {
	background: url(../images/h3-bottom.png) 0 bottom repeat-x;
} 

.download-category ul li {
	padding-left: 15px;
}
#about p {
	font-size: 1.3em;
}
p.nv-paragraph {
	font-size: 1.3em;
}
div.contact-wrapper {
	font-size: 1.2em;
}
ul.banner-list {
	margin: -10px 0 0 0;
	padding: 0 10px 0 0;
}
ul.banner-list li {
	padding-left: 5px;
	line-height: 1.5em;
	font-size: 1.2em;
}
div.lang-selection {
	float: left;	
	margin-left: 118px;
	margin-top:20px;
}
div.lang-selection ul li {
	display: block;	
	width: 120px;
	padding-left: 0px;
	float: left;
}
div.lang-selection ul li img {
	float: left;	
	margin: 0 5px 0 0;
}
a#logo:link,
a#logo:visited {
	width: 291px;
	height: 66px;
	display: block;	
	float: left;
	margin:5px;
}
div.lang-selection ul li a:link,
div.lang-selection ul li a:visited {
	color: #FFFFFF;
	
}