*{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}
html,body,ul,li,span,img,div,p,a,form,input{
	margin:0px;
	padding:0px;
	border:none;
}
li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
img{
	display:block;
	border:none;
}
img a{
	border:none;
}
a{
	outline:none;
	text-decoration:none;
	color:#0088aa;
}
p{
	font-size:11px;
}
.clear
{
	clear: both;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
  background-color: white;
  height:100%;
}
.mainwrapper {
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	display:block;
	background-image: url(/Layout/Images/bodyBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	/*padding-bottom:49px;*/
}
.wrapper {
	margin:0 auto;
	width:940px;
	margin-bottom:49px;
}
.header {
	width:100%;
	height:161px;
}
.headerTop {
	height:34px;
	padding-left:10px;
	cursor:default;
	background:#FFFFFF;
}
.neth {
	padding-top:2px;
	padding-right:2px;
  /*margin-right:-35px;*/
}
.headerTop img {
	float:left;
	/*padding-left:20px;*/
	padding-left:2px;
}
.headerTop a {
	padding-top:3px;
	font-size:11px;
	/*padding-right:22px;*/
	font-weight:bold;
	float:left;
	color:#000;
	margin-left:8px;
}
.headerTop p {
	float:left;
	color:#626262;
	padding-top:3px;
}
img.arrow {
	float:left;
	padding-top:5px;
	display:block;
	border:none;
	padding-left:0px;
}
.blueHeader {
	clear:both;
	width:100%;
	height:100px;
}
.leftheader {
	height:100px;
	float:left;
	width:700px;
	background-image: url(/Layout/Images/bluehead_rt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right:36px;
}
.leftheadercontent {
	width:693px;
	height:100px;
	background:url(/Layout/Images/bluehead_bg.jpg) repeat-x left top;
}
.leftheadercontent p {
	padding-top:42px;
	padding-left:29px;
	font-size:12px;
	color:#fff;
}
.middleheader {
}
.middleheader a {
	float:left;
	width:139px;
	height:112px;
	background-image: url(/Layout/Images/logo.jpg);
	background-position: left top;
}
.rightheader {
	float:right;
	width:30px;
	height:100px;
	background:url(/Layout/Images/bluehead_bg.jpg) repeat-x right top;
}
.rightheaderBg {
	width:22px;
	background:url(/Layout/Images/blueheadright_lt.jpg) no-repeat left top;
	height:100px;
}
.mainNav {
	display:block;
	background: url(/Layout/Images/menuBg.gif) repeat-x bottom left;
	clear:both;
	padding:16px 0px 0px 19px;
	height: 20px;
}
.mainNav ul {
	list-style:none;
	clear:both;
	padding:0px;
	margin:0px;
}
.mainNav ul li {
	display:block;
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	background: url(/Layout/Images/menu_seperator.jpg) no-repeat left 6px;
	margin-left:-1px;
}
.mainNav ul li:first-child {
	display:block;
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	background: none;
	margin-left:-1px;
}
.mainNav ul li.submenu {
	display:block;
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	background: url(/Layout/Images/menu_seperator.jpg) no-repeat left 6px;
}
.mainNav ul li a {
	display:block;
	float:left;
	height:20px;
	color:#000;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.mainNav ul li a.edit {
	color:#FF0000;
	font-size:11px;
	font-weight: normal;
	padding-left:4px;
	margin-left:-23px;
}

.mainNav ul li span a {
	display:block;
	float:left;
	height:20px;
	color:#000;
	padding:0px 22px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	cursor: pointer;
}

.mainNav ul li span a:hover, .mainNav ul li:hover span a {
	background: none;
	color: #0088AA;
}

.mainNav ul li span a.edit:hover, .mainNav ul li:hover span a.edit {
	background: none;
	color: #FF0000;
	margin-left:-23px;
}

.mainNav ul li.submenu a:hover, .mainNav ul li.submenu:hover a {
	background: #fff;
	color: #0088AA;
	border-left: 0px solid #0088AA;
	border-right: 0px solid #0088AA;
	margin: 0px 0px 0px 0px;
	background: #fff url(/Layout/Images/rightBorder.gif) no-repeat left bottom;
	position:relative;
	z-index:1;
}
.mainNav ul li.submenu a:hover span, .mainNav ul li.submenu:hover a span {
	background: url(/Layout/Images/rightBorder.gif) no-repeat right bottom;
	color: #0088AA;
	margin: 0px 0px 0px 0px;
	display:block;
	height:20px;
	padding:0px 22px;
}


/*First level*/

.mainNav ul li .subsubWrapper {
	position:absolute;
	left:-5px;
	top:20px;
	width: 176px;
	display:none;
}
.mainNav ul li:hover .subsubWrapper {
	display:block;
}
.mainNav ul li ul.subsub {
	padding:30px 0px 0px 0px;
	width:176px;
	display: block;
	background: url(/Layout/Images/dropdwonBackground-trans.png) no-repeat left top;
	_height: 1%;
	overflow: hidden;
}
.mainNav ul li:hover ul.subsub {
	display:block;
	clear:both;
	width:176px;
	padding: 0px 0px 0px 8px;
}
.mainNav ul li ul.subsub li, .mainNav ul li ul.subsub li:first-child {
	display:block;
	clear:both;
	background: none;
	margin: 0px;
}
.mainNav ul li ul.subsub li a, .mainNav ul li:hover ul.subsub li a {
	display:block;
	clear:both;
	width:137px;
	color: #666666;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding: 0px 0px 0px 19px;
	background: none;
	position: relative;
	font-size: 11px;
	font-weight: normal;
}
.mainNav ul li ul.subsub li a.edit, .mainNav ul li ul.subsub li a.edit:hover {
	color:#FF0000;
	background-color: tranparent;
	position:relative;
	left:125px;
	margin-bottom:-25px;
	top:-25px;
	width:auto;
	padding-left:0px;
	text-align:right;
}

.mainNav ul li ul.subsub li a.edit:hover {
	text-decoration:underline;
}

.mainNav ul li ul.subsub li a:hover, .mainNav ul li ul.subsub li:hover a, .mainNav ul li ul.subsub li a.active {
	color: #0088AA;
	text-decoration: none;
	background: none;
	position: relative;
	border: 0px;
	background-color: #eeeeee;
	font-size: 11px;
	font-weight: normal;
}

.mainNav ul li ul.subsub li a.edit:hover, .mainNav ul li ul.subsub li:hover a.edit {
	color:#FF0000;
}

.submenufooter {
	background: url(/Layout/Images/dropdownBottom-trans.png) no-repeat bottom left;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 176px;
	display:block;
}

.breadcumb {
	padding:29px 0px 6px 30px;
	clear:both;
}
.breadcumb p {
	font-size:10px;
	color:#bbbbbb;
	font-weight:bold;
}
.sitemap
{
    padding:0px;
	color: #bbbbbb;
	font-size: 10px;
}
.nodestyle
{
    color:#bbbbbb;
    text-decoration:none;
    font-size:10px;
}
.currentnode
{
    color:#bbbbbb;
    text-decoration: none;
    font-size:10px;
}
.pathseperator
{
	color: #bbbbbb;
    padding: 0px;
    text-align: right;
}


.mainBody {
	padding-top:47px;
	clear:both;
	display:block;
}
.mainBodylanding {
	clear:both;
	display:block;
}
.leftpanel {
	float:left;
	padding-top:4px;
}
.mainbodyContent {
	padding:0px 0px 0px 30px;
}
.contentLeft {
	float:left;
	width:631px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}
.banner, .bannernoimage {
	float: right;
	width:304px;
	height:255px;
	padding:0px 0px 0px 20px;
}
.bannernoimage {
	width:auto;
	height:auto;
}
.banner img, .bannernoimage img {
	display:block;
	float: right;
}
.newspagecontent {
	width:630px;
}
.newspagecontent p {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-bottom:22px;
	line-height:15px;
}
.newspagecontent h1 {
	color:#0088a3;
	font-size:18px;
	padding-bottom:8px;
}
.mainbodyContent h1 {
	color:#0088aa;
	font-size:18px;
	padding-bottom:8px;
	font-weight: normal;
}
.contentLeft p {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-bottom:22px;
	line-height:15px;
}
.latestNews {
	clear:both;
	padding:5px 0px 0px 31px;
}
.lefttop {
	background:url(/Layout/Images/newcorner_lt.jpg) no-repeat left top;
	width:630px;
	height:4px;
	overflow:hidden;
}
.newcontent {
	width:610px;
	min-height:342px;
	padding:17px 0px 8px 18px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	overflow: hidden;
}
.newcontent h1 {
	font-size:18px;
	color:#0088a3;
	font-weight: normal;
	padding-bottom:16px;
}
.newcontent h1.latestNewsBg {
	font-size:18px;
	color:#0088a3;
	font-weight:normal;
	padding-bottom:16px;
	background: url(/Layout/Images/latestNewsLineBg.gif) no-repeat left bottom;
}
.partner h1 {
	padding-top:25px;
	background: url(/Layout/Images/dotLine.gif) repeat-x left bottom;
}
.leftnewspanel {
	width:286px;
	float:left;
	margin: 0px 20px 0px 0px;
	padding-bottom: 10px;
}
.headerLine
{
	background: url(/Layout/Images/dotLine.gif) repeat-x left bottom;
	height: 20px;
	}
.newsbox {
	width:286px;
	padding-top:12px;
	padding-bottom:10px;
	margin-right: 20px;
	overflow: hidden;
	background: url(/Layout/Images/dotLine.gif) repeat-x left bottom;
}
.newsbox h2 {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.newsbox p {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:16px;
}
.newsbox table {
	font-size:11px;
	font-weight:normal;
	color:#666666;
}
.newsbox1 {
	width:286px;
	padding-top:12px;
	padding-bottom:8px;
	overflow: hidden;
	background: url(/Layout/Images/dotLine.gif) repeat-x left bottom;
}
.newsbox1 h2 {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.newsbox1 p {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:15px;
}
.readmore {
	padding:2px 8px 0px 0px;
	float:right;
	color: #0088aa;
	font-size: 11px;
	background: url(/Layout/Images/moreArrow.gif) no-repeat right 6px;
}
.rightnewspanel {
	width:286px;
	float:left;
	padding-bottom: 10px;
}
.bottom {
	background:url(/Layout/Images/newcorner_lb.jpg) no-repeat left top;
	width:630px;
	height:4px;
}
.meer {
	clear:both;
	height:20px;
	padding-top:8px;
}
.meer a {
	color:#1992c1;
	font-size:11px;
	font-weight:bold;
}
.rightpanel {
	width:244px;
	float:right;
	padding-right:11px;
	padding-top:0px;
	color:#666666;
	margin-bottom:49px;
}
.rightpanelcontent {
	padding-bottom:2px;
}
.rightpanelBoxtop {
	background:url(/Layout/Images/rightpanelboximgtop.jpg) no-repeat left top;
	width:244px;
	height:30px;
}
.rightpanelBoxtop h2 {
	text-transform:uppercase;
	color:#0088aa;
	font-size:12px;
	font-weight:bold;
	padding:12px 22px 0px 16px;
}
.middlepart {
	background:url(/Layout/Images/rightpanelboximgbg.jpg) repeat-y left top;
	display:block;
}
.middleindent {
	background:url(/Layout/Images/imgup.jpg) no-repeat left top;
	margin-left:7px;
	width:226px;
	min-height:42px;
	height:auto !important;
	/*height:42px;
	_height:1%;*/
	overflow: hidden;
}
.imgindent {
	background:url(/Layout/Images/rightbox_bg.jpg) repeat-x left bottom;
	min-height:95px;
	height:auto !important;
	/*height:95px;
	_height:1%;*/
	overflow: hidden;
}
.imgindent ins {
	float:right;
	padding-right:5px;
	text-decoration: none;
}
.imgindent ins a {
	color:#0088aa;
	font-weight:bold;
	font-size:11px;
	margin-bottom:10px;
	text-decoration: none;
}
.quote
{
	font-style: italic;
	background: url(/Layout/Images/quoteOpen.gif) no-repeat 10px 8px;
	text-indent: 14px;
	}
.quote em {
	position:relative;
	width:auto;
}
.quote img
{
	left:0px;
	margin:0;
	position:absolute;
	top:-10px;
	*top:0px;
}
.imgindent ins a.edit {
	color:#FF0000;
	font-weight:normal;
}
.newsletter {
	padding:5px 0px 0px 5px;
	font-size:12px;
	color:#797979;
	overflow:hidden;
}
label.email {
	padding-left:6px;
	font-size:11px;
}
.middleindent p {
	padding:8px 10px 0px 10px;
	font-size:11px;
}
.shift {
	padding:5px 0px 6px 5px;
	overflow: hidden;
}
.input {
	padding-left:2px;
	padding-top:4px;
	display:block;
	border:0px;
	background:url(/Layout/Images/input_box.jpg) no-repeat left top #FFFFFF;
	width:210px;
	height:22px;
	margin:0px;
}
.input input {
	padding-left:3px;
	padding-right:3px;
	width:200px;
	border:0px;
	font-size:11px;
	color:#666666;
	background-color: #FFFFFF;
}
.submit {
	padding-right:6px;
	float:right;
	border:none;
	padding-bottom:8px;
}
.btnSubmit
{
	background:url(/Layout/Images/submit_button.png) no-repeat top left transparent;
	width:83px;
	height:24px;
	cursor: pointer;
	font-size:11px;
	color:#666666;
	padding-bottom:6px;
	padding-bottom:3px !IE;
}
.ulindent {
	padding-bottom:20px;
	padding-top:15px;
	padding-left:10px;
}
ul.download {
	width:209px;
	background: url(/Layout/Images/dotLine.gif) repeat-x left top;
}
.download li {
	padding-top:4px;
	padding-bottom:4px;
	background: url(/Layout/Images/dotLine.gif) repeat-x left bottom;
	display:block;
	line-height: 18px;
}
.download li a {
	color:#666666;
	font-size:11px;
	padding-right:0px;
}
.download li a.demo {
	width:29px;
	float:right;
	padding-right:26px;
	margin-top:-16px;
	clear:both;
}

.download li a.demo1 {
	width:18px;
	float:right;
	margin-top:4px;
	margin-top:-19px!IE;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.download li a.demo {margin-top:-13px;}
	.download li a.demo1 {margin-top:0px;}
}

.download li a.edit {
	color:#FF0000;
}
.bottompart {
	background:url(/Layout/Images/rightpanelboximgbottom.jpg) no-repeat left top white;
	width:244px;
	height:15px;
	margin:0px;
}
.footer {
	background:url(/Layout/Images/footer_bg.jpg) no-repeat left top;
	width:1000px;
	height:60px;
	margin:0 auto;
}
.leftfooter {
	float:left;
	width:100%;
	background:url(/Layout/Images/footerBg.jpg) no-repeat left top;
	height:30px;
}
.leftfootercornor p {
	font-size:10px;
	padding-top:8px;
	padding-left:50px;
	color:#fff;
}
.leftfootercornor p a {
	color:#fff;
}
.leftfootercornor p a.edit {
	color:#FF0000;
}
.clr {
	width:635px;
	border-top:1px none #7f7f7f;
	height:1px;
	overflow:hidden;
	display:block;
	margin-left:30px;
	padding-bottom:20px;
}
.newslist {
	clear:both;
	padding-left:30px;
}
.newslist h2 {
	color:#000;
	padding-bottom:20px;
	font-size:14px;
	font-weight:bold;
}
.newslist ul {
	padding-left:5px;
}
.newslist ul li {
	background:url(/Layout/Images/bulletnewspage.jpg) no-repeat left 8px;
	padding-left:15px;
}
.newslist ul li span {
	color:#0088aa;
	font-size:11px;
	font-weight:bold;
}
.newslist ul li span a.edit {
	color:#FF0000;
	font-weight:normal;

}
span.bluetxt {
	color:#0088aa;
}
.leftnews {
	float:left;
}
.rightnews {
	float:left;
	padding-left:20px;
}
.topBox {
	width:305px;
	background:url(/Layout/Images/topBox.jpg) no-repeat left top;
	height:6px;
	overflow:hidden;
}
.middleBox {
	width:303px;
	border-left:1px solid #0088aa;
	border-right:1px solid #0088aa;
	height:auto;
}
.middleBox ul {
	display:block;
	padding: 0px 10px 10px 10px;
}
.middleBox h2 {
	padding-left:10px;
	color:#0088aa;
	font-weight:bold;
	font-size:12px;
}
.middleBox ul li {
	background:url(/Layout/Images/bulletnews.jpg) no-repeat left 10px;
	padding-left:20px;
}
.middleBox ul li span {
	display: inline-block;
	padding-top: 3px;
	font-size:11px;
	color:#666666;
}
.middleBox span {
	display:block;
	padding: 0px 5px 5px 5px;
	display: inline-block;
	padding-top: 3px;
	font-size:11px;
	color:#666666;
}
.middleBox ul li span a.edit {
	color:#FF0000;
	font-size:11px;
}

.bottomBox {
	width:305px;
	background:url(/Layout/Images/bottomBox.jpg) no-repeat left top;
	height:6px;
}
/*strong {
	color:#0088aa;
}*/
.newsBox {
	padding-top:10px;
	border-bottom:1px dotted #7f7f7f;
	padding-bottom:30px;
}
.newsBox h2, .newsBox1 h2, .newsBox2 h2 {
	font-size:11px;
	color:#000;
}
.newsBox p, .newsBox1 p, .newsBox2 p {
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#666666;
}
span.readmoreNews {
	float:right;
	padding-top:8px;
}
.newsBox top {
	margin-top:10px;
}
.newsBox1 {
	padding-top:20px;
	border-bottom:1px dotted #7f7f7f;
	padding-bottom:30px;
}
.newsBox2 {
	padding-top:20px;
	padding-bottom:30px;
}

/* ========================================================================= */

.popup {
 visibility: hidden;
 position: absolute;
 top:0px;
 left:0px;
 background-color: transparant;
 border-style: none;
 z-index: 1006;
 cursor:default;
 width: 700px;
 height: auto;
 margin-top: 15%;
 padding-bottom:75px;
}

.ecl_popup_context_mask {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	z-index: 1003;
	filter:alpha(opacity=30);
	opacity: 0.3;
}

a.edit, a.editLink {
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	text-decoration: none;
	text-transform: none;
}

a.editLink {
	float: right;
	padding: 2px 0px 0px 4px;
}

a.edit:hover, a.editLink:hover {
	text-decoration:underline;
}

.verticalSeparator {
	border-right:1px solid #FFFFFF;
}

#items {
	position:relative;
	left:15px;
	top:15px;
	width:590px;
}

.tableHeader {
	font-size:12px;
	font-weight:normal;
  padding-left:3px;
  background:#61B4D2;
	border: 1px solid #0385A7;
	color:#FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0385A7,endColorStr=#61B4D2);
}

.navigator {
	font-size:12px;
	font-weight:normal;
	border-width:1px;
	border-style:none;
	border-color:transparant;
}

.navigator_row {
	background-color:#EFF4F7;
}

.smallCell {
	padding: 1px 3px 1px 3px;
  font-size: 12px;
  color:#666666;
}

.iconLink {
	height:20px;
	padding-left:2px;
	padding-right:2px;
}

.navigator_body {
	font-size:12px;
	font-weight:normal;
	border-width:1px;
	border-style:none;
	border-color:transparant;
	margin-top:3px;
}

.callmebacklabel {
	font-size:11px;
	color:#666666;
	font-weight:normal;
	width:150px;
	position:relative;
	top:-47px;
	left:76px;
	background:transparent;
	cursor:pointer;
}

.callmebacklink {
	font-size:11px;
	color:#666666;
	font-weight:normal;
	background:transparent;
	cursor:pointer;
}

a.link {
	font-size:11px;
 	font-weight:bold;
}

img.link {
    display:inline;
	margin-right:8px;
    vertical-align: middle;
}

