@charset "UTF-8";
/* CSS Document */


/************************** RESET *******************************/
/* meyerweb.com/eric/tools/css/reset/index.html v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/******************* Typography **************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {	
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	/*font-family: Helvetica, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;*/
}

body {
	font-size:87%; /* 16×1.125=18 */
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 1.385em;
	line-height: 1.385em;
	}
h2 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h3 {
	font-size: 1.08em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h4 {
	font-size: 1em;
	margin: 1em 0;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.25em; 
	}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	}
sup {
	font-size:0.6em;
	vertical-align:super;
	line-height:1;
}
.smaller {
	font-size: 0.8em;
}
.teeny {
	font-size: 0.75em;
	color: #597080;
}
.caption {
	font-size: 0.92em;
	color: #597080;
}



/********* List Styles *****************************************************/

.disc {
	list-style: disc;
}
.disc li {
	margin-left: 2em;
}

.ko  li {
	background: url(../images/09/bullet_triangle_white.png) no-repeat left 0.25em;
	padding-left: 20px;	
}
.bullet  li {
	background: url(../images/09/bullet_triangle_blue.png) no-repeat left 0.25em;
	padding-left: 20px;	
}
.bullet li li {
	background: url(none);
	padding-left: 0px;
}
.checkbox   li {
	background: url(../images/09/checked_box_18x18.png) no-repeat left top;
	padding-left: 24px;
}
.checkmark li {
	background: url(../images/09/bullet_checkmark_white.png) no-repeat left 0.25em;
	padding-left: 24px;
}


.clear {
	clear: both;
}




/********  Link styles  ****************************************************/

a:link {
	color:#305FB4;
	text-decoration: none;
}
a:visited {
	color: #6377CD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.nav_sub a:link, .nav_sub a:visited {
	color:#DAE1E6;
	text-decoration: none;
}
.nav_sub a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.nav_sub a.selected:link, .nav_sub a.selected:visited, .nav_sub a.selected:hover {
	color:#FFFFFF;
	text-decoration: none;
}







/********************* Layout ***************************/
body {
	background: #263D4D;
	text-align: center;
}
#container {
	text-align: center;
	background: #DAE1E6 url(../images/09/body_bkgd.png) repeat-x center top;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 30px;
}
#header {
	position: relative;
	height: 75px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


#map_logo a {
	display:block;
	text-indent: -10000px;
	background: url(../images/09/map_header_logo.png) no-repeat left top;
	height: 68px;
	width: 320px;
}

#nav {
	width:960px;
	margin: 0 auto;
}

#nav_main {
	height: 50px;
	width: 960px;
	margin: 0 auto;
}
#nav_main li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav_main a {
	display: block;
	height: 50px;
	width: 240px;
	background: url(../images/09/nav.png) no-repeat 0px 0px;
}
#nav_main a span {
	text-indent: -10000px;
	margin-left: -10000px;
	position: absolute;
}
#nav_main a#n2 {
	background: url(../images/09/nav.png) no-repeat -240px 0px;
}
#nav_main #n3 {
	background: url(../images/09/nav.png) no-repeat -480px 0px;
}
#nav_main #n4 {
	background: url(../images/09/nav.png) no-repeat -720px 0px;
}
/*
.map #nav {
	background: #000000;
}
*/
.map #nav_main a#n1 {
	background: url(../images/09/nav.png) no-repeat 0px -50px;
}
#mms #nav, #mms_mobile #nav {
	background: url(../images/09/nav_behind_mms.gif) repeat-x left top; 
}
.demo #nav {
	background: url(../images/09/nav_behind_black.gif) repeat-x left top; 
}
.patient #nav_main a#n2 {
	background: url(../images/09/nav.png) no-repeat -240px -50px;
}
.support #nav_main #n3 {
	background: url(../images/09/nav.png) no-repeat -480px -50px;
}

#map-tour #a-map:link, #map-tour #a-map:visited, #map-tour #a-map:hover,
#studies #a-studies:link, #studies #a-studies:visited, #studies #a-studies:hover,
#medrec #a-medrec:link, #medrec #a-medrec:visited, #medrec #a-medrec:hover,
#mapQuotes #a-mapquotes:link, #mapQuotes #a-mapquotes:visited, #mapQuotes #a-mapquotes:hover,
#mapdemo #a-mapdemo:link, #mapdemo #a-mapdemo:visited, #mapdemo #a-mapdemo:hover,
#mms #a-mms:link, #mms #a-mms:visited, #mms #a-mms:hover,
#mms_mobile #a-mobile:link, #mms_mobile #a-mobile:visited, #mms_mobile #a-mobile:hover,
#mmsdemo #a-mmsdemo:link, #mmsdemo #a-mmsdemo:visited, #mmsdemo #a-mmsdemo:hover,
#mmsQuotes #a-mmsquotes:link, #mmsQuotes #a-mmsquotes:visited, #mmsQuotes #a-mmsquotes:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#about a#n-about:link, #about a#n-about:visited, #about a#n-about:hover,
#resources a#n-res:link, #resources a#n-res:visited, #resources a#n-res:hover,
#privacy a#n-priv:link, #privacy a#n-priv:visited, #privacy a#n-priv:hover,
#contact a#n-contact:link, #contact a#n-contact:visited, #contact a#n-contact:hover {
	color:#000000;
	text-decoration:none;
}
#home #nav-home {
	display:none;
}



#nav_other {
	text-align: right;
	position: absolute;
	right: 90px;
	bottom: 6px;
	z-index: 5;
}
#nav_other li {
	display: inline;
	padding: 0 0.5em;
	border-right: 1px solid #BAC3CC;
	font-size: 0.92em;
	margin: 0;
	line-height: 1;
}
#nav_other #nav-contact {
	padding-right: 0;
	border-right: none;
}
.nav_sub {
	margin: 0px auto;
	width: 960px;
	text-align: center;
	background: url(../images/09/nav_sub_bkgd.png) no-repeat center bottom;
	padding: 0.75em 0em;
}
.nav_sub li {
	display: inline;
	padding: 0 0.5em;
	border-right: 1px solid #BAC3CC;
	margin: 0;
	line-height: 1;
	font-weight: bold;
}
.nav_sub li.last {
	border-right: none;
	padding-right: 0;
}



.splash {
	width:960px;
	margin:0 auto;
}
.page {
	text-align: left;
	margin: 30px auto 0px;
	clear: both;
	width: 820px;
	background: url(../images/09/content_bkgd.png) no-repeat left bottom;
	padding-bottom: 10px;
}
.page h1 {
	background: url(../images/09/h1.png) no-repeat left top;
	margin: 0px;
	padding: 1em;
	color: #FFFFFF;
}
.page .content {
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 20px;
	overflow: hidden;
}


#footer_outer {
	color: #FFFFFF;
	background: url(../images/09/footer_bkgd.png) repeat-x left top;
	padding-top: 20px;
	text-align: center;
	clear: both;
}
#footer {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}
#footer h4 {
	color: #B1BFCC;
}
#footer li {
	font-size: 0.92em;
	float: left;
	width: 220px;
}
#footer_pro {
	float: left;
	width: 460px;
}
#footer_cons {
	float: left;
	width: 220px;
}
#footer_other {
	float: right;
	width: 220px;
}
#copyright {
	clear: both;
	text-align: left;
	font-size: 0.84em;
	color: #B1BFCC;
	padding: 1em 0em;
}

.right {
	float:right;
	display:inline;
}
.left {
	float:left;
	display:inline;
}
.ko {
	color: #FFFFFF;
}
.alt-color-1 {
	color: #FFFF99;
}
.alt-color-2 {
	color: #990000;
}
#about .content_main {
	float: left;
	width: 540px;
}
#about .content_sub {
	float: right;
	width: 220px;
}
.demo .splash {
	background: #000000;
	text-align: center;
	padding: 0px 0px 20px;
}
.demo  iframe {
	height: 588px;
	width: 900px;
	clear: both;
	display: block;
	margin: 20px auto 0px;
	border:none;
}

/******** for demo on overlay  **********/
.overlay {
	background: #000000;
	opacity: 0.5;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	cursor:pointer;
	cursor:hand;
	display:none;
}


/************ Support page ***************/
#support #content_main {
	float:left;
	width:540px;
}
#support > .content {
	overflow: auto;
	background: #FFFFFF;
}
#support .alt {
	background: #FFFBE7;
	padding: 10px;
	margin-top: 18px;
}
#support .alt p:first-child {
	margin-top: 0em;
}
#support .content ol {
	list-style: decimal;
}
#support .content ol li {
	margin-left: 2.5em;
}
#support  #content_main  > ul {
	margin-left: 1.2em;
}
#support li .question {
	margin-bottom: 0em;
	margin-top: 0.75em;
}
#support   li .answer   {
	overflow: hidden;
	display: block;
	margin-left:1.2em;
}
#support li .answer p {
	margin-top: 0.5em;
}
#support li .screens {
	float: right;
	width: 100px;
	text-align: center;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #999999;
	font-size: 85%;
	color: #666666;
}
#support #content_sub {
	float: right;
	width: 220px;
	background: #F5F8FA url(../images/09/column_corners_white_bottom.gif) no-repeat left bottom;
	margin-top: 18px;
	padding-bottom: 10px;
}
#support #content_sub h3 {
	background: url(../images/09/column_corners_white_top.gif) no-repeat left top;
	margin: 0;
	padding: 18px 10px 0px;
}
#support #content_sub .content {
	margin: 0px 10px;
	padding: 0px;
	background:none;
}
#about .content_main .right {
	width: 10em;
	font-weight: bold;
	color: #597080;
	font-size: 0.84em;
	padding: 0em 0em 0em 1em;
	margin: 0px 0px 0px 1.5em;
	border-left: 1px solid #597080;
}
#about #content {
	overflow: hidden;
	clear: both;
	width: 820px;
	margin:0;
}
#about .gallery {
	clear: both;
	width: 800px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 10px;
	margin: 0px;
}
#about .content_sub {
	float: right;
	width: 220px;
	margin-top: 18px;
	background: url(../images/09/content_sub_bkgd.png) no-repeat left bottom;
	padding-bottom: 10px;
}
#about .content_sub h3 {
	background: url(../images/09/content_sub_bkgd.png) no-repeat left top;
	padding: 18px 10px 0px;
	margin: 0px;
}
#about .content_sub h4 {
	margin-top: 1.5em;
}
#about .content_sub .content {
	margin: 0px;
	width: 200px;
	background: #F5F8FA;
	padding: 0px 10px;
}
#about .gallery li {
	margin: 0px 10px 10px;
	float: left;
	width: 246px;
	padding-top: 10px;
}
#privacy  .content_main ul {
	list-style: disc;
}
#privacy  .content_main li {
	margin-left: 1.75em;
}
.pdf {
	background: url(../images/09/pdficon_bullet.gif) no-repeat left 0.25em;
	padding-left: 20px;
	display: block;
}
.slides {
	background: url(../images/09/slides.png) no-repeat left 50%;
	padding-left: 30px;
	margin-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0em;
}
