/* reset.css
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

html {
	background: url(shadow-bg.png) repeat-y;
}
body {
  background: url(sibos-header_bg.gif) no-repeat top left;
  margin:0;
  padding:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
}

.subtitle {
  line-height: 120%;
}

A, A:visited {
  color: #003e60
}

A:hover {
  color: #e3000f;
}

div.noscript {
  width: 500px;
  display: block;
  background-color: #e3000f;
  color: #ffffff;
  margin-right: auto;
  margin-left: auto;
}

div#mainbox {
  margin: 0px;
  padding: 0px;
  width: 972px;
  text-align: left;
}


/* Header
-------------------------------------------------------------- */

div#header {
  width: 762px;
  margin:0px;
  padding:22px 0px 14px 0px;
}

h1 {
    background-image: url(logo-six-dss.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 22px;
	margin-left:66px;
	cursor: pointer;
	cursor: hand;
}
h1 span {
	position: absolute;
	left: -999em;
}

/* Footer 
-------------------------------------------------------------- */
.functions{
	text-align: right;
	padding:80px 0px 0px 0px;
	font-size:11px;
}

.footer{
	background-color:#f3f3f3;
	border-top:1px solid #9a9b9c;
	padding:12px 0px 50px 12px;
	margin-left:12px;
	margin-right:0px;
	font-size:11px;
	color:#c7c2ba;
}
.footer a, .footer a:visited{
	color:#747678;
	text-decoration: none;
}
.footer a:hover, .footer a:active{
	color:#44697d;
	text-decoration:underline;
}

/* Language Switch 
-------------------------------------------------------------- */
.navlang {
	height: 41px;
	text-align: right;
	padding: 0px 12px 0px 0px;
	margin: 20px 0px 0px 0px;
	vertical-align: top;
	font-size:11px;
}
.navlang a:link {
	text-decoration:none;
	color:#fff;
	padding:10px 6px 6px 6px;
	margin:0px 1px 0px 0px;
	height:40px;
	line-height:40px;

}
.navlang a:hover, .navlang a:active, .activelang {
	text-decoration:none;
	color:#fff;
	background-color:#b0cfed; /*#D6D3CD;*/
	padding:10px 6px 16px 6px;
	margin:0px 1px 0px 0px;
	height:41px;

}


/* Content
-------------------------------------------------------------- */

div#content {
  margin:42px 0px 0px 0px;
  padding:0px 0px 2px 222px;
  width:528px;
}

h2 {font-size:20px;margin:0px;padding-bottom:12px;line-height:22px;}
/*
div#footer {
  clear: both;
  padding: 8px 0px 8px 0px;
  font-size: 10px;
  line-height: 12px;
  color: #999;
  text-align:center;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
  text-decoration: underline;
  color: #999;
}
div#footer a:hover {
  text-decoration: underline;
  color: #333;
  background:none;
}*/

a:link, a:visited, a:active {
  text-decoration: underline;
  color: rgb(0,82,147);
}
a:hover {
  text-decoration: underline;
  color: rgb(213,43,30);
}

img {
  border: 0px;
}



/* Toggler
-------------------------------------------------------------- */

#accordion {
  border:1px solid #ededed;
}

.toggler {
  width:100%
  color: #fff;
  margin: 0px;
  padding: 6px 0px 6px 10px;
  background: #ededed;
  border:none;
  border-top: 1px solid #fff;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #d5d6d2;
  border-left: 1px solid #ededed;
  font-size: 12px;
  cursor: pointer;
}
 
.element {
}

ul {
  padding: 4px 8px 4px 6px;
}
 
.element p {
  margin: 0;
  padding: 4px 8px 4px 30px;
  background:#FFF;
}
 
.float-right {
  padding:10px 20px;
  float:right;
}
 
blockquote {
  text-style:italic;
  padding:5px 0 5px 30px;
}


