/* Layout styles */

html, body {height:100%}

body {
	padding: 0;
	margin: 0;
	background: #484848;
	color: #484848;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#header {
  margin: 0 auto;
  width: 770px;
  height: 45px;
  background: url(../images/index_hdr.gif) no-repeat 0 0;
}

#outer {
	margin: 0 auto;
	width: 770px;
	background: #FFF url(../images/index_outer_bground.jpg) no-repeat 0 22px;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	background: url(../images/index_siteID.gif) no-repeat 0 0;
	width: 181px;
	height: 45px;
	display: block;
	float: left;
}

#header h1 a span {
	display: none;
}

#mainNav {
 	width: 770px;
	height: 22px;
	background: #909CA0 url(../images/nv_bground.gif) no-repeat 100% 0;
}

#Content {
 	margin: 151px 0 0 0;
}

*html #Content {
	height: 1%;
}

html>body .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#left {
	float: left;
	width: 201px;
	padding: 0 15px 0 15px;
	margin: 0;
	background: url(../images/nodelist_hdr_rpt.gif) repeat-y 100% 0;
}

#centrecontent {
	float: left;
	width: 297px;
	margin: 0;
	padding: 3px 27px 0 20px;
}

#right {
	float: left;
	width: 165px;
	padding: 3px 15px 0 15px;
	background: url(../images/products_bground.jpg) no-repeat 0 0;
}

#footer {
	margin: 0 auto;
	width: 770px;
	height: 67px;
	padding: 20px 0;
	background: #FFF;
	color: #A1A1A1;
}

/* General Styles */

a {
	color: #484848; 
	font-size: 10px;
	text-decoration: none;
}

/* Header Styles */

#header #toolbar-top {
  width: 400px;
  float: right;
  display: inline;
  margin: 5px 10px 0 0;
  font-size: 10px;
}

#header #toolbar-top #login {
  color: #F26137;
  float: right;
}

#header #toolbar-top #login a {
  font-weight: bold;
  padding: 0 0 0 3px;
}

#header #toolbar-top form#search {
	float: right;
	display: inline;
	margin: 8px 0 0 0;
	width: 140px;
}

#header #toolbar-top form#search label {
	display: none;
}

#header #toolbar-top form#search input {
	float: left;
	background: #FFF;
	border: 1px solid #000;
	width: 87px;
	height: 12px;
	font-size: 11px;
	line-height: 12px;
}

#header #toolbar-top form#search input.formSubmit {
	float: right;
	display: block;
	background: none;
	border: none;
	height: 14px;
	width: 43px;
	margin: 1px 0 0 0;
  padding: 0;
	text-transform: uppercase;
	color: #000;
	font-size: 9px;
	cursor: pointer;
}

html>body form#search #toolbar-top input.formSubmit {
	width: 48px;
}


/*  Navigation styles */


#mainNav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 543px;
  height: 22px;
  background: url(../images/nav_bground_rpt.gif) repeat-x 0 0;
}

#mainNav ul li { 
  margin: 0;
  padding: 0;
  display: inline;
}

#mainNav ul li a {
	float: left;
	color: #FFF;
	margin: 0;
	padding: 4px 16px 0 16px;
	text-decoration: none;
	font: normal 11px arial, helvetica, sans-serif;
	
}

#mainNav ul li a:hover {
	padding: 4px 16px 0 16px;
	height: 18px;
	background: url(../images/nav_hover_bground_rpt.gif) repeat-x 0 0;
	text-decoration: none;
}


/* Global Site and Home link Styles */


#mainNav #extraNav {
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
	color: #F26137;
}

#mainNav #extraNav a {
	color: #FFF;
}


/* Content Styles */


#centrecontent h1 {
	display: none;
}

#centrecontent h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	background: url(../images/index_h2_bground_rpt.gif) repeat-x 0 100%;
	margin: 4px 0 20px 0;
	padding: 0 0 5px 0;
}

#centrecontent h3, #centrecontent h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	margin: 0 0 10px 0;
	padding: 0;
}

#centrecontent p {
	margin: 0 0 15px 0;
	line-height: 16px;
	font-size: 11px;
}

html>body #centrecontent p {
	margin: 0;
	padding: 0 0 15px 0;
}

#centrecontent a {
	color: #666699; 
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#centrecontent a:hover {
	text-decoration: underline;
}


/* Topics - Left Toolbar Node List */

#left #toolbarPortal1 .toollist h1 {
 	font: bold 14px Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	background: url(../images/index_h2_bground_rpt.gif) repeat-x 0 100%;
	margin: 4px 0 20px 0;
	padding: 0 0 5px 0;
}

#left #toolbarPortal1 .toollist ul {
 	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
}

#left #toolbarPortal1 .toollist ul li {
 	display: inline;
}

#left #toolbarPortal1 .toollist ul li a {
	margin: 0 0 15px 0;
	display: block;
}

#left #toolbarPortal1 .toollist ul li a:hover {
	color: #666699;
	text-decoration: underline;
}

/* Products - Right Toolbar Node List */

#right .toolbarPortal1 .toolbarNodeTree h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	background: url(../images/index_products_h2_bground_rpt.gif) repeat-x 0 100%;
	margin: 4px 0 20px 0;
	padding: 0 0 5px 0;
}

#right .toolbarPortal1 .toolbarNodeTree ul {
 	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
}

#right .toolbarPortal1 .toolbarNodeTree ul li {
 	display: inline;
	margin: 0;
	padding: 0;
}

#right .toolbarPortal1 .toolbarNodeTree ul li a { /* top level */
 	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#right .toolbarPortal1 .toolbarNodeTree ul li a:hover {
 	color: #CC3300;
	text-decoration: underline;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li { /* 2nd level */
 	display: inline;
	margin: 0;
	padding: 0;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li a {
	color: #8E8E8E;
 	margin: 0;
	padding: 0 0 3px 10px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li a:hover {
	color: #CC3300;
	text-decoration: underline;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li li { /* 3rd level */
 	display: inline;
	margin: 0;
	padding: 0;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li li a {
	color: #8E8E8E;
 	margin: 0;
	padding: 0 0 3px 15px;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li li a:hover {
	color: #CC3300;
	text-decoration: underline;
}

/* footer */

#footer ul {
	width: 750px;
	border-top: 1px solid #C1C1C1;
	margin: 0 0 0 7px;
	padding: 3px 0 0 0;
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	float: left;
	border-right: 1px solid #A1A1A1;
	padding: 0 5px;
	color: #A1A1A1;
	line-height: 10px;
}

#footer ul li a:hover {
	color: #CC0000;
}

#footer ul li.last a {
	border-right: none;
}


#footer ul#Credits {
	display: none;
}



#footer #footerDesc p {
	margin: 2px 0 0 10px;
}

/* Rich text Image styles */

/* Images */ 

div.imageleft {
	height: 1%;
	float: left;
	padding: 5px 5px 0 5px;
	margin: 0;
	
}

div.imageright {
	height: 1%;
	float: right;
	padding: 5px 5px 0 5px;
	margin: 0;
}

div.imageleft div, div.imageright div {
	display: inline;
}

div.imageleft img, div.imageright img {
	padding: 0;
	margin: 0;
}

div.imagecenter {
	width: 100%;
	padding: 5px;
	display: block;
	text-align: center;
}

div.imageleft a img, div.imageright a img, div.imagecenter a img {
	border: none;
	padding: 0;
	margin: 0;
}


/* Objects */


div.object-left, div.object-right {
	height: 1%;
	display: inline;
	padding: 0;
	margin: 0;
}

div.imageleft a img {
	padding: 0;
	margin: 0;
	border: none;
}
