/* Zero down margin and paddin on all elements */
*{ margin: 0; padding: 0; }*

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
body {
  text-align: center; 
  min-width: 960px;
  font: 11px "Arial", Helvetica, Verdana, sans-serif;
  background-color:#cbcfd0;
}


#searchform { background: url(../images/searchform.gif) no-repeat; padding: 0px 4px 10px 4px; height: 22px; font: bold 12px Arial, Sans-Serif; top: 165px; right: 50px; position:absolute; }
		#searchform p { padding: 0; margin: 0; }
		input.search { width: 127px; border: none; background: url(../images/input.gif) no-repeat; padding: 7px; margin: 0 4px 0 5px; }
		input.submit { width: 53px; height: 29px; border: none; background: #FFF url(../images/submit.gif) no-repeat; font: bold 1.2em Arial, Sans-Serif; padding: 0px; color: #FFF; }

p { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 11px; color: #000000; }
h1 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 20px; font-weight: bold; color: #22426a; margin-bottom:10px; }
h2 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 18px; font-weight: normal; color: #000000; }
h3 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #000000; }
h4 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 13px; font-weight: bold; color: #000000; }
#content ol { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 11px; color: #000000; }
#content ul { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 11px; color: #000000; list-style-type: square; margin:0 0 10px 30px; }
#content table { margin-bottom:10px; }
a { color: #688ea2; text-decoration: none; }
a:hover { color: #46687a; text-decoration: none; }


#menuWrap { padding: 0 30px 0 30px; background-color:#FFFFFF; height:47px; background:#FFFFFF url(/images/menuFullBg.gif) no-repeat top left; }

#menuWrap{
	position:relative;
	display:block;
	height:47px;
	font-size:13px;
	font-weight:normal;
	background:transparent url(../images/menuBg.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	clear: both;
	z-index:100;
	}
#menu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#menu ul li{display:block;float:left;margin:0; }
#menu ul li a{display:block;float:left;color:#FFFFFF;text-decoration:none;padding:14px 22px 0 22px;height:33px;}
#menu ul li a:hover{color:#fff;background:#46687a;}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:18px; /* add line height  DONT USE HEIGHT */
	font-weight:normal;
	font-size:13px;
	}
	

#menu li { 
	list-style:none;
	float:left; /* float needed */  
	}
	
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }/* Borders as appropriate */

#menu a{
	display:block;
	padding:0px 22px; /* set padding will affect padding on all a tags in menu */
	line-height:47px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
	}

#menu a:hover{
	background-color: #6291A5;
	color:#fff;
	}

#menu li{
	float:left; /* IMPORTANT */
	position:relative;
	border:0;
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so top: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:194px; /* Width will need to be updated inline with all the padding on the menus */
	top:47px;
	background-color:#46687A;
	}
#menu li:hover { background-color:#46687A; }
#menu li ul a{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #fff;
	line-height:18px;
	padding:8px 22px;
	}
	#menu li ul a:hover { background-color:#6291A5; }

#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:184px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:204px;
	}
#menu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
	}

#wrapper {
  width: 960px; 
  margin: 0 auto; 
  text-align: left; 
}

.clear { clear:both; margin:0; padding:0; }
#branding {
margin: 0 auto; 
	background-color:#FFFFFF;
	background-image: url(../images/mainBg.jpg);
	background-repeat: no-repeat;
	position:relative;
	padding: 0 30px 0 30px;
	width:900px;
	height:216px;
}
#logo { float:left; }

#flash { float:left; margin-left: 60px; margin-top:162px; }



#contentContainer {
	width: 880px;
	padding: 0 40px 20px 40px;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
	background-color:#FFFFFF;
}
#shadow { background-color:#FFFFFF; }
#flashBanner { width:100%; border-top: 1px solid #000000; border-bottom: 5px solid #000066; }
#content { 
  width: 600px;
  float: left; 
}

#content p { margin-bottom:10px; }

#column { 
  width: 230px; 
  float: right;
} 

.box { float:left; width:250px; padding: 10px 10px 5px 10px; margin:10px 20px 10px 0; background-color:#eee; background-image:url(../images/columnBg.gif); background-repeat:repeat-x; }
.box h1 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 16px; font-weight: normal; color: #22426a; margin-bottom:10px; }
.arrow { background-image:url(../images/arrow.gif); background-repeat: no-repeat; background-position:left; padding-left:10px; color:#818181; font-weight:bold; }

#footer { 
  clear: both;
  padding: 0 30px 0 30px; 
  background-color:#cbcfd0;
} 

#footerPrimary { 
  width: 490px;
  float: left;
  height:30px;
  line-height:30px;
  color: #688ea2;
}
#footerPrimary p { color:#688ea2; }
#footerSecondary { 
  width: 220px; 
  float: right; 
  height:30px;
  line-height:30px;
  text-align:right;
} 

/*table formatting*/
.tablines { background-color: #C0C0C0; }
 
/*a light colour on the borders of branded tables*/
.tabtitle{ font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #688ea2; padding:5px; }

.tabletitle{ font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #688ea2; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; padding:5px; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: normal; color: #000000; background-color: #FFFFFF; padding:5px; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; padding:5px; }




















/*same background as tabbody but bold the text */
.NewsWireResult{ BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.NewsWireResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }
.DataResult { BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.DataResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }

