/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-10-01 16:00                                                    */

/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: #ffffff url(images/body-background.png) repeat-x left top;
	color: #555555;
	font-size: 70%;
	font-family: Arial, Sans-Serif;
}

body, form, ul, li, ol, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial;
}




.blue
{
	color: #1c2e8b;
}

ul
{
	font-family: Tahoma, Verdana, Arial;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #e00083;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.hide
{
	position: absolute;
	left: -4999px !important;
	top: -4999px !important;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 992px;
	margin: 0 auto;
	position: relative;
}

#topPanelHolder
{
	width: 992px;
	height: 560px;
}

#topPanelHolderNoFlash
{
	width: 992px;
	height: 170px;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#middlePanel
{
  margin-top: -10px;
	width: 992px;
	background: url(images/middle-panel-background.png) no-repeat left top;
	min-height: 450px;
  height:auto !important;
  height:450px;
}

#middlePanel #content
{
	padding: 15px 30px;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 992px;


	left: 0;
	top: 0;
	overflow: visible;
}

#topPanel h2.logo,
#topPanel h2.logo span
{
	width: 236px;
	height: 89px;
	position: absolute;
	left: 10px;
	top: 22px;
	overflow: hidden;
	_top:30px;
}

#topPanel h2.logo span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/logo.png) no-repeat left top;
}

#topPanel h2.logo a
{
	text-decoration: none;
}

#topPanel #menu
{
	width: 730px;
	height: 41px;
	position: absolute;
	right: 0;
	top: 75px;
	list-style-type: none;
	font-family: Arial, Sans-Serif;
	z-index: 10;
}

#topPanel #menu li
{
	padding: 0 1px 0 0;
	float: left;
	position: relative;
	background: url(images/menu-separator.png) no-repeat right top;
}

#topPanel #menu li.last
{
	padding: 0;
	background: none;
}

#topPanel #menu li.last span,
#topPanel #menu li.first span
{
	width: 2px;
	height: 43px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	background: url(images/menu-last.png) no-repeat left top;
}

#topPanel #menu li.first span
{
	left: 0;
	background: url(images/menu-first.png) no-repeat left top;
}

#topPanel #menu li a
{
	height: 43px;
	padding: 0 21px;
	display: block;
	float: left;
	line-height: 43px;
	background: url(images/menu-background.png) repeat-x left top;
	color: #23348f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#topPanel #menu li a.active
{
	color: #e00084;
}

#topPanel #menu li a:hover
{
	text-decoration: underline;
}

#topPanel #menu li
{
	behavior: url(styles/hover.htc);
}

/* hover for display submenu */
#topPanel #menu li:hover ul,
#topPanel #menu li.hover ul
{
	display: block;
/*		z-index:999; */
}

#topPanel #menu li ul
{
	width: 150px;
	display: none;
	position: absolute;
	left: 0;
	top: 43px;
	background: #e8e8e8;
	font-family: Tahoma, Verdana, Arial;
	list-style-type: none;
/*	z-index:999; */
}

#topPanel #menu li ul li
{
	width: 150px;
	padding: 1px 0 0 0;
	background: url(images/submenu-separator.png) repeat-x left top;
	float: none;
/*	z-index:999; */
}

#topPanel #menu li ul li a
{
	width: 135px;
	height: auto;
	padding: 8px 0 8px 15px;
	float: none;
	display: block;
	line-height: normal;
	background: transparent;
	font-size: 11px;
/*	z-index:999; */
}

#topPanel #menu li ul li a:hover
{
	text-decoration: underline;
}

#topPanel #topMenu
{
	width: 490px;
	height: 20px;
	position: absolute;
	left: 285px;
	top: 45px;
	list-style-type: none;
	z-index: 10;
}

#topPanel #topMenu li
{
	float: left;
	position: relative;
}

#topPanel #topMenu li a
{
	padding: 0 7px;
	float: left;
	color: #737997;
	border-right: 1px solid #c1c4d0;
	font-weight: bold;
}

#topPanel #topMenu li.last a
{
	border-right: none;	
}

#topPanel #topMenu li a.active
{
	color: #e00083;
}

#topPanel #topMenu li
{
	behavior: url(styles/hover.htc);
}

#topPanel #topMenu li:hover ul,
#topPanel #topMenu li.hover ul
{
	display: block;
}

#topPanel #topMenu li ul
{
	width: 150px;
	padding: 10px 0 0 0;
	display: none;
	position: absolute;
	left: 0;
	top: 12px;
	background: transparent;
	list-style-type: none;
}

#topPanel #topMenu li ul li
{
	width: 150px;
	padding: 0 0 1px 0;
	background: url(images/submenu-separator.png) repeat-x left bottom;
	float: none;
}

#topPanel #topMenu li ul li.last
{
	padding: 0;
	background: transparent;
}

#topPanel #topMenu li ul li a
{
	width: 135px;
	height: auto;
	padding: 8px 0 8px 15px;
	float: none;
	display: block;
	line-height: normal;
	background: #e3e3e3;
	color: #737997;
	text-decoration: none;
	border: none;
	font-size: 11px;
}

#topPanel #topMenu li ul li a:hover
{
	text-decoration: underline;
}

#topPanel .searchBox
{
	width: 190px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 40px;
	overflow: hidden;
}

#topPanel .searchBox .input
{
	width: 107px;
	height: 17px;
	padding: 5px 10px 0 10px;
	background: #ffffff url(images/input-background.png) repeat-x left top;
	color: #8a8a8a;
	font-size: 10px;
	border: 1px solid #c6c6c6;
	overflow: hidden;
}

#topPanel .searchBox .button
{
	width: 37px;
	height: 16px;
	margin: 0 0 0 5px;
	background: url(images/search-button.png) no-repeat left 2px;
	border: none;
	overflow: hidden;
	cursor: pointer;
}

#flashHolder
{
	width: 992px;
	height: 410px;
	padding: 25px 0 0 0;
	overflow: hidden;
	text-align: center;
  background: url(/images/access.jpg) no-repeat 2px 25px;
	position: absolute;
	top: 130px;
	

}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	width: 892px;
	height: 108px;
	padding: 30px 50px 10px 50px ;
	background: url(images/bottom-panel-background.png) no-repeat left top;
	overflow: hidden;
}

#bottomPanel .leftPanel
{
	width: 190px;
	float: left;
	color: #939393;
	font-size: 10px;
}

#bottomPanel .leftPanel h2.logo,
#bottomPanel .leftPanel h2.logo span
{
	width: 128px;
	height: 49px;
	position: relative;
	overflow: hidden;
}

#bottomPanel .leftPanel h2.logo span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/logo-mini.png) no-repeat left top;
}

#bottomPanel .leftPanel h2.logo a
{
	text-decoration: none;
}

#bottomPanel .leftPanel p
{
	margin: 10px 0 0 0;
}

#bottomPanel .leftPanel p a
{
	color: #939393;
}

#bottomPanel .rightPanel
{
	width: 640px;
	padding: 18px 0 0 0;
	float: right;
	color: #bebcbc;
	font-size: 11px;
}