body, table, tr, td, p, div, img, ul, li, form, input, select, textarea, hr, a {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	COLOR: #000000;
}

.main {
	display: table;
	width: 100%;
	background: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
/*	background: url(../i/header1-bg.jpg) repeat-x 0 0;*/
}

.main-bg {
	display: table;
	width: 100%;
	background: url(../i/header3-bg.jpg) no-repeat 0 0;
}

#header {
	width: 100%;
	height: 156px;
	background: url(../i/circles.png) no-repeat 100% 0;
	_background: url(../i/circles.gif) no-repeat 100% 0;
}

.login-form {
	width: 177px;
	height: 117px;
	margin: 5px 5px 0px 0px;
	float: right;
	clear: left;
	background: url(../i/login-bg.jpg) no-repeat 0 0;
}

.inputs {
	margin: 10px 0px 2px 22px;
	font-size: 12px;
	_margin: 10px 0px 0px 22px;
}

.login-form-input {
	font-family: verdana;
	font-size: 12px;
	height: 14px;
	background: none;
	border: 0px;
	border-bottom: 1px solid #507db8;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.login-form-submit {
	border: 0px;
	background: none;
	margin: 0px 16px 0px 5px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	float: right;
	cursor: pointer;
	height: 20px;
	width: 50px;
	_margin: 0px 10px 0px 5px;
}

.help {
	float: left;
	height: 17px;
	width: 17px;
	margin: 3px 0px 0px 9px;
}

img {
	border: 0px;
}

#main-menu {
	float: left;
	position: relative;
/*	bottom: -9px;*/
	z-index: 1000;
}

#main-menu a {
	text-decoration: none;
}

.level1, .level1-active, .level1-selected  {
/*	float: left;
	display: table;*/
	display: inline;
	position: relative;
	z-index: 1000;
}

a.home {
	padding-left: 30px;
}

.level1 .level1-left {
	display: inline;
	padding: 7px 0px 7px 0px;

	height: 27px;
/*	float: left;*/
	width: 4px;
	background: url(../i/level1-left.png) no-repeat left bottom transparent; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/i/level1-left-active.png', sizingMethod='scale');

}

.level1-center a {
	color: #ffffff !important;
	white-space: nowrap;
}

.level1 .level1-center {
	display: inline;

/*	float: left;*/
	padding: 1px 10px 6px 10px;
	background: url(../i/level1-center.png) repeat-x left bottom; 
	font-size: 17px;
	font-family: verdana;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/i/level1-center.png', sizingMethod='scale');
	_height: 21px;

}

.level1 .level1-right {
	display: inline;
	padding: 7px 0px 7px 0px;

	height: 27px;
/*	float: left;*/
	width: 4px;
	background: url(../i/level1-right.png) no-repeat right bottom; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/i/level1-right-active.png', sizingMethod='scale');
	_margin-right: 1px;

}

.level1-active .level1-left, .level1-selected .level1-left {
	display: inline;
	padding: 7px 0px 7px 0px;

	height: 27px;
/*	float: left;*/
	width: 4px;
	background: url(../i/level1-left-active.png) no-repeat left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/i/level1-left-active.png', sizingMethod='scale');
}

.level1-active .level1-center, .level1-selected .level1-center {
	display: inline;

/*	float: left;*/
	padding: 1px 10px 6px 10px;
	background: url(../i/level1-center.png) repeat left top;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/i/level1-center.png', sizingMethod='scale');

	font-size: 17px;
	font-family: verdana;
	
}

.level1-active .level1-right, .level1-selected .level1-right {
	display: inline;
	padding: 7px 0px 7px 0px;

	height: 27px;
/*	float: left;*/
	width: 4px;
	background: url(../i/level1-right-active.png) no-repeat right top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/i/level1-right-active.png', sizingMethod='scale');
	_margin-right: 1px;
}

.level1 .level2, .level1-selected .level2 {
	clear: both;
	display: none;
	z-index: 1000;
}

.level1-active .level2 {
	clear: both;
/*	display: table;*/
	display: inline;
	position: absolute;
	z-index: 1000;
/*	top: 19px;*/
	margin: 25px 0px 0px 0px;
	left: 0px;
	padding: 3px 0px 0px 0px;
	width: 220px;
/*	background: url(../i/level2-center.jpg) repeat left top; */
}                       

.level2-hr, .level2-hr-active {
	padding: 0px 10px;
	background: url(../i/level2-center.jpg) repeat left top; 
}

.level2-href {
	padding: 5px 40px 5px 10px;
	background: url(../i/level2-center.jpg) repeat left top; 
	display: block;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	border-bottom: 1px solid #013475;
	white-space: normal;
}

.level2-href-active {
	padding: 5px 40px 5px 10px;
	background: #547db2; 
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	border-bottom: 1px solid #013475;
	white-space: normal;
}

.level2-href-active-more {
	padding: 5px 40px 5px 10px;
	background: url(../i/level2-href-active-more.jpg) no-repeat center right #547db2; 
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	border-bottom: 1px solid #013475;
	white-space: normal;
}

.level2-href-more {
	padding: 5px 40px 5px 10px;
	background: url(../i/level2-href-more.jpg) no-repeat center right; 
	display: block;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	border-bottom: 1px solid #013475;
	white-space: normal;
}

.level1 .level2 .level2-last {
	display: none;
}

.level2 .level2-last {
	background: url(../i/level2-last-right.png) no-repeat top right;
	_background: url(../i/level2-last-right.png) no-repeat 0 0;
	display: block;
	position: relative;
	left: 7px;
	margin-right: 7px;
}

.level2-last-left {
	background: url(../i/level2-last-left.png) no-repeat 0 0;
	width: 7px;
       	_background: url(../i/level2-last-right.png) no-repeat 0 0;
	height: 7px;
	font-size: 0px;
	position: relative;
	left: -7px;
}

.level2-hr .level3 {
	display: none;
}

.level2-hr-active .level3 {
	display: block;
	position: absolute;
	margin: 0px 0px 0px 210px;
	width: 200px;
}

.level3-top {
	height: 7px;
	background: url(../i/level3-top.png) no-repeat top right;
	_background: url(../i/level3-top.png) no-repeat 0 0;
	font-size: 0px;
	margin: 0px 0px 0px 1px;
	
}

.level3-hr  {
	padding: 0px 10px;
	background: url(../i/level2-center.jpg) repeat left top; 
	margin: 0px 0px 0px 1px;
}

.level3-href {
	padding: 5px 10px;
	background: url(../i/level2-center.jpg) repeat left top; 
	display: block;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	border-bottom: 1px solid #013475;
	white-space: normal;
}

.level3-href-active {
	padding: 5px 10px;
	background: #547db2; 
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	border-bottom: 1px solid #013475;
	white-space: normal;
}

.level2-hr-active .level3 .level3-last {
	display: block;
	position: relative;
	left: 7px;
	margin: 0px 7px 0px 1px;
	background: url(../i/level2-last-right.png) no-repeat top right;
	_background: url(../i/level2-last-right.png) no-repeat 0 0;
}

.level3-last-left {
	background: url(../i/level2-last-left.png) no-repeat 0 0;
	_background: url(../i/level2-last-right.png) no-repeat 0 0;
	width: 7px;
	height: 7px;
	font-size: 0px;
	position: relative;
	left: -7px;
	
}



#lang {
	float: right;
	background: url(../i/langs-bg.png) no-repeat 0 0;
	margin-top: 2px;
	padding: 12px 15px 0px 20px;
	width: 75px;
	
}

#lang a {
	margin: 2px 7px;
	display: block;
	float: left;
}

#lang a.lang-active {
	background: url(../i/lang-active.png) no-repeat 0 0;
	height: 20px;
	width: 25px;
	padding: 2px 0px 0px 2px;
	margin: 0px 7px;
	
}

#line-top {
	width: 100%;
	height: 12px;
	margin-top: 2px;
	background: url(../i/v-bg.jpg) repeat-x 0 0;
}

#line-top div {
	float: right;
	width: 28px;
	margin-right: 315px;
	_margin-right: 157px;
	background: url(../i/v.jpg) no-repeat 0 0;
}

#line-bottom {
	width: 100%;
	height: 12px;
	margin-top: 2px;
	background: url(../i/v-bottom-bg.jpg) repeat-x 0 0;
}

#line-bottom div {
	float: right;
	width: 28px;
	margin-right: 315px;
	_margin-right: 157px;
	background: url(../i/v-bottom.jpg) no-repeat 0 0;
}

.centerer {
	clear: both;
/*	display: table;*/
	width: 100%;
	background: #ffffff;
}

.content-tbl {
/*	width: 100%;*/
	margin: 0px 80px;
}

#left {
	float: left;
	width: 100%;
	text-align: center;
}

.content-text {
	padding: 0px;
	text-align: justify;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
}


#right {
	float: right;
	text-align: center;
	width: 240px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.search {
	text-align: middle;
/*	display: table;*/
	padding: 5px 0px 10px 10px;
	margin: 0px auto;
	width: 124px;
	background: url(../i/search.jpg) no-repeat center 5px;
}

.search_t {
	border: 0px;
/*	background: url(../i/search.png) no-repeat top left;*/
	height: 14px;
	width: 100px;
	font-family: Verdana;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	color: #777777;
}

.search_submit {
	background: none;
	width: 19px;
	height: 19px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: -2px;
	left: -1px;
}

.block1 {
	background: url(../i/contour1.jpg) no-repeat bottom left;
	width: 240px;
}

.block1-grad {
	background: url(../i/contour1_1.jpg) no-repeat 0 0;
	width: 240px;
	padding: 10px 0px 20px 0px;
	text-align: center;
}

.block2 {
	background: url(../i/contour2.jpg) no-repeat 0 0;
	width: 240px;
}

.block2-grad {
	background: url(../i/contour2_1.jpg) no-repeat bottom left;
	width: 240px;
	padding: 20px 0px 0px 0px;
	text-align: left;
	display: table;
	vertical-align: center;
}

.block-title {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.plus {
	margin: -31px 16px 0px 0px;
	float: right;
}

.block-hr {
	height: 2px;
	margin: 0px 15px;
	font-size: 0px;
	background: url(../i/block-hr.jpg) no-repeat top right;
}

.bg1 {
	background: url(../i/bg1.png) no-repeat 0 0;
	text-align: center;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 12px;
	float: left;
	height: 56px;
	width: 65px;
	text-decoration: none;
	
}

.bg2 {
	background: url(../i/bg2.png) no-repeat 0 0;
	text-align: center;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 12px;
	float: left;
	height: 56px;
	width: 65px;
	text-decoration: none;
	
}


.bg3 {
	background: url(../i/bg3.png) no-repeat 0 0;
	text-align: center;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 12px;
	float: left;
	height: 56px;
	width: 65px;
	text-decoration: none;
	
}

.bg1 span, .bg2 span, .bg3 span {
	display: block;
	padding: 33px 0px 0px 0px;
}

.grey, .white {
	display: table;
	margin: 0px 15px;
	width: 210px;
}

.text {
	float: right;
	text-align: justify;
	width: 134px;
	font-size: 10px;
	margin: 2px 3px;
}

.grey {
	background: url(../i/grey.jpg) repeat-y top right;
}

.white {
	background: #ffffff;
}

#footer {
	height: 22px;
	margin: 2px 0px 0px 0px;
	background: url(../i/footer-bg.jpg) repeat-x 0 0;
}

#footer p {
	text-align: center;
	color: #000000;	
	font-family: Verdana;
	padding: 5px 0px 0px 0px;
}

#footer a {
	text-decoration: none;
	color: #000000 !important;
}

.block1 a {
	color: #000000 !important;
	text-decoration: none !important;
}

a {
	color: #000000 !important;
	text-decoration: none;
}










.page-title {
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 7px 20px;
	border-bottom: 2px solid #99ccff;
	font-weight: 100;
	font-size: 20pt;		
}

#right-menu {
	text-align: left;
	margin: 5px 15px;
	font-size: 12px;
}

#right-menu a {
	display: block;
	width: 124px;
	padding: 4px 3px 4px 3px;
	border-bottom: 1px solid #c4c4c4;
}

#right-menu .right-menu-level1-last a {
	border: 0px;
}

.l1, .l2 {
	background: none;
}

.right-menu-level1-active a.l1, a:hover.l1 {
	background: url(../i/right-level1.jpg) repeat-y 0 0 #002f6d;
	color: #ffffff !important;
}

.right-menu-level2-active a.l2, a:hover.l2, a:hover.l3, a.l3-selected {
	background: url(../i/right-level2.jpg) repeat-y 0 0 #99ccff;
}

.right-menu-level3-active a.l3, a:hover.l3 {
	background: url(../i/right-level2.jpg) repeat-y 0 0 #99ccff;
}


.right-menu-level2, .right-menu-level3 {
	display: none;
}

.right-menu-level1-active .right-menu-level2, .right-menu-level1-active .right-menu-level2-active, .right-menu-level2-active .right-menu-level3,  .right-menu-level3-active{
	margin: 0px 0px 0px 30px;
	display: block;
}

div.content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
div.content {
	/*color: #28467A;*/
	font-size: 12px;
	padding: 5px 15px 0px 15px;
}
div.content ul, div.content td ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
div.content li, div.content td li {
	background: url(../i/arrows_r.jpg) no-repeat scroll left top;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 30px;
}

div.content td {
	/*color: #28467A;*/
	font-size: 12px;
	text-align: left;
}
div.content select, div.content td select, div.content input, div.content td input, div.content textarea, div.content ts textarea{
	font-family: Verdana;
	font-size: 12px;
	/*color: #28467A;*/
}
div.content a, div.content td a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

div.content table {
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
}

div.content table td {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
/*	padding: 5px 5px 5px 5px;*/
}

div.content table.noborder {
	border-width: 0px;
	border-collapse: separate;
}

div.content table.noborder td {
	border-width: 0px !important;
	padding: 0px 0px 0px 0px;
}

.folder { 
	display: block;
	padding-left: 20px; 
	background: url(../i/plus.png) no-repeat; 
	background-position: 2px 3px; 
	font-weight: bold; 
	line-height: 17px; 
}

.folder.unfold { 
	background: url(../i/minus.png) no-repeat; 
	background-position: 2px 3px; 
}

.folded { 
	display: none; 
	padding-top: 15px; 
}

.show {
	display: block;
}
div.nospace { 
	margin: 0px 0px 0px 0px; 
}

div.faqcontent { 
	margin: 0px 0px 0px 20px; 
}
.right
{
	text-align: right;
}
/*** Video ***/
div.content table td.video_menu {
}
div.video_menu {
	position: relative;
}
div.video_menu ul {
	display: none;
}
div.video_menu a.level1 {
	background: url(../i/button_left.gif) no-repeat scroll 0 0px;
	color: #255591;
	display: block;
	font-size: 11px;
	height: 15px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 10px;
	text-decoration: none;
	width: 120px;
	_width: 120px;
	_margin: 0px 0px 1px 0px;
	float: none;
}
div.video_menu a.level1_active, div.video_menu a.level1:hover {
	background: url(../i/button_left_active.gif) no-repeat scroll 0 0;
	color: #FFFFFF !important;
	display: block;
	font-size: 11px;
	height: 15px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 10px;
	text-decoration: none;
	width: 120px;
	_width: 120px;
	_margin: 0px 0px 1px 0px;
	float: none;
}
div.video_menu .submenu_l {
/*	display: block;*/
	margin: 0px 0px 0px -2px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
div.video_menu .submenu_l_last {
/*	display: block;*/
	margin: 0px 0px 0px -2px;
	padding: 0px 0px 5px 0px;
	text-align: left;
}
div.video_menu .submenu_l li, div.video_menu .submenu_l_last li {
/*	background: #FFFFFF none repeat scroll 0 0px;*/
/*	height: 16px;*/
	_height: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	_margin: 0px 0px 1px 0px;
}
div.video_menu .submenu_l li a, div.video_menu .submenu_l_last li a {
	color: #999999 !important;
	display: block;
	font-size: 11px;
/*	height: 16px;*/
	_height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 25px;
	text-decoration: none;
}

div.video_menu .submenu_l li a:hover, div.video_menu .submenu_l_last li a:hover, div.video_menu .submenu_l li a.level2_active, div.video_menu .submenu_l_last li a.level2_active {
	background-color: #C3CAD9;
	color: #FFFFFF !important;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 6px 5px;
}
td.field_title {
	padding-right: 5px !important;
	white-space: nowrap;
	text-align: right !important;
	font-wright: bold;
}
.req {
	color: #AD4335 !important;
}

.private_title, .private_title a, .private_title:hover {
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	height: 20px;
}
