/*------------------ body ------------------*/
body {
	font: normal 80%/140% Verdana,Arial,"Trebuchet MS", Verdana, sans-serif;
	background: #fff url(http://www.limemedical.com/media/img/body_bg.png) repeat-x 0 0;
	color: #777;
}

a {
	color: #0062b1;
	text-decoration: none;
}

a:hover {
	background: #0062b1;
	color: #fff;
}

h1 {
	position: absolute;
	left: 0;
	top: 6px;
}

h1,
h1 a {
	display: block;
	width: 314px;
	height: 84px;
}

h1 a, h1 a:hover {
	text-indent: -9999px;
	background: url(http://www.limemedical.com/media/img/logo.png) no-repeat 0 0;
}

h2 {
	font: normal 24px Georgia, times;
	color: #0768ae;
	padding-bottom: 10px;
}

h3 {
	text-transform: uppercase;
	border-bottom: 5px solid #cee7fa;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #0b70b7;
}

h4 {
	padding-bottom: 5px;
	color: #0b70b7;
        font-size:120%;
        font-weight: normal;
}

h5 {
	font-weight: normal;
	font-size: 90%;
}

hr {
	height: 0px;
	border: 0;
	border-top: 5px solid #e0e0e0;
	clear: both;
	margin: 20px 0;
}

p { margin-bottom: 15px; }

/*------------------ ul ------------------*/

ul.checks {
	margin-bottom: 20px;
}

ul.checks li {
	background: url(http://www.limemedical.com/media/img/check.png) no-repeat 0 0;
	padding-left: 24px;
	margin-bottom: 5px;
}

ul.icons li {
	padding-left: 40px;
	padding-bottom: 12px;
	padding-top: 3px;
	position: relative;
}

ul.icons li img.icon { 
	vertical-align: bottom; 
	position: absolute; 
	left: 6px;
	top: 0;
}

ul.pencils {
	margin-left: 5px;
}

ul.pencils li {
	background: url(http://www.limemedical.com/media/img/pencil.png) no-repeat 0 2px;
	padding-left: 24px;
	padding-bottom: 5px;
}

ul.pencils li a {
	color: #777;
	text-decoration: none;
}

ul.pencils li a:hover {
	background: none;
	text-decoration: underline;
}

/*------------------ form ------------------*/

a.learn_more {
	background: url(http://www.limemedical.com/media/img/learn_more.png) no-repeat 0 0;
	width: 134px;
	height: 31px;
	display: block;
	text-indent: -9999px;	
}

label {
	float: left;
	width: 140px;
	padding-top: 7px;
}

input.field,
textarea,
select {
	border: 3px solid #cee7fa;
	padding: 5px;
	width: 300px;
	font-family: verdana;
	color: #777;
}

select {
	width: 316px;
}

select#prefix {
	width: 67px;
	margin-right: 20px;
}

button {
	border: 0;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

#submit {
	background: url(http://www.limemedical.com/media/img/submit.png) no-repeat 0 0;
	width: 134px;
	height: 31px;
	float: right;
	margin-right: 22px !important;
	margin-right: 11px;
}

#signup {
	background: url(http://www.limemedical.com/media/img/signup.png) no-repeat 0 0;
	width: 134px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}

form#content_form {
	width: 480px;
}

span.helper {
	display: block;
	padding-left: 140px !important;
	padding-left: 142px;
	color: #aaa;
	font-size: 0.9em;
}

/*------------------ classes ------------------*/

.align_right {
	text-align: right;
}

.bulleted ul {
	list-style-type: disc;
	padding-bottom: 15px;
	margin-left:20px;
}

.blue_box {
	background: #cee7fa;
	width: 238px;
	padding: 5px;
	margin-top: 20px;
}

.blue_box_inner {
	border: 1px solid #a8cbe5;
	background: #f2f9fe;
	color: #777;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
}

.blue_box_inner a {
	color: #3896da;
	text-decoration: underline;
}

.gray_box {
	border: 5px solid #eee;
	padding: 10px;
	margin-bottom: 20px;
}

span.date {
	display: block;
	text-align: right;
	color: #acadad;
	padding-top: 5px;
}

.floating {
	float: right;
	padding-left: 10px;
}

.hidden {
	display: none;
}

/*------------------ products ------------------*/

.product {
	clear: both;
	padding-left: 110px;
	width: 215px;
	overflow: hidden;
	margin-bottom: 20px;
}

#mednotes {
	background: url(http://www.limemedical.com/media/img/imac.png) no-repeat 0 0;
	margin-top: 44px;
}

#medboard {
	background: url(http://www.limemedical.com/media/img/iphone.png) no-repeat 13px 0;
}

.screenshot {
	float: right;
	width: 120px;
	height: 200px;
	text-indent: -9999px;
	border: 5px solid #cee7fa;
	outline: 0;
}

.screenshot2 {
	float: right;
	width: 200px;
	height: 160px;
	text-indent: -9999px;
	border: 5px solid #cee7fa;
	outline: 0;
}

#mednotes_screenshot {
	background: #cee7fa url(http://www.limemedical.com/media/img/screenshots/mednotes_thumb.jpg) no-repeat 0 0;
	float:left;
	margin-right:40px;
}

#medboard_screenshot {
	background: #cee7fa url(http://www.limemedical.com/media/img/screenshots/docpal_thumb.png) no-repeat 0 0;
	float:right;
    margin-left: 40px;
}

/*------------------ faq ------------------*/
#faq_content {
	width: 600px;
}

/*------------------ nav ------------------*/

ul#nav {
	clear: both;
	display: block;
	/* height: 46px; */
	font: normal 0.9em Verdana;
	padding-top: 13px;
        list-style: none;
}

ul#nav li,
ul#nav li a,
ul#nav li a span {
	/* height: 46px; */
	float: left;
	display: block;
	color: #fff;
}

ul#nav li a {
	background: url(http://www.limemedical.com/media/img/tab_left.gif) no-repeat left top;
	padding-left: 6px;
	margin-right: 2px;
}

ul#nav li a span {
	background: url(http://www.limemedical.com/media/img/tab_right.gif) no-repeat right top;
	padding-right: 32px;
	padding-left: 26px;
	padding-top: 10px;
	height: 38px;
	font-size: 1.1em;
}

ul#nav li a:hover span { color: #01763d; text-decoration: underline; }

ul#nav li#active a{ background: url(http://www.limemedical.com/media/img/tab_active_left.gif) no-repeat 0 0; }
ul#nav li#active span { background: url(http://www.limemedical.com/media/img/tab_active_right.gif) no-repeat right top; color: #053b63; }

ul#nav li.lm_dropdown ul { display: none; }
ul#nav li.lm_dropdown:hover ul { display: block; }
ul#nav li.lm_dropdown ul {
    clear: both;
    font: normal 0.9em Verdana;
    padding-top: 10px;
    list-style: none;
    /*background-color: blue;*/
    background-color: #7FA74E;
}
ul#nav ul.lm_submenu > li { color: #000; }
ul#nav li.lm_dropdown ul li { text-align: center; clear: both; }

.lm_submenu_container { position: relative; }
.lm_submenu { position: absolute; top: 35px; width: 158px; }

ul#nav li.lm_dropdown ul.lm_submenu a,
ul#nav li.lm_dropdown ul.lm_submenu li  span,
ul#nav li.lm_dropdown ul.lm_submenu li#active a,
ul#nav li#active ul.lm_submenu a,
ul#nav li#active ul.lm_submenu li span { 
    background: none; color: #FFF; 
    padding: 0 0 0 5px;
    margin: 0;
    height: 20px;
}

ul#nav a span {
    cursor: pointer;
}

* html .lm_submenu { margin-top: -45px }

/*------------------ grid ------------------*/

#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 15px;
}

/*------------------ main ------------------*/

.col {
	float: left;
	overflow: hidden;
	width: 325px;
}

.rt {
	float: right;
}

.w325 {
	width: 325px;
	padding-right: 31px;
}

.w248 {
	width: 248px;
}

.w440 {
	width: 440px;
	padding-right: 40px;
}

.w600 {
	width: 600px;
}

/*------------------ header ------------------*/

#header {
	height: 100px;
	position: relative;
}
*/
/*------------------ signin ------------------*/
/*
#signin {
	font: normal 0.8em verdana;
	background: url(http://www.limemedical.com/media/img/signin_bg.png) no-repeat center top;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 7px;
	height: 41px;
	width: 639px;
}

#signin p {
	margin: 0;
	padding: 0 0 0 58px;
}

#signin label {
	color: #fff;
	float: left;
	padding-top: 4px;
	width: auto;
}

#signin input {
	background: url(http://www.limemedical.com/media/img/signin_field_bg.png) no-repeat 0 0;
	border: 0;
	padding: 4px 0 0 12px;
	width: 156px;
	height: 24px;
	font-family: Verdana;
	float: left;
}

button#signin_button {
	width: 70px;
	height: 28px;
	display: block;
	float: left;
	background: url(http://www.limemedical.com/media/img/signin_button.png) no-repeat 0 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}

/*------------------ team ------------------*/

.bio {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

.bio h4 {
	padding-bottom: 0px;
}

.photo {
	float: left;
	width: 102px;
	background: #cee7fa;
	display: block;
	padding: 5px;
}

.photo img {
	display: block;
	border: 1px solid #a8cbe5;
}

.name_position {
float: left;
width:220px;
padding-right:20px;
overflow:hidden;
}

.desc {
width:720px;
float:left;
overflow:hidden;
}

/*------------------ home ------------------*/

div#lm_main_text {
    float: left;
    width: 480px;
    padding: 10px;
    border-right: 1px grey solid; 
    border-right: 1px grey dashed; 
    margin-right: 5px;
}

div#lm_main_links {
    float: left;
    width: 330px;
    padding: 10px;
    /* border: 1px black solid; */
}

ul.lm_ul_checklist { 
    list-style-image: url(http://www.limemedical.com/media/img/checkitok.png); 
    padding-left: 35px;
}

/*------------------ cc/signout ------------------*/

div#lm_cc_maintext {
    float: left;
    width: 480px;
    padding: 10px;
    border-right: 1px grey dashed;
    margin-right: 5px;
}

div#lm_cc_links_right {
    float: left;
    width: 400px;
    padding: 10px;
}

/*------------------ lightbox ------------------*/
#lightbox span img {
    border-color: #CEE7FA;
    border-style: solid;
    border-width: 5px 5px 20px;
    padding: 5px;
}

#jquery-lightbox a:hover,
#lightbox a {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}

/*------------------ contact ------------------*/
#map { 
   position: relative;
   float:  right;
   left: -400px;
   padding: 10px 10px 20px;
	background-color: #f1f1f1;
}

#contact_content {
	position: relative;
	overflow: hidden;
	float: none;
	left: 200px;
}

#contact_info {
	overflow: hidden;
	margin-top: 50px;
}

/*------------------ footer ------------------*/

#footer {
	clear: both;
	border-top: 5px solid #e0e0e0;
	font: normal 0.9em verdana;
	text-align: center; 
	background: #fff url(http://www.limemedical.com/media/img/footer_bg.png) repeat-x left bottom;
	color: #888;
	padding: 30px 0;
}

#footer .inner {
        height: 2em;
	width: 960px;
	margin: 0 auto;
        text-align: center;
}

#footer .inner table {
        margin-left: 1px;
}

.lm_socialicongroup {
         padding-left: 10px;
         vertical-align: bottom;
}

.lm_socialicongroup img {
/*         width: 16px; */
/*         height: 16px; */
         vertical-align: bottom;
}