/* ---------------- Page background ---------------- */
html {
	/*#fdf9f8 url(background_rpt.jpg?z=96249) repeat-x left top;*/

}

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

/* ---------------- General formatting elements ---------------- */
body {
	-moz-opacity: .999; /*to defeat firefox redraw problem with fade effect*/
	padding: 0px;
	margin: 0;
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 18px;
	text-align: left;
}

h1 {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 23px;
	color: #824695;
	letter-spacing: -1px;
}

h2 {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 21px;
	color: #824695;
	letter-spacing: -1px;
}

h3 {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 19px;
	color: #824695;
	letter-spacing: -1px;
}

h4,h5 {
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #824695;
	letter-spacing: -1px;
}

p, div, td {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #555555;
	margin-bottom: 2px;
	text-align: justify;
}

a {
	color: #055b74;
	text-decoration: underline;
}

/* ---------------- Container for all the content ---------------- */
#container {
	width: 766px;
	margin: 0 auto;
	padding: 28px 0px 0 0px;
	background: #ffffff url(page.jpg?z=96249) no-repeat left top;
	/*border: 1px solid red;*/
}

#sitearea {
	margin: 0px,0px,0px,22px;
	padding: 0;
	background: #ffffff url(sitearea_rpt.gif?z=97000) repeat-y;
	/*border: 1px solid red;*/
}

/* ---------------- Banner part of the screen ---------------- */
#banner {
	width: 755px;
	height: 170px;
	overflow: hidden;
	font-size: 160%;
	/*float: left;*/
	margin-left: 5px;
	padding: 5px 0px 0px 0px 0px;
	background: #ffffff url(header.jpg) no-repeat top;
	/*border: 5px solid #ffffff;*/
	/*border: 1px solid red;*/
}

/* Quick launch buttons */
#banner_buttons {
	width: 584px;
	height: 17px;
	padding: 5px 10px 5px 10px;
	float: right;
	/*border: 1px solid red;*/
}

#banner_buttons a {
	color: #faeda2;
}

#quick_launch a {
	color: #696969;
}

/* ---------------- Horizontal navigation block style ---------------- */
#navarea {
	height: 27px;
	background: transparent;
	text-align: right;
	padding: 15px 27px 0 3px;
	/*border: 1px solid red;*/
}

/* Main horizontal menu style */
.nav a, .nav a:visited {
	/* Note add padding and border to get overall dimensions */
	background: #ffffff url("buttons.gif") no-repeat top right;
	width: 120px;
	height: 16px;
	padding: 5px 10px;
	text-decoration: none;
	font: 12px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	display: block;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	text-align: center;
	/*border: 1px solid red;*/
}

.nav a span, .nav a:visited span {
	background: #ffffff url("buttons.gif") no-repeat top left;
	width: 110px;
	height: 21px;
	margin: -5px 0px 0px -10px;
	padding: 3px 0px 0px 10px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	/*border: 1px solid blue;*/
}

.nav a:hover {
	background: #ffffff url("buttons.gif") no-repeat bottom right;
	width: 120px;
	height: 16px;
	padding: 5px 10px;
	border-left: 1px solid #ffffff;
	/*border: 1px solid blue;*/
	/* width: 9em; */
}

.nav a:hover span {
	background: #ffffff url("buttons.gif") no-repeat bottom left;
	width: 110px;
	height: 23px;
	margin: -5px 0px 0px -10px;
	/*padding: 3px 0px 0px 10px;*/
	position: relative; /*To fix IE6 problem (not displaying)*/
	/*border: 1px solid green;*/
	/* width: 9em; */
}

/* style for links on pop-up menus */
.nav li li a, .nav li li a:visited {
	background: #ffffff url("buttons1.gif") no-repeat top right;
	width: 150px;
	height: 16px;
	padding: 5px 10px;
	color: #ffffff;
	text-align: left;
}

.nav li li a span, .nav li li a:visited span {
	background: #ffffff url("buttons1.gif") no-repeat top left;
	width: 110px;
	height: 23px;
	margin: -5px 0px 0px -10px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	/*border: 1px solid blue;*/
}


.nav li li a:hover {
	background: #ffffff url("buttons1.gif") no-repeat bottom right;
	width: 150px;
	padding: 5px 10px;
	color: #ffffff;
	text-align: left;
}

.nav li li a:hover span {
	background: #ffffff url("buttons1.gif") no-repeat bottom left;
	width: 110px;
	height: 23px;
	margin: -5px 0px 0px -10px;
	/*border: 1px solid green;*/
}

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

}

/* main nav bar */
.nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	height: 26px;
	width: 755px;
	/*border-top :2px solid #ffffff;*/
	border-bottom : 1px solid #c0c0c0;
}

/* 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: #ffffff;
  z-index: 99;
}


/* position the 2nd level menus */
.nav ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
  left: 1.1em;
  top: 2.7em; /* 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: 2px solid #ffffff;
}


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

#sidebar *  {
	margin: 10px;
}

#sidebar h3 {
	font-family:Trebuchet MS, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #656551;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

#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: #656551;
}

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

/* ---------------- Main page content block ---------------- */
#main {
	float: left;
	width: 510px;
	padding: 10px 10px 10px 20px;
	margin: 0px;
	display: inline;
	line-height: 18px;
	/* 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: #0055b74;
	text-decoration: underline;
}


/* ---------------- Footer elements ---------------- */
#footer_wrap {
	width:766px;
	height:52px;
	padding:0;
	margin: 0px, 0px, 20px, 0px;
	background: #fdf9f8;
}

/* Content of the footer block */
#footer_content {
	width: 766px;
	height: 56px;
	text-align: center;
	/*line-height: 66px;*/
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	background: url(footer.gif) no-repeat;
	/*font : 9px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #A8A88D;
	/*border: 1px solid red;*/
}

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

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

/* Horizontal contact block in the footer */
#contact {
	width: 710px;
	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;*/
}

/* ---------------- Additional tailored styles ---------------- */

/* 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;
}

/* Directly extended styles on the primary stylesheet */

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

#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;
}

#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
}

#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: 740px;
	padding: 20px 10px 20px 10px;
	margin: 0;
	text-align:left;
	/* display: inline; */
	background: transparent;
	/*border: 1px solid red;*/
}

.activesection h4 {
	background: url(rolldown.gif) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
.activesection h4.close {
	background-image: url(rollup.gif);
}

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