body {
	background-color: #dddbcd;
	margin: 0 auto;
	text-align: center;
}

div {
	font-family:verdana,arial;
}
#portal-container {
	position: relative;
	width: 1000px;
	height: 500px;
	text-align: center;
	margin: 0 auto;
	
}

#portal-top {
	margin: 0px;
	padding: 0px;
	height: 42px;
	position:relative;
	z-index:5;
}

#tlborder {
	width: 38px;
	height: 42px;
	float: left;
	background: url(images/layout/tl.gif);
}

#tborder {
	width: 914px;
	height: 42px;
	float: left;
	background: url(images/layout/top.jpg);
}

#trborder {
	width: 48px;
	height: 42px;
	float: right;
	background: url(images/layout/tr.jpg);
}

#dashboardnavcont {
	text-align:right;
	position:relative;
	float:right;
	margin-top:20px;	
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:35;
	width:500px;
}

#dashboardnavcont div a {
color:#446688;
text-decoration:none;
}

#dashboardnavcont a {
color:#446688;
text-decoration:none;
}

#banner-container {
	position: relative;
	width: 100%;
	height: 137px;
}


#bannerclip {
	background: url(images/layout/banner.png);
	
	width: 100%;
	height: 137px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	behavior: url(/JbossThemes/lib/iepngfix/iepngfix.htc); 
}



#banner-display {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 1;
	background: url(images/layout/cincypanorama.jpg) 0px -10px;
}

#menu-container {
	position: relative;
	width: 100%;
	height: 34px;
	
}

#ml {
	
	float: left;
	width: 38px;
	height: 100%;
	background: url(images/layout/navleft.jpg);
}

.menuactive {
	float: left;
	width: 918px;
	height: 100%;
	background: url(images/layout/navinactive.jpg); color : white;
	font-size: 12px;
	color: white;
}

#mr {
	float: left;
	width: 39px;
	height: 100%;
	background: url(images/layout/navright.jpg);
}

#content-container {
	position: relative;
	width: 100%;
	background: url(images/layout/contentbg.png);
	font-size:10px;

}

#cl {
	position:absolute;
	left:0px;
	top:0px;
	width: 38px;
	height: 100%;
	background: url(images/layout/left.jpg);
	background-repeat:repeat-y;
	clear:both;
}

#content {
	position:relative;
	padding-left:29px;
	padding-right:33px;
	top:0px;
	left:0px;
	zoom:1.0;
	
}

#center {
	padding-left:0px;
	padding-right:0px;
}

#cr {
	position:absolute;
	right:0px;
	top:0px;
	width: 25px;
	height: 100%;
	background: url(images/layout/right.jpg);
	background-repeat:repeat-y;
	clear:both;
}

#portal-bottom {
	position: relative;
	width: 100%;
	height: 24px;
}

#bleft {
	width: 38px;
	height: 100%;
	float: left;
	background: url(images/layout/bl.jpg);
}

#bottom {
	width: 923px;
	height: 100%;
	float: left;
	background: url(images/layout/bottom.jpg);
}

#bright {
	width: 39px;
	height: 100%;
	float: left;
	background: url(images/layout/br.jpg);
}


/****************************
* Tab Navigation for Header *
*****************************/

UL#tabsHeader {
	text-align:left;
   margin: 0;
   padding-left: 10px;
   min-width: 550px;
   z-index: 100; /* added for submenu hover */
   position: relative; /* added for submenu hover */
}

UL#tabsHeader li {
   list-style: none;
   float: left;
   margin-left: -1px;
   margin-top: 3px;
   margin-right: 0px;
   line-height: 16px;
   padding: 0px;
   border-right: 1px solid #92A2AE;
   border-left: 1px solid #92A2AE;
}

UL#tabsHeader li:hover {
   background-image: url( images/highlightedTab.gif );
   background-repeat: repeat-x;
}

/* hover selectors for main header tabs done to deal
with IE not liking hover pseudo class on li */
UL#tabsHeader li.hoverOn {
   background-image: url( images/highlightedTab.gif );
   background-repeat: repeat-x;
}

UL#tabsHeader li.hoverOff {
   background-image: none;
}

UL#tabsHeader a {
   display: block;
   float: left;
   padding: 4px 15px 5px 15px;
   text-decoration: none;
   font: 13px / normal Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   background: 100% 0 no-repeat;
   color: #596874;
   color: #EBEAEA;
}

UL#tabsHeader a:hover {
   text-decoration: underline;
}

UL#tabsHeader #current, UL#tabsHeader #current a {
   font: 13px / normal Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-weight: 600;
   
   color:#446688;
   background-image: url( images/layout/navactive.jpg );
   background-repeat: repeat-x;
}

/* Begin Submenu selectors */

/* hide the sub levels and give them a positon absolute so that they take up no room */
UL#tabsHeader ul {
   visibility: hidden;
   position: absolute;
   height: 0;
   top: 0px;
   left: 0;
   width: 150px;
   text-align: left;
   margin: 0px;
   padding: 0px;
   margin-top: 22px;
}

UL#tabsHeader ul a {
   font: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;
   color: #EBEAEA;

}

UL#tabsHeader ul a:hover {
   font: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;
}

UL#tabsHeader #current ul a {
   font: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;
}

UL#tabsHeader li:hover ul {
   visibility: visible;
}

UL#tabsHeader ul li {
   background: #EDECEC;
   color: #5078aa;
   padding: 3px;
   width: 120px;

   border: 1px solid #FFFFFF;
   border-width: 1px 1px 0 0;

   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
}

UL#tabsHeader ul li:hover {
   background: #E2E2E2;
}

/* End Submenu selectors */

/* used for sub navigation if applicable
UL#tabsHeader #currentSubNav, UL#tabsHeader #currentSubNav a {
  color: #000;
  line-height: 19px;
  padding-top: 0px;
  padding-bottom: 1px;
  margin-bottom: -1px;
  background: #eeeeef;
}*/

/* Tab background color for selected global nav item */
li.currentTabBackground {
   background: #fff;
}

/* used for sub navigation if applicable
li.currentTabBackgroundSubNav {
  background: #eeeeef;
}*/

/* backslash hack for IE5-Mac \*/
UL#tabsHeader a {
   float: none;
}

/* End Mac Hack */
html>body UL#tabsHeader a {
   width: auto;
}

#navigation {
text-align:left;
}




/****************************
* Portlet Container Windows *
*****************************/

.portlet-container {
   padding: 5px;
   text-align:left;
}

.portlet-container  table {
	/*border: 1px solid #C0D0F0;*/
}

/* wrapper for floating portlet window modes */
.portlet-mode-container {
   float: right;
   padding:0px;
   margin:0px;
   padding-top: 2px;
   white-space: nowrap;
}

.portlet-titlebar-title {
   color: #656565;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   white-space: nowrap;
   line-height: 100%;
   float: left;
   text-indent: 5px;
   vertical-align:center;
   padding-top:5px;
   
 }

/* ------ NOT CURRENTLY IN USE FOR NEW 2.6 FUNCTIONALITY -------
.portlet-titlebar-decoration {}
*/

.portlet-titlebar-left {
   background-image: url( images/portlet-top-left.gif );
   background-repeat: no-repeat;
   width: 9px;
   height: 29px;
   min-width: 9px;
   background-position: bottom;
}

.portlet-titlebar-center {
   background-image: url( images/portlet-top-middle.gif );
   background-repeat: repeat-x;
   height: 29px;
   background-position: bottom;
}

.portlet-titlebar-right {
   background-image: url( images/portlet-top-right.gif );
   background-repeat: no-repeat;
   width: 10px;
   height: 30px;
   min-width: 10px;
   background-position: bottom left;
}

.portlet-content-left {
   background-image: url( images/portlet-left-vertical.gif );
   background-repeat: repeat-y;
   width: 9px;
   min-width: 9px;
   /*
      width:20px;
      background-color:#FFFFFF;
      border-left: 1px solid #dfe8ed;
   */
}

.portlet-content-center {
   vertical-align: top;
   padding: 0;
   margin: 0;
}

.portlet-body {
   background-color: #FFFFFF;
   padding: 0;
   margin: 0;
   
}

.portlet-content-right {
   background-image: url( images/portlet-right-vertical.gif );
   height: 100%;
   background-repeat: repeat-y;
   background-position: left;
   width: 5px;
   min-width: 5px;
   padding: 0;
   margin: 0;
   /*
      width:5px;
      background-color:#FFFFFF;
      border-right: 1px solid #dfe8ed;
   */
}

.portlet-footer-left {
   background-image: url( images/portlet-bottom-left.gif );
   width: 9px;
   height: 4px;
   background-repeat: no-repeat;
   background-position: top right;
   min-width: 9px;
   padding: 0;
   margin: 0;
   /*
   background-color:#FFFFFF;
   border-bottom: 1px solid #98b7c6;
   border-left: 1px solid #dfe8ed;
   height:5px;
   */
}

.portlet-footer-center {
   background-image: url( images/portlet-bottom-middle.gif );
   height: 4px;
   background-repeat: repeat-x;
   /*	background-color:#FFFFFF;
      border-bottom: 1px solid #98b7c6;
      height:5px;
   */
}

.portlet-footer-right {
   background-image: url( images/portlet-bottom-right.gif );
   width: 5px;
   height: 4px;
   background-repeat: no-repeat;
   min-width: 5px;
   /*
      background-color:#FFFFFF;
      border-bottom: 1px solid #98b7c6;
      border-right: 1px solid #dfe8ed;
      height:5px;
   */
}

/***********************
* Portlet Window Modes *
************************/
.portlet-mode-maximized {
   background-image: url( images/ico_16_maximize.gif );
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.portlet-mode-maximized:hover {
   text-decoration: none;
}

.portlet-mode-minimized {
   background-image: url( images/ico_16_minimize.gif );
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.portlet-mode-minimized:hover {
   text-decoration: none;
}

.portlet-mode-normal {
   background-image: url( images/ico_16_normal.gif );
   width: 16px;
   height: 16px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.portlet-mode-normal:hover {
   text-decoration: none;
}

.portlet-mode-help {
   background-image: url( images/ico_16_help.gif );
   width: 16px;
   height: 16px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.portlet-mode-help:hover {
   text-decoration: none;
}

.portlet-mode-edit {
   background-image: url( images/ico_edit.gif );
   background-repeat: no-repeat;
   width: 28px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.portlet-mode-edit:hover {
   text-decoration: none;
}

.portlet-mode-admin {
   background-image: url( images/ico_admin.gif );
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.portlet-mode-admin:hover {
   text-decoration: none;
}

.portlet-mode-remove {
   background-image: url( images/ico_16_remove.gif );
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.portlet-mode-remove:hover {
   text-decoration: none;
}

.portlet-mode-view {
   background-image: url( images/ico_cancel.gif );
   background-repeat: no-repeat;
   width: 28px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   padding-right: 20px;
}

.portlet-mode-view:hover {
   text-decoration: none;
}

.portlet-mode-reload {
   background-image: url( images/ico_16_reload.gif );
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.portlet-mode-reload:hover {
   text-decoration: none;
}

.portlet-mode-hide {
   background-image: url( images/ico_16_swizzleclosed.gif );
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: right;
   display: inline;
   cursor: pointer;
}

.portlet-mode-hide:hover {
   text-decoration: none;
}


.artheading {
font-size:1.25em;
font-weight:bold;
line-height:20px;
margin-bottom:0px;
margin-top:0px;
padding-bottom:0px;
padding-top:10px;
text-align:left;
font-family:Verdana, Arial;
color:#857051;
border-bottom:1px solid #6B6B6B;
}

.artheading2 {
font-size:1.1em;
font-weight:bold;
padding-top:8px;
text-align:left;
color:#993844;

padding-bottom:5px;
}

.artheading3 {
font-weight:bold;
color:#6B6B6B;
}
.artcontents {
text-align:left;
font-family:Tahoma, Verdana, Arial;
color:black;
margin-top:10px;
font-size:115%;
padding-right:15px;
}

.artdate {
border-top:1px dotted #A0A0A0;
clear:both;
color:#111110;
font-size:0.8em;
margin-bottom:9px;
margin-top:5px;
text-align:left;
}

.identity-ui {
	width:90%;
	border:1px solid #9DA5B4;
	margin:10px auto;
	padding:8px 0px;	
}

.identity-ui input {
	width:140px;
}