@import "common.css";

/* ---------- default values ---------- */

body {
  font-family: "verdana", "trebuchet ms", "myriad", Arial, sans-serif;
  background:url(../images/main_bg.gif) rgb(66,63,59) repeat-x;
  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:13px;
  line-height:15px;
  font-family: "verdana", "trebuchet ms", "myriad", Arial, sans-serif;
  }
  

/* ---------- layout ---------- */


div#container {
  position:relative;
  width:920px;
  padding:0px;
  margin:30px auto 0px auto;
  text-align:left;
  background:url(../images/content_bg.gif) rgb(255,255,255);
}

div#bottom {
	clear:both;
  height:27px;
  background:url(../images/bottom.gif) rgb(166,181,193) repeat-x;
}

div#brand {
  font-size:10px;
  text-align:center;
  color:rgb(140,140,160);
  margin:0px auto;
  padding:2px 0px 20px 0px;
}	

div#titlebar {
  background:url(../images/title.gif) rgb(160,0,0);
  position:relative;
  padding:0px 16px 0px 16px;
  height: 181px;
  text-align:left;
}

div#titlebar form {
  text-align:right;
}

div#sidepic {
  margin:40px 36px 36px 60px;
  float:left;
  display:inline;
  text-align: right;
  width: 190px;
  color:rgb(220,120,0);
  background:rgb(255,255,255);
}

div#content {
  position:relative;
  margin: 0px 0 0 300px;
  padding: 36px 0px 10px 0px;
  width: 530px;
}

div.menu {
  margin:0px;
  padding: 1px 0px 2px 0px;
}

div.submenu {
  margin:0px;
  padding: 0px 0px 0px 0px;
  font-size:10px;
}

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.error {
	font-weight:700;
    color:rgb(255,255,255);
    padding:6px 0px;
    margin:10px auto 10px auto;
    background:rgb(220,30,0);
    text-align:center;
    border-width:1px 0px 1px 0px;
    border-style:dotted;
    border-color:rgb(0,0,0);
}

.mainpic {
  width: 190px;
  height: 230px;
  }

/* ---------- form styles ---------- */

div.form_block {
padding:4px 0px 8px 0px;
}

div.form_block .item, div.form_block .checkbox {
	padding:4px 0px 4px 0px;
}

div.form_block .checkbox, div.form_following_block {
	clear:left;
}

div.form_block .checkbox {
	clear:left;
}

div.form_block .item label {
	float:left;
	width:140px;
	text-align:right;
	padding:4px 16px 0px 0px;
}

div.form_block .item  input, div.form_block .item  textarea{
	padding:4px 10px 4px 10px;
	border:1px rgb(170,170,170) dotted;
}

div.form_block .checkbox  input {
	display:inline;
	margin:4px 12px;
	float:left;
}

div.form_block .checkbox  p {
	padding:2px 0px 0px 0px;
}

.light {
	color:rgb(160,160,160);
}

.offer {
	font-weight:700;
	color:rgb(200,30,0);
}

.form_alternate {
	clear:both;
    padding:10px 10px 10px 10px;
    margin:10px auto 10px auto;
    background:rgb(240,240,240);
    border-width:1px 0px 1px 0px;
    border-style:dotted;
    border-color:rgb(170,170,170);
}

.form_submit {
	float:right;
	padding-bottom:16px;
}

sup {
	font-size:8px;
	vertical-align: text-top;
	line-height:3px;
}

/* ---------- 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);
}

span.product {
  font-style:italic;
  color:rgb(120,100,60);
}
	
h2 {
  font-size:22px;
  font-weight:100;
  color:rgb(230,20,0);
  margin:0em;
  padding:0em 0em .5em 0em;
  line-height:18px;
}

h3 {
  font-size:16px;
  font-weight:100;
  color:rgb(230,20,0);
  margin:0em;
  padding:1em 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;
}	

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(0,0,0) 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.inline-image {
  vertical-align:text-top;
}

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%;
 }

}

/* Remove when tab images are added */

div#tabbar {
  margin-top: 114px;
  margin-left: 40px;
}

span.current-section-tab {
  padding: 7px 16px 7px 16px;
  margin: 0px 3px 0px 3px;
  background: rgb(230,20,0);
  color: rgb(255,255,255);
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: black;
  height:24px;
  position:relative;
  font-weight:800;
  line-height:14px;
}

span.section-tab {
  position:relative;
  padding: 7px 8px 7px 8px;
  margin: 0px 4px;
  color: white;
  line-height:14px;
    height:24px;
}

/* End of section to remove when tab images are added */

