/***************************************************
  HTML elements
***************************************************/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}
a, a:visited {
  color: #000000;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
img { border: none; }


/***************************************************
  LAYOUT divs
***************************************************/
#main {
  display: block;
	text-align: left;
	width: 95%;
}
#container {
  display: block;
	padding: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

#container .column {
	display: block;
}
#center {
	display: block;
}
#center_content {
  display: block;
}
#left {
	display: block;
}
#left_content {
	display: block;
}
#right {
	display: block;
}
#right_content {
	display: block;
}
#box_left, #box_center, #box_right { 
	display: none;
}
#flash_video {
	display: none;
}
#feedback {
	display: none;
}
/***************************************************
  LEFT HAND STYLES (logo, search)
***************************************************/
img#logo {
  display:block;
	border: 0px;
	width: 240px;
	height: 62px;
	position: absolute;
	top: 10px;
	left: 10px;
}
img#takeaway, img#useintranet {
  display:none;
}
form#search {
  display:none;
}

/***************************************************
  GLOBAL NAV
***************************************************/
ul#nav_global, ul#nav_tools, ul#nav_misc {
  display:none;
}

/***************************************************
  BREADCRUMB
***************************************************/
ul#breadcrumb a, ul#breadcrumb a:visited {
  color: #000000;
	padding-right: 12px;
	background: #ffffff url(../images/breadcrumb_arrow.gif) no-repeat right bottom;
}
ul#breadcrumb {
  list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 70px;
}
ul#breadcrumb li {
	margin: 0px;
	padding: 0px;
  display: inline;
}

/***************************************************
  FOOTER
***************************************************/
#footer img {
  display:none;
}

/***************************************************
  RIGHT NAV
***************************************************/
ul#nav_section, ul#nav_related, ul#nav_section_misc {
  display:none;
}
div.header_nav_section, div.header_nav_related, div.header_nav_misc  {
  display:none;
}

/***************************************************
  CONTENT
***************************************************/
#story h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
}
#story h1 span.small {
	margin-bottom: 0px;
	font-size: .54em;
	position: relative;
	top: 2px;
	display: block;
}

/***************************************************
  TABLES
***************************************************/
table { border-bottom: #eeeeee 1px solid; margin-bottom: 10px; margin-top: 10px;}
tr {
}
th {
	padding: 3px;
	text-align:left;
}
.trgray {
}
.trsilver {
}
.tdempty {
}
td {
	padding: 3px;
}
caption {
	text-align:left;
	font-style: italic;
}


/***************************************************
  CSS TRICKS
***************************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

