/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	behavior:url("csshover.htc");
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 10px;/*0*/
	background: #cccccc url(bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #cc0000;
	text-decoration: none;
}

a:hover{
	color:#CC0000;
	text-decoration:none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

/*ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}*/

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 12px;
	left: 10px;
	right: 2%;
	width:97.5%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0;
	left: 14px;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:180px;/*here it is left side panel*/
	height:100%;
	padding: 0px;
	background-color: #f5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 10px 0px;/*0 0 14 10*/
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 25px;
	/*right: 385px;*/
	padding: 0px;
	margin: 0px;
	left: 10px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature a:hover{
	color:#3300FF;/*feature story links*/
	text-decoration:underline;
	
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a:hover{
	color:#660066;/*links for story section*/
	text-decoration:underline;
	}

.story a.capsule:hover{
	text-decoration: underline;
	color:#00FF00;

}

td.storyLeft{
	padding-right: 12px;
}
/********************dels******************************/
/*body {
	behavior:url("csshover3.htc");
	padding: 10px;
	
}*/
	
/** {
	font: normal Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}*/

ul,li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	width: 180px;/* IE6 needs this width of the menu block*/
	background: #fff;
	list-style-type: none;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

	

li.folder:hover {
	/*z-index: 10;*/
	/*background-color: #EFEFEF;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;*/
	border-top: 1px solid #cccccc;
	background-color: #ddEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration:none;
	z-index: 10;
	cursor:pointer;

}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 170px; /* IE */
	top: 2px; /*where submenu height appears was 10px......24/1/09*/
}
				
li.folder>ul { 
	left: 174px;/*175*/
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 220px;/*220px*/


}

a {
	padding: 2px;
	text-decoration: underline;
	width: 100%; /* IE */
}

li>a { 
	width: inherit;/*auto*/

}

li a.submenu {
	background-image: url(bg_nav.jpg);
	padding-left: 10px;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	display: block;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 2px solid #ffffff;
	padding-top: 3px;
	padding-bottom: 4px;
	color:#21536a
}

li a.submenu:hover {
	border-top: 1px solid #cccccc;
	background-color: #ddEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration:none;
	z-index:9; /*was 9 9999*/
	cursor:pointer;
}

			
li.explain { 
	font: bold 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	background-color: #DCEAF9;
	border-bottom: 1px solid #FFFFFF;
	color: #6699CC;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 190px;	
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 202px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #666;	
}

a:hover {
	/*color: #000;*/


}

#menu {
    border: 0px solid #ccc; /*border of menu block*/
    margin: 0;
    padding: 0;
    width: 150px;
	top:0px;
    left:0px;

}
/***********************end dels*************************/


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert a:hover{  /* NEW 7th DEc 2008 to underline advert text*/
text-decoration:underline;
	}

#advert img{
	display: block;
}

/********************* end **********************/
