/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, hs1 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #3300CC;
}

h3{
 font-size: 100%;
 color: #3D6CC4;
  font-family: Verdana,Arial,sans-serif;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #145DF1;
font-family: Verdana,Arial,sans-serif;
}

h5{
 font-size: 100%;
 color: #009900;
}
h6{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #003399;
}

hs1{
 font-size: 50%;
 color: #334d55; 
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
ol{
 list-style-type: lower-alpha;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 1px 0px;
	/* border-bottom: 1px solid #cccccc;*/
	width: 100%;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 0px;
	height:100%;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navBarDrop{
	margin: 0 83% 0 0;
	padding: 0px;
	background-color: #d4eaf7;
	border: 1px 1px 1px 1px solid #ccc;
	border-color: #2386FE;
}

#content{
  float:right;
	width: 78%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 2px 10px;
white-space: nowrap;
/* background-image:url(../img/glbnav_background.gif);
background-repeat:repeat-x; */
background-color:#4891C6;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
	color:#FFFFFF;
	font-weight:bold;
}

.disableMenu {color: #999999}

/************* .menu 2nd level styles *************/
/* .style1 {color: #006699}  */
.styleM2 {color: #006699} 

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	font-family: Verdana,Arial,sans-serif;

}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 85%;
	color: #FFFF00;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #navBarDrop2 link styles ***********/

#navBarDrop2 {
    font-size:90%;
	border-collapse:collapse;	
	padding: 0px 0px 0px 0px;
	background-color: #d4eaf7;
/*	border: 1px 1px 1px 1px solid #ccc;  */
    border: 1px solid #2386FE;
	border-bottom: none;
	border-color: #2386FE; 
  }

#navBarDrop2 li a:link, li a:visited, li a:hover, li a:active {display: block;}

#navBarDrop2  a:link    {background-color:#d4eaf7;text-decoration: none;}
#navBarDrop2  a:visited {background-color:#d4eaf7;text-decoration: none;}
/* #navBarDrop2  a:hover   {background-color:#8eb0ee;color:#FFFFFF;text-decoration: none;} */
#navBarDrop2  a:hover   {background-color:#2386FE;color:#FFFFFF;text-decoration: none;border-bottom-color: #000000;}
#navBarDrop2  a:active  {background-color:#d4eaf7;text-decoration: none;}


#navBarDrop2 li a:link, #navBarDrop2 li a:visited {display: block;}
#navBarDrop2 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #navBarDrop2 li {border-bottom: 1px solid #ddd; margin: 0 1px 0 1px;} */
/* #navBarDrop2 li {border-bottom: 1px solid #2386FE; margin: 0 1px 0 1px;} */
#navBarDrop2 li {border-bottom: 1px solid #2386FE; padding: 1px 1px 1px 1px;}

/* fix for browsers that don't need the hack */
html>body #navBarDrop2 li {border-bottom: none;}


/*********** #navBarDrop link styles ***********/

#navBarDrop table tr a:link, #navBarDrop table tr a:visited {
	display: block;
	border-top-color: #CCCCCC;
}
#navBarDrop table tr {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarDrop table tr {
	border-bottom: 1px solid #4d6c00;
}

/* fix for browsers that don't need the hack */
html>body #navBarDrop #sectionLinkDrop table tr {
	border-top-color: #FF0000;
	border: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** #sectionLinksDrop styles ***********/

#sectionLinksDrop{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFcccc;
	border-collapse:collapse;
	font-size: 90%;
}

#sectionLinksDrop h3{
	padding: 10px 0px 2px 10px;
	
}

#sectionLinksDrop table tr a:link{
	padding: 0px 0px 0px 2px;
	border-collapse:collapse;		
/*	border-top: 1px solid #00cccc; */
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinksDrop table tr a:visited{
	border-collapse:collapse;	
	padding: 0px 0px 0px 2px;
}

#sectionLinksDrop table tr a:hover{
	border-collapse:collapse;	
	background-color: #dddddd;
	padding: 0px 0px 0px 2px;
}

#sectionLinksDrop table tr {
	border-collapse:collapse;
	display: block;
	padding: 0px 0px 0px 2px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks li{
 font-size: 80%;
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.viewtable
{
	COLOR: blue;
	POSITION: static;
	PADDING-LEFT: 10px;
	font-size: 12px;   

}
.viewtable TABLE

{
	border:"0";
	width:"100%";
 	FONT-FAMILY: Verdana,Arial,sans-serif;
 	letter-spacing: normal;



}
.viewtable TABLE TR

{
    BACKGROUND-COLOR:#E7F0FC; 
	WIDTH: 500px;
    HEIGHT: 30px;
	/* TEXT-ALIGN: center; */
	color: #124079;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10;
 	letter-spacing: normal;
}
.viewtable TABLE TR TD1
{
 /* TEXT-ALIGN: center; */
  
  

}

/*blue - Added by Nasim */

.box_blue {
	width:150px;
	height:76px;
	background:url(../img/box_blue_bg.jpg) repeat-x top;
	border-right:2px #a8e5f3 solid;
	border-bottom:2px #a8e5f3 solid;
	margin:3px 3px 0 0px;
}
.box_blue .img {
	width:100px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_blue .right {
	width:165px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_blue .title {
	color:#2d9fce;
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
	line-height:75px;
}
.box_blue p {
	margin:0px;
	padding:0px;
}
.box_blue .button {
	margin:5px 0 0 0;
}

.box_blue_wide {
	width:220px;
	height:76px;
	background:url(../img/box_blue_bg.jpg) repeat-x top;
	border-right:2px #a8e5f3 solid;
	border-bottom:2px #a8e5f3 solid;
	margin:3px 3px 0 0px;
}
.box_blue_wide .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_blue_wide .right {
	width:135px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_blue_wide .title {
	color:#2d9fce;
	font-family: "Liberation Sans", arial;
	font-size:11px;
	font-weight:bold;
}
.box_blue_wide p {
	margin:0px;
	padding:2px;
}
.box_blue_wide .button {
	margin:5px 0 0 0;