body {
	margin: 0;
	padding: 0;
}


#header {
	top: 0;
	left: 0;
	right: 0;
	height: 69px;
	width: 100%;
	border-bottom: solid 1px #666666;
	overflow: hidden;
	background-color: #CCCCCC;
}

.headerlogo {
	width: 364px;
	height: 40px;
	background-image:  url(../images/logo_grey.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.headersearchbox {
	height: 68px;
	width: 231px;
	padding: 0px 10px;
	border-left: dashed 1px #BBBBBB;
	vertical-align: middle;

}

.headerbox {
	height: 68px;
	padding: 5px;
	vertical-align: middle;
	width: 100%;
}

#menulayer {
	clear: both;
	height: 22px;//height: 30px;
	border-bottom: solid 4px #666666;
	background-color: #772221;
	padding: 0;
	padding-top: 3px;/padding-top: 5px;
	overflow: hidden;

}

.businessinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	
	width: 100%;
	vertical-align: bottom;
}

#navbar {
	clear: both;
	left: 0;
	right: 0;
	height: 20px;//height: 30px;
	margin-left: 170px;
	margin-top: 0px;
	border-left: 1px solid #BBBBBB;
	padding-left:15px;
	padding-top: 5px;
	background-color: #999999;
	border-top: 4px solid #000000;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}

#navbarfront {
	clear: both;
	left: 0;
	right: 0;
	height: 5px;//height: `0px;
	margin-top: 0px;
	padding-left:15px;
	padding-top: 5px;
	background-color: #999999;
	border-top: 4px solid #000000;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}

.navbarbreadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
	color: #000000;
	padding: 0;
	height: 20px;//height: 30px;
	margin: 0;
}
	
.navbarleft {
	height: 20px;//height: 30px;
	width: 170px;
	border-top: 4px solid #000000;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #e8f3ff;
	border-bottom: 1px solid #666666;
	background: #999999;
	margin: 0;
}

.navbarright {
	height: 25px;//height: 30px;
	background-color: #999999;
	border-top: 4px solid #000000;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}

.navbarrightfront {
	height: 0px;//height: 5px;
	background-color: #999999;
	border-top: 4px solid #000000;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}

#mainbody {
	clear: both;
	left: 0;
	right: 0;
	margin-right: 231px;
	margin-left: 170px;
	border-left: 1px solid #BBBBBB;
	padding: 15px;
}

#mainbodyfront {
	clear: both;
	left: 0;
	right: 0;
	margin-right: 231px;
	border-left: 1px solid #BBBBBB;
	padding: 15px;

}

#mainbodynoright {
	clear: both;
	left: 0;
	right: 0;
	margin-right: 0px;
	margin-left: 170px;
	border-left: 1px solid #BBBBBB;
	padding: 15px;
}

#left {
	position: absolute;
	margin: 0;
	top: 99px;
	left: 0;
	overflow: hidden;
	background-color: #e8f3ff;
	padding: 0;
}

.lefttext {
	padding-left: 10px;
	padding-top:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #e8f3ff;
	background-image: url(../images/Sidebar_bottom.gif);
	background-repeat: no-repeat;
	color: #333333;
	padding-bottom: 20px;
	background-position: 0px 0px;
	margin: 0;
}

.lefttext a {
	color: #000000;
}

#right {
	position: absolute;
	margin: 0;
	top: 99px;
	right: 0;
	width: 231px;
	border-left: 1px solid #BBBBBB;
	overflow: hidden;
	padding: 0px;
}
.rightheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #DDDDDD;
	padding: 5px 10px;
	width: 100%;
	font-weight: bold;
}

.righttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px 10px;
}

.righttextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px 10px;
	background-color: #EEEEEE;

}

.indexsideshow {
	visibility: visible;
	height: 220px;
}
.indexsidehide {
	visibility: hidden;
	display: none;
	height: 220px;
}

#footer {
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	padding: 5px 10px;
	height: 25px;
	visibility: hidden;
	background-color: #e8f3ff;
	border-top: solid 4px #333333;
}

/*sidebar menu styles*/
#menuList {

}

li.menubar, li.menubarselected {
	margin-top: 15px;
	font-size: 8pt;
	font-weight: bold;
	margin-left:-20px;
	list-style-type: none;
}

li.menubar {
	list-style-image: url(../images/triangle.gif);
	/*background: #C6CDDD;*/
}

li.menubarselected {
	list-style-image: url(../images/triangle2.gif);
}

.menu {
	list-style-image: url();
  	display: none;
	margin-left: 5px;
	padding: 0px;
}

.menu li, .submenu li {
	font-size: 8pt;
	line-height: 10pt;
	padding: 1px 5px;
	list-style-type: none;
}

.actuator {
	margin-left: -20px;
	margin-right: 10px;
	padding-right:10px;//padding-right:0px;
}

a.actuator a.actuator:hover {
	 text-decoration: none;
}

a.menulink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left:0px;
	color: #333333;
}
a.menulinkactuator {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left:-4px;
	color: #333333;
}

.menu li a, .submenu li a {
	font-weight: normal;
	text-decoration: none;
}

.menu li a:hover, submenu li a:hover {
/*	display: block;
	border: solid 1px #FFD2A0;  
	padding: 1px 5px;
	margin-left: -5px;*/
}

span.key {
}

.maintext {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
