/* -------------------------------------------------------------------------  */
/* general tags */
/* -------------------------------------------------------------------------  */
body
{
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	background-color: #122438;
	background-image: url(./icons/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	text-align: center;
	
}

IMG
{
	border: 0px;
}

h2
{
	font-family: verdana, helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #122438;
}

/* -------------------------------------------------------------------------  */
/* main layout tags */
/* -------------------------------------------------------------------------  */
.mainArea
{
	_height: 637px;
	min-height: 637px;	
	width: 900px;
	margin: 0 auto;
	border: 1px solid #122438;
}

.header
{
	background-color: #999999;
	height: 124px;
	width: 900px;
	background-image: url(./icons/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.headerFiller
{
	height: 101px;
}

.navigation
{
	width: 900px;
	height: 20px;
	left: 20px;
	right: 5px;
	vertical-align: bottom;
	position: relative;
}

.mainNavigation
{
	width: 450px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

@media print {
	.header, .contentLink, .subNavigation{
		display:none;
	}
}


/***** - Navigation CSS --Start-- ****/
ul#navmenu-h
{
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 760px; /*For KHTML*/
	list-style: none;
	height: 22px;
	text-align: left;
}

ul#navmenu-h li
{
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 22px;
}

ul#navmenu-h ul
{
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 200px;
	list-style: none;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/
{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu-h ul li
{
	width: 200px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}


/* Root Menu */
ul#navmenu-h a
{
	background-image: url(./icons/background_navigation.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block; /*background: #EEE;*/
	font: normal 11px/22px verdana, helvetica, arial;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	color: #696969;
	padding: 0pt 15px 0px 15px;
	line-height: 21px;
	border-right: 1px #C0C9D0 solid;
}

li#active1 a,li#active2 a,li#active3 a,li#active4 a,li#active5 a,li#active6 a,li#active7 a
{
	background-image: url(./icons/background_navigation.gif);
	background-position: center top;
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
	border-left: 1px white solid;
	border-top: 1px white solid;
	border-right: 1px white solid;
	border-bottom:1px #DEE2E7 solid;
}

ul#navmenu-h a:active, ul#navmenu-h a:visited, ul#navmenu-h a:link
{
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a 
{
	background-image: url(./icons/background_navigation.gif);
	background-position: center top;
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	border-bottom:2px #DEE2E7 solid;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
	float: none;
	background-color: #E5E8EC;
	text-decoration: none;
	background-image: url(./icons/background_navigation.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	color: #696969;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a
	{
	background-color: #E5E8EC;
	text-decoration: none;
	color:#000000;
	background-image: url(./icons/background_navigation.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a
	{
	background-color: #E5E8EC;
	text-decoration: none;
	color: #696969;
	background-image: url(./icons/background_navigation.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a
	{
	background-color: #E5E8EC;
	text-decoration: none;
	color:#000000;
	background-image: url(./icons/background_navigation.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a
	{
	background-color: #E5E8EC;
	text-decoration: none;
	color: #696969;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover
	{
	background-color: #E5E8EC;
	text-decoration: none;
	color:#000000;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul
{
	display: none;
}

ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul
{
	display: block;
}

/***** - Navigation CSS --End-- ****/

/*Second level menu start*/
#Tab1MenuContainer 
{
	top: 0px;
	width: 900px;
	height: 22px;
	background-image: url(./icons/background_navigation.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	color: #696969;
}

#Tab1MenuContainer div span 
{
	font-size: 11px;
	font-weight: normal;
	margin-left: 0;
	list-style: none;
	display: block;
	float: left;
	cursor: pointer;
	height: 22px;
}

#Tab1MenuContainer div span.ActiveTAB 
{
	margin-left: 0;
	list-style: none;
	display: block;
}

#Tab1MenuContainer div span a 
{
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	cursor: pointer;
	padding-right:8px;
	padding-bottom:10px;
	padding-left:8px;
	
}

#Tab1MenuContainer div span.ActiveTAB a {
	background-color:#FFFFFF;
	background-image:url(./icons/background_navigation.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px #DEE2E7 solid;
	color:#000000;
	font-family:verdana,helvetica,arial;
	padding-right:8px;
	padding-bottom:10px;
	padding-left:8px;
	
}

#Tab1MenuContainer div span a:hover {
	background-image: url(./icons/background_navigation.gif);
	background-position: center top;
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	border-bottom:2px #DEE2E7 solid;
}

/*Second level menu end*/
.contentTopSpacer
{
	background-color: #ffffff;
	height: 0px;
	width: 900px;
}

.contentOuterLayer {
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	_height: 530px;
	min-height: 530px;
	width: 900px;
	padding: 0px 0px 0px 0px;
	overflow:auto;	
}
.mainArea>.contentOuterLayer
{
	overflow:auto;
}
.contentPaneNL
{
	background-color: #ffffff;
	width: 900px;
}
.contentLink
{
	background-color: #ffffff;
	width: 150px;
	float: left;
	_height: 475px;
	min-height: 475px;

}
.contentNews
{
	background-color: #ffffff;
	width: 730px;
	float: left;
	_height: 475px;
	min-height: 475px;
	padding-left:20px;
}
.footerBlock {
	height: 20px;
	color: #ffffff;
	width: 900px;
	background-image: url(./icons/footer.jpg);
	background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------  */
/* detail tags footer */
/* -------------------------------------------------------------------------  */
.footer, .footerBlock a, .footerBlock a:link, .footerBlock a:active, .footerBlock a:visited, .footerBlock a:hover
{
	padding: 2px;
	font-size: 9px;
	color: #FFFFFF;
	float: right;
}

.footer p
{
	margin: 0px;
	padding: 5px;
	font-size: 9px;
	color: #FFFFFF;
}

.footerCopyRight
{
	color: #ffffff;
	margin-top: 2px;
	margin-left: 0px;
	text-align: left;
	float: left;
	font-size: 9px;
}

.c_menu3v_frame
{
	vertical-align: top;
	padding: 40px 20px 5px 5px;
}

.c_menu3v_top
{
	height: 10px;
	background-color: #E0E2E7;
	background-image: url(./icons/background_navigation.gif);
	background-position: center top;
	
}

.c_menu3v_bottom
{
	height: 10px;
	background-color: #E0E2E7;
	background-image: url(./icons/background_navigation.gif);
	background-position: center top;
}

.c_menu3v_off
{
	_height: 15px;
	min-height:15px;	
	background-color: #E0E2E7;
	background-image: url(./icons/background_navigation.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 5px 10px 5px 0px;
	text-align: left;
	border-bottom: solid #ffffff 1px;
	border-left:solid #E0E2E7 20px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight:100;
	
}
.c_menu3v_off a
{
	color: #666666;
}
.c_menu3v_on a
{
	color: #000000;
}
.c_menu3v_on
{
	_height: 15px;
	min-height:15px;	
	background-color: #fff;
	padding: 5px 10px 5px 3px;
	border-left:solid #E0E2E7 20px;
	text-align: left;
	border-bottom: solid #ffffff 1px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.LinksPanelList
{
	background-image: url(./icons/background_navigation.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	
}
.LinksPanelList a:link, .LinksPanelList a:visited, .LinksPanelList a:active
{
	/*color: #132539;*/
	text-decoration: none;
}

.LinksPanelList a:hover
{
	color: #D31F1E;
	background: #ffffff;
	text-decoration: none;
}
