﻿/* Main style sheet for EM3 */
/* Covers items applicable to the whole site, i.e. not subject-area-specific */

/* Colours
	Grey background: 	#d4d2d0
	Grey borders:		#c0c0c0
	Red hover:			#ff0000
*/

/* Body = Full screen container - provides left and right margin areas for site */
/* Note: change background-color if shaded margins required - colour was #d4d2d0 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
/* Container for all site components */
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}

/* Masthead incorporating consistent top navigation bar */
/* Background image is set by individual pages in #masthead style declaration */
#masthead {
	background-repeat: no-repeat;
	width: 800px;
	height: 147px;
	position: absolute;
	top: 0px;
}

/* topnavbar provides consistent access throughout the site to the site's subject-areas */
#topnavbar {
	position: relative;
	height: 20px;
	top: 115px;
	color: #ffffff;
	width: 800px;
}
#topnavbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topnavbar li {
	float: left;
}
#topnavbar a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 15px;
}
#topnavbar a:hover {
	color: #FF0000;
	text-decoration: none;
}
/* End of masthead */

/* Web content and local navigation area */

/* Middlesection is container for left column, central content area column and right column */
#middlesection {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
	float: none;
	position: absolute; 
	top: 148px;
	font-size: small;
/*	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-bottom-color: #c0c0c0; 
*/
}

/* lhcol defines left-hand column within middlesection - used primarily for local navigation 
within subject areas */
#lhcol {
	width: 143px;
	position:absolute;
	top:0px;
}

/* leftmenu - local navigation box within left-hand column - provides navigation within the 
subject area */
#leftmenu {
	width: 136px;
	list-style: none outside url('../emimages/emredlogobullet10.jpg');
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 0px 0px 3px 0px;
	background-color: #dddddd;
}
#leftmenu ul {
	
	position: relative;
	left: -35px; 
	top: 5px;
	width: 100%;
}
#leftmenu li {
	margin-left: 15px; 
}
#leftmenu a {
	text-decoration: none;
	display: block;
	color: #000000;
	margin-top: 5px;
}
#leftmenu a:hover {
	color: #FF0000;
}
/* lhbigbtnbox - local navigation box to contain rectangular buttons within left-hand column - provides navigation*/
#lhbigbtnbox {
	width: 136px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color: #ffffff;
}
#bigbtn {
	color: #ffffff;
	height: 60px;
	background-image: url('../emimages/redbutton.jpg');
	background-repeat: no-repeat;
	background-position:center;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
}
#bigbtntext {

	margin-left:21px;
	margin-right:14px;
	padding-top:10px;
	font-size:x-small;
}
#bigbtn a {
	text-decoration: none;
	color: #ffffff;
}
#bigbtn a:hover {
	color: #0000ff;
}

/* packagemenu - a box with image links to the main EM packages - SS, Em Pro and TOPS */
#packagemenu {
	width: 136px;
	padding: 20px 5px 5px 5px;
	margin: 3px 0 3px 0px;
	border: 1px #c0c0c0 solid;
	text-align: center;
}
#packagemenu a {
	background-color: #FFFFFF;
	border-style:none;
}
#packagemenu a:hover {
	background-color: #c0c0c0; 
}

/* End of left column items */

/* maincontent is container for content - sits between lhcol and rhcol */
#maincontent {
	padding: 0px 15px 0px 20px;
	position: absolute;
	top: 0px;
	width: 461px;
	background-color: #FFFFFF;
	z-index: 10;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: left;
	left: 150px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	margin-top: 0px;
	margin-bottom: 0px; /* was 15px */
}

#maincontent a {
	text-decoration:none;
	color:#0000ff;
}

#maincontent a:hover {
	color: #fe0000;
}

#redpagetitle {
	padding: 20px 0px 0px 0px;
	font-size: x-large;
	color: #fe0000;
	height: 40px;
	font-weight: bold;
}

 #maincontbulletarea {
	z-index:0;
	background-image:url('../emimages/emcdincasewbg459.jpg');
	background-repeat:no-repeat;
}
#maincontbackedbullets {
	list-style-image:url('../emimages/flatreddot08px.jpg');
	z-index:2;
}
#maincontbackedbullets ul{
	width: 100%;
	position: relative;
	left: -35px;
	list-style-position: inside;
	padding-top: 10px;
	padding-bottom: 10px;
}
#maincontentbackedbullets li{
	padding-bottom:3px;
	line-height:8px;
}

/* rhcol defines right-hand column within middlesection - used for content, links or images 
varying within subject areas */

#rhcol {
	padding: 0px 3px 3px 3px;
	position: absolute;
	width: 143px;
	top: 0px;
	display: block;
	background-color: #ffffff;
	height: auto;
	right: 0;
	z-index: 100;
}

/* rightbox - announcement area within right-hand column */

#rightbox {
	border: 1px solid #C0C0C0;
	padding: 5px 2px 2px 2px;
	margin: 0px 0px 3px 0px;
	background-color: #dddddd;
	font-size: xx-small;
}
#rightbox a {
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
	text-align: left;
	color: blue;
}
#rightbox a:hover {
	color: #fe0000;
}

/* rightpanel - second announcement area within right-hand column */
/* May require background image to be set within individual page */

#rightpanel {
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 0px 0px 3px 0px;
	background-color: #dddddd;
	font-size:x-small;
}
#rightpanel a {
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
	text-align: left;
	color: blue;
}
#rightpanel a:hover {
	color: #fe0000;
}

/* rightmenu - navigation box within right-hand column - provides diverse links from the 
subject area and may be used as a portal */

#rightmenu {
	border: 0px solid #C0C0C0;
	padding:0px 5px 5px 5px;
	margin: 0px 3px 3px 3px; 
	background-color: #ffffff;
	font-size: x-small;
}
#rightmenu ul {
	position:relative;
	right: 33px;
}
#rightmenu li {
	list-style-type: none;
	padding-bottom:2px;
}
#rightmenu a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin-top: 1px;
	text-align: left;
}
#rightmenu a:hover {
	color: #fe0000;
}

#contactdetails {
	text-align: center;
	font-size: xx-small;
	margin-top: 20px;
}
#footerbar {
	clear: left;
	height: 20px;
	width: 690px;
	display: block;
	background-color: #a3a5a4; /*was #9c9696; */;
	margin-right: auto;
	margin-left: auto;
	padding-left: 120px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 4px;
	margin-bottom:100px;
}

#footerbar a {
	text-decoration: none;
	color:#ffffff;
}

#footerbar a:hover {
	color:#0000ff;
	font-weight: normal;
}
	
.borderless {
	border-style: none;
	border-width: 0px;
