
/* CSS Document */

/* NORMALISE EVERYTHING
----------------------------------------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
blockquote, th, td, img, form {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}

/*-  COMMON ELEMENTS
----------------------------------------------------------------------*/	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #95C61F;
	text-decoration: underline;
}
a.h1 {
	width: 230px;
	height: 0px!important;
	float: left;
	padding-top: 85px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	background-image: url(/library/images/biopta.jpg);
	margin-top: 20px;
}
h2 {
	color: #000000;
	font-size: 150%;
}
h3 {
	color: #000000;
	font-size: 130%;
}
h4 {
	color: #000000;
	font-size: 120%;
}
h5 {
	color: #000000;
	font-size: 110%;
}
p {
	margin: 0px;
	padding: 0 0 7px 0;
}
#search_holder {
	float:right;
	width:300px;
	clear: right;
	padding-top: 50px;
}

/*-  PAGE STRUCTURE
----------------------------------------------------------------------*/	
#top {
	width: 100%;
	background-color: #95C61F;
	min-width: 950px;
	height: 130px;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
#breadcrumb {
	clear: left;
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 8px;
	font-size: 11px;
    margin-top:10px;
}
#breadcrumb .text
{
    width: 80px;
    float: left;
}

#breadcrumb ul
{
    width: 600px;
    float: left;
}

#breadcrumb li 
{
    display: inline;
}
#column_holder {
	float: left;
	width: 100%;
}
#left_column {
	float: left;
	width: 220px;
	padding-bottom: 10px;
}
#main_column {
	float: right;
	width: 720px;
}
#page_copy {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
#page_copy .content 
{
    height: 140px;
}

#page_copy ul {
    padding-left: 30px;
    padding-top: 5px;
}
#page_copy ul li {
    list-style-type: disc;
    padding-bottom: 3px;
}
#page_copy ul li ul {
}
#page_copy ul li ul li{
    list-style-type: circle;
}

#q_link_holder {
	clear: both;
	float: left;
	width: 100%;
	height: 100px;
}
#footer {
	clear: left;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.quick_links h3 {
	color: #88BE39;
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 10px;

}
.quick_links {
	clear: left;
	float: left;
	width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 1%;
	padding-left: 1%;
}
.quick_links ul {
	list-style-type: none;
	width: 100%;
}
.quick_links ul li {
	display: block;
	float: left;
	padding-right: 10px;
	width: 120px;
}
.quick_links ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #88BE39;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 12px;
}
.quick_links ul li ul {
	list-style-type: none;
	width: 100%;
}
.quick_links ul li ul li {
	display: inline;
	float: left;
	padding-right: 10px;
	width: 100%;
}
.quick_links ul li ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 12px;
}
.quick_links ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
.topLinks {
	float: right;
	color: #FFFFFF;
	font-size: 11px;
}
.topLinks li 
{
    display:inline;
}
.topLinks a {
	color: #FFFFFF;
}
.topLinks a:hover {
	color: #FFFFFF;
}
.bottomLinks {
	float: left;
	font-size: 11px;
}
.bottomLinks_right {
	float: right;
	font-size: 11px;
}
.bottomLinks_right ul, .bottomLinks_right ul li {
	margin: 0px;
	padding:0px;
	display:inline;
}
a .language {
	float: right;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	
}
/*-  NAVIGATION
----------------------------------------------------------------------*/	
#nav{
	width: 100%;
	height: 30px!important;
	clear: both;
	background-color: #95C61F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(/library/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
#nav #inner 
{
    width: 949px;
	margin-right: auto;
	margin-left: auto;	    
}

#nav ul {
	list-style-type: none;

	background-image: url(/library/images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 30px;
	padding-left: 1px;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 17px;
	padding-left: 17px;
	height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav ul li a:hover {
	background-image: url(/library/images/nav_bg_current.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav ul li a#navcurrent, #nav ul li a.navcurrent {
	float: left;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 17px;
	padding-left: 17px;
	height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(/library/images/nav_bg_current.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.nav_padding {
	padding-right: 5px;
}

/*-  FORM
----------------------------------------------------------------------*/
input, select, textarea {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 2px;
	color: #666666;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.text_field {

	padding-top: 4px;
	padding-bottom: 4px;

}
.text_field_contact{
	width: 60%;
}
form a{
	font-size: 11px;
}

.feedback_btn_send
{
    background-image:url(/library/images/submit.gif);
    text-indent: -9999px;
    text-transform: capitalize;  /* This is the IE hack   */
    width:75px;
    height:25px;
}

/*-  HOMEPAGE STYLES
----------------------------------------------------------------------*/
#flash {
	float: left;
	width: 720px;
	height: 330px;
	padding-bottom: 10px;
}
#welcome_text {
	float: left;
	width: 99%;
	padding-bottom: 15px;
	clear: both;
	color: #628828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 1%;
	padding-top: 5px;
}
.red {
	width: 355px;
	float: left;
	background-color: #ECECEC;
	margin-bottom: 10px;
	margin-right: 10px;
}
.red form {
	padding: 10px 10px 0 10px;
}
.red_tlc {
	float: left;
}
.red_picleft {
	float: left;
	padding: 5px 5px 0px 0;
}
.red h3 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(/library/images/rtrc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	background-color: #C03A0E;
}
.red p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
.red_btc {
	font-weight: bold;
	background-image: url(/library/images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	background-color: #ECECEC;
	padding-top: 3px;
}
.red_title {
	color: #C03A0E;
	font-weight: bold;
	font-size: 110%;
}
.red_readmore {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/library/images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #EE4611;
	width: 100%;
	text-indent: 10px;
	margin-top: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.blue {
	width: 355px;
	float: left;
	background-color: #ECECEC;
	margin-bottom: 10px;
}
.blue form {
	padding: 10px 10px 0 10px;
}
.blue_tlc {
	float: left;
}
.blue_picleft {
	float: left;
	padding: 5px 5px 0px 0;
}
.blue h3 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(/library/images/btrc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	background-color: #005677;
}
.blue p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
.blue_btc {
	font-weight: bold;
	background-image: url(/library/images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	background-color: #ECECEC;
	padding-top: 3px;
}
.blue_title {
	color: #005677;
	font-weight: bold;
	font-size: 110%;
}
.blue_readmore {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/library/images/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #00668B;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 10px;
	width: 100%;
	margin-top: 15px;
}
.purple {
	width: 355px;
	float: left;
	background-color: #ECECEC;
	margin-bottom: 10px;
	margin-right: 10px;
}
.purple form {
	padding: 10px 10px 0 10px;
}
.purple_tlc {
	float: left;
}
.purple_picleft {
	float: left;
	padding: 5px 5px 0px 0;
}
.purple h3 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(/library/images/ptrc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	background-color: #541052;
}
.purple p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
.purple_btc {
	font-weight: bold;
	background-image: url(/library/images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	background-color: #ECECEC;
	padding-top: 3px;
}
.purple_title {
	color: #541052;
	font-weight: bold;
	font-size: 110%;
}
.purple_readmore {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/library/images/purple_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #671364;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 10px;
	width: 100%;
	margin-top: 15px;
}
.orange {
	width: 355px;
	float: left;
	background-color: #ECECEC;
	margin-bottom: 10px;
}
.orange form {
	padding: 10px 10px 0 10px;
}
.orange_tlc {
	float: left;
}
.orange_picleft {
	float: left;
	padding: 5px 5px 0px 0;
}
.orange h3 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(/library/images/otrc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	background-color: #D78B00;
}
.orange p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
.orange_btc {
	font-weight: bold;
	background-image: url(/library/images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	background-color: #ECECEC;
	padding-top: 3px;
}
.orange_title {
	color: #D78B00;
	font-weight: bold;
	font-size: 110%;
}
.orange_readmore {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/library/images/orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FFA700;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	margin-top: 15px;
	text-indent: 10px;
}
.green {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.greenpicright {
	float: right;
	margin-top: 45px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.green form {
	padding: 10px 10px 0 10px;
}
.green_tlc {
	float: left;
}
..green_picleft {
	float: left;
	padding: 5px 5px 0px 0;
}
.green h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 150%;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(/library/images/trc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: capitalize;
	background-color: #88BE39;
}
.green p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
.green_btc {
	font-weight: bold;
	background-image: url(/library/images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	background-color: #ECECEC;
	padding-top: 3px;
}
.green_title {
	color: #000000;
	font-size: 160%;
}
.green_readmore {
	color: #C03A0E;
	font-weight: bold;
	font-size: 110%;
	background-image: url(/library/images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: right;
	padding-right: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.service {
	width: 31%;
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.service form {
	padding: 10px 10px 0 10px;
}
.service_tlc {
	float: left;
}
.service_picleft {
	float: left;
	padding: 5px 5px 0px 0;
}
.service h3 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 5px;
	padding-left: 10px;
	text-transform: capitalize;
	background-color: #8FC73D;
	padding-bottom: 5px;
	padding-right: 30px;
	background-image: url(/library/images/gtrc.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.service p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
.service_btc {
	font-weight: bold;
	background-image: url(/library/images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	background-color: #ECECEC;
	padding-top: 3px;
}
.service_title {
	color: #C03A0E;
	font-weight: bold;
	font-size: 110%;
}
.service_readmore {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/library/images/service_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	padding-right: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.service_holder {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

/*-  Section overview box
----------------------------------------------------------------------
.dv_subPages_main .eng_page_entry .eng_page_name
service_holder
*/
#page_copy .dv_subPages_main ul li {
	list-style-type:none;
	
}

#page_copy .dv_subPages_main ul li  ul li{
	list-style-type:none;
	
}


.dv_subPages_main {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;

}

.dv_subPages_main ul 
{
    padding: 0px;
    margin:0px;
    
}
.dv_subPages_main ul li 
{
    list-style-type:none;
    padding: 0px;
    margin:0px; 

}

.dv_subPages_main .eng_page_entry  {
	width: 30%;
	float: left;
	padding-top: 8px;
	padding-right: 10px;

	padding-left: 10px;
	line-height: 1.3em;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	height: 125px;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	list-style-type:none;	
}
.dv_subPages_main .eng_page_entry .eng_page_name {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(/library/images/gtrc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	background-color: #88BE39;
}
.dv_subPages_main .eng_page_entry .eng_page_url a
{
    color: #000000;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/library/images/service_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	padding-right: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
}



/*-  SIDE COLUMN FEATURES
----------------------------------------------------------------------*/
.element {
	width: 100%;
	float: left;
	background-color: #ECECEC;
	margin-bottom: 10px;
}
.element ul {
	list-style-type: none;
	width: 100%;
	padding-top: 8px;
}
.element ul li {
	display: block;
	float: left;
	width: 100%;
}
.element ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 9px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.element ul li a:hover {
	color: #88BE39;
	text-decoration: none;
}
.element ul li .sidenavcurrent  {
	display: block;
	text-decoration: none;
	color: #88BE39;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 9px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-image: url(/library/images/side_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.element_newstitle{
	line-height: 19px;
	font-size: 110%;
	font-weight: bold;
}
.element_readmore{
	line-height: 19px;
	font-weight: bold;
}
.element form, .element .inner {
	padding: 10px 10px 0 10px;
}
.element_tlc {
	background-image: url(/library/images/tlcorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 10px;
	float: left;
}
.element_picleft {
	float: left;
	padding: 5px 5px 0px 0;
}
.element h3 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(/library/images/gtrc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	background-color: #88BE39;
}
.element p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
.element_btc {
	font-weight: bold;
	background-image: url(/library/images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	background-color: #ECECEC;
	padding-top: 3px;
}



/*-  FEEDBACK FORM
----------------------------------------------------------------------*/

.feedbackForm 
{
    width:500px;
    margin: 10px;
}
.feedbackForm .labelWidth 
{
    width: 100px;
    display: block;
    float: left;
}
.feedbackForm .fieldEntry 
{
     
}
