@charset "UTF-8";
/*  --------------S CSS Reset---------------------  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td,label {padding:0;margin:0;}    
table {border-collapse:collapse;border-spacing:0;}    
fieldset,img{border:0;}    
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style: normal;}    
ol,ul{list-style:none;}    
caption,th{text-align: left;}    
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}    
q:before,q:after {content:'';}    
abbr,acronym {border:0;}
input,select{vertical-align:middle;}
/*  --------------O CSS Reset---------------------  */

html{
    overflow-y:scroll
}
body{
    padding: 10px;
    background: url(../images/bg.jpg);
    font-size:75%; font-family: Verdana, Arial, Helvetica, sans-serif; ;
}
.clear{
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.container{
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    margin:0 auto;
    padding:10px;
    position:relative;
    text-align:justify;
    width:800px;
}

.header{
    
}
.header .logo{
    float:left;
}
.header .header_right{
    padding-top: 50px;
    float:right;
}
.header .header_right label{
    padding: 0 4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #66CC00;
    font-weight: bold;
}
.header .header_right .submit{
    background: #0d8644;
    color: #fff;
    font-family: Verdana;
    border: 1px solid #2a965b;
}
.header .header_right .input{
    width: 80px;
    border: 1px solid #ddd;
}



.mainmenu{
    background: #efefef;
    padding-bottom: 1px;
    /*height: 29px;*/
    position: relative;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { height:29px;  /*padding:8px 26px 12px;*/}
ul.dropdown li                      { width: 16.5%; font-weight: bold; display: block; float: left; zoom: 1;
                                      background: #efefef; border-left: 1px solid #fff;/* */text-align: left; }
ul.dropdown li.first                { border-left:0px solid #fff; }
ul.dropdown a:hover		            { color: #ffff00; }
ul.dropdown a:active                { /*color: #ffa500;*/ }
ul.dropdown li a                    { display: block; padding: 7px 15px 7px 13px; 
	 								  color: #0d8644; text-decoration: none; font-weight: bold;}
ul.dropdown li a:hover              { text-decoration: none; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background-position: right -29px; color: black; position: relative;
                                      text-decoration: none;}
ul.dropdown li.hover a:hover        { color: #ffff00; background: #0d8644; /*color: black;*/ }

ul.dropdown li.current              { background: #0d8644;}
ul.dropdown li.current a            { color: #ffff00;}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 160px; visibility: hidden; position: absolute; top: 100%; 
                                      display: none; left: 0; }
ul.dropdown ul li 					{ border-left: 0px solid #fff; width:100%;  text-align: left;
                                      font-weight: normal; background: #EFEFEF; color: #0d8644; 
									  float: none;  opacity: 0.85;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a                 { border-right: none; width: auto; display: inline-block;  
                                      padding: 6px 13px ; color: #0d8644!important; /**/} 
ul.dropdown ul li.hover             { background: #0d8644; }
ul.dropdown ul li.hover>a           { color: #ffff00!important;}
ul.dropdown ul li.hover a           { _color: #ffff00!important;}
ul.dropdown ul li.hover a:hover     { _color: #ffff00!important;}
ul.dropdown ul li.hover li a        { _color: #0d8644!important;}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }

ul.dropdown ul ul li 				{ background: #EFEFEF; }
ul.dropdown ul ul ul li 			{ background: #EFEFEF; }

ul.dropdown li:hover > ul 			{ visibility: visible; }

.language_bar{
    border-top: 1px solid #c9c2c1;
    background: #0d8644;
    padding: 3px 6px 4px; 
    color: #fff;
    text-align: right;
}
.language_bar a{
    color: #fff;
    text-decoration: none;
    padding: 0 3px;
}
.language_bar a:hover{
    text-decoration: underline;
}





.main{
    padding: 9px 0;
}
.leftContent{
    float: left;
    width: 180px;
    min-height: 300px;
    _height: 300px;
}
.mainContent{
    float: right;
    width: 610px;
}

.leftmenu ul li{
    margin-bottom: 2px;
}
.leftmenu ul li a{
    border-left: 3px solid #fc7316;
    background: #efefef;
    clear: none;
    display: block;
    color: #0d8644;
    font-weight: bold;
    padding: 5px 6px;
    font-size: 12px;
    text-decoration: none;
}
.leftmenu ul li a:hover{
    border-left: 3px solid #ffff00;
    background: #0d8644;
    color: #ffff00;
}
.leftmenu ul ul{
    display: none;
}
.leftmenu ul ul li{
    border-left: 0;
}
.leftmenu ul ul li a,.leftmenu ul ul li a:hover{
    border-left: 0px;
    font-weight: normal;
    padding-left: 9px;
}
.events{
    text-align: center;
    padding: 15px 0;
}

.content{
    font-size: 11px;
    color: #666;
    background: url(../images/sun.jpg) right bottom no-repeat;
    min-height: 300px;
    _height: 300px;
}
.content a{
    color: #0D8644;
    font-weight: bold;
}
.content a:hover{
    color: #FC7316;
}

.content h1{
    background-color:#FFFFFF;
    border-bottom:medium solid #FC7316;
    border-top:medium solid #FC7316;
    color:#0D8644;
    font-size:14px;
    font-weight:bold;
    padding:5px;
    text-align:left;
}
.content h1 a.back{
    float: right;
    font-size:11px;
    color: #666;
}
.content h3.subtitle{
    border-bottom: 1px solid #FC7316;
    font-size: 13px;
    color: #0D8644;
    font-weight: bold;
    padding: 4px;
}
.content p{
    padding: 6px 0;
    line-height: 20px;
}
.content p.center{
    text-align: center;
}

.content td{
    padding: 2px;
}

.content ul,.content ol{
    list-style: outside;
    padding-left: 15px;
}
.content ol{
    padding-left: 18px;
    list-style-type: decimal;
}
.content li{
    line-height:18px;
}

ul.joblist{
    padding: 6px 18px;
}
ul.joblist li a{
    line-height: 20px;
    color: #666;
    font-weight: normal;
}
ul.product_list{
    list-style: none;
    padding: 4px;
}
ul.product_list li{
    padding: 3px 0;
    line-height: 18px;
}
ul.product_list li a{
    text-decoration: none;
}
ul.product_list li a b{
    color: #FC7316;
}

ul.module_list{
    padding: 4px 4px 100px;
    list-style: none;
    margin-top: 18px;
    background: url(../images/module_list_line.jpg) right top no-repeat;
}
ul.module_list li{
    padding: 6px 0;
    background: url(../images/module_list_line.jpg) right bottom no-repeat;
}
ul.module_list li img.right{
    float: right;
    margin: 18px 12px;
}
ul.module_list li h4{
    color: #0D8644;
    font-weight: bold;
}
ul.module_list li h5{
    color: #FC7316;
    font-weight: bold;
}
ul.module_list li p{
    padding-top: 0;
    line-height: 18px;
}
ul.module_list li p a{
    font-weight: normal;
}
ul.application_gallery{
    list-style: none;
    padding: 0;
}
ul.application_gallery li{
    float: left;
    width: 33%;
    padding: 12px 0;
    text-align: center;
}
ul.application_gallery li a{
    *display: block;
}
ul.application_gallery li img{
    border: 1px solid #ddd;
    padding: 3px;
}


ul.sitemap{

}
ul.sitemap ul{
    padding-left: 24px;
}
ul.sitemap li{
    background: url(../images/sitemap_close.jpg) 0 5px no-repeat;
    padding-left: 12px;
    list-style: none;
}
ul.sitemap li.open{
    background: url(../images/sitemap_open.jpg) 0 5px no-repeat;
}
ul.sitemap a{
    font-weight: normal;
}



table.jobtable,table.datatable{
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table.jobtable td,table.datatable td,table.datatable th{
    padding: 3px 5px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.jobtable thead td,table.datatable thead td{
    background: #eee;
}

table.datatable{
    margin-bottom: 6px;
}
table.datatable td,table.datatable th{
    padding: 2px;
    line-height:14px;
}
table.datatable th{
    font-weight: bold;
}


table.links{
    margin: 12px;
}
table.links td{
    padding: 6px 4px;
}

table.download{
    margin: 6px 0;
}
table.download td{
    width: 50%;
    padding: 3px 4px;
}


form#contactForm{
    padding: 12px;
}
form#contactForm .input{
    width: 250px;
}
form#contactForm textarea{
    width: 460px;
    height: 120px;
}
form#contactForm label.error{
    color: red;
    padding: 3px;
}

.pagebar{
    padding: 6px;
    clear: both;
    text-align: center;
}
.pagebar a{
    padding: 3px;
}



img.float_right,.glidecontentwrapper img{
    background:transparent url(../images/shadow.gif) no-repeat scroll right bottom;
    border:0 none;
    clear:right;
    float:right;
    margin:15px;
    padding:5px 10px 10px 5px;
}



.footer{
    margin-top: 15px;
    clear:both;
}
.footer .w3c{
    padding: 6px 0;
}
.footer p{
    background: #eee;
    margin-top: 9px;
    padding: 4px 6px 5px;
    font-size: 10px;
    color: #666;
}
.footer p a{
    font-size: 10px;
    color: #0D8644;
    text-decoration: none;
    font-weight: bold;
}
.footer p a:hover{
    color: #FC7316;
    text-decoration: underline;
}