/* CSS Document */
body
	{
	background-image:url(../images/bg_img.jpg);
	background-color:#737373;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	font-family:verdana;
	font-size:12px;
	}

h1 {
	font-family:tahoma;
	color:#8DA839;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

.button_middle_img
	{
	background-image:url(../images/middle_part_butto.jpg);
	}
.button_middle_img2
	{
	background-image: url(../images/green_line.jpg);
	}
.menu_txt
	{
	size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:20px;
	/*text-transform:uppercase;*/
	}
.menu_txt:hover
	{
	size:11px;
	color:#AAB547;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:20px;
	/*text-transform:uppercase;*/
	}
.line_top_img
	{
	background-image:url(../images/line_top.jpg);
	}
.bg_img
	{
	background-image: url(../images/BOTTOM_IMG.jpg);
	background-color:#565656;
	}
.bg_color_gray
	{
	background-color:#484949;
	}
.big_tab_bg_img
	{
	background-image:url(../images/big_tab_line.jpg);
	background-color:#565656;
	background-repeat:repeat-x;
	}
.middle_tab_text
	{
	font-size:12px;
	color:#BFBFBF;
	line-height:23px;
	text-align:justify;
	}
.middle_tab_text2
	{
	font-size:12px;
	color:#ffffff;
	line-height:23px;
	text-align:justify;
	}
.left_tab_txt
	{
	font-family:tahoma;
	font-size:12px;
	color:#ffffff;
	line-height:23px;
	}
.bottom_menu
	{
	font-size:12px;
	color:#ffffff;
	line-height:23px;
	text-decoration:none;
	}
.bottom_menu:hover
	{
	font-size:12px;
	color:#AAB547;
	line-height:23px;
	text-decoration:none;
	}
.copyright
	{
	font-size:11px;
	color:#ffffff;
	line-height:23px;
	text-decoration:none;
	}
.readmore
	{
	font-size:11px;
	color:#8DA839;
	line-height:28px;
	text-decoration: underline;
	}
.readmore:hover
	{
	font-size:11px;
	color:#ffffff;
	line-height:28px;
	text-decoration: underline;
	}
.img_question
	{
	background-image:url(../images/icon_img.jpg);
	background-repeat:repeat-y;
	background-repeat: no-repeat; 
	height:155px;
	background-position:right;
	background-color:#565656;
	}
.bg_color_top_2
	{
	background-color:#5A5656;
	}
.pink_txt
	{
	font-family:tahoma;
	color:#8DA839;
	font-size:12px;
	font-weight:bold;
	padding-left:4px;
	}
	
.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.jquerycssmenu {
	font: bold 15px Verdana;
	border-bottom: 0px solid black;
	padding-left: 10px;
}

.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display: block;
	background: url(tintblue.gif) top center repeat-x;
	margin-right: 0px;
	border: 0px solid #778;
	border-bottom-width: 0;
	color: #FFFFFF;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover {
	background-image: url(tintbluedark.gif);
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a {
	font: normal 13px Verdana;
	width: 170px;
	background: #BFBFBF;
	color: black;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid black;
	text-align:left;
}

.jquerycssmenu ul li ul li a:hover{
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
}

a{
	font-size:12px;
	color:#8DA839;
	line-height:28px;
	text-decoration: underline;
}
a:hover
{
	font-size:12px;
	color:#ffffff;
	text-decoration: underline;
}