/*KL Communications css*/

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

/*h1 img {
	display: block;
}*/

img {
	border: 0;
}

a {
	color: #464544;
}

a:hover {
	color: #FFA405;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}

/** Body **/
body {
    /*Full Screen Width Light Blue Background Sash*/
	background: #ffffff url(images/page_bg.gif) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #464544;
}

body,td,th {
	font-size: 12px;
	line-height: 16px;
}

/** layout **/

/*wrapper*/
#wrapper {
    position: relative;
	text-align: left;
	margin: auto;
	width: 728px;
  }

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  width: 414px;
  padding-top: 14px;
  text-align: center;
  background: #6d7481;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
}

/* Date and Time div */
#top-datetime {
  position: absolute;
  top: 15px;
  left: 414px;
  width: 266px;
  height: 31px;
  background: #8c909a;
}

/* Date and Time Text */
.top-datetime {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

/* Top Flash div */
#flashtopright {
  position: absolute;
  top: 46px;
  left: 414px;
  width: 266px;
  height: 238px;
}

/*Top Right Vertical div*/
#top-right-vertical {
  background: url(images/top-right-vertical-box.jpg) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}

/*Top Left Graphic Header div*/
#header {
  /*background: url(images/header_bg.jpg) no-repeat;*/
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 195px;
}

/** Body divs **/

/* Entire Full Width Body Top Section divs above Navigation Buttons divs */
#entire-top-section {
  height: 285px;
}

/* Entire Full Width Body Bottom Section divs below #entire-top-section div */
#body {
/* Bi-icolour Background Image Extending Full Width and Height of Bottom Section */
  background: url(images/body_bg_dkgrey_lblue.gif) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 414px;
}

#right {
  float: right;
  width: 312px;
}

/* Bottom Section Center Left Light Grey Text Area div */
#centre-left {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}

#centre-left h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
}

#centre-left a {
  font-weight: bold;
  text-decoration: underline;
}

#centre-left a:hover {
  text-decoration: underline;
}

/* Bottom Section Lower Left Dark Blue or Dark Grey Text Area div */
#lower-left {
  float: left;
  width: 340px;
  padding-left: 36px;
  padding-right: 28px;
  padding-bottom: 10px;
  margin-top: 32px;
}

#lower-left a {
  color: #ffffff;
}

#lower-left {
  color: #ffffff;
}

#lower-left h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #ffffff;
  line-height: 20px;
}

#lower-left h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin: 0.6em 0;
}

#lower-left p {
  text-align: left;
  line-height: 20px;
}

/* Bottom Section Right Light Blue Text Area div */
#right-text-area {
  padding: 4px 25px 0 20px;
}

#right h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #323E51;
  margin-bottom: 12px;
}

#right h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #323E51;
  line-height: 20px;
  margin-bottom: 5px;
}

#right p {
  margin-top: 0;
  color: #163348;
}

#right .left {
  margin-right: 4px;
}

#right a {
  color: #163348;
  font-weight: bold;
  text-decoration: underline;
}

#right a:hover {
  text-decoration: underline;
}

/** Copyright Footer **/
#copyright {
  background: #8c909a;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 313px;
  padding: 10px 0;
  margin-bottom: 20px;
}

#copyright p {
  margin: 0;
  padding: 0;
}

.photo_pad1 {
    padding-top:3px;
	padding-right:10px;
	padding-left:0px;
    padding-bottom:0px;
}

/** Navigation Buttons CSS **/

.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 2px solid #8c909a;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
background: #6d7481;
font: normal 13px Verdana;
width: 120px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}