/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #a6c153; color: #fff; text-shadow: none; }
::selection { background: #a6c153; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; } */
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

* {
	margin: 0px;
	padding: 0px;
}

a:link {
  outline: none;
}

a:active {
  outline: none;
}

a:visited {
  outline: none;
}


:focus {
  -moz-outline-style: none;
}

.over-nav-on  {
	color: #a3ba49!important;
}


#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 300px;  /* FOR DEVELOPMENT ONLY      REMOVE THIS  */
}

#menu-wrap {
	width: 100%;
	background: url(/Content/Images/background.png) 0 0 repeat-x;
	position: fixed;
	top: 0;
	height: 99px;
}

.container {
	width: 980px;
	padding: 0;	
}

#header {
	height: 99px;
	width: 980px;
	margin: 0 auto;
	background: url(/Content/Images/background.png) 0 0 repeat-x;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -490px;
	z-index: 6000;
	
}

#adam-logo {
	float: left;
	width: 400px;
	height: 49px;
	background: url(/Content/Images/adam-logo.png) no-repeat;
	text-indent: -2000px;	
}

#login-logout {
	float: right;
	width: 360px;
	margin-right: 23px;
}

#login-logout p {
	float: right;
	text-align: left;
	color: #fff;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 25px;
}

#login-logout ul {
	list-style: none;
	float: right;
	line-height: 50px;
}

#login-logout ul li {
	float: left;
	color: #fff;
}

#login-logout a {
	color: #fff;
	text-decoration: none;
	float: right;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	margin-right: 8px;
	margin-left: 8px;
}

#login-logout a:hover {
	text-decoration: underline;
}

#main-nav {
	float: left;
	height: 49px;
}

#main-nav ul#main-nav-btns {
	list-style: none;
}

#main-nav ul#main-nav-btns li {
	float: left;
	width: 187px;
	text-align: center;
	background: url(/Content/Images/main-nav-btn-bg.png) no-repeat;
	position: relative;	
}

#main-nav ul#main-nav-btns li a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 45px;
	display: block;
	height: 43px;
}

#main-nav ul#main-nav-btns li#product-experience a:hover {
	background: url(/Content/Images/main-nav-btn-over.png) no-repeat;
	color: #434343;
	display: block;
}

#main-nav ul#main-nav-btns li#patient-experience a:hover {
	background: url(/Content/Images/main-nav-btn-over.png) no-repeat;
	color: #434343;
	display: block;
}

#main-nav ul#main-nav-btns li#clinical-experience {
	background: url(/Content/Images/last-btn-bg.png) no-repeat;
}

#main-nav ul#main-nav-btns li#clinical-experience a:hover {
	background: url(/Content/Images/main-nav-btn-over.png) no-repeat;
	color: #434343;
	display: block;
}

#main-nav ul#main-nav-btns li#last {
	
}

#main-nav ul#main-nav-btns li#product-experience a.on {
	background: url(/Content/Images/main-nav-btn-over.png) no-repeat;
	color: #434343;
	display: block;
}

#enterprise-header {
	background: url(/Content/Images/enterprise-bg.png) no-repeat;
	width: 158px;
	height: 30px;
}

#product-experience-menu {
	width: 643px;
	height: 203px;
	background: url(/Content/Images/product-experience-bg.png) no-repeat;
	display: none;
	position: absolute;
	top: 43px;
	left: -6px;
}

#main-nav ul li.mega hovering #product-experience-menu {
	display: block;
}

#product-experience-menu ul#pe-menu-items {
	list-style: none;
	margin-top: 20px;
	margin-left: 20px;
}

#product-experience-menu ul#pe-menu-items li {
	float: left;
	background: none;	
}

#product-experience-menu ul#pe-menu-items li#enterprise {
	background: url(/Content/Images/enterprise-bg.png) no-repeat;
	line-height: 30px;
	height: 30px;
	width: 163px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

#product-experience-menu ul#pe-menu-items li#pe-col1 {
	width: 163px;
	float: left;
}

ul#pe-menu-items {
	float: left;
}

ul#pe-menu-items li#pe-col1 ul {
	float: left;
	list-style: none;
}

ul#pe-menu-items li#pe-col2 ul {
	float: left;
	list-style: none;
}

ul#pe-menu-items li#pe-col3 ul {
	float: left;
	list-style: none;
}

ul#pe-menu-items li#pe-col1 ul li#smarthealth {
	width: 163px;
	text-align: left;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: none!important;
	
}

ul#pe-menu-items li#pe-col1 ul li#smarthealth a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
	background: none!important;
}

ul#pe-menu-items li#pe-col1 ul li#smarthealth a:hover {
	color: #000;
	background: none;
}

ul#pe-menu-items li#pe-col1 ul li#smartcare {
	width: 163px;
	text-align: left;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: none!important;
	
}

ul#pe-menu-items li#pe-col1 ul li#smartcare a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
	background: none!important;
}

ul#pe-menu-items li#pe-col1 ul li#smartcare a:hover {
	color: #000;
	background: none;
}

#product-experience-menu ul#pe-menu-items li#pe-col2 {
	width: 167px;
	margin-left: 45px;
	float: left;
}

ul#pe-menu-items li#pe-col2 ul li#optional {
	width: 217px;
	background: url(/Content/Images/generic-menu-hdr.png) no-repeat;
	height: 30px;
	width: 163px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #8aa45a;
	line-height: 30px;
	margin-bottom: 8px;
}

ul#pe-menu-items li#pe-col2 ul li#smartsites {
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
    width: 163px;
    background: none!important;
}

ul#pe-menu-items li#pe-col2 ul li#smartsites a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
	background: none;
	height: 25px;
	line-height: 25px;
	display: block;
	background: none!important;
	
}

ul#pe-menu-items li#pe-col2 ul li#smartsites a:hover {
	color: #000;
	height: 20px;
	display: block;
	background: none;

}


ul#pe-menu-items li#pe-col2 ul li#preg-central {
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
    width: 163px;
    background: none!important;
}



ul#pe-menu-items li#pe-col2 ul li#preg-central a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
	background: none;
	display: block;
	height: 25px;
	line-height: 25px;
	background: none!important;
}

ul#pe-menu-items li#pe-col2 ul li#preg-central a:hover {
	color: #000;
	display: block;
	background: none;

}


ul#pe-menu-items li#pe-col3 {
	width: 184px;
	float: left;
	margin-left: 46px;
}


ul#pe-menu-items li#pe-col3 ul li#languages {
	width: 217px;
	background: url(/Content/Images/generic-menu-hdr.png) no-repeat;
	height: 30px;
	width: 163px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #8aa45a;
	line-height: 30px;
	margin-bottom: 8px;
}

ul#pe-menu-items li#pe-col3 ul li#spanish {
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
    width: 163px;
    background: none;
}

ul#pe-menu-items li#pe-col3 ul li#spanish a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
	background: none;
	height: 25px;
	line-height: 25px;
	display: block;
	background: none!important;
}

ul#pe-menu-items li#pe-col3 ul li#spanish a:hover {
	color: #000;
	height: 25px;
	display: block;
	background: none;

}

ul#pe-menu-items li#pe-col3 ul li#portuguese {
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
    width: 163px;
    background: none;
}

ul#pe-menu-items li#pe-col3 ul li#portuguese a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
	background: none;
	height: 25px;
	line-height: 25px;
	display: block;
	background: none!important;
}

ul#pe-menu-items li#pe-col3 ul li#portuguese a:hover {
	color: #000;
	height: 20px;
	display: block;
	background: none;

}

ul#pe-menu-items li#pe-col2 ul li#news {
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
    width: 163px;
    background: none!important;
}

ul#pe-menu-items li#pe-col2 ul li#news a {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
	background: none;
	height: 25px;
	line-height: 25px;
	display: block;
	background: none!important;
}

ul#pe-menu-items li#pe-col2 ul li#news a:hover {
	color: #000;
	height: 20px;
	display: block;
	background: none;
}



.section {
	bottom: 0px;
	height: 1400px;
	width: 100%;
	float: left;
}


#horiz-content {
	width: 8000px;
}

#section-1 {
	background: url(/Content/Images/section-1-bg.png) no-repeat;
	margin-top: 98px;
	
	
}

#smarthealth-section {
	background: url(/Content/Images/smarthealth-background.png) no-repeat;
	margin-top: 98px;
	height: 800px;
}






/* *********************************** Enterprise slide 1 **************************************************** */

#section-2 {
	background: url(/Content/Images/section-2-bg.png) no-repeat;	
}

#section-2 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-2 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-2 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-2 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}


.no-marg-rt {
	margin-right: 0px;
}

#section-2 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-2 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-2 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	
}

#slide-2 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	width: 183px;
	margin-top: 265px;
	clear: right;
}





#slide-2 .sub-slide-nav ul.slide-nav li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-2 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-2 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-2 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-2 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-2 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}



/* *********************************** Enterprise slide 2 **************************************************** */

#section-3 {
	background: url(/Content/Images/section-3-bg.png) no-repeat;	
	
}

#section-3 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-3 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-3 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-3 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-3 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-3 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-3 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	
}

#slide-3 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-3 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-3 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-3 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-3 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-3 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-3 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Enterprise slide 3 **************************************************** */

#section-4 {
	background: url(/Content/Images/section-4-bg.png) no-repeat;	
	
}

#section-4 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-4 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-4 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-4 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}


#section-4 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-4 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-4 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	
}

#slide-4 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-4 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-4 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-4 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-4 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-4 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-4 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Enterprise slide 4 **************************************************** */

#section-5 {
	background: url(/Content/Images/section-5-bg.png) no-repeat;	
	
}

#section-5 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-5 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-5 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-5 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-5 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-5 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}


#slide-5 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	
}

#slide-5 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-5 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-5 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-5 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-5 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-5 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-5 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}


/* *********************************** Marketing slide 1 **************************************************** */

#section-6 {
	background: url(/Content/Images/section-6-bg.png) no-repeat;		
}

#section-6 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-6 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-6 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-6 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-6 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-6 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-6 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-6 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-6 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-6 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-6 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-6 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-6 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-6 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Marketing slide 2 **************************************************** */

#section-7 {
	background: url(/Content/Images/section-7-bg.png) no-repeat;	
	
}

#section-7 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-7 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-7 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-7 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-7 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-7 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-7 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
}

#slide-7 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-7 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-7 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-7 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-7 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-7 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-7 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Marketing slide 3 **************************************************** */

#section-8 {
	background: url(/Content/Images/section-8-bg.png) no-repeat;		
}

#section-8 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-8 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-8 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-8 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-8 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-8 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-8 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-8 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-8 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-8 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-8 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-8 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-8 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-8 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}


/* *********************************** Marketing slide 4 **************************************************** */

#section-9 {
	background: url(/Content/Images/section-9-bg.png) no-repeat;		
}

#section-9 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-9 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-9 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-9 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-9 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-9 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-9 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-9 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-9 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-9 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-9 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-9 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-9 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-9 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Patient Ed slide 1 **************************************************** */

#section-10 {
	background: url(/Content/Images/section-10-bg.png) no-repeat;		
}

#section-10 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-10 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-10 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-10 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-10 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-10 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-10 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-10 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-10 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-10 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-10 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-10 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-10 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-10 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Patient Ed slide 2 **************************************************** */

#section-11 {
	background: url(/Content/Images/section-11-bg.png) no-repeat;		
}

#section-11 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-11 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-11 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-11 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-11 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-11 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-11 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-11 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-11 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-11 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-11 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-11 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-11 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-11 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Patient Ed slide 3 **************************************************** */

#section-12 {
	background: url(/Content/Images/section-12-bg.png) no-repeat;		
}

#section-12 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-12 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-12 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-12 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-12 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-12 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-12 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-12 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-12 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-12 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-12 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-12 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-12 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-12 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Patient Ed slide 4 **************************************************** */

#section-13 {
	background: url(/Content/Images/section-13-bg.png) no-repeat;		
}

#section-13 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-13 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-13 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-13 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-13 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-13 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-13 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-13 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-13 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-13 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-13 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-13 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-13 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-13 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** EMR slide 1 **************************************************** */

#section-18 {
	background: url(/Content/Images/section-18-bg.png) no-repeat;		
}

#section-18 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-18 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-18 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-18 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-18 .overview-nav ul li#wellness {
	float: left;
	margin-right: 18px;
}

#section-18 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-18 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-18 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-18 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-18 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-18 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-18 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-18 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-18 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-18 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** EMR slide 2 **************************************************** */

#section-19 {
	background: url(/Content/Images/section-15-bg.png) no-repeat;		
}

#section-19 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-19 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-19 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-19 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-19 .overview-nav ul li#wellness {
	float: left;
	margin-right: 18px;
}

#section-19 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-19 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-19 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-19 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-19 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-19 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-19 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-19 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-19 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-19 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** EMR slide 3 **************************************************** */

#section-20 {
	background: url(/Content/Images/section-20-bg.png) no-repeat;		
}

#section-20 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-20 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-20 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-20 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-20 .overview-nav ul li#wellness {
	float: left;
	margin-right: 18px;
}

#section-20 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-20 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-20 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-20 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-20 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-20 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-20 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-20 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-20 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-20 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** EMR slide 4 **************************************************** */

#section-21 {
	background: url(/Content/Images/section-21-bg.png) no-repeat;		
}

#section-21 .overview-nav {
	width: 464px;
	height: 48px;
	background: url(/Content/Images/overview-nav.png) no-repeat;
	float: right;
}

#section-21 .overview-nav ul {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}

#section-21 .overview-nav ul li {
	float: left;
	margin-right: 23px;
}

#section-21 .overview-nav ul li#patient-ed {
	float: left;
	margin-right: 18px;
}

#section-21 .overview-nav ul li#wellness {
	float: left;
	margin-right: 18px;
}

#section-21 .overview-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4e;
}

#section-21 .overview-nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #a3ba49;
}

#slide-21 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
}

#slide-21 .sub-slide-nav ul.slide-nav {
	list-style: none;
	float: right;
	margin-top: 311px;
	width: 183px;
	clear: right;
}

#slide-21 .sub-slide-nav ul li a#prev-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-prev.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

#slide-21 .sub-slide-nav a#btn-one {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-1.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-21 .sub-slide-nav a#btn-two {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-2.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-21 .sub-slide-nav a#btn-three {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-3.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-21 .sub-slide-nav a#btn-four {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-4.png) no-repeat;
	float: left;
	text-indent: -1500px;
	margin-right: 4px;
}

#slide-21 .sub-slide-nav ul.slide-nav li a#next-btn {
	display: block;
	width: 26px;
	height: 25px;
	background: url(/Content/Images/btn-next-btn.png) no-repeat;
	margin-right: 4px;
	float: left;
	text-indent: -1500px;
}

/* *********************************** Patient Experience slide 1 **************************************************** */

#section-22 {
	background: url(/Content/Images/section-22-bg.png) no-repeat;
	float: left;
			
}

#slide-22 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	position: relative;	
	height: 600px;
}

#slide-22  #toms-story-btn {
	width: 352px;
	height: 41px;
	top: 500px;
	right: 80px;
	background: url(/Content/Images/toms-story-btn.png) no-repeat;
	position: absolute;
	text-indent: -2000px;
}

#slide-22  #toms-story-btn a {
	display: block;
	width: 352px;
	height: 41px;
	cursor: pointer;
}

/* *********************************** Patient Experience slide 2 **************************************************** */

#section-23 {
	background: url(/Content/Images/section-23-bg.png) no-repeat;
	float: left;	
	
}

#slide-23 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	position: relative;
	height: 600px;	
}

/* *********************************** Patient Experience slide 3 **************************************************** */

#section-24 {
	background: url(/Content/Images/section-24-bg.png) no-repeat;		
}

#slide-24 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	position: relative;
	text-indent: -2000px;	
}

/* *********************************** Patient Experience slide 4 **************************************************** */

#section-25 {
	background: url(/Content/Images/section-25-bg.png) no-repeat;		
}

#slide-25 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	position: relative;	
	text-indent: -2000px;
}

/* *********************************** Patient Experience slide 5 **************************************************** */

#section-26 {
	background: url(/Content/Images/section-26-bg.png) no-repeat;		
}

#slide-26 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;
	position: relative;
	text-indent: -2000px;	
}

/* *********************************** Patient Experience slide 6 **************************************************** */

#section-27 {
	background: url(/Content/Images/section-27-bg.png) no-repeat;		
}

#slide-27 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 37px;	
	position: relative;
	text-indent: -2000px;
}

/* *********************************** hm icon navigation **************************************************** */

#icon-nav {
	background: url(/Content/Images/icon-nav-bg.png) no-repeat;
	width: 556px;
	height: 556px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

a#consumer-btn {
	display: block;
	width: 258px;
	height: 387px;
	background: url(/Content/Images/consumer-btn.png) no-repeat;
	text-indent: -5000px;
	position: absolute;
	top: 19px;
	left: 16px;
}

a#consumer-btn:hover {
	background: url(/Content/Images/consumer-over-btn.png) no-repeat;
}

.hm-top-left-callout {
	background: url(/Content/Images/hm-callouts.png) no-repeat;
	width: 218px;
	height: 30px;
	position: relative;
	top: 100px;
	left: -83px;
	z-index: 5003;
}

.hm-top-left-callout ul {
	list-style: none;
	padding-top: 13px;
	height: 17px;
}

a#patient-ed-btn {
	display: block;
	width: 258px;
	height: 387px;
	background: url(/Content/Images/patient-ed-btn.png) no-repeat;
	text-indent: -5000px;
	position: absolute;
	top: 19px;
	right: 16px;
}

a#patient-ed-btn:hover {
	background: url(/Content/Images/patient-ed-over-btn.png) no-repeat;
}

a#emr-btn {
	display: block;
	width: 446px;
	height: 216px;
	background: url(/Content/Images/emr-btn.png) no-repeat;
	text-indent: -5000px;
	position: absolute;
	bottom: 16px;
	left: 54px;
}

a#emr-btn:hover {
	background: url(/Content/Images/emr-over-btn.png) no-repeat;
}

.clear-me {
	clear: both;
}


.hm-bot-left-callout {
	background: url(/Content/Images/hm-callouts.png) no-repeat;
	width: 218px;
	height: 30px;
	z-index: 5003;
	position: absolute;
	top: 418px;
	left: -87px;
	
}

.hm-bot-left-callout ul {
	list-style: none;
	padding-top: 13px;
	height: 100px;
}


.hm-top-rt-callout {
	background: url(/Content/Images/hm-callout-rt.png) no-repeat;
	width: 218px;
	height: 30px;
	z-index: 5003;
	position: absolute;
	top: 100px;
	right: -87px;
	
}

.hm-top-rt-callout ul {
	list-style: none;
	padding-top: 13px;
	height: 100px;
	float: right;
}

.hm-bot-rt-callout {
	background: url(/Content/Images/hm-callout-rt.png) no-repeat;
	width: 218px;
	height: 30px;
	z-index: 5003;
	position: absolute;
	top: 418px;
	right: -87px;
	
}

.hm-bot-rt-callout ul {
	list-style: none;
	padding-top: 13px;
	height: 100px;
	float: right;
}

a#enterprise-btn {
	display: block;
	width: 148px;
	height: 148px;
	background: url(/Content/Images/enterprise-btn.png) no-repeat;
	text-indent: -5000px;
	position: absolute;
	top: 204px;
	left: 204px;
	z-index: 1000;
}

a#enterprise-btn:hover {
	background: url(/Content/Images/enterprise-over-btn.png) no-repeat;
}

.patient-story-nav {
	width: 213px;
	height: 200px;
	position: absolute;
	top: 500px;
	left: 600px;
	
}

.patient-story-nav a#live-product-btn {
	display: block;
	width: 105px;
	height: 42px;
	background: url(/Content/Images/live-product-btn.png) no-repeat;
	float: left;
	text-indent: -3000px;
	margin-top: 2px;
}

.patient-story-nav a#continue-btn {
	display: block;
	width: 105px;
	height: 42px;
	background: url(/Content/Images/continue-btn.png) no-repeat;
	float: left;
	text-indent: -3000px;
}

.patient-story-nav a#replay-btn {
	display: block;
	width: 105px;
	height: 42px;
	background: url(/Content/Images/replay-btn.png) no-repeat;
	float: left;
	text-indent: -3000px;
	margin-top: 2px;
}


/* ********************************************************* lightbox functionality ************************************** */
#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;   
	z-index:7000;  
} 


/*  ************************************************ MME Default lightbox ************************************************** */


#mme-default-wrap {
	display: none;
	position: fixed;
	width: 686px;
	height: 699px;
	background: url(/Content/Images/mme-default-shadow-bg.png) no-repeat;
    z-index: 7001;
    text-align: left;
}

#mme-default-content {
	width: 645px;
	height: 666px;
	padding: 0px 20px 20px 20px;	
}

#mme-default-content #lightbox-header {
	width: 646px;
	height: 52px;
	background: url(/Content/Images/lightbox-header-bg.png) repeat-x;
	
}

#mme-default-content #lightbox-header p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	line-height: 52px;
	color: #fff;
	margin-left: 21px;
	width: 283px;
	height: 30px;
}

#mme-default-content #lightbox-header ul#light-box-nav {
	list-style: none;
	float: right;
	margin-top: 11px;
	margin-right: 11px;
}

#mme-default-content #lightbox-header ul#light-box-nav li {
	float: left;
	margin-right: 5px;
}

#mme-default-content #lightbox-header ul#light-box-nav li a#unwrapped {
	display: block;
	width: 117px;
	height: 27px;
	background: url(/Content/Images/un-wrapped-btn.png) no-repeat;
	text-indent: -4000px;
}

#mme-default-content #lightbox-header ul#light-box-nav li a#unwrapped-on {
	display: block;
	width: 117px;
	height: 27px;
	background: url(/Content/Images/un-wrapped-btn-on.png) no-repeat;
	text-indent: -4000px;
}

#mme-default-content #lightbox-header ul#light-box-nav li a#unwrapped:hover {
	background: url(/Content/Images/un-wrapped-btn-on.png) no-repeat;
}

#mme-default-content #lightbox-header ul#light-box-nav li a#wrapped {
	display: block;
	width: 117px;
	height: 27px;
	background: url(/Content/Images/wrapped-btn.png) no-repeat;
	text-indent: -4000px;
}

#mme-default-content #lightbox-header ul#light-box-nav li a#wrapped-on {
	display: block;
	width: 117px;
	height: 27px;
	background: url(/Content/Images/wrapped-btn-on.png) no-repeat;
	text-indent: -4000px;
}

#mme-default-content #lightbox-header ul#light-box-nav li a#wrapped:hover {
	background: url(/Content/Images/wrapped-btn-on.png) no-repeat;
}

#mme-main-content {
	width: 645px;
	height: 615px;
	background: url(/Content/Images/mme-fpo-content.jpg) no-repeat;
	float: left;

}

#mme-default-content #lightbox-header ul#light-box-nav li div#light-box-close-btn {
	width: 29px;
	height: 27px;
	background: url(/Content/Images/light-box-close-btn.png) no-repeat;
	text-indent: -4000px;
	display: block;
	cursor: pointer;
}


/*  ************************************************ MME wrapped lightbox ************************************************** */

#mme-wrapped-wrap {
	display: none;
	width: 1115px;
	height: 760px;
	background: url(/Content/Images/mme-wrapped-bg.png) no-repeat;
    z-index: 7001;
    text-align: left;
}

#mme-wrapped-content {
	width: 1089px;
	height: 742px;
	padding: 0px 20px 20px 20px;	
}

#mme-wrapped-content #wrapped-lightbox-header {
	width: 1080px;
	height: 52px;
	background: url(/Content/Images/lightbox-header-bg.png) repeat-x;
	
}

#mme-wrapped-content #wrapped-lightbox-header p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	line-height: 52px;
	color: #fff;
	margin-left: 21px;
	width: 283px;
	height: 30px;
}

#mme-wrapped-content #wrapped-lightbox-header ul#light-box-nav {
	list-style: none;
	float: right;
	margin-top: 11px;
	margin-right: 11px;
}

#mme-wrapped-content #wrapped-lightbox-header ul#light-box-nav li {
	float: left;
	margin-right: 5px;
}

#mme-wrapped-content #wrapped-lightbox-header ul#light-box-nav li a#unwrapped {
	display: block;
	width: 117px;
	height: 27px;
	background: url(/Content/Images/un-wrapped-btn.png) no-repeat;
	text-indent: -4000px;
}

#mme-wrapped-content #wrapped-lightbox-header ul#light-box-nav li a#unwrapped-on {
	display: block;
	width: 117px;
	height: 27px;
	background: url(/Content/Images/un-wrapped-btn-on.png) no-repeat;
	text-indent: -4000px;
}

#mme-wrapped-content #wrapped-lightbox-header ul#light-box-nav li a#unwrapped:hover {
	background: url(/Content/Images/un-wrapped-btn-on.png) no-repeat;
}

#mme-wrapped-content #wrapped-lightbox-header ul#light-box-nav li a#wrapped {
	display: block;
	width: 117px;
	height: 27px;
	background: url(/Content/Images/wrapped-btn.png) no-repeat;
	text-indent: -4000px;
}

#mme-wrapped-content #wrapped-lightbox-header ul#light-box-nav li a#wrapped-on {
	display: block;
	width: 117px;
	height: 27px;
	background: url(/Content/Images/wrapped-btn-on.png) no-repeat;
	text-indent: -4000px;
}

#mme-wrapped-content #wrapped-lightbox-header ul#light-box-nav li a#wrapped:hover {
	background: url(/Content/Images/wrapped-btn-on.png) no-repeat;
}

#mme-wrapped-main-content {
	width: 1080px;
	height: 679px;
	background: url(/Content/Images/mme-wrapped-fpo-content.jpg) no-repeat;
	float: left;

}

#mme-default-content #lightbox-header ul#light-box-nav li div#light-box-close-btn {
	width: 29px;
	height: 27px;
	background: url(/Content/Images/light-box-close-btn.png) no-repeat;
	text-indent: -4000px;
	display: block;
	cursor: pointer;
}

/*  ************************************************ login screen ************************************************** */
#login-screen {
	width: 100%;
	height: 100%;
	background: url(/Content/Images/section-1-bg.png) no-repeat;
	position: fixed;
	top: 98px;
	left: 0;		
}

#login-content {
	width: 980px;
	margin: 0 auto;
	padding: 0 37px;
	height: 500px;	
}

#login-form {
	width: 482px;
	height: 360px;
	background: url(/Content/Images/login-form-bg.png) no-repeat;
	margin: 128px auto 0 auto;
	padding: 0 41px 0 41px;
}

#login-form h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a4bb4a;
	font-weight: normal;
	float: left;
	margin-top: 25px;
}

#login-form p {
	float: left;
	clear:left;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	margin-bottom: 15px;
}

#login-form p#password-reminder {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	margin-bottom: 15px;
	clear: left;
	width: 300px;
}

#login-form label.hidden {
	position: absolute;
	left: -2000px;
	top: auto;
}

#login-form input {
	float: left;
	clear: left;
}

#login-form input#LogonId {
	width: 452px;
	height: 40px;
	background: #fff url(/Content/Images/username-input-bg.png) no-repeat;
	border: none;
	margin-bottom: 13px;
	padding-left: 30px;
	line-height: 40px;
	padding-top: 2px;
}

#login-form input#Password {
	width: 452px;
	height: 40px;
	background: #fff url(/Content/Images/Password-input-bg.png) no-repeat;
	border: none;
	padding-left: 30px;
	line-height: 40px;
	padding-left: 30px;
	padding-top: 2px;
	margin-bottom: 10px;
}

#login-form input.Password {
	width: 452px;
	height: 40px;
	background: #fff url(/Content/Images/Password-input-bg.png) no-repeat;
	border: none;
	padding-left: 30px;
	line-height: 40px;
	padding-left: 30px;
	padding-top: 2px;
	margin-bottom: 10px;
}

#login-form input#sign-in-btn {
	float: right;
	margin-right: 8px;
	text-indent: -2000px;
	background: url(/Content/Images/sign-in-btn.png);
	width:103px;
	height:42px;
	border:none;
}

#login-form input#pwd-reset-btn 
{
    float: right;
	margin-right: 8px;
	text-indent: -2000px;
	background: url(/Content/Images/ResetPassword.png);
	width:103px;
	height:42px;
	border:none;
}

#login-form a#forgot-password {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
}

#login-form a#demo-request {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	}

#login-form p#request-login {
	width: 300px;
	float: left;
   	clear: left;
}

/*  ************************************************ change Password screen ************************************************** */
#change-Password-screen {
	width: 100%;
	height: 100%;
	background: url(/Content/Images/section-1-bg.png) no-repeat;
	position: fixed;
	top: 98px;
	left: 0;		
}

#change-Password-content {
	width: 980px;
	margin: 0 auto;
	padding: 0 37px;
	height: 500px;	
}

#change-Password-form {
	width: 477px;
	height: 353px;
	background: url(/Content/Images/change-Password-bg.png) no-repeat;
	margin: 128px auto 0 auto;
	padding: 0 51px 0 51px;
}

#change-Password-form h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a4bb4a;
	font-weight: normal;
	float: left;
	margin-top: 25px;
}

#change-Password-form p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	margin-bottom: 15px;
}

#change-Password-form label.hidden {
	position: absolute;
	left: -2000px;
	top: auto;
}

#change-Password-form input {
	float: left;
	clear: left;
}

#change-Password-form input#oldPassword {
	width: 452px;
	height: 40px;
	background: #fff url(/Content/Images/username-input-bg.png) no-repeat;
	border: none;
	margin-bottom: 13px;
	padding-left: 30px;
	line-height: 40px;
	padding-top: 2px;
}

#change-Password-form input#LogonId {
	width: 452px;
	height: 40px;
	background: #fff url(/Content/Images/username-input-bg.png) no-repeat;
	border: none;
	margin-bottom: 13px;
	padding-left: 30px;
	line-height: 40px;
	padding-top: 2px;
}

#change-Password-form input#Password {
	width: 452px;
	height: 40px;
	background: #fff url(/Content/Images/Password-input-bg.png) no-repeat;
	border: none;
	padding-left: 30px;
	line-height: 40px;
	padding-left: 30px;
	padding-top: 2px;
	margin-bottom: 10px;
}

#change-Password-form input#sign-in-btn {
	float: right;
	margin-right: 3px;
	text-indent: -2000px;
}

#change-Password-form a#forgot-Password {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
}

#change-Password-form a#demo-request {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	}

#change-Password-form p#request-login {
	width: 300px;
	float: left;
   	clear: left;
}



::-webkit-input-placeholder {
   color: #bababa;
   padding-left: 30px;
   line-height: 40px;
  
}

:-moz-placeholder {
   color: #bababa;
   padding-left: 30px;
   padding-top: 2px;
}

#hm-message {
	background: url(/Content/Images/hm-message-bg.png) no-repeat;
	width: 503px;
	height: 77px;
	margin: 0 auto;
	padding: 15px 32px;
	
}

#hm-message ul {
	list-style: none;
	float: left;
	
}

#hm-message ul li {
	float: left;
	margin-right: 12px;
}

#hm-message ul li a {
	float: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

#hm-message h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	
}



/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u 
.hidden { display: none !important; visibility: hidden; }*/

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* Added on 21-Mar-2012 */
.labelText {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	margin-bottom: 15px;
	font-weight:bold;
}

.field-validation-error
{
    font-size:12px;
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
}


