Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 15864.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
17.6 kB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="">
<head>
<style>
@charset "utf-8";
/* <<<---------->>> GLOBAL <<<----------->>>*/
* {
margin: 0;
padding: 0;
border: none;
text-decoration: none;
outline: none;
}
html {
min-height: 100%; margin-bottom: 1px; /* fix for Firefox page shift based on page length*/
overflow: scroll;
}
body {
color: #333;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
text-align: left;
background: #CCC url(../img/bg-global.jpg) repeat-x scroll center top;
}
p {
margin-bottom: 1.5em;
}
a {
color: #336633;
border-bottom: 1px dotted;
}
a:hover {
color: #FFF;
border-bottom: 1px dotted;
background-color: #709a46;
}
a.no_underline {
border-bottom: 0;
background-color: transparent;
}
a:hover.no_underline {
border-bottom: 0;
background-color: transparent;
}
ul {
margin: 0 0 1.5em 1.25em;
list-style: circle outside;
}
strong {
color: #666;
}
.gray_bullet {
margin: 0 5px;
color: #666;
}
.nobr {
white-space: nowrap
}
/* <<<--------->>> PAGE STRUCTURE <<<----------->>>*/
#wrapper {
margin: 0 auto;
width: 960px;
background: url(../img/bg-wrapper.png) repeat-y;
overflow: hidden;
}
#container-main {
margin: 0 auto;
width: 890px;
overflow: hidden;
background: url(../img/bg-container-main.gif) repeat-x center top;
}
#container-content {
margin: 20px auto;
width: 840px;
overflow: hidden;
}
#column-left {
margin: 0;
width: 200px;
overflow: hidden;
float: left;
}
#column-right {
margin: 0 0 0 25px;
width: 615px;
overflow: hidden;
float: left;
}
#title_pic {
margin: 0 0 1.5em 0;
width: 615px;
overflow: hidden;
}
#map_box {
width: 518px;
overflow: hidden;
border: 1px solid #b8d19e;
}
/* <<<---------->>> HEADER <<<----------->>>*/
#header {
display: block;
margin: 0 auto;
width: 890px;
height: 70px;
overflow: hidden;
}
#logo {
margin: 18px 25px 0 25px;
height: 35px;
width: 200px;
}
/* <<<---------->>> HOME PAGE <<<----------->>>*/
#home_display {
margin: 0 0 10px 0;
width: 840px;
height: 300px;
clear: both;
overflow: hidden;
background: url(../img/home_pic-display.jpg) no-repeat left center;
}
#home_demo {
margin: 205px 0 10px 0;
width: 610px;
height: 75px;
float: left;
overflow: hidden;
}
#home_demo #demo_bug {
margin: 0 0 0 20px;
width: 153px;
height: 75px;
float: left;
overflow: hidden;
}
#home_demo #demo_bug a {
background-color: transparent;
border-bottom: 0;
}
#home_demo #demo_bug a:hover {
background-color: transparent;
background-image: none;
}
#home_demo #demo_bug-text {
margin: 0 0 0 10px;
width: 200px;
height: 75px;
font-size: 11px;
float: left;
overflow: hidden;
}
#home_display-tabs {
margin: 0;
width: 220px;
height: 300px;
overflow: hidden;
background-image: url(../img/home-display-tabs.png);
float: right;
}
#home_display-tabs ul {
margin: 46px 0 0 0;
width: 220px;
height: 38px;
float: right;
}
#home_display-tabs li a {
margin: 0 0 2px 0;
width: 220px;
height: 38px;
color: #333;
display: block;
line-height: 38px;
border-bottom: 0;
}
#home_display-tabs li a:hover {
color: #FFF;
background-image: url(../img/home-display-tab_on.jpg);
}
#home_display-tabs li a .text {
margin: 0 0 0 20px;
}
#webinar_container {
display: block;
margin: 0 0 10px 0;
width: 840px;
color: #000;
overflow: hidden;
background: #FFF url(../img/bg-home-webinars_box.gif) repeat-x center bottom;
}
.home-webinar {
display: block;
margin: 0;
font-size: 11px;
width: 840px;
overflow: hidden;
}
#home-webinar-title_bar {
display: block;
margin: 0;
width: 840px;
height: 40px;
}
.home-webinar-title {
display: inline; /* <---Solution for bug IE6 */
margin: 0 0 11px 11px;
float: left;
width: 198px;
overflow: hidden;
font-size: 11px;
}
.home-webinar-title strong {
color: #663;
}
.home-webinar-left {
display: inline; /* <---Solution for bug IE6 */
margin: 0 0 11px 12px;
float: left;
width: 298px;
overflow: hidden;
background-color: #FFF;
}
.home-webinar-right {
display: inline; /* <---Solution for bug IE6 */
margin: 0 0 11px 12px;
float: left;
width: 298px;
overflow: hidden;
background-color: #FFF;
}
.home-webinar p {
margin: 1em;
}
#home-blurbs_box {
margin: 0 auto 0 auto;
width: 840px;
overflow: hidden;
background: #fff url(../img/bg-home-blurb_box.gif) repeat-x center bottom;
}
#home-blurbs_box a {
color: #333;
border-bottom: 0;
}
#home-blurbs_box a:hover {
color: #FFF;
border-bottom: 0;
background-color: #709a46;
}
.home-blurb-first {
margin: 0;
width: 201px;
float: left;
overflow: hidden
}
.home-blurb {
margin: 0 auto 0 12px;
width: 201px;
float: left;
overflow: hidden
}
#home-blurbs_box p {
margin: .5em 1em 1em 1em;
font-size: 11px;
}
/* <<<---------->>> HEADINGS <<<----------->>>*/
h1 {
margin: 1.5em 0 .5em 0;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: 28px;
}
h2 {
margin: 1.5em 0 .5em 0;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
color: #360;
}
h3 {
margin: 1.5em 0 .5em 0;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #666;
}
#page_title {
margin: 0 0 20px 0;
padding: 0;
width: 615px;
line-height: 60px;
height: 60px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 28px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
overflow: hidden;
}
#page_title a {
border-bottom-style: none;
}
#page_title a:hover {
background-color: transparent;
}
.page_title-text {
margin: 0;
width: 445px;
height: 60px;
line-height: 60px;
font-size: 28px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
float: left;
}
/* <<<---------->>> BLURBS - INSIDE PAGES <<<----------->>>*/
.blurb_row {
display: block;
margin: 0 0 1em 0;
font-size: 11px;
width: 615px;
overflow: hidden;
}
.blurb-left {
margin: 0 0 5px 0;
float: left;
font-size: 11px;
width: 298px;
overflow: hidden;
border: 1px solid #b8d19e;
background: #FFF url(../img/bg-blurb.jpg) repeat-x center bottom;
}
.blurb-right {
margin: 0 0 5px 15px;
float: left;
font-size: 11px;
width: 298px;
overflow: hidden;
border: 1px solid #b8d19e;
background: #FFF url(../img/bg-blurb.jpg) repeat-x center bottom;
}
.blurb-full {
margin: 0 0 5px 0;
float: left;
font-size: 11px;
width: 613px;
overflow: hidden;
border: 1px solid #b8d19e;
background: #FFF url(../img/bg-blurb.jpg) repeat-x center bottom;
}
.blurb_row p {
margin: 1em;
}
.read_more {
display: inline; /* <---Solution for bug IE6 */
margin: 0 1em 10px 0;
width: 90px;
height: 16px;
float: right;
}
.read_more a {
border-bottom-style: none;
}
/* <<<---------->>> NAVIGATION <<<----------->>>*/
/* NAVIGATION - main nav
----------------------------------------- */
#nav-main {
display: block;
width: 890px;
height: 50px;
}
#nav-main .nav-main-text {
width: 890px;
height: 50px;
line-height: 50px;
font-size: 16px;
letter-spacing: 1.25px;
text-align: center;
}
#nav-main .nav-main-text a {
padding: 6px 14px;
color: #363;
border-bottom: 0;
}
#nav-main .nav-main-text a:hover {
border-bottom: 0;
background: transparent url(../img/bg-nav.jpg) repeat-x center bottom;
}
#nav-main .nav-main-text a.here {
background: url(../img/bg-nav.jpg) repeat-x center bottom;
}
/* NAVIGATION - sub nav
----------------------------------------- */
#nav-sub ul {
margin: 0;
float: left;
width: 200px;
list-style: none outside;
}
#nav-sub li {
display: block;
font-size: 12px;
}
#nav-sub a {
display: block;
padding: 14px 0 14px 12px;
border-bottom: 1px solid #CCC;
}
#nav-sub a:hover {
display: block;
color: #363;
border-bottom: 1px solid #CCC;
background: transparent url(../img/bg-nav.jpg) repeat-x center bottom;
}
#nav-sub a.here {
display: block;
color: #363;
border-bottom: 1px solid #CCC;
background: transparent url(../img/bg-nav.jpg) repeat-x center bottom;
}
#nav-sub a.first {
display: block;
padding: 14px 0 14px 12px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: transparent;
color: #363;
}
#nav-sub a.here-first {
display: block;
padding: 14px 0 14px 12px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: transparent;
color: #363;
background: url(../img/bg-nav.jpg) repeat-x center bottom;
}
/* <<<---------->>> FORMS <<<----------->>>*/
input {
background-color: #e3ecdb;
padding: 2px;
}
select {
background-color: #e3ecdb;
padding: 2px;
}
textarea {
background-color: #e3ecdb;
padding: 2px;
}
#contact_box {
margin: 2em 0;
width: 520px;
overflow: hidden;
background: url(../img/bg-blurb.jpg) repeat-x center bottom;
}
#contact_form {
margin: 0 auto;
width: 380px;
overflow: hidden;
}
.row {
margin: 0 0 8px 0;
width: 520px;
overflow: hidden;
}
.left {
width: 105px;
float: left;
}
.field {
width: 274px;
float: left;
}
.submitbtn img {
margin: 0 auto;
}
/* <<<---------->>> FOOTER <<<----------->>>*/
#footer {
margin: 0 auto;
width: 890px;
overflow: hidden;
background: url(../img/bg-footer.jpg) repeat-x center top;
}
#footer-text {
margin: 24px 21px 10px 250px;
font-size: 11px;
text-align: left;
}
#footer-text p {
margin-bottom: 1em;
}
#home-footer-text {
margin: 24px auto 10px auto;
font-size: 11px;
text-align: center;
}
#home-footer-text p {
margin-bottom: 1em;
}
#footer strong {
margin: 0 5px 0 0;
color: #666;
}
/* <<<---------->>> MISC <<<----------->>>*/
#column-right li {
margin: 0 0 .75em .5em;
font-size: 11px;
}
#column-right .intro_copy {
margin: 0 0 20px 0;
font-size: 16px;
line-height: 1.25em;
color: #666;
}
#section_title {
margin: 0 0 20px 0;
width: 615px;
height: 275px;
}
#section_back-solutions {
margin: 0;
width: 615px;
height: 275px;
background-image: url(../img/section-solutions.jpg);
}
#section_back-about {
margin: 0;
width: 615px;
height: 275px;
background-image: url(../img/section-about.jpg);
}
#section_back-support {
margin: 0;
width: 615px;
height: 275px;
background-image: url(../img/section-support.jpg);
}
#section_back-free_demo {
margin: 0;
width: 615px;
height: 275px;
background-image: url(../img/section-free_demo.jpg);
}
.demo_bug-section {
margin: 234px 12px 0 0;
width: 170px;
height: 26px;
float: right;
}
.demo_bug-section a {
border-bottom-style: none;
}
.demo_bug-section a:hover {
background-color: transparent;
}
#page-base_cap {
margin: 0 auto;
width: 960px;
overflow: hidden;
}
</style>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="RemedyMD, BariEHR for Surgeons, BariEHR for Physicians, EndoEHR, DietitianEHR, RemedyPractice, myHealthManager, ehr, e.h.r., electronic health record, electronic healthcare record, electronic health care record, health care, healthcare, health-care, bariatric, predictive informatics, healthcare software, patient data, web-based software" name="keywords">
<meta content="RemedyMD's intelligent EHR software enables medical professionals to make better decisions that ultimately lead to better outcomes" name="description">
<meta content="index,follow" name="robots">
<title>
Solutions - RemedyEHR
</title>
</head>
<body>
<!--wrapper - open -->
<div id="wrapper">
<!--container-main - open -->
<div id="container-main">
<!--header - open -->
<div id="header">
<div id="logo">
<a class="no_underline">
<img alt="RemedyEHR" height="35" src="rick.jpg" width="200">
</a>
</div>
</div>
<!--header - close -->
<!--main nav - open -->
<div id="nav-main">
<div class="nav-main-text">
<a>
Home
</a>
<a class="here">
Solutions
</a>
<a>
About Us
</a>
<a>
Support
</a>
<a>
Contact Us
</a>
<a>
Free Demo
</a>
</div>
</div>
<!--main nav - close -->
<!--container-content - open -->
<div id="container-content">
<!--left column - open -->
<div id="column-left">
<div id="nav-sub">
<ul>
<li>
<a class="here-first">
Overview
</a>
</li>
<li>
<a>
BariEHR for Surgeons
</a>
</li>
<li>
<a>
BariEHR for Physicians
</a>
</li>
<li>
<a>
EndoEHR
</a>
</li>
</ul>
</div>
</div>
<!--left column - close -->
<!--right column - open -->
<div id="column-right">
<!--open section title -->
<div id="section_title">
<div id="section_back-solutions">
<div class="demo_bug-section">
<a>
<img alt="Free Demo" height="26" src="rick.jpg" width="170">
</a>
</div>
</div>
</div>
<!--close section title -->
<p class="intro_copy">
With RemedyEHR, you can access your patient files anytime, anywhere &mdash; from any computer with Web access.
</p>
<p>
Do you have more than one office? With RemedyEHR, that's no problem.
</p>
<!--blurb block - open -->
<div class="blurb_row">
<div class="blurb-left">
<p>
<strong>
BariEHR for Surgeons
</strong>
<br>
BariEHR helps bariatric surgeons improve practice operations and outcomes.
</p>
<div class="read_more">
<a>
<img alt="read more" height="16" src="rick.jpg" width="90">
</a>
</div>
</div>
<div class="blurb-right">
<p>
<strong>
BariEHR for Physicians
</strong>
<br>
Bariatric physicians need an EHR system that can keep pace. That's what we provide.
</p>
<div class="read_more">
<a>
<img alt="read more" height="16" src="rick.jpg" width="90">
</a>
</div>
</div>
</div>
<div class="blurb_row">
<div class="blurb-left">
<p>
<strong>
EndoEHR
</strong>
<br>
Many EHRs are "one size fits all." That's not the case with EndoEHR.
</p>
<div class="read_more">
<a>
<img alt="read more" height="16" src="rick.jpg" width="90">
</a>
</div>
</div>
<div class="blurb-right">
<p>
<strong>
DietitianEHR
</strong>
<br>
DietitianEHR is designed exclusively for the needs of dietitians and nutritionists.
</p>
<div class="read_more">
<a>
<img alt="read more" height="16" src="rick.jpg" width="90">
</a>
</div>
</div>
</div>
<div class="blurb_row">
<div class="blurb-left">
<p>
<strong>
RemedyPractice
</strong>
<br>
RemedyPractice integrates with our EHRs to provide a solution for your entire office.
</p>
<div class="read_more">
<a>
<img alt="read more" height="16" src="rick.jpg" width="90">
</a>
</div>
</div>
<div class="blurb-right">
<p>
<strong>
myHealthManager
</strong>
<br>
myHealthManager empowers patients to take an active part in managing their health.
</p>
<div class="read_more">
<a>
<img alt="read more" height="16" src="rick.jpg" width="90">
</a>
</div>
</div>
<div class="blurb-left">
<p>
<strong>
RemedyApps
</strong>
<br>
RemedyApps help connect patients with their providers by creating mobile apps for your practice.
</p>
<div class="read_more">
<a>
<img alt="read more" height="16" src="rick.jpg" width="90">
</a>
</div>
</div>
</div>
<!--blurb block - close -->
</div>
<!--right column - close -->
</div>
<!--container-content - close -->
<!--footer - open -->
<div id="footer">
<div id="footer-text">
<p>
<a>
Home
</a>
|
<a>
Solutions
</a>
|
<a>
About Us
</a>
|
<a>
Support
</a>
|
<a>
Contact Us
</a>
|
<a>
Free Demo
</a>
</p>
<p>
<strong>
RemedyEHR
</strong>
[ADDRESS REDACTED]
<br>
<strong>
Phone
</strong>
[PHONE REDACTED]
<span class="gray_bullet">
&bull;
</span>
<strong>
Fax
</strong>
[PHONE REDACTED]
<span class="gray_bullet">
&bull;
</span>
<strong>
Email
</strong>
<a>
Sales
</a>
|
<a>
Tech Support
</a>
</p>
<p>
&copy; 2014 RemedyEHR
<span class="gray_bullet">
&bull;
</span>
site design by
<a>
Bill Cook
</a>
</p>
</div>
</div>
<!--footer - close -->
</div>
<!--container-main - close -->
</div>
<!--wrapper - close -->
<!--base cap - open -->
<div id="page-base_cap">
<img alt height="40" src="rick.jpg" width="960">
</div>
<!--base cap - close -->
</body>
</html>