/* General TAGS */

body {
	margin: 0 auto;
	padding:0;
	text-align: center;
	background-repeat:repeat-y;
	background-position:center center;
	background-attachment:fixed;
	background-color: #f2f1f6;
}

body, td, p, div, select {
	color: #333;
}

img, table {
	border: 0;
}

form {
	display: inline;
}

a:link, a:visited {
	text-decoration: none;
	color: #0066C8;
}

a:hover {
	text-decoration: none;
	color: #eeac00;
}

/* MENU */

#menu {
	float:left; 
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: 38px;
}

#menu a, #menu h2 {
	display:block;
	white-space:nowrap;
	margin:0;
	padding:2px 0 2px 3px;
	text-align: left;
	overflow:hidden;
}

#menu a {
	text-decoration:none;
	border-bottom: 1px solid #ccc;
}

#menu a, #menu a:visited {
	color: #586588;
}

#menu h2 {
	color:#586588;
	cursor: pointer;
}

#menu ul h2 a:link, #menu ul h2 a:visited {
	color:#586588;
	background: transparent;
	cursor: pointer;
	margin:0;
	border-bottom: 0;
	height: auto;
}

#menu ul li ul li a:hover{
	color:#000;
}

#menu ul li ul li a:active{
	color:#000;
	background:#dedede;
}

#menu ul h2.act { /* Active section in the top menu */
	color: #000;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menu li {
	position:relative;
}

#menu ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

/* This works on the top menu */
#menu ul ul.longer {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#menu ul ul ul {
	top:0;
	left:100%;
	margin-left:0;
}

#menu ul ul ul.sublong{
	top:0;
	left:100%;
	margin-left:0;
	/*width: 130px;*/
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
/*background: url(../images/menuback.jpg) repeat-x;*/
	color: #000;
}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited {
	color:#586588;
}

#menu a.x:hover {
	color:#000;
}

#menu a.x:active {
	color:#586588;
}

/* main divs */

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

#main {
	margin: 0;
	padding: 0;
}

/*^header */

#header {
	background-color: #fff;
	text-align: left;
	padding: 22px 0 0 0;
	height: 45px;
}

#header #toplogo {
	margin-left: 160px;
	float: left;
}

#header ul {
	padding: 0;
	white-space: nowrap;
	height: 10px;
	margin-top: 0;
}

#header ul li {
	display: inline;
}

#header ul li a {
	text-align: left;
	float: right;
	border-left: 1px solid #ccc;
	text-decoration: none;
}

#header ul li a:hover {
	color: #EEAC00;
}

/* breadcrumb and bc items */

#breadcrumb {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	clear: both;
	color: #454782;
	padding: 8px 10px 8px 123px;
	margin-left: 38px;
}

#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: underline;
	color: #454782;
}

/* right sidebar */

#sidebar {
	width: 240px;
	float: right;
}

/* content areas */

#content {
	padding-top:0;
	padding-left:0;
	padding-right:0;
}

#content-indent {
	margin-right: 20px;
	float: right;
	vertical-align: top;
}

#content-total {
	padding-right: 0;
	float: right;
	margin-right: 80px;
}

#content-bus {
	padding-right: 20px;
	float: right;
	margin-right: 30px;
}

#content, #content-indent, #content-total, #content-bus {
	text-align: left;
	letter-spacing: 0px;
}

#content h4, #content-indent h4, #content-total h4, #content-bus h4, #sidebar h4 {
	margin: 0 0 15px 0;
	padding-top: 0;
	letter-spacing: -0.5px;
	color: #BBC7DF;
}

#content-total h5, #content h5, #content-bus h5 {
	margin-top:0;
	margin-bottom: 10px;
}

#content-total h6, #content h6, #content-bus h6 {
	margin: 0 0 15px 0;
}

/* LEFT-HAND NAVIGATION */

#helper {
	width: 110px;
	vertical-align: top;
	text-align: right;
	letter-spacing: 0px;
}

#helper {
	padding-top: 40px;
}

#helper ul {
	margin: 0;
	padding: 0;
}

#helper ul li {
	list-style-type: none;
	margin: 0;
}

#helper ul li a {
	display:block;
	padding: 0px 5px;
	text-decoration: none;
	color: #999;
}

#helper ul li a:hover  {
	color: #333;
	background-color: #ECF0FF;
}

#helper ul li a.current { /* where the visitor is */
	color: #f90;
}

#helper .distant { /* External link separated from the others */
	margin-top: 30px;
}

/* FOOTER and FOOTER stuff */

#footer {
	position: relative;  /* Needed for Safari */
	text-align: left;
	color: #999;
	border: 0; 
	background: #fff url(../images/footback.gif) repeat-x;
	clear: both;
	margin: 20px auto 0 auto;
}

#footer #xtranav {
	float: right;
	width: 140px;
	text-align: right;
}

#footer ul {
	margin:0;
	padding: 0;
	white-space:nowrap;
	height:20px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	text-align: left;
	float: left;
	margin: 5px 0 0 7px;
	padding: 0 0 0 7px;
	border-left: 1px solid #333;
	color: #333;
	text-decoration: none;
	line-height: 10px; /* I use this value to make the line between options shorter */
}

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

#footer ul li a.firstfoot {
	border-left: 0;
	padding-left: 0;
	margin-left:0;
}

/* LISTS: all with orange and blue bullets */

#content-total ul, #content-indent ul, #content ul, #content-bus ul, #sidebar ul {
	list-style-image: url(../../../images/sq_orange.gif);
}

#content-total ul ul, #content-indent ul ul, #content ul ul, #content-bus ul ul, #sidebar ul ul {
	list-style-image: url(../../../images/sq_bluish.gif);
}

/* FORM elements */

input.textfield, textarea.textfield, textarea.mceNoEditor {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 2px;
	margin: 1px;
}

input.textfield:focus, textarea.textfield:focus, textarea.mceNoEditor:focus {
	background-color: #fff;
	margin: 0;
}

/* Internal TABLES */

#datatable {
	margin-top: 1px;
	width: 486px;
	margin-bottom: 0;
}

#datatable td{
	padding: 4px;
}

td.theader, tr.theader td, td.theaderc, tr.theaderc td {
	background-color: #006;
	color: #fff;
	font-weight: bold;
}

td.theader, tr.theader td {
	text-align: left;
}

td.theaderc, tr.theaderc td {
	text-align: center;
}

td.tsubheader, tr.tsubheader td {
	background-color: #669;
	color: #fff;
}

td.data, tr.data td {
	vertical-align: top;
	background-color: #EDF0F8;
}

td.totaldata, tr.totaldata td {
	vertical-align: top;
	background-color: #BBC7DF;
}

#datatable td ul {
	margin: 2px 0 0 0;
	padding-left: 12px;
}

#datatable td ul li {
	letter-spacing: 0;
	padding: 0;
}

/* COMMON MARGINS */

/* top margin */
#photo, #content, #content-indent, #content-total, #content-bus, #content-absolute, #helper, #sidebar {
	margin-top: 20px;
}

/* right margin */
#header ul, #sidebar {
	margin-right: 40px;
}

/* left margin */
#content, #helper, #minihelper {
	margin-left: 40px;
}

/* news and press releases */

.news, .newson {
	margin-bottom: 2px;
	cursor: pointer;
	height: 44px;
	text-align: left;
	padding: 4px;
}

.news {
	background-color: #f2f1f6;
}

.news img, .newson img {
	margin: 3px 7px 3px 3px;
	float: left;
}

.newson {
	background-color: #ECF0FF;
	color: #000;
}

/* General Hacks */

#scroll {
/*firefox hack to always display scrollbar */
	position:absolute; 
	top:0; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
} 

#fixer { 
/* For some reason IE hides the very last option of the top menu */
/* I prevent that by making this the last option and then hiding it */
	display: none;
}

#ghoul {
/* to prevent IE from making text disappear on rollover
and for Firefox to count wrapper height correctly */
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}

/* customize homepage */

ul#firstlist, ul#secondlist {
	padding-left: 0px;
	padding-right: 0px;
	list-style-type:none;
	list-style-image:none;
} 