@CHARSET "ISO-8859-1";

/* ---------------- Page background ---------------- */
/* Page background */
#backdrop {
	margin:0;
	padding:0;
	background: #ffffff url(background_rpt.jpg?z=96249) repeat-x;
}

/* ---------------- Page structure ---------------- */
/* Container for all the content */
#container {
	width: 800px;
	margin: 0  auto;
	background: #ffffff;
	/* background: #ffffff url(container_rpt1.jpg?z=96249) repeat-y; */
	/*border: 1px solid red;*/
}

/* Banner part of the screen */
#banner {
	width: 800px;
	height: 202px;
	float: left;
	background: #ffffff url(banner.jpg) no-repeat top;
	/*border: solid 1px red;*/
}

/* Quick launch buttons */
#banner_buttons {
	width: 690px;
	height: 24px;
	padding:20px 0 0 20px;
	float: left;
	/* border: 1px solid red; */
}

#banner_buttons a {
	color: #cfcfcf;
}

#quick_launch a {
	color: #696969;
}



/* ---------------- Breadcrumb styling ---------------- */
#breadcrumb ul li {
   list-style-image: none;
   display:inline;
   padding: 0 2px 0 0;
   margin: 3px 0 0 0;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 1em;
	font-size: 10px;
	color:gray;
}

#breadcrumb a {
	font-size:10px;
	line-height:200%;
	color: #a1a1a1;
}

#breadcrumb a:hover {
	font-size:10px;
	color: #9f0038;
}

/* ---------------- Page Main Region ---------------- */
/* Main page content block */
#main {
	float: right;
	width: 555px;
	padding: 5px 8px 10px 0px;
	margin: 0px 0px 0px 10px ;
	display: inline;
	color: #696969;
	font-size: 10pt;
	/* background: #ffffff url(watermark.gif) no-repeat top; */
	/*border: 1px solid red;*/
}

#main ul,ol {
	list-style-type: cicle;
	margin: 0 0 0 0;
	padding-left: 2em;
}

#main a:hover {
	color: #414141;
	text-decoration: underline;
}

#main a, a:visited {
	color: #626262;
	text-decoration: underline;
}

/* ---------------- Sidebar menus ---------------- */

#sidebar {
	float: left;
	width: 215px;
	padding: 5px 0px 10px 5px;
	margin: 0;
	font-family:Trebuchet MS, sans-serif;
	font-size:9pt;
	color: #183184;
	background: #ffffff url(watermark.gif) no-repeat top;
	border-right: 1px solid #eeeeee;
	/*border: 1px solid red;*/
}

#sidebar *  {
	margin: 15px;
}

#sidebar h3 {
	font-family:Trebuchet MS, sans-serif;
  font-size:14pt;
	color: #707070;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #cdcdcd;
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;
	color: #707070;
	border-bottom: 1px solid #eeeeee ;
}

#sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;
	color: #505050;
}

#sidebar ul.sidemenu li a:hover {
	color: #000000;
}

#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar ul.sidemenu ul li {
	border: none;
}

#sidebar ul.sidemenu li.parent a {
	text-decoration: none;
	font-weight: bold;
	color: #9f0038;
}

#sidebar ul.sidemenu li.parent a:hover {
	color: #000000;
}

/* ---------------- Footer elements ---------------- */
/* Footer content block */
#footer_wrap {
	width:800px;
	height:53px;
	padding:0;
	margin:0 auto ;
	background: #eef4ff;
}

/* Content of the footer block */
#footer_content {
	width: 780px;
	height: 53px;
	margin: 0 auto;
	padding:10px 10px 0px 10px;
	background: #ffffff url(footer_rpt.gif?z=96249) repeat-x;
	font : 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cfcfcf;
	text-align: center;
	/*border: solid 1px red;*/
}

#footer_content a {
	text-decoration: underline;
	color: #a8a8a8;
}

#footer_content a:hover {
	color: #a8a8a8 ;
}

/* Horizontal contact block in the footer */
#contact {
	width: 790px;
	height: 28px;
	margin: 0 auto;
	padding: 5px;
	background: #ffffff url(contact_rpt.jpg?z=96249) repeat-x;
	font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a8a8a8;
	text-align: center;
	/*border: solid 1px red;*/
}




/* ---------------- Footer elements ---------------- */
body {
	-moz-opacity: .999; /* to defeat firefox redraw problem with fade effect */
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #696969;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 9pt;
	text-align: left;
}

h1 {
	font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size:20pt;
	color:#606060;
	letter-spacing:3px;
}

h2 {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 16pt;
	color: #707070;
	letter-spacing: 2px;
}

h3 {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 14pt;
	color: #808080;
}

h4,h5 {
	font-family: Trebuchet MS;
	color: #808080;
}

p, div, td {
	color: #696969;
	font: Trebuchet MS 9 ;
}

/* Article layout */
.imageLeft {
	float: left;
}

.imageRight {
	float: right;
}

.oneColumn {
	clear: both;
	/*border: 1px solid #696969;*/
}

.twoColumn {
	float: left;
	margin: 5px 10px 5px 2px;
	padding: 10px 15px 10px 5px;
	width: 40%;
	background-color:#b0e0e6;
	border: 1px solid #696969;
}

div.user {
  width: 120px;
  height: 20px;
  margin-left: 510px;
  margin-top: 110px;
}

#pgCurrent a {
	font-size:12px;
	color:#6060FF
}

.pgList {font-size:12px;
	color:#6060FF
}

.bdr1 {
	border: 1 solid #cccccc
}

.bdr2 {
	padding: 1em;
	border: medium double #6699ff
}

.bdr2 p {
	margin-top: 20px;
}

#search *  {
	margin: 2px;
}

.newsline * {
	font-size:8pt;
	margin: 5px;
}

.newsline h5 {
	font-size:9pt;
	margin-top: 20px;
}

/* full page render without the horizontal menu */
#fullpage {
	/* float: right; */
	width: 780px;
	padding: 20px 10px 20px 10px;
	margin:0;
	text-align:left;
	/* display: inline; */
	background: #ffffff;
}

.activesection>h4 {
	background: #eeeeee url(rolldown.gif) no-repeat 98% 50%;
	padding-left: 5px;
	border: 1px solid #cdcdcd;
}

.activesection>h4.open {
	background: #eeeeee url(rollup.gif) no-repeat 98% 50%;
	padding-left: 5px;
	border: 1px solid #cdcdcd;
}

.activesection h4:hover {
	cursor:hand;
}

.info {
	font-size: inherit;
	color: red;
}

/* ---------------- Horizontal navigation block ---------------- */
#navarea {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #080808;
	height: 33px;
	width: 790px;
	/*border: solid 1px red;*/
}

/* Main horizontal menu style */
.nav a {
	/* Note add padding and border to get overall dimensions */
	padding: 0px 20px;
	text-decoration: none;
	font: 14px/29px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	display: block;
	color: #ffffff;
	/*border-right: 1px solid #ffffff;*/
	text-align:center;
}

.nav li li a {
  /* style for links on pop-up menus */
    background: #080808 url(menu_rpt.gif?z=96249) repeat-x;
    font: 14px/29px "Trebuchet MS", Arial, Tahoma, Sans-serif;
    color: #ffffff;
    margin:0px;
    width: 11em;
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
	background: #ffffff url( menuover_rpt.gif?z=96249 ) repeat-x;
	color: #000000;
	/* width: 9em; */
}

/* main nav bar */
.nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #080808 url(menu_rpt.gif?z=96249) repeat-x;
	height: 29px;
	width: 790px;
	border-top :2px solid #ffffff;
	border-bottom : 2px solid #ffffff;
}

/* all list items */
.nav li {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
  background: #080808 url(menu_rpt.gif?z=96249) repeat-x;
	z-index: 99;
}


/* position the 2nd level menus */
.nav ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
  left: 0.5em;
  top: 2.5em; /* change when you change height of links */
	display: none;
}

.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
	border: 1px solid #ffffff;
}


/* position the 3rd level menus */
.nav ul ul {
	position: absolute;
  left: 10.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  border-top: 1px solid #ffff66;
	border-right: 1px solid #ffff66;
}

.nav ul ul li {
	z-index: 100;
}

/* look for buttons that have menus and show arrows */
.nav .sub {
	/* background-image: url(arrow_down.png); */
  background-repeat:no-repeat;
  background-position: 2px 3px;
}

.nav .subsub {
	/* background-image: url(arrow_left.png); */
  background-repeat: no-repeat;
  background-position: 4px 7px;
}

