/* CSS Document */
body
{
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color:#ffffff;
}

.pagewrap
{
	width: 1000px;
	background-color:#ffffff;
	text-align:center;
	margin:0 auto;
	padding:0;
}

clearboth
{
	clear:both;
}

/************HEADER**********/
.header
{
	width:1000px;
	height:105px;
	background-image:url("images/headerbg.jpg");
	background-repeat:no-repeat;
	background-color:#ffffff;
	float:left;
	text-align:center;
	margin-top:5px;
}
.logo
{
	width:500px;
	background-repeat:no-repeat;
	float:left;
	text-align:left;
	padding:21px 0 0 25px;
}
.iconarearight
{
	float:right;
	width:300px;
	margin:35px 50px 0 0;
	text-align:right;
}
.icons
{
	font-family:Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	color:#75ad42;
	padding:0px 0 0 0px;
	margin:0 auto;
}
.icons A
{
	padding-left:50px;
}
/**********MENU**********/

.menu
{
	/*float:left; width:1000px; 
background-image:url("images/menubg.jpg");
background-repeat:y-repeat;*/
height: 66px;
	background-image:url("images/menubg.jpg");
	background-repeat:repeat-x;
	font-family:Trebuchet MS;
	font-size: 14px;
	width:1000px;
	float:left;
	font-weight: normal;
	text-align:left;
	margin:0;
	padding:0;
}



.innermenu
{
	width:990px;
	text-align:left;
	margin:0 auto;
	padding:0 auto;
	position:relative;
}
/*************DATE,VERSION NO,LANGUAGE************/
.banner
{
	width:1000px;
	float:left;
	margin:0 auto;
	background-image:url("images/contentbg.jpg");
	background-repeat:y-repeat;
	height:201px;
}
.bannerpane
{
	width:990px;
	height:200px;
}
.bannerpane_left
{
	float:left;
	width:390px;
	height:200px;
	border-bottom:1px solid #dedede;
	background-color:#FFFFFF;
	margin-left:5px;
}
.bannerpane_right
{
	float:left;
	width:600px;
	height:200px;
	border-bottom:1px solid #dedede;
}
.banner_inner
{
	width:1000px;
	float:left;
	margin:0 auto;
	background-image:url("images/contentbg.jpg");
	background-repeat:y-repeat;
	height:231px;
}
.bannerpane_inner
{
	width:990px;
	height:231px;
}
/**************CONTENT************/
.contentwrap
{
	width: 100%;
	background-color:#ffffff;
	float:left;
	padding:0px 0 5px 0;
	font-family:Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	margin:0 auto;
	background-image:url("images/contentbg.jpg");
	background-repeat:y-repeat;
}
.contentpane
{
	width:97%;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	text-align:left;
	float:left;
}
.bottompane
{
	width:97%;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
	float:left;	
	margin-top: 10px;
}
.bottompane1
{
	float:left;
	width:24%;
	background-color:#e7e7e7;
}
.bottompane2
{
	float:left;
	width:24%;
	margin-left:12px;
	margin-right:6px;
	background-color:#e7e7e7;
}
.bottompane3
{
	float:left;
	width:24%;
	margin-right:12px;
	margin-left:6px;
	background-color:#e7e7e7;
}
.bottompane4
{
	float:left;
	width:24%;
	background-color:#e7e7e7;
}

/*****************FOOTER**************/
.footer
{
	height: 41px;
	width:1000px;
	float:left;
	margin:0 auto;
	background-image:url(images/footerbg_top.jpg);
	font-family:Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}
.footerimage
{
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	height: 49px;
	width:1000px;
	float:left;
}
.copyright
{
	padding:10px 0 0px 0;
	float:left;
	width:45%;
	margin-left:25px;
	text-align:left;
}
.privacy
{
	padding:14px 0 0px 0;
	float:right;
	width:45%;
	margin-right:25px;
	text-align:right;
}
 

	/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	

}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;	
	
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-color:Transparent;
	color:inherit;
	
}

.transMenu.top .items {
	border-top: 0;
	
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */

.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index:1;
	left: 5px;
	height: 2px;

	
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
/* each TR.item is one menu item */
.transMenu .item{
	margin: 0px;
	border: 0;
	display: block; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */  font-size:12px;
	font-family:verdana;
	font-weight:bold;
	cursor: pointer;
	color:#75ad42;
	text-transform:capitalize;
}

.transMenu .item td {
	font-family:verdana;
	font-size:9pt;
	color:black;
	text-transform:capitalize;
	background-color:#eff3dc;
	
}

.transMenu .item.hover
{
	border:0;
}

.transMenu .item.hover td {
	margin:0 0 0 0;
	color:#75ad42;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-transform:capitalize;
	background-color:inherit;
	background-image:url(images/MainMenuOver.jpg);
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

/* Added classes by Khanh - 050629 */
.transMenu .item#active {
	color: #eff3dc !important;
	background-color:inherit;
	
}

.transMenu .item#active .hover {
	color: black;
	background:none;
	background-color:inherit;
}


/* For first level menu.*/
#wrap {
	margin: 0px;
	border:0px solid red;
	background-image:url(images/MenuCenter.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	height:27px;
	width:100%;
	padding-top:0px;
}

#menu {
	margin: 0px;
	padding: 0px;
padding-left:4px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:black;
	background-color:inherit;
}

#menu td {
	text-align: left;
	padding:0px 0 0 0;
	margin:3px 0 0 0px;
	height:27px;
	
}

#mbttransmenu 
{
	background:none;
	
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
	clear: both;
	display: block;
	white-space: nowrap;
	color:#75ad42;
	vertical-align:bottom;
	height:26px;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding-top:9px;
	padding-right:28px;
	padding-left:29px;
	padding-bottom:9px;
	font-weight:bold;
	background-color:red !important;
	border-right:0px solid #6ab0e1; 
	background:url(http://www.dnnize.net/portals/102/menu_seperator.png) no-repeat right !important;
}

a.mainlevel-trans:hover {
	background-image:url(images/MainMenuOver.jpg);
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding-top:9px;
	padding-right:28px;
	padding-left:29px;
	padding-bottom:9px;
	margin:0px 0 0 0;
	color:#75ad42;
	border:0px solid red;
	font-weight:bold; 
	background-color:inherit;
	border-right:0px solid #6ab0e1;
	background:url(http://www.dnnize.net/portals/102/menu_seperator.png) no-repeat right !important;
}

a.mainlevel_active-trans, a.mainlevel_active-trans:active {
	clear: both;
	width: auto;
	margin: 0;
	padding:0;
	display: block;
	white-space: nowrap;
	background: #CCAA99;
	color: #eff3dc;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal; 
}

a.mainlevel_active-trans:hover {
	height:27px;
	padding:0px 0 0 0;
	margin:0 0 0 0;
	background-image:url(images/MainMenuOver.jpg);

}

/*******Transmenu end here*************/

.submenu_ark A
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold; 
	color:#eff3dc;
}

.submenu_ark A:hover
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold; 
	text-decoration:none;
	color:#eff3dc;
}
.submenu_ark
{
	background:url(http://www.dnnize.net/portals/102/submenu_seperator.png) no-repeat right;
}
.pwdby
{
 font-size:11px !important;
font-family:Tahoma !important;
font-weight:bold;
}
.pwdby a
{
color: #3393ff !important;
}
.pwdby a:hover
{
color: #ffffff !important;
text-decoration:none;
}



