@import "common.css";

/* ---------- default values ---------- */

body {
  background:rgb(0,0,0);
  color:rgb(120,120,120);
  }

body, form, select, input, div, ul, p, ol, li, img, table, td, th, h1, h2, h3, h4, h5, h6, textarea, label {
  padding:0px;
  margin:0px;
  font-size:12px;
  line-height:16px;
  font-family: "verdana", "trebuchet ms", "myriad", Arial, sans-serif;
  }

/* ---------- layout ---------- */


div#container {
  position:relative;
  width:730px;
  padding:0px;
  margin:0px auto 0px auto;
  text-align:left;
  background:url(../images/main_bg.gif) rgb(255,255,255);
}


div#bottom {
	clear:both;
  height:24px;
  background:url(../images/bottom.gif) rgb(166,181,193) repeat-x;
}

div.brand {
  font-size:10px;
  text-align:center;
  color:rgb(160,160,160);
  margin:0px;
  padding:2px 0px 20px 0px;
}	

div#titlebar {
  background:url(../images/title.gif) rgb(160,0,0);
  position:relative;
  padding:0px 16px 0px 16px;
  height: 101px;
  text-align:left;
}

div#sidemenu {
	margin:30px 0px 10px 36px;
  float:left;
  display:inline;
  text-align: right;
  width:154px;
  color:rgb(220,120,0);
}

div#content {
  position:relative;
  margin: 0px 0 0 220px;
  padding: 30px 0px 10px 0px;
  width: 440px;
}

div.menu {
  margin:0px;
  padding: 1px 0px 2px 0px;
}

div#tabbar {
	text-align:left;
  margin-top: 1px;
  margin-left: 8px;
}

div.tintbox {
  margin:4px 0px 12px 0px;
  padding:8px 16px 8px 16px;
  background:rgb(255,250,220);
  border:1px rgb(240,220,140) solid;
	}

div#splash {
	position:relative;
	clear:all;
	margin: 0px 0 0 100px;
	padding: 30px 0px 0px 0px;
	width:520px;
	}

/* ---------- text styles ---------- */

a {
	text-decoration:none;
	color:rgb(60,120,220);
	}
	
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);
	}
	
h2 {
	font-size:21px;
	line-height:21px;
	font-weight:100;
	color:rgb(220,120,0);
	margin:0em;
	padding:0em 0em .5em 0em;
	}
		
h3 {
	font-size:15px;
	font-weight:100;
	color:rgb(220,120,0);
	margin:0em;
	padding:0.8em 0em 0.2em 0em;
	}

h4 {
	font-size:12px;
  font-weight:100;
  color:rgb(0,0,0);
	margin:0em;
	padding:0.6em 0em 0.15em 0em;
	}
		
p	{
	margin:0em;
	padding:0.3em 0em 0.3em 0em;
	}	

ul.bullet_130 li {
	margin:0em 0em 0em 174px;
}

li {
	margin:0em 0em 0em 24px;
	padding:0em 0em 0.3em 0em;
	}	

ol li {
	margin:0em 0em 0em 32px;
	}

.accreditation {
	font-size:9px;
	text-align:right;
	padding:0em 2em .5em 2em;
	}

.filelink img {
	vertical-align:middle;
	padding:3px 8px 3px 0px;
	margin:0px;
	border:none;
	}

span.note {
  color:red;
	}

.expand-title img, div.popup img {
	vertical-align:middle;
	padding: 3px 6px 3px 0px;
	}

.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;
	}
	
.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;
}

ol.alpha {
  list-style-type: lower-alpha;
}

ol.upperalpha {
  list-style-type: upper-alpha;
}

.inline-icon {
	vertical-align:middle;
	padding:0 4px 0 0;
	}
	
.image {
	width:100%;
	text-align:center;
	padding:12px 0px;
  }

.image img {
	padding:8px;
	border:1px rgb(210,210,210) solid;
  }

img.inline-image {
  vertical-align:text-top;
}

.float-left {
	float:left;
	margin:0px 18px 18px 0px;
	}

/* ---------- table styles ---------- */

td, th {
  padding:2px 8px 2px 8px;
  font-size:12px;
  vertical-align:top;
}

th {
  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#sidebar, div#sidemenu {display: none}

  div#content {
    padding-top: 0px;
    margin-left:0px;
    width: 100%;
  }

}
