/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #009fbf;
}

a.more {
	text-decoration: underline;
	font-weight: bold;
}

a img {border:none;}

ul,p {
	margin:18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
}

h1 {
	margin-bottom:18px;
	font-size:20px;
	color:#666;
	font-weight:normal;
}

h2,h3 {
	margin:18px 0;
	color:#09B;
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:bold;
}
h2.solidBlue,
h2.ulineBlue,
h2.solidGrey,
h2.ulineGrey {
	padding:7px 21px;
	background:url(../images/bg_title.png) repeat-x;
	border-bottom:1px solid #00B8DE;
	color:#FFF;
	font-weight:normal;
	font-size:18px;
}
h2.ulineBlue {
	background-repeat:no-repeat;
	font-size:18px;
}
h2.shadowBlue,
h2.shadowGrey {
	padding:9px 21px;
	background:url(../images/ttl_product_how.png) no-repeat;
	color:#FFF;
}
h2.shadowGrey {
	height:48px;
	padding:18px 0 0 36px;
	color:#FFF;
}
h2.shadowGrey a {
	color:#FFF;
	text-decoration:none;
}
h2.shadowGrey a:hover {
	text-decoration:underline;
}
h2.basicBlue {
	margin:0;
	padding:12px;
	background:#96E1F1;
	color:#444;
	font-size:16px;
	font-weight:bold;
}
h2.solidGrey {
	background-image:url(../images/bg_title_grey.jpg);
	border-bottom-color:#A7A7A7;
}
h2.ulineGrey {
	background-repeat:no-repeat;
}
h2.shadowGrey {
	background-image:url(../images/ttl_products_res_grey.png);
}
h2.solidGrey a,
h2.ulineGrey a,
h2.shadowGrey a {
	color:#FFF;
}

div.ruleGrey {
	height:0;
	overflow:hidden;
	clear:both;
	margin:0;
	padding:0;
	border-top:1px solid #CCC;
	line-height:0;
}

span.superScriptMe {
	position:relative;
	top:-5px;
	left:0;
	font-size:10px;
}

span.linkArrowBlue {
	padding-left:12px;
	background:url(../images/arrow_blue.gif) no-repeat left center;
	color:#09B;
	font-weight:bold;
}

/*Layout*/
*.clearFix,
*.terminator {
	height:0;
	clear:both;
	overflow:hidden;
	margin:0;
	padding:0;
	line-height:0;
}

div#wrapper {
	border: 1px solid #9A9A9A;
	text-align: left;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
}

/* HEADER */
div#logo {
	height: 120px;
}

div#logo a img {
	border:none;
}

/*menu*/
div#menu {
	padding: 0 0 1px 14px;
}

/*FOOTER*/
div#footer {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 5px;
}

div#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div.footer_left {
	float: left;
	padding-left: 3px;
	width: 858px;
}

div.footer_right {
	float: left;
	padding-right: 14px;
}

#header {
	padding-bottom:10px;
}

#menu {
	position:relative;
	z-index:100;
}

#menu #slideShow {
	position:absolute;
	width:280px;
	bottom:-4px;
	right:18px;
	z-index:10;
	overflow:hidden;
	padding:6px 24px;
	background:#C8F0F8;
	color:#090252;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}

#menu #slideShow a {color:#090252;}
#menu #slideShow a:hover {color:#09B;text-decoration:none;}

#content_container {
	position:relative;
	z-index:0;
	background:url(../images/bg_blue_contact.jpg) no-repeat;
}

#content_container h1 {
	position:relative;
	margin:0;
	padding:32px 32px 24px 32px;
}

#content_container h1 div {
	position:absolute;
	top:0;
	right:0;
	width:426px;
	height:56px;
	padding-top:24px;
	background:url(../images/bg_title_overlay.png) no-repeat;
	text-align:center;
}

#content_container h1 div p {
	margin:0;
	padding:0;
}

#content_container h1 div a {
	color:#FFF;
	font-size:12px;
}

#content_container h1 div a span {
	font-size:18px;
}

#banner a img {
	border:none;
}

#content {
	padding:12px 36px 36px 36px;
}

#content #gmContent {
	padding:0 12px;
	border:1px solid #09B;
}

#content #gmContent img {
	margin-left:12px;
}

#content #mission,
#content #press {
	margin-top:8px;
	padding:0 6px 0 2px;
	background:url(../images/co_shadow_mid.png) repeat-y;
}

#content #mission div,
#content #press div {
	border:1px solid #08A;
	background:#DAEAEF;
}
#content #mission h2 {
	margin:0;
	padding:12px;
	background:url(../images/ttl_home_right_mission.gif) repeat-x;
	color:#FFF;
}
#content #mission p {
	margin:12px 10px;
}

#content #press div {
	background-color:#FFF;
}
#content #press h2 {
	margin:0;
	padding:12px;
	background:url(../images/ttl_home_right_news.png) repeat-x;
	color:#09B;
	font-size:18px;
}
#content #press div ul {
	margin:0 4px;
	padding:0;
	list-style:none;
}

#content #press div ul li {
	margin:0;
	padding:12px 12px 12px 24px;
	border-bottom:1px solid #CCC;
	background:url(../images/arrow_grey.gif) no-repeat 9px 13px;
}

#content #press div div {
	padding:6px;
	border:none;
	text-align:right;
}

#content #press a {
	font-weight:bold;
}

#content h1 {
	padding:18px;
	background:url(../images/bg_h1.jpg) repeat-x;
}

#content h5 {
	color:#08A;
	font-size:12px;
}

#content .right-col {
	width:429px;
	float:right;
}

#content .left-col {
	margin-right:461px;
}

#content ul {
	padding-left:15px;
	list-style:disc outside url(../images/disc.gif);
}

#content ul li {
	margin:0;
}

#content .staffMember {
	padding:24px 0;
	border-bottom:1px solid #CCC;
}

#content .staffMember img {
	margin-left:24px;
}

#content .staffMember h5 {
	margin:0 0 10px 0;
}

#content .staffMember p {
	margin:0;
}

#content .newsArticle {
	margin-bottom:24px;
}

#content .newsArticle h5 {
	margin:10px 0;
}

#content .newsArticle p {
	margin:0 0 6px 0;
}

#content .newsArticle a {
	font-weight:bold;
	text-decoration:underline;
}
#content .greyFloatie {
	width:394px;
	float:right;
	padding:24px;
	background:url(../images/bg_clinical_grey.jpg) repeat-x;
}

#content #contactForm label {
	color:#09B;
	font-weight:bold;
}

#content #contactForm input,
#content #contactForm textarea {
	width:300px;
	margin-bottom:8px;
}

#content #contactForm .submit {
	margin-top:18px;
	padding:4px;
	background:url(../images/submit.jpg) repeat-x;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

#JT_arrow_left {
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
	top: -3px;
}

#JT_arrow_right {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
	top: -2px;
}

#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy {
	padding: 10px 10px 10px 10px;
	color: #333333;
}

.JT_loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}

#JT_close_left {
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_close_right {
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_copy p {
	margin: 3px 0;
}

#JT_copy img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip {
	cursor: help;
}
