/* ---------- default values ---------- */

body {
  font-family: verdana, arial, sans-serif;
  color:rgb(120,120,120);
  background:rgb(59,59,91);
  font-size:12px;
  text-align:center;
  line-height:15px;
}

body,ol,ul,li,div {
  padding:0;
  margin:0;
}

/* ---------- layout ---------- */

div#container {
  position:relative;
  width:730px;
  padding:0px;
  margin:10px auto 0px auto;
  text-align:left;
  background:url(../images/main_bg.gif) rgb(255,255,255);
}

div#brand {
  padding:16px 0px;
  background:url(../images/bottom.gif) rgb(59,59,91) no-repeat;
}

div#titlebar {
  background:url(../images/title.gif) rgb(160,0,0);
  position:relative;
  padding:0px 16px 0px 16px;
  height: 105px;
}

div#sidemenu {
  clear:all;
  position: absolute;
  top:132px;
  left:40px;
  text-align: right;
  width:154px;
  color:rgb(220,120,0);
}

div#content {
  position:relative;
  clear:all;
  margin: 0px 0 0 220px;
  padding: 30px 0px 0px 0px;
  width: 480px;
}

div.menu {
  margin:0px;
  padding: 1px 0px 2px 0px;
}

div.submenu {
  margin:0px;
  padding: 0px 0px 0px 0px;
  font-size:10px;
}


div#tabbar {
  margin-top: 6px;
  margin-left: 6px;
}

img.tab {
	padding:0px 0px 0px 2px;
	}

/* ---------- float box ---------- */

div#float {
	float:right;
	height:120px;
	margin: 0px 0px 20px 20px;
	}

div.floattext {
	font-size:10px;
	line-height:10px;
	padding:8px 0px 0px 0px;
	}

div#floatheader {
	width:132px;
	background: rgb(255,150,0);
	border:1px rgb(255,150,0) solid;
	padding:2px 4px;
	text-align:center;
	color:rgb(255,255,255);
	}

div#floatcontent {
	background: rgb(255,245,220);
	border-color:rgb(255,150,0);
	border-style:solid;
	border-width: 0px 1px 1px 1px;
	width:120px;
	padding:10px;
	}
/* ---------- text styles ---------- */

a {
  text-decoration:none;
  color:rgb(60,120,220);
}

div#sidemenu a.current-page {
  color:rgb(220,120,0);
}

a:hover {
  color:rgb(0,0,150);
}

a:focus {
  border:0;
}

cite {
	font-style:italic;
	}

em {
  font-style:normal;
  color:rgb(60,60,60);
}
	
span.product {
  font-style:italic;
  color:rgb(120,100,60);
}

span.product {
  font-style:italic;
  color:rgb(120,100,60);
}
	
h2 {
  font-size:21px;
  font-weight:100;
  color:rgb(140,20,0);
  margin:0em;
  padding:0em 0em .75em 0em;
  line-height:20px;
}

h3 {
  font-size:15px;
  font-weight:100;
  color:rgb(220,120,0);
  margin:0em;
  padding:0.8em 0em 0.2em 0em;
}

p	{
  margin:0em;
  padding:0.3em 0em 0.3em 0em;
}	

ol.alpha {
  list-style-type: lower-alpha;
}

ol.upperalpha {
  list-style-type: upper-alpha;
}

li {
  margin:0em 0em 0em 18pt;
  padding:0em 0em 0.3em 0em;
}	

div.brand {
  font-size:10px;
  text-align:center;
  color:rgb(120,120,160);
  margin:0px;
  padding:6px 0px 20px 0px;
}	

p.accreditation {
  font-size:9px;
  text-align:right;
  padding:0em 2em .5em 2em;
}

div.filelink img {
  vertical-align:middle;
  margin:3px 8px 3px 0px;
  border:none;
}

span.note {
  color:red;
}

div.expand-title img, div.popup img {
  vertical-align:middle;
  margin: 3px 6px 3px 0px;
}

div.expand-content {
  padding: 0px 0px 8px 24px;
  display: none;
  color:rgb(160,160,160);
}

blockquote {
  font-size:11px;
  font-style:italic;
  padding:0.3em 2em;
  margin:0;
}
	
div.index-list {
  padding: 0px 0px 16px 0px;
}

table.weblink td {
  vertical-align: top;
  padding: 2px;
}

table.weblink th {
  vertical-align: top;
  padding:2px 2px 0px 0px;
}

div.reference {
  margin:0;
  padding:2px 0px;
}
	
span.ref-title {
  font-style:italic;
  color:rgb(100,90,60);
}

span.ref-author {
  color:rgb(160,160,160);
}

span.ref-published {
  color:rgb(160,160,160);
  font-size:9px;
}

img.mainpic {
  float:left;
  margin:0px 18px 18px 0px;
  border:1px rgb(51,51,89) solid;
}

img.intropic {
  margin:0px 2px 2px 0px;
  border:1px rgb(0,0,0) solid;
}

img.inline-icon {
  vertical-align:middle;
  margin:0 4px 0 0;
}

div.image {
  width:100%;
  text-align:center;
  padding:10px 0px;
}

img.float-right {
  float: right;
}

img.float-left {
  float: left;
}

/* ---------- table styles ---------- */

td {
  padding:2px 12px 2px 12px;
  font-size:12px;
}

th {
  padding:2px 12px 2px 12px;
  font-size:12px;
  color:rgb(220,120,0);
  font-weight:100;
}

table.striped {
  background:rgb(235,240,250);
  padding:4px;
  margin:10px 0px;
}
	
tr.line1 {
  background:rgb(235,240,250);
}

tr.line2 {
  background:rgb(255,255,255);
}

table.bordered {
  border-width:1px 0px 0px 1px;
  border-color:rgb(160,160,160);
  border-style:solid;
}

table.bordered td, table.bordered th {
  border-width:0px 1px 1px 0px;
  border-color:rgb(160,160,160);
  border-style:solid;
}

table.two-column-list td {
  vertical-align: top;
}

/* -------- printing -------- */

@media print {
  div#titlebar, div#tabbar, div#sidemenu {display: none}

  div#container, div#content {
    padding-top: 0px;
    margin-left:0px;
    width: 100%;
 }

}

