/* CSS Document */

body {
	font: 11px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #9c9ea1 url(bg.png);
	}

a {
	color: #008f7f;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#page {
	width: 960px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #333;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	}

#container {
	width: 940px;
	margin: auto;
	background: #fff;
	}

/* @group Header */

#tools {
	width: 940px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	}

#date {
	float: left;
	font-size: 11px;
	color: #666666;
	}

#toplinks {
	float: right;
	text-transform: uppercase;
	}

#toplinks a.store {
	padding: 5px;
	background-color: #008f7f;
	font-weight: bold;
	color: #fff;
	margin-left: 5px;
	border-radius: 4px;
	}

#toplinks a.support {
	padding: 5px;
	padding-left: 25px;
	font-weight: bold;
	color: #fff;
	margin-left: 5px;
	border-radius: 4px;
	background: #f19335 url(support.png) no-repeat 5px center;
	}

#toplinks a.store:hover, #toplinks a.support:hover {
	background-color: #5e5e5e;
	text-decoration: none;
	}

#header {
	width: 940px;
	margin: auto;
	clear: both;
	height: 45px;
	}

#logo {
	float: left;
	width: 120px;
	margin-right: 25px;
	}

#tagline {
	font-size: 18px;
	padding-top: 20px;
	}

#search {
	float: right;
	padding: 0;
	margin: 0;
	margin-top: -25px;
	}

/* @end */

/* @group Topnav */

#topnav_container {
	width: 940px;
	padding: 0;
	margin: auto;
	clear: both;
	margin: 0;
	margin-top: 20px;
	}

#topnav {
	background: url(topnav_bottom.gif) repeat-x bottom;
	padding-left: 0;
	margin: 0;
	height: 20px;
	}

#topnav li {
	margin: 0;
	display: inline;
	padding: 0;
	list-style: none;
	}

#topnav {
	background: url(topnav_bottom.gif) repeat-x bottom;
	padding-left: 0;
	margin: 0;
	height: 28px;
	border-radius: 5px;
	}

#topnav li {
	margin: 0;
	display: inline;
	padding: 0;
	list-style: none;
	}

#topnav a:link, #topnav a:visited {
	padding-top: 5px;
	color: #fff;
	padding-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: #008f7f;
	line-height: 16px;
	border: 1px solid #008f7f;
	padding-right: 10px;
	float: left;
	margin-right: 3px;
	padding-left: 12px;
	}

#topnav a:link.active, #topnav a:visited.active {
	color: #333;
	border-bottom: 1px solid #F0FDF5;
	background: #F0FDF5 url(arrow_down_solid.png) no-repeat 50% 19px;
	}	

#topnav a:hover {
	color: #000;
	background: #F0FDF5;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	}

/* @end */

/* @group Subnav */

#subnav2 {
	clear: both;
	padding: 10px;
	border-color: #008f7f;
	font-size: 1.0em;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	line-height: 3em;
	background-color: #F0FDF5;
	text-transform: uppercase;
	}

#subnav2 a {
	padding: 6px;
	color: #008f7f;
	margin-left: 2px;
	text-decoration: none;
	border-radius: 4px;
	white-space: nowrap;
	background-color: none;
	}

#subnav2 a.active {
	padding: 6px;
	background-color: #000;
	color: #fff;
	}

#subnav2 a:hover {
	background-color: rgba(0,143,127,0.65);
	color: #fff;
	-webkit-transition: background-color .6s ease;
	transition: background-color .6s ease;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	}

#subnav2 p {
	text-transform: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}

#subnav {
	clear: both;
	padding: 4px;
	border-color: #008f7f;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	line-height: 20px;
	background-color: #F0FDF5;
	}

#subnav a {
	font-size: 11px;
	font-weight: 500;
	color: #008f7f;
	text-decoration: underline;
	}

#subnav a:hover {
	color: #333;
	}

#subnav a.active {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}

/* @end */

/* @group Side Nav */

#sidebar-l, #sidebar-green {
	float: left;
	width: 220px;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#sidebar-l ul, #sidebar-green ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}

#sidebar-l li, #sidebar-green li {
	margin: 0;
	padding: 0;
	}

#sidebar-l li a, #sidebar-green li a {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #008f7f;
  	background-color: transparent;
  	border: 1px solid #6eaaa2;
  	border-radius: 3px;
  	transition: color 0.3s ease-out,
              background-color 0.3s ease-out,
              border-color 0.3s ease-out;
	}

#sidebar-l a:hover, #sidebar-green a:hover, #sidebar-l a.active, #sidebar-green a.active {
	background-color: #008f7f;
	color: #FFF;
	background-image: none;
	transition: color 0.1s ease-in,
              background-color 0.1s ease-in,
              border-color 0.1s ease-in;
	}

#sidebar-l ul ul li {
	margin: 0 0 1px 0;
	}

#sidebar-l ul ul li a {
	display: block;
	padding: 5px 5px 5px 15px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color: #777;
	background-image: none;
	text-decoration: none;
	margin-bottom: 0;
	}

#sidebar-l ul ul li.first a {
	margin-top: -4px;
	}

#sidebar-l ul ul li.last a {
	margin-bottom: 5px;
	}

#sidebar-l ul ul li a:hover, #sidebar-l ul ul li a.active {
	color: #fff;
	background: url(tiny_arrow.gif) no-repeat 10px center;
	background-color: #333;
	text-decoration: none;
	}	
	
/* Radial Out Fancy */

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: black;
  color: #fff;
  border: 1px solid #5e5e5e;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform, background;
  transition-property: transform, background;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#sidebar-l ul li a.hvr-radial-out {
  background: #fff;
}

#sidebar-l ul li a.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: #fff;
  background-color: #008f7f;
  -webkit-transition-duration: background-color 1s;
  transition-duration: background-color 1s;
  -webkit-transition-duration: color .3s;
  transition-duration: color .3s;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2, 8);
  transform: scale(2, 8);
  background: #008f7f;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

 /*Radial Out Simple
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: black;
  color: #fff;
	border: 1px solid #5e5e5e;
	}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform, background;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#sidebar-l ul li a.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: #fff;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2,8);
  transform: scale(2,8);
  background: #008f7f;
}*/	

/* @end */

#content1 {
	clear: both;
	padding: 0;
	margin-top: 10px;
	}

#content1 p.alt {
	width: 300px;
	font: 12px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 5px 0 20px 0;
	border-bottom-style: solid;
	border-bottom-color: silver;
	border-bottom-width: 1px;
	}

#content1 p.ss {
	font: 12px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	}

#content2 p.ss {
	font: 11px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	}

#content1 p.name {
	font: bold 13px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

#content1 p.info {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#content1 p.title2 {
	font-size: 12px;
	font-style: italic;
	padding-left: 19px;
	background: url(silver_bullet_sm.gif) 0 0  no-repeat;
	line-height: 15px;
	margin-bottom: 14px;
	}

#content1 h1 {
	font: 18px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px 0;
	}

#content1 h1.silver {
	font: 16px Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 1.5;
	color: black;
	margin: 0 0 8px 0;
	padding: 5px 2px 3px 5px;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(grad_bar_01_lt_tall.gif);
	}

#content1 h1.green {
	font: 16px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.25;
	color: white;
	margin: 0 0 8px 0;
	padding: 2px 2px 3px 5px;
	background-color: #008f7f;
	}

#content1 h2 {
	font: 16px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	color: #008f7f;
	border-bottom: 1px solid silver;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	clear: both;
	}

#content1 h2 img {
	border: 1px solid black;
	}

#content1 h2.alt {
	font: 16px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	color: #008f7f;
	border-bottom: 1px solid silver;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 8px;
	clear: both;
	}

#content1 h2.black {
	font: 16px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	border-bottom: 0 solid silver;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	clear: both;
	}

#content1 h2.small {
	font-size: 13px;
	line-height: 10px;
	}

#content1 h2.divider {
	font: 1px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1px;
	border-bottom: 1px solid silver;
	clear: both;
	}

#content1 tr {
	font-size: 13px;
	}

#content1 ul {
	list-style-type: none;
	margin-right: 25px;
	}

#content1 li {
	font: 13px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 12px;
	margin-top: 0;
	background-image: url(bullet_gr.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	}

#content1 ol li {
	font: italic 18px Georgia, Times, serif;
	color: #008f7f;
	padding-left: 0;
	background-image: none;
	margin-right: 50px;
	}

#content2 {
	padding: 0;
	width: 680px;
	margin-left: 0px;
	margin-top: 10px;
	}

#content2 h1 {
	font: 18px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 15px 0;
	}

#content2 h2 {
	font: 16px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	color: #555555;
	border-bottom: 1px solid silver;
	padding-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	padding-bottom: 5px;
	clear: right;
	}

#content2 h2 {
	font: 16px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	color: #555555;
	border-bottom: 1px solid silver;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	padding-bottom: 5px;
	clear: right;
	}

#content2 h2 a {
	text-decoration: none;
	line-height: 1.5em;
	}

#content2 h2 a.number {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	margin-left: 25px;
	color: #008f7f;
	text-decoration: underline;
	}

#content2 h2 a.number:hover {
	text-decoration: none;
	}

#content2 h2.small {
	font-size: 14px;
	line-height: 11px;
	}

#content2 h2.green {
	color: #008f7f;
	}

#content2 h2.green_alt {
	color: #008f7f;
	clear: none;
	}

#content2 h2.article {
	font: italic 16px Georgia, Times, serif;
	line-height: 24px;
	color: #000;
	font-weight: normal;
	border: 0;
	margin-bottom: 8px;
	}

#content2 h3 {
	font: 14px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.35em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	clear: right;
	}

#content2 td h3 {
	margin-bottom: 0;
	margin-top: 10px;
	color: #008f7f;
	}

#content2 h4 {
	font: 14px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	color: black;
	margin-right: 0;
	margin-bottom: 5px;
	clear: right;
	}

#content2 tr {
	font: 11px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

#content2 ul {
	list-style-type: none;
	margin-right: 0;
	}

#content2 #slider1 ul {
	list-style-type: none;
	margin-right: 0;
	}

#content1 ul.silver li, #content2 ul.silver li {
	font-size: 11px;
	margin: 0;
	padding-left: 18px;
	padding-bottom: 8px;
	margin-left: -30px;
	background-repeat: no-repeat;
	background-position: 2px .1em;
	background-image: url(bullet_gray.jpg);
	}

#content2 li {
	padding: 0;
	padding-left: 15px;
	margin: 0;
	margin-left: -15px;
	background-image: url(bullet_steel_sm.gif);
	background-repeat: no-repeat;
	background-position: 5px .45em;
	list-style-type: none;
	}

#content2 li.check {
	background: url(bullet_black_sm.gif) no-repeat 5px 5px;
	}

#content2 ul.keys {
	font: 14px Cambria, Georgia, Times New Roman, Times, serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	}

#content2 ul.keys li {
	padding: 0;
	padding-left: 10px;
	padding-bottom: 8px;
	margin: 0;
	margin-right: 100px;
	background: url(bullet_black_sm.gif) no-repeat 0 0;
	background-position: 0 .45em;
	list-style-type: none;
	}

#content2 ul#course.keys li {
	margin-right: 0;
	}

p {
	font: 14px Cambria, Georgia, Times New Roman, Times, serif;
	margin: 0;
	margin-bottom: 15px;
	margin-right: 30px;
	line-height: 1.5em;
	}
	
p.hero {
	font-size: 18px;
	font-style: italic;
	color: #424242;
	}	

ol p {
	font: 13px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 0;
	margin-top: 0;
	background-image: none;
	}

h2 em {
	font: italic 13px Georgia, Times, serif;
	color: #666666;
	font-weight: normal;
	}	
	
p img {
	padding-bottom: 0;
	}	

/* @group Techniques */

#content2 p.technav, #content1 p.technav {
	font: 11px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px 0 3px 0;
	margin-top: 5px;
	margin-bottom: 8px;
	border: 1px solid #D8D8D8;
	background-color: #D8D8D8;
	clear: right;
	}

#content2 p.tech {
	font: 12px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	margin-bottom: 5px;
	}

.number {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #fefc78;
	padding: 2px;
	}

/* @end */

/* @group Research Abstracts */

#news p {
	font: 14px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 8px;
	margin-right: 40px;
	text-transform: capitalize;
	color: #008f7f;
	}	

#news p.desc {
	font-size: 11px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.4em;
	text-transform: none;
	color: #000;
	}

#news p.desc strong {
	padding-top: 5px;
	display: block;
	}	

dl.update {
	margin: 5px 0;
	padding: 0;
	}

.update dt {
	position: relative;
	left: 8px;
	top: 15px;
	width: 75px;
	font: small-caps 14px Georgia, Times, serif;
	color: #797979;
	}

.update dd {
	border-left: 1px solid #008f7f;
	margin: 0 0 0 80px;
	padding: 0 0 0 10px;
	}

a.pdf_link {
	font-size: 10px;
	color: red;
	display: block;
	margin-top: 15px;
	padding-top: 3px;
	padding-left: 25px;
	background: url(../news/n_images/pdf_micro.gif) no-repeat;
	}

/* @end */

/* @group Clears */

.clearboth {
	clear: both;
	}

.clearright {
	clear: right;
	}

.clearleft {
	clear: left;
	}

/* @end */

/* @group Floats */

.floatright {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #666;
	padding: 0;
	clear: right;
	}

.floatright_ns {
	float: right;
	margin: 0 0 20px 10px;
	padding: 0;
	clear: right;
	}

.floatleft_ns {
	float: left;
	margin: 0 20px 5px 0;
	padding: 0;
	clear: left;
	}

.floatleft {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #666;
	padding: 0;
	clear: left;
	}

.floatleft_160 {
	float: left;
	width: 160px;
	margin: 0 3px 0 0;
	border: 0 solid #666;
	padding: 0;
	}

.floatleft_160_alt {
	float: left;
	width: 160px;
	margin: 0 3px 50px 0;
	border: 0 solid #666;
	padding: 0;
	}

.floatleft_160_tall {
	float: left;
	width: 160px;
	margin: 0 10px 5px 0;
	border: 0 solid #666;
	padding: 0;
	}

.floatleft_175_alt {
	float: left;
	width: 175px;
	margin: 0 15px 100px 0;
	border: 0 solid #666;
	padding: 0;
	}

.floatleft_200_alt {
	float: left;
	width: 200px;
	margin: 0 5px 10px 0;
	border: 0 solid #666;
	padding: 0;
	}
	
.floatright_tech {
	float: right;
	width: 420px;
	text-align: center;
	margin: 0 0 0 5px;
	border: 0 solid #D8D8D8;
	}

/* @end */

/* @group Home */

h4.updates {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	color: #3a3a46;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #d5d5d5;
	}

#content1 ul.updates {
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none;
	padding-bottom: 15px;
	}

#content1 ul.updates li {
	font-size: 10px;
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-bottom: 2px;
	background-image: none;
	}

table#home a img {
	border-style: none;
	border-width: 0;
	}

.global {
	width: 930px;
	margin: auto;
	padding: 5px;
	margin-top: 20px;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
	margin-bottom: 15px;
	text-align: center;
	}

.global p {
	margin: 0;
	color: silver;
	}

.global p.alt {
	margin: 0;
	color: #333;
	text-transform: uppercase;
	}

.global a img {
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 10px;
	border: 1px solid #d5d5d5;
	}

.global a img:hover {
	border: 1px solid #008f7f;
	}

/* @end */

/* @group Footer */

#footer {
	width: 960px;
	margin: auto;
	clear: both;
	color: #999;
	padding: 0 10px 25px 10px;
	margin-bottom: 40px;
	background-color: #3a3a46;
	border: 1px solid #333;
	border-top: 0;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	text-align: center;
	}

#footer p {
	font: 12px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
#footer p.white {
	font: 12px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	}	

#footer p.note {
	font: italic 16px Cambria, Georgia, Times;
	color: #eaeaea;
	margin: 0;
	padding-top: 25px;
	text-align: center;
	}

#footer a {
	color: #fff;
	}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#footer h1.section1, #footer h1.section1 a {
	padding-top: 8px;
	margin-bottom: 3px;
	color: #bfbfbf;
	font-size: 12px;
	text-transform: uppercase;
	}

#footer ul.section2 {
	padding-top: 0;
	}

#footer ul.section2 li,  #footer ul.section2 li a {
	text-transform: none;
	font-style: normal;
	padding-bottom: 2px;
	color: #fff;
	}

#footer tbody {
	color: #fff;
	background: none;
	}

#footer table, #footer tbody tr {
	background: none;
	border: 0 solid #666;
	}

#footer tr td {
	background: none;
	border: none;
	}

/* @end */

/* @group Publications */

p.filter-table {
	font: 16px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	
	
input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

p.filter-table input[type=search] {
	font-size: 16px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	vertical-align: middle;
	}		

table.publications {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 50px;
	}

table.publications th, td {
	padding: 5px;
	}

table.publications th {
	border-bottom: 2px solid #999;
	background-color: #eee;
	vertical-align: bottom;
	text-align: left;
	}

table.publications td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	font-size: 12px;
	}
	
table.publications tr {
	color: #5e5e5e;
	}		
	
table.publications tr:hover {
	color: #000;
	}	
	
table.publications td em {
	font: italic 15px/1.5em Cambria, Georgia, 'Times New Roman', Times, serif;
	color: #444444;
}

/* @end */

/* @group Courses */

#content1 h2.course, #content2 h2.course {
	font: 24px Cambria, Georgia, Times New Roman, Times, serif;
	color: #555555;
	line-height: 1.25em;
	font-weight: normal;
	margin: 10px 0 10px 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	letter-spacing: 1px;
	}

#course, #course_1, #course_2 {
	border: 0 solid silver;
	border-collapse: collapse;
	}

#course tbody tr td, #course_1 tbody tr td {
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #686d74;
	border-collapse: collapse;
	vertical-align: top;
	}

.course, .course_alt {
	border: 0 solid silver;
	border-collapse: collapse;
	}

.course tbody tr td, .course_alt tbody tr td {
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #686d74;
	border-collapse: collapse;
	}

.course tr.odd {
	background-color: #F3F9F6;
	}
	
.course tbody tr:nth-child(odd), #calendar tbody tr:nth-child(odd) {
   background-color: #F3F9F6;
}	

.course tbody th, .course_alt tbody th {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	border: 1px solid #686d74;
	background-color: #008f7f;
	border-collapse: collapse;
	text-align: center;
	}

.course tbody td, .course_alt tbody td {
	text-align: center;
	}

.course tbody td + td {
	text-align: left;
	}

.course tbody th + th {
	text-align: left;
	}

.course_alt tbody td + td, .course_alt tbody th + th {
	text-align: center;
	}

.course_images img {
	float: left;
	padding: 3px;
	background-color: #b3b9b8;
	margin: 3px;
	border: 1px solid #dbdbdb;
	}

.course_images a img:hover {
	background-color: #eef6f5;
	border: 1px solid #047760;
	}

/* @end */

/* @group Products */

.product_table {
	border: 0 solid silver;
	border-collapse: collapse;
	}

.product_table tbody tr td {
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #686d74;
	border-collapse: collapse;
	}

.product_table tbody th {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	border: 1px solid #000;
	background-color: #000;
	border-collapse: collapse;
	text-align: left;
	}

.product_table tbody td {
	text-align: left;
	}

.product_table tbody td + td {
	text-align: center;
	}

.product_table tbody th + th {
	text-align: center;
	}

/* @end */

/* @group Calendar */

#calendar {
	border: 0 solid silver;
	border-collapse: collapse;
	}

#calendar tbody tr td {
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #686d74;
	border-top: 0 solid #686d74;
	border-collapse: collapse;
	text-align: center;
	vertical-align: top;
	}

#calendar tbody tr td img {
	padding-top: 2px;
	}

#calendar tbody tr td + td + td {
	text-align: left;
	}

#calendar tr.odd {
	background-color: #ecf1f3;
	}

#calendar tr:hover, #calendar tbody tr:nth-child(odd):hover {
	background-color: #f1f1f1;
	}

#calendar th {
	color: #363841;
	font-size: 11pt;
	font-weight: bold;
	border: 1px solid #363841;
	border-top: 0;
	padding: 5px;
	background-color: #686d74;
	background-image: url(grad_bar_01.gif);
	}

#calendar tr.month th {
	background-color: #008f7f;
	background-image: none;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	border: 1px solid #008f7f;
	}

/* @end */

/* @group Distributors */

.worldwide {
	width: 275px;
	height: 175px;
	float: left;
	background-color: #fff;
	padding: 10px;
	border: 1px solid;
	border-color: #008f7f;
	margin: 0 15px 15px 0;
	border-radius: 5px;
	-webkit-transition: border-color 5s ease-out;
	        transition: border-color 5s ease-out;
	-webkit-transition: background-color 2s ease-out;
	        transition: background-color 2s ease-out;
	}

.worldwide:hover {
	border-color: #ccc;
	background-color: #F0FDF5;
	-webkit-transition: all .3s ease-in;
	        transition: all .3s ease-in;
	}

.worldwide dl {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	width: 275px;
	}

.worldwide dt {
	background: #404040; 
	background: -webkit-linear-gradient(to right, #404040 , #8B8A89); 
	background: linear-gradient(to right, #404040 , #8B8A89); 
	font-size: 1.3em;
	color: white;
	margin-top: 0px;
	padding: 5px;
	padding-left: 8px;
	border-radius: 5px;
	text-align: left;
	clear: both;
	}

.worldwide:hover dt {
	background: #424242;
	}	

.worldwide dt img {
	padding-top: 3px;
	padding-right: 8px;
	float: left;
	clear: left;
	}

.worldwide dd {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 0.3em;
	margin: 0;
	margin-top: 8px;
	text-align: left;
	}

/* @end */

/* @group Testimonials */

.bubble p {
	font: 1.15em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #424242;
	}

.bubble {
	width: auto;
	margin-bottom: 35px;
	}

#bubble_home {
	width: auto;
	margin-bottom: 5px;
	}

.bubble blockquote {
	margin: 0;
	padding: 5px;
	border: 1px solid #c9c2c1;
	background: #ecf5fd url(quote_blue.gif) no-repeat -4px -4px;
	box-shadow: #5e5e5e 0px 0px 0px;
	}

.bubble blockquote {
	margin: 0;
	padding: 5px;
	border: 1px solid #c9c2c1;
	background: #f0fdf5 url(quote_green.gif) no-repeat 4px 4px;
	box-shadow: 1px 1px 2px 0px rgba(102,102,102,0.3);
	border-radius: 3px;
	}

.bubble p, #bubble_home p {
	margin: 10px;
	padding: 0;
	}

.bubble blockquote p {
	margin: 10px;
	padding: 0;
	}

.bubble cite, #bubble_home cite {
	position: relative;
	margin: 0;
	margin-left: 4px;
	padding: 16px 0 0 15px;
	top: 15px;
	background: url(tip.gif) no-repeat 20px 0px;
	font-style: normal;
	font-size: 12px;
	}

/* @end */

img.manual, a img.manual {
	border: 1px solid #e6e6e6;
	padding: 1px;
	background-color: #e6e6e6;
	margin-bottom: 25px;
	}

a img.manual:hover {
	background-color: #888888;
	}

#attention {
	width: 500px;
	height: 50px;
	margin: auto;
	background-color: #e6e6e6;
	padding: 5px;
	padding-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #888888;
	clear: both;
	}

#attention p {
	font: 1.15em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	}

#attention img {
	float: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 10px;
	}
	
h1 em,h2 em,h3 em,h4 em {
	color: #666666;
	font: italic 1em Baskerville, Constantia, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	}
	
a em {
	font: italic 1em Baskerville, Constantia, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	}		

hr{
    border: 0;
    height: 1px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #000;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: #000;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}	

hr.green{
    border: 0;
    height: 1px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-image: linear-gradient(to right, rgba(0,143,127,0), rgba(0,143,127, 0.75), rgba(0,143,127, 0));
}
	
hr.divider {
	border: none 0;
	border-top: 1px solid #D8D8D8;
	margin-bottom: 5px;
	}	

.divider {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.caption {
	font-size: 11px
	}

p.image_caption {
	padding-left: 7px;
	}
	
.figure p {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #5e5e5e;
	margin-top: 15px;
	margin-bottom: 20px;
	}	

.photo {
	margin: 1.5em 0 1em 0;
	}

img.photo {
	padding: 8px;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
	margin-right: 8px;
	margin-bottom: 0;
	margin-top: 0;
	border-radius: 3px;
	}	

img.photo.floatleft_ns + p {
	overflow: auto;
	padding-left: 5px;
	}
	
.round_box {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	box-shadow: 1px 1px 2px 0px rgba(102,102,102,0.5);
	border-radius: 3px;
	}	
	
.column {
	overflow: auto;
	}	
	
.smallcaps {
	font-variant: small-caps;
	font-style: normal;
	}
	
.smallcaps_alt {
	font-variant: small-caps;
	font-size: 20px;
	color: #008f7f;
	font-style: normal;
	}	

.red {
	color: #FF0033;
	font-weight: bold;
	}

.green {
	color: #008f7f;
	}

.ltgray {
	color: #666666;
	font-variant: small-caps;
	text-transform: uppercase;
	}

address {
	font-style: normal;
	margin: 0;
	padding: 0;
	}
	
.body_txt {
	font-size: 14px;
	line-height: 28px;
	font-family: "ËÎÌå";
}
	