/* main styles */
body {
 background-image: url(../img/pg_bg.gif);
 margin-top: 0;
 padding-top: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 13pt;
  margin: 5px 0;
}
h2 {
  font-size: 11pt;
  margin: 2px 0;
}
#page_holder {
  background-color: #fff;
  width: 970px;
}

/* header styles */
#top_header {
  height: 135px;
  text-align: center;
  padding-top: 5px;
}

/* styles for main top menu */
#top_main_menu {
	height: 29px;
	width: 100%;
	background-color: #486BAA;
}

#top_main_menu div {
  line-height: 29px;
	float: left;
}

#top_main_menu a.parent {
	display:block;
	background: #486BAA url(../img/mn_brdr.gif) no-repeat top right;
}

/* -------------------------- dropdown menu section start ------------------------------------*/

.menu, .menu ul, .menu div ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li, .menu li div {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	text-align: left;
}

.menu li:hover, .menu li div:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul, .menu div ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul, .menu li:hover>div ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul, .menu li li:hover>div ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after, .menu div ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul, .menu div ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul, .menu div ul {
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul, .menu ul div ul, .menu div ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

.menu, .menu ul li, .menu div ul li {
	color: #fff;
	background: #486BAA;
}

.menu ul, .menu div ul {
	width: 14em;
}

.menu a {
	text-decoration: none;
	color: #fff;
  font-size: 10pt;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #fff;
  text-decoration: underline;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu ul>li + li, .menu div ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul,.menu li li:hover>div ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #fff;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/

/* ---------------------------- dropdown menu section end ----------------------------------*/


/* yellow lines (under main top menu and at the page bottom) style */
.yellow_line {
  background-color: #FAE13D;
  line-height: 3px;
}

/* page content styles start here*/
#main_holder {
  width: 956px;
  padding: 7px;
  height: 100%;
  float: left;
  background-color: #fff;
  /*border: 2px solid green;  /*----------------------------------------------------------------------*/
}

#main_holder div{
  text-align: left;
  float: left;
}

/* left column styles start here*/
#left_column {
  width: 165px;
}

/* left menu styles start here*/
#left_main_menu {
  background-color: #FDFCF3;
  width: 100%;
  padding-left: 2px;
}

#left_main_menu div.lm_item {
  background: #E5ECEF url(../img/lm_rght.gif) repeat-y right top;
  border-bottom: 1px solid #6C7B96;
  margin-bottom: 1px;
  line-height: 29px;
  height: 29px;
  float: none;
}

#left_main_menu div.lm_item img{
  padding-left: 3px;
}

#left_main_menu div.lm_item a{
  padding-left: 5px;
  color: #346291;
  font-weight: bold;
  font-size: 9pt;
	letter-spacing: -1px;
  text-decoration: none;
}

#left_main_menu div.lm_item a:hover{
  text-decoration: underline;
}
/* left menu styles end */

/* styles for information block on the left side start here*/

div.inform_block {
  width: 100%;
  border: 1px solid #B9B9B9;
  margin-top: 5px;
  background: #FFFFFB url(../img/lb_bg.gif) repeat-x left top;
  text-align: left;
}

div.ib_header, div.nb_header {
  width: 100%;
  background-color: #5078BE;
  border-top: 1px solid #B9C9E5;
}

div.ib_header span, div.nb_header span{
  padding-left: 5px;
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
}

div.inform_block div.ib_content, div.news_block div.nb_content
{
  width: 95%;
  color: #555555;
  font-size: 8pt;
  margin: 3px 2px 1px 2px;
}

div.inform_block div.ib_content {
  text-indent: 7px;
}

/* information block styles end */

/* left column styles end */

/* center column styles start here */
#center_column {
  width: 560px;
  padding: 0px 10px;
  color: #333333;
	font-size: 10pt;
}

#center_column ul {
  text-align: justify
}

#submenu {
	width: 100%;
	margin-bottom: 5px;
	color: #333;
}

#submenu a {
	display: block;
  color: #486BAA;
  margin-bottom: 5px;
}
/* center column styles end */

/* right column styles start here */
#right_column {
  width: 195px;
}


/* look for newsblock styles here and in the infoBlock styles section*/
div.nb_header{
  width: 205px;
}

div.news_block {
  background-color: #EDF0F1;
  padding-bottom: 10px;
}

div.nb_content div.news {
  color: #333333;
  padding-top: 7px;
  padding-bottom: 10px;
  background: #EDF0F1 url(../img/nws_sprt.gif) no-repeat left bottom;
}

div.news div.news_point{
  width: 10px;
  float: left;
  padding: 2px 3px;
}

div.news div.news_text{
  width: 170px;
  float: left;
}

div.news_text span.news_date {
  color: #47618E;
  font-weight: bold;
}

/* news block styles end */

/* right column styles end */

/* page content styles end*/

/* footer styles start here*/

#footer {
  width: 970px;
  padding: 2px 0px;
  text-align: left;
  background-color: #486BAA;
  color: #fff;
  font-size: 8pt;
}

#footer a{
  color: #fff;
}

/* footer styles end*/

/* general styles start here */

a.more, p.allitems a{
  color: #2F76D6;
}

p.allitems {
	text-align: right;
	font-weight: bold;
}

.errorMsg {
	color: #d00;
	font-weight: bold;
	text-align: center;
}

div.pager {
	padding-top:15px;
	width: 100%;
}

div.pager a {
	color: #2F76D6;
	font-weight: bold;
	text-decoration: none;
}

div.pager a:hover {
	text-decoration: underline;
}

#sitemap {
	padding-left: 40px;
}

#sitemap a{
	color: #333;
	text-decoration: none;
}

#sitemap a:hover{
	color: #346291;
	text-decoration: underline;
}

#sitemap div {
	padding: 3px 0px;
}

#sitemap .title {
	color: #346291;
	font-size: 13pt;
	padding: 15px 0px;
}

#sitemap .lowlevel{
	background: url("../img/bullet2.gif") no-repeat left;
	padding-left: 10px;
}

#sitemap .header_small {
	background: url("../img/bullet1.gif") no-repeat left;
	padding-left: 10px;
}
/* general styles end */

.big_text {
  font-family: Arial;
  font-weight: bold;
  font-size: 13pt;
}

#sitemap div {
	padding: 3px 0px;
}

#sitemap .title {
	color: #346291;
	font-size: 13pt;
	padding: 15px 0px;
}

#sitemap .lowlevel{
	background: url("../img/bullet2.gif") no-repeat left;
	padding-left: 10px;
}

#sitemap .header_small {
	background: url("../img/bullet1.gif") no-repeat left;
	padding-left: 10px;
}
/* general styles end */

.big_text {
  font-family: Arial;
  font-weight: bold;
  font-size: 13pt;
}

.tn_content {
 	width: 99%;

}

.tn_first_level
{
	width: 535px;
/*	min-height: 20px;*/

	background-color: #EAEAEA;
	border-left: 10px solid #1251B8;
	padding: 0 0 0 15px;
	margin: 2px 0 0 0;
}

.tn_first_level a {
	color: #0E43A5;
	text-decoration: underline;
}

.tn_first_level a:hover {
	color: #3E7BEE;
	text-decoration: none;
}

.tn_header
{
/*	height: 20px;  */

	background-color: #5078BE;
	padding: 0 15px 0 15px;
	margin: 0 0 2px 0;

	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

.tn_second_level {
	width: 515px;
/*	height: 20px;*/

	background-color: #F7F7F7;
/*	border-left: 10px solid #1251B8;*/
	padding: 0 0 0 45px;
	margin: 2px 0 0 0px;
}
.advlnks {
  width: 956px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 10px;
  color: #666666;
}
.advlnks a {color: #666666;}
