/*This style sheet lists styles for all the elements in the second and third level pages*/


/* Style for the breadcrumb trail*/
.bread_crumbs
{
font-size:10px;
color:#333333;
background:#f5f5f7;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:25px;
}

/* Style for the links breadcrumb trail*/
.bread_crumbs a
{
font-size:10px;
color:#003399;
background:#f5f5f7;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:25px;
}



/* To set padding between the banner and primary nav*/
.nav_ht
{
line-height:20px;
}


/* Style for the second level and third level page headers*/
.headers
{
font-size:14px;
font-weight:bold;
color:#9B6300;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Style for the second level and third level page captions*/ 
.captions
{
font-size:13px;
font-weight:bold;
color:#999999;
font-style:italic;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*Style for the text in the Stories section*/
.sec_story_txt
{
font-size:11px;
color:#333333;
font-style:italic;
line-height:17px;
margin:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*Style for the Stories' author in the Stories section*/
.sec_author
{
font-size:11px;
color:#333333;
line-height:17px;
font-weight:bold;
margin:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;

}

/* Style for the links in the secondary page copy*/
.seccopy_links
{
font-size:11px;
color:#003399;
text-decoration:underline;
line-height:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

/* Style for the section headers*/
.section_headers
{
font-size:12px;
color:#000000;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-right:10px;
}

/*Styles for the staff names and designations in about page*/
.section_names
{
font-size:11px;
color:#000000;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:17px;
}

/* Style for the secondary and third level page copy*/
.sec_copy
{
font-size:11px;
color:#333333;
line-height:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-right:10px;

}

/*Style for the elements in the left nav bar*/
.sec_navbar
{
	color:#003399;
	font-weight:bold;
	background:#f5f5f7;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;

}

/*Style for the selected element in the left nav bar*/
.sel_secnav
{
	color:#ffffff;
	background-color:#C7c6d8;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;

}

/*Style for the links on hover in the left nav bar */


a.navlinks:visited
{
text-decoration:none;
color:#003399;
}

a.navlinks:link
{
text-decoration:none;
color:#003399;
}

a.navlinks:hover
{
color:#6699ff;
text-decoration:underline;
}

/* Styles for white line separator in the left navigation of the secondary pages*/
.whiteline
{
background:#fff;
line-height:1px;
}

/*Style for the left nav bar*/

.left_nav
{
background:#f5f5f7;
}

/*Styles for the links in the footer*/
.footer
{
font-size:10px;
color:#999999;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Style for links on hover in the footer*/

a.footer_link:visited {color:#999999;text-decoration:underline;}
a.footer_link:link {color:#999999;text-decoration:underline;}
a.footer_link:hover {color:#cccccc;text-decoration:underline;}

/*Styles toposition the footer links*/

.footer_rt
{
position:relative;
float:right;
margin-right:10px;
margin-bottom:5px;
}

.footer_lt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
position:relative;
float:left;
font-size:10px;
color:#999999;
margin-bottom:5px;
}

/* Style for the separator line between the stories on the secondary pages*/
.separator
{
height:1px;
font-size:1px;
background:#9999cc;
}

/* Body styles*/
body
{
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-position-50% y-50%;
background-attachment: fixed;
background-position: top center;
margin-top: 0px;
background-color:#EEEEEE;
min-height: 101%;
}

.bottomimage
{
	height:3px;
	font-size:3px;
	background-color:#EEEEEE;
	background-repeat: repeat-x;
}

/*To prevent page shift*/
HTML {
height: 100%;
}

/* To position images in news page*/
.news_image
{
position:relative;
float:right;
font-size:10px;
color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

/* Style for the Service Mark text in the news page copy*/
sup {font-size:8px;font-family:Verdana, Arial, Helvetica, sans-serif;}

ul.list{
color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 17px;
   }
   ul.list li{
   list-style-image: url('images/bullet_black.gif') 1px 5px no-repeat;

   }
