body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*
	background-color: #62656f;
	background-color: #73aee5;
	*/
	/*background-color: orange;*/
	background-color: #efefef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	background-color: #fff;
	min-height: 820px;
/*	background-image: url('../images/DefaultDesktop.png');*/
/*	width: 950px;	*/
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	width: 988px;
	margin: auto;
	position: relative;
	border: 2px solid #ccc;
}
div#itemBanner h1 {
	margin: 0;
	padding: 4px;
	font-size: 24px;
}

div#banner {
	background-color: #fff;
	margin: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 112px;
	padding-top: 8px;
	border-bottom: 2px solid #cb3d27;
}
#banner #title {
	float:left;
	height: 102px;
	padding-right: 12px;
	padding-left: 22px;
	border-right: 1px solid #758ba1;
}
#banner #title a {
	/*background-image: url('http://localhost/ridim_local/images/RIdIM_logo560x150.jpg');*/
}
div#banner div#logOut {
	float: right;
	margin-top: 14px;
	margin-right: 30px;
	color: #003e65;
	font-size: 12px;
	cursor: pointer;
}

#banner #title img#logo {
	width: 400px;
	
}
#banner div#header-topbar {
	/* this was lifted from the Met site 5/2012 */
    left: 0;
    padding-left: 66px;
    position: absolute;
    top: 0;
    width: 922px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#splash {
	width: 456px;
	margin: auto;
}
div#splash img {
	width: 100%;
}

div#splash h2#welcome {
	font-weight: bold;
	font-size: 1.2em;
	margin: 6px 0;
	color: #4c6a8f;
}
div#splash div#welcomeText {
	color: #4c6a8f;
	margin-bottom: 4px;
	text-align: justify;
	margin-bottom: 10px;
}

.clearfloat {
	clear: both;
	color: red;
}
div#leftNav {
	min-height: 600px;
	padding-top: 10px;
	padding-bottom: 36px;
	height: auto;
	float: left;
	margin-top: -30px;
}
div#leftNav ul#authorityNavList li {
	line-height: 1.7em;
	border-bottom: 1px solid #ccc;
}
div#leftNav ul#authorityNavList li a {
	display: block;
	color: #333;
	font-size: 14px;
}
div#mainContent {
	margin-left: 280px;
	margin-right: 20px;
}
div.explanation {
	padding: 12px;
	margin: auto;
}
/* authority browse*/
div#publicAuthorityBrowse {
}

div.systemMessage {
	border: 1px solid #999;
	box-shadow: 0 6px 6px #333333;
	padding: 24px 12px;
	width: 400px;
	margin: auto;
	margin-top: 24px;
}
