/* Apply set  defaults to aid consistency across browsers and to set global properties */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}


body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: left; /* Centers the page content container in IE 5 browsers. */
}


#header {
	Position: relative;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	Height: 130px;
	background: #003bb2;
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 30px;
	padding-right:89px;
	padding-left: 106px;
	color:#ffffcc;
	font-size:24px;
	}


#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #003bb2;
}
#footer p {
	padding:.5em 15px;
}

/*a {
    	color:#003bb2;
}
a:hover {
	color:#003bb2;
	background:#ffffcc;
	text-decoration:none;
}*/
   
img.logo-l {
	position: absolute;
	top: 0px;
	left: 0;
}

img.logo-r {
position: absolute;
	top: 0px;
	right: 0;
	
}


/* Main menu settings */
#header-menu {
	Position: abosolute;
	Right: 50%;
	Bottom: 0px;
	}
#ddmenu {

	clear:both;
	float:left;
	margin:100,0,0,0;
	padding:0;
	border-bottom:1px solid #003bb2; /* black line below menu */
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:90%; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:absolute; bottom: 0;
}

/* Top menu items */
#ddmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
	
}
#ddmenu ul li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:1px;
}
#ddmenu ul li a {
	display:block;
	margin:0;
	padding:.6em .5em .4em;
	font-size:1em;
	line-height:1em;
	background:#003bb2;
	color:#ffffcc;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #003bb2;
}
#ddmenu ul li.active a {
	background:#ffffcc;
	color:#003bb2;
}
#ddmenu ul li a:hover {
/* Top menu items background colour */
	background:#ffffcc;
	color:#003bb2;
	border-bottom:1px solid #003bb2;
}
#ddmenu ul li:hover a,
#ddmenu ul li.hover a { /* This line is required for IE 6 and below */
	 /* Top menu items background colour */
	background:#ffffcc;
	color:#003bb2;
	border-bottom:1px solid #003bb2;
}

/* Submenu items */
#ddmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:2em;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}
#ddmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
	color:#ffffcc;
}
#ddmenu ul ul li a,
#ddmenu ul li.active li a,
#ddmenu ul li:hover ul li a,
#ddmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#ffffcc;
	color:#003bb2;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
	float:left;
	width:100%;
}
#ddmenu ul ul li a:hover,
#ddmenu ul li.active ul li a:hover,
#ddmenu ul li:hover ul li a:hover,
#ddmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#ffffcc;
	color:#003bb2;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#ddmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#ddmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#ddmenu ul li:hover ul,
#ddmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

.item1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	display: block;
	width: 158px;
	font-weight: bold;
	color: #ffffcc;
	line-height: 1.1em;
	float: none;
	padding-left: 6px;
	background-color:   #003bb2;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ffffcc;
	height: 19px;
}
.item1:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	display: block;
	width: 158px;
	font-weight: normal;
	color: #003bb2;
	line-height: 1.1em;
	float: none;
	padding-left: 6px;
	/*background-repeat: no-repeat;
	background-position: left center;*/
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ffffcc;
	background-color: #ffffcc;
	height: 19px;
}
























