﻿#wrapper {
	background: url('../images/bd-bg.gif') repeat-x 0 5px #FFFFFF;
}
body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
	font-size: 8pt;
}
body#bd {
	border-top: 1px solid #FFFFFF;
	color: #333333;
	background: #333333;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
a {
	color: #CC0000;
}
#mainnavwrap {
	background: url('../images/mainnav-bg.gif') repeat-x top;
	color: #CCCCCC;
}

#mainnav {
	height: 40px;
	position: relative;
	z-index: 999;
}

#mainnav a, #subnav a {
	outline: none;
}
#headerwrap,
#mainnavwrap,
#botslwrap,
#footerwrap {
	clear: both;
}
#header,
#mainnav,
#container,
#botsl {
	width: 920px;
	margin: 0 auto;
	clear: both;
}

#cssmenu {
	margin: 0; /* all lists */
	padding: 0;
	background: url(../images/mainnav-sep.gif) no-repeat left;
}

#cssmenu ul {
	margin: 0; /* all lists */
	padding: 0;
}

#cssmenu li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	background: url(../images/mainnav-sep.gif) no-repeat right;
	cursor: pointer;
}

#cssmenu li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 15.9em;
}

#cssmenu li ul ul {
	margin: -2em 0 0 15em; /* third-and-above-level lists */
}

#cssmenu li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#cssmenu ul a {
	width: 14.8em;
	width: 10.8em;
}

#cssmenu li:hover ul ul, #cssmenu li:hover ul ul ul,
#cssmenu li.sfhover ul ul, #cssmenu li.havechildsfhover ul ul, #cssmenu li.havechild-activesfhover ul ul, #cssmenu li.activesfhover ul ul,
#cssmenu li.sfhover ul ul ul, #cssmenu li.havechildsfhover ul ul ul, #cssmenu li.havechild-activesfhover ul ul ul, #cssmenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#cssmenu li:hover ul, #cssmenu li li:hover ul, #cssmenu li li li:hover ul,
#cssmenu li.sfhover ul, #cssmenu li.havechildsfhover ul, #cssmenu li.havechild-activesfhover ul, #cssmenu li.activesfhover ul,
#cssmenu li li.sfhover ul, #cssmenu li li.havesubchildsfhover ul, #cssmenu li li.havesubchild-activesfhover ul, #cssmenu li li.activesfhover ul,
#cssmenu li li li.sfhover ul, #cssmenu li li li.havesubchildsfhover ul, #cssmenu li li li.havesubchild-activesfhover ul, #cssmenu li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#cssmenu li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	padding: 0 20px 4px;
	color: #AAAAAA;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}

#cssmenu li a:hover,
#cssmenu li a:active,
#cssmenu li a:focus {
	color: #ffffff;
}

#cssmenu li:hover,
#cssmenu li.sfhover,
#cssmenu li.havechildsfhover,
#cssmenu li.havechild-activesfhover {
	background: url(../images/mainnav-hover.gif) no-repeat center bottom;
	color: #ffffff;
}

#cssmenu li a.active,
#cssmenu li a.active:hover,
#cssmenu li a.active:active,
#cssmenu li a.active:focus {
	background: url(../images/mainnav-active.gif) no-repeat center bottom;
	color: #ffffff;
}

/* 2nd level and above */
#cssmenu li ul {
	border: 2px solid #555555;
	border-bottom-width: 1px;
	background: url(../images/trans-bg.png);
}

#cssmenu li ul li {
	border-bottom: 1px solid #555555;
	border-right: none;
	background: none;
}

#cssmenu li ul a {
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	line-height: normal;
	height: auto;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 92%;
}

#cssmenu li.havesubchild,
#cssmenu li.havesubchild-active {
	background: url('../images/arrow3.png') no-repeat 94% 50%;
}

#cssmenu li ul a:hover,
#cssmenu li ul a:active,
#cssmenu li ul a:focus,
#cssmenu ul li:hover,
#cssmenu ul li.sfhover,
#cssmenu ul li.havesubchildsfhover,
#cssmenu ul li.havesubchild-activesfhover,
#cssmenu ul ul li:hover,
#cssmenu ul ul li.sfhover,
#cssmenu ul ul li.havesubchildsfhover,
#cssmenu ul ul li.havesubchild-activesfhover {
	background: #cc0000;
	color: #FFFFFF;
}

#cssmenu ul li a.active {
	background: cc0000 !important;
	color: #cc0000;
	font-weight: bold;
}

#cssmenu ul li a.active:hover,
#cssmenu ul li a.active:active,
#cssmenu ul li a.active:focus {
	color: #FFFFFF;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block; 
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
#search {
	top: 10px;
	right: 0;
	position: absolute;
	font-size: 12px;
	background: url('../images/search-bg.gif') no-repeat;
	width: 190px;
	height: 20px;
}

#search .inputbox {
	padding: 3px 0 0 25px;
	background: none;
	border: none;
}

.button {
	padding: 2px 8px;
	border: 1px solid #666666;
	background: url(../images/but-bg.gif) repeat-x center #666666;
	font-size: 92%;
	color: #FFFFFF;
}
input, select, textarea, .inputbox {
	font-family: Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background: #FFFFFF;
}

#containerwrap,
#containerwrap-f,
#containerwrap-fr,
#containerwrap-fl {
	padding: 0;
	margin: 0;
	background: url(../images/grad2.gif) repeat-x bottom;
	clear: both;
}


#container {
	padding: 20px 0 0;
	background: url(../images/bd-deco.gif) no-repeat right bottom;
}

#mainbody {
	width: 100%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#content {
	clear: both;
	display: block;
	float: right;
	width: 69%;
}

#current-content {
	padding: 0 0 20px;
}

/* COLUMNS
--------------------------------------------------------- */
#col1 {
	float: left;
	overflow: hidden;
	width: 27%;
}

#col1 .innerpad {
	padding: 0 0 50px 0;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 25%;
	background: url(../images/col-center.gif) repeat-y 20px 0;
}

#col2-top {
	background: url(../images/col-top.gif) no-repeat 20px 0;
}

#col2-bot {
	background: url(../images/col-bot.gif) no-repeat 20px bottom;
	padding: 0 0 0 40px;
}

/*common style for column*/
#colwrap a {
}

#colwrap a:hover, #colwrap a:active, #colwrap a:focus {
}

#colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#colwrap .article_separator {
	display: none;
}


/*full*/
#containerwrap-f #mainbody {
	width: 100%;
}

#containerwrap-f #content {
	width: 100%;
}

/*content + left*/
#containerwrap-fr #mainbody {
	width: 100%;
}

#containerwrap-fr #content {
	width: 77%;
}

#containerwrap-fr #col1 {
	width: 20%;
}

/*content + right*/
#containerwrap-fl #content {
	width: 100%;
}

/* breadcrumbs */
#pathwaywrap {
	padding: 0 0 0 25px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/h3-bg-hilite.gif) no-repeat left center #cc0000;
	margin: 0 5px 10px 0;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 30px;
}

#pathway {
	padding: 0;
	display: block;
	float: left;
	width: 100%;
	background: url(../images/h3-bg-hilite.gif) no-repeat right center;
	margin: 0;
	height: 30px;
}

#pathway div.innerpad {
	padding-top: 7px;
	line-height: normal;
}

#pathway strong {
	margin-right: 5px;
}

#pathway a {
	color: #FFFFFF;
	text-decoration: none;
}

#pathway a:hover {
	text-decoration: underline;
}

#pathway img {
	margin: 1px 5px;
}


/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_light h3,
div.moduletable_hilite h3 {
	font-size: 100%;
	margin: 0 -5px 5px;
	padding: 0 0 0 28px;
	background: url(../images/h3-bg.gif) no-repeat center left #333333;
	white-space: nowrap;
	color: #CCCCCC;
	height: 30px;
}

div.moduletable h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span,
div.moduletable_light h3 span,
div.moduletable_hilite h3 span {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	display: block;
	background: url(../images/h3-bg.gif) no-repeat center right;
	height: 30px;
	line-height: 28px;
}

div.moduletable_light h3 {
	background: url(../images/h3-bg-light.gif) no-repeat center left #EFEFEF;
	color: #333333;
}

div.moduletable_light h3 span {
	background: url(../images/h3-bg-light.gif) no-repeat center right;
}

div.moduletable_hilite h3 {
	background: url(../images/h3-bg-hilite.gif) no-repeat center left #00B0DB;
	color: #FFFFFF;
}

div.moduletable_hilite h3 span {
	background: url(../images/h3-bg-hilite.gif) no-repeat center right;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_light,
div.moduletable_hilite {
	margin: 0 0 20px;
	padding: 0 5px;
}

div.module h3,
div.module_menu h3,
div.module_text h3,
div.module_hilite h3 {
	margin: 0 0 8px;
	padding: 5px 5px 6px 13px;
	white-space: nowrap;
	font-size: 100%;
	color: #CCCCCC;
}

div.module,
div.module_menu,
div.module_text,
div.module_hilite {
	margin: 0 0 20px;
	padding: 0;
	width: 100%; /*need for ie 6 */
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div,
div.module_menu div,
div.module_text div,
div.module_hilite div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module_menu div div,
div.module_text div div,
div.module_hilite div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_menu div div div,
div.module_text div div div,
div.module_hilite div div div {
	padding: 0 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module_hilite h3 {
	color: #FFFFFF;
	border-bottom: 1px solid #8DDDF0;
}

div.module_hilite {
	background: url(../images/box-hilite-br.gif) no-repeat bottom right #00B0DB;
	color: #FFFFFF;
}

div.module_hilite div {
	background: url(../images/box-hilite-bl.gif) no-repeat bottom left;
}

div.module_hilite div div {
	background: url(../images/box-hilite-tr.gif) no-repeat top right;
}

div.module_hilite div div div {
	background: url(../images/box-hilite-tl.gif) no-repeat top left;
}

/*common style for module*/
div.module div div div div,
div.module_menu div div div div,
div.module_text div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
	overflow: hidden;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilite ul,
div.moduletable_light ul,
div.module ul,
div.module_menu ul,
div.module_text ul,
div.module_hilite ul {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li,
div.moduletable_hilite li,
div.moduletable_light li,
div.module li,
div.module_menu li,
div.module_text li,
div.module_hilite li {
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}
/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	padding: 0;
	background: #333333;
}

#footer {
	color: #666666;
	padding: 10px 0 30px;
	position: absolute ;
	background: #333333;
}

#footer small {
	position: absolute;
	top: 5px;
	left: 0;
	color: #999999;
	font-size: 100%;
}

#footer ul {
	position: absolute;
	top: 6px;
	right: 0;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/vline.gif) no-repeat center left;
}

#footer a:hover, #footer a:active, #footer a:focus  {
	color: #FFFFFF;
}

#footer li a {
	display: inline;
	line-height: normal;
	padding: 0 15px;
}

li.firstitem {
	background: none !important;
}

.footurl {
	float: none;
	clear: both;
}
/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.tableHeader 
{
	background-color:#990000; 
	font-weight:bold;
	color:#FFFFCC; 
	border:none;
	padding:4px;
	}