@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.emel08 #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/colour_bg/emel08_grey.gif);
	background-repeat: repeat-y;
}

.emel08 #colourbar {
	float:left;
	width:50px;
	background-color: #3E3A34;
}

.emel08 #header {
	height: 260px;
	float: left;
	width: 960px;
}
.emel08 #header_mast {
	float: left;
	width: 700px;
	height: 160px;
	background-color: #B1302A;
	padding: 0px 0px 0px 50px;
}
.emel08 #date {
	float: left;
	width: 460px;
	padding: 10px 0px 0px 5px;
}
.emel08 #date p {
color:#FFFFFF;
}

.emel08 #header_issue {
	float: right;
	width: 220px;
	height: 60px;
}

.emel08 #logo {
	float: left;
}

.emel08 #login {
	float: left;
	width: 180px;
	padding: 10px 0px 10px 0px;
}
.emel08 #search {
	float: left;
	width: 200px;
	height: 40px;
}
.emel08 #issue {
	float: left;
	width: 190px;
	height: 160px;
	background-color: #BEBBA9;
	margin: 0px 0px 0px 5px;
}

.emel08 #header h1 {
	margin:0px;
	padding: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
}

/*------------------------------------ NAVI ------------------------*/

#nav-menu
{
	float: left;
	width: 680px;
	padding: 4px 0px 0px 0px;

}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	float: left;
}

#nav-menu li a
{
	height: 16px;
	float: left;
	display: block;
	padding:2px 5px 0px 6px;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-family:Helvetica,Arial,Helvetica,sans-serif;
	border-right:1px solid #CC6666;
}

#nav-menu li a:hover
{
	color: #FF9966;
	background-color:#990000;
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: left;
}
/* End hide */

.highlight{
	color: #FF9966;
	font-weight:bold;
}

.emel08 #sidebar1 {
	float: right;
	width: 205px;
	margin: 5px 0px 0px 0px;
}
.emel08 #mainContent {
	width: 690px;
	padding: 10px 0px 10px 60px;
	float: left;

} 

/* ----------------------------------- FOOTER ---------------------------- */

.emel08 #footer {
	border-top: 1px solid #333333;
	width: 680px;
	padding: 5px 10px 10px 0px;
	margin: 0px 0px 0px 60px;
} 
.emel08 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
}

#footer p a{
text-decoration:none;
color:#666666;
}
#footer p a:visited{
text-decoration:none;
color:#666666;
}
#footer p a:hover{
	text-decoration:underline;
	border-bottom:1px solid #006699;
	padding-bottom:5px;
	text-decoration:none;
	color:#336699;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
