@charset "utf-8";
/* CSS Document */


body{font-family:Verdana, Tahoma, Arial ; background:url(../images/main_bg.jpg) top repeat-x #ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,blockquote{margin:0;padding:0;}

ul{list-style-type:none;}
a{text-decoration:none; outline:none;}
img{border:none;}
/* img, td, div{behavior: url("iepngfix.htc")} */


/*HOME PAGE
-----------------------------------------------------------*/
.top_link{font-family:Verdana; font-size:12px; color:#545454;}
.top_link a{color:#545454;}
.top_link a:hover{color:#224e64;}
.top_link a.act{color:#224e64;}






/*---------------------------------------SMOOTH_MENU---------------------------------------*/
.ddsmoothmenu{width:922px; font-family:Verdana; font-size:12px; color:#ffffff; background:url(../images/menu_repeat.jpg) left top repeat-x;}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding:10px 0px 10px 15px;

color: #2d2b2b;
font-weight:bold;
text-decoration: none;
}
.ddsmoothmenu ul li a.rt_pad	{	padding-right:23px;	}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/ 
color:#ffe8ad;
}

.ddsmoothmenu ul li a:hover{/*background of menu items during onmouseover (hover state)*/
color:#ffe8ad;
}

.ddsmoothmenu ul li a#act{/*background of menu items during onmouseover (hover state)*/
 color:#ffe8ad;
}

.ddsmoothmenu ul li a.act{/*background of menu items during onmouseover (hover state)*/
color:#ffe8ad;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
width:185px;
position: absolute;
background:#917327;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:Verdana; font-size:11px; color:#ffffff;
width: 197px; /*width of sub menus*/
padding: 11px 0 11px 8px;
font-weight:normal;
margin: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}



/*---------------------------------------END SMOOTH_MENU---------------------------------------*/





/*START CONTEIN PART
--------------------------------------------------------*/

.page_title{font-family:Verdana; font-size:15px; color:#214d63; font-weight:bold; padding:0 0 0 7px;}
.default_text{font-family:Verdana; text-align:justify; font-size:12px; color:#214d63; line-height:22px;}
.default_text a{color:#214d63; text-decoration:underline;}
.default_text a:hover{color:#917327; text-decoration:none;}




/*START FOOTER PART
--------------------------------------------------------*/

.ftr_link{font-family:;Verdana; font-size:12px; color:#626262; text-align:center;}
.ftr_link a{color:#626262;}
.ftr_link a:hover{color:#302f2f; text-decoration:underline;}
.ftr_link a.act{color:#302f2f; text-decoration:underline;}
.ftr_link span{font-family:;Verdana; font-size:12px; color:#adabab; padding:0 18px 0 18px;}


.new_border{border-left:1px solid #24506d; border-top:1px solid #24506d;}
.two_border{border-right:1px solid #24506d; border-left:1px solid #24506d; border-top:1px solid #24506d;}
.top_border{border-top:1px solid #24506d;}

.chart_title_text{font-family:Arial; font-size:12px; color:#ffffff; font-weight:bold;}
.chart_details{font-family:Arial; font-size:12px; color:#666666; float:left; padding:2px 2px 2px 11px;}
