body {
	background: url('/images/ehr/tile1.jpg') repeat-x;
	background-color: #EEEEEE;
	margin: 0px;
}

#container {
	width: 950px;
	text-align: left;
}

#header {
	height: 111px;
	background: url('/images/ehr/headerfade.jpg') no-repeat;
}

#header img {
	margin: 15px 0px 0px 82px;
}

#caption
{
	background-color: #FFFFFF;
	height:40px;
	opacity:0.65;filter:alpha(opacity=65);
	position:relative;
	top:-40px;
	width:599px;
}

#holder
{
	width:599px;
}

#caption_text
{
	height:40px;
	position:relative;
	top:-80px;
	padding-left: 10px;
	padding-top: 10px;
	xxcolor:#393F37;
	color:#000000;
	font-size:15px;
	xxfont-weight:bold;
	width:580px;
	overflow: hidden;
	white-space:nowrap;
	font-weight:bold;
	
}


#logo {
	float: left;
}

#search {
	float: right;
	margin-top: 75px;
}

#search input, #search a {
	float: left;
	height: 18px;
	margin-top: 5px;
	margin-left: 5px;
}

#search a {
	line-height: 18px;
}

.search_field {
	color: #535353;
	font-size: 10px;
}

/* NAVIGATION */

#nav {
	text-align: center;
}

#nav ul {
	display: block;
	float: left;
	width: 950px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	background: url('/images/ehr/skyline.jpg') no-repeat;
	background-position: top right;
}

#nav li {
	list-style: none;
	display: block;
	float: left;
	background: url('images/nav_divider.jpg') no-repeat;
	height: 33px;
}

#nav li a {
	color: #000;
	font-size: 17.5px;
	text-shadow: #666 0px 0px 4px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 33px;
	font-family: Arial;
}

#nav li a:hover {
	color: #FFF;
	font-size: 17.5px;
	text-shadow: #666 0px 0px 4px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 33px;
	font-family: Arial;
}

#nav li div {
	padding: 0px 22px 0px 22px;
}
#nav li.active div {
	padding: 0px 2px 0px 2px;
}

#nav li a:hover {
	text-decoration: none;
}

#nav li.active a {
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}

.active span {
	background: url('/images/ehr/nav_hover_left.jpg') no-repeat;
	background-color: #FFF;
	display: block;
	float: left;
	height: 33px;
}
.active span span {
	background: url('/images/ehr/nav_hover_right.jpg') no-repeat;
	background-position: top right;
	display: block;
	height: 33px;
	text-align: center;
}

#main {
	clear: both;
	float: left;
	width: 950px;
	background: url('/images/ehr/skyline_mid.jpg') no-repeat top right;
	background-color: #FFF;
}

#mainpad {
	padding: 10px;
}

#viewer {
	float: left;
	border-left: 1px #CCC solid;
	border-right: 1px #FFF solid;
	height:330px;
	overflow:hidden;
}

#thumbs {
	float: left;
	width: 329px;
	background: url('/images/ehr/skyline_btm.jpg') no-repeat top;
	background-color: #000;
}

#thumbs_inner {
	padding: 39px 26px 21px 32px;
	float: left;
}

#thumbs_inner div {
	float: left;
	padding: 0px 6px 6px 0px;
}

#thumbs_inner img.thumbnorm {
	border: 1px #333 solid;
}
#thumbs_inner img.thumbnone {
	border: 1px #000 solid;
}
#thumbs_inner img.thumbover {
	border: 1px #D29964 solid;
}

#content {
	width: 950px;
	clear: both;
	float: left;
	background: url('/images/ehr/footer.jpg') no-repeat;
	padding-top: 10px;
}

#footer {
	clear: both;
	width: 950px;
	padding-top: 40px;
}

/* Subpage */

#sidebar {
	float: left;
	width: 185px;
	background: #EEE;
	padding: 20px 0px 20px 21px;
}

#sidebar table {
	width: 160px;
}

#spotlight {
	width: 308px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background: url('/images/ehr/spotlightfade.jpg') no-repeat;
	background-color: #4B8AB4;
}

#subcontent {
	background: #FFF;
	padding: 25px;
}

.subfoot {
	background: url('/images/ehr/footer.jpg') no-repeat;
	height: 255px;
}

.droptop {
	border-top: 1px #999 dotted;
}