html {
	height:100%; overflow:hidden;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	background:url(images/adm_bkgrnd.jpg) top center no-repeat #FFFFFF;
	margin:0px;
	font-size:14px;
	color:#282020;
	height:100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#6d0200; text-decoration:none;
}
a:hover {
	color:#003366; text-decoration:underline;
}

p {
	line-height:1.4em; margin:0; padding:5px 0px;
}

hr {
	border-color:#666666;
}


h1 {
	color:#5d5d5a; margin:8px 0 0 0; padding:0px; font-size:18px; font-weight:bold; text-transform:uppercase;
}

h2 {
	color:#990000; margin:0 0 5px 0; padding:0px; font-size:14px; font-weight:bold; text-transform:uppercase; text-align:left;
}

h3 {
	color:#6d0000; margin:0 0 3px 0; padding:0px; font-size:14px; font-weight:bold; text-transform:uppercase; text-align:left;
}

#wrapper {
	width:100%; height:100%; overflow:auto;
}

#content {
	width:933px; margin:0 auto;
}

#header {
	height:120px; width:100%; margin:0; padding:0; background:url(images/adm_head.gif) no-repeat left top; 
}

#es_name {
	float:left; height:62px; text-align:left; font-size:24px; font-weight:bold; color:#990000; padding:34px 0 0 15px; letter-spacing:0.1em; text-transform:uppercase; line-height:normal;
}

.es_namesub {
	font-size:12px; color:#006600; text-transform:none; font-weight:normal; letter-spacing:normal; line-height:12px;
}

#menu {
	height:33px; clear:both; width:100%; float:left; background:url(images/menu_bk_adm.jpg) no-repeat left; margin:0; text-align:left;
}

#menu_content {
	width:100%; font-size:14px; font-weight:bold; color:#333333; text-transform:uppercase; margin:0; padding:0 0 0 5px;
}


#body_holder {
	width:100%; margin: 0; padding:0; clear:both; background:url(../images/night_content_body_bk.gif) repeat-y left;
}

#body_holderbk {
	width:100%; margin: 0; padding:0; background:url(../images/ernest_night_bottom.gif) right top no-repeat; text-align:left; min-height:200px;
}
#body_content {
	width:870px; padding:5px 15px 0px 18px;
}

#body_contentbottom {
	background:url(../images/body_contentbottom_night.gif) no-repeat; height:18px; width:100%; clear:both;
}

#copy {
	text-align:left; width:100%; font-size:12px; color:#000000; padding:20px 0 10px 12px;
}

#title {
	background:url(../images/h1_bk.jpg) no-repeat bottom; padding:0 0 8px 0;
}

#lcol {
	float:left; width:auto;
}

#rcol {
	float:right; width:auto; padding:5px 15px; width:350px; margin-left:10px; width:425px;
}

#rcol_showbox {
	background:#CCCCCC; border:#999999 1px solid; padding:10px; color:#ffffff; margin:5px 0 0 0;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	line-height:normal;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a
{	display: block;
	margin: 0;
	padding: 6px 9px 6px 9px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;

}

#sddm li a:hover {
	color:#FFCC99; text-decoration:none;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	clear:left;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size:14px;
	opacity:0.95;
	filter:alpha(opacity=95);
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 4px 12px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color:#990000;
		border-left:#949595 1px solid; border-right:#949595 1px solid; border-bottom:#949595 1px solid;
		vertical-align:middle;
		text-transform:none;
}

	#sddm div a:hover
	{	background:#FFFFCC;
		color:#990000;
		text-decoration:none;
	}
	
#sddm .first {
	border-top:#949595 1px solid;
}
	
	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
		
