﻿/* -------------------------------------------------------------------- */
/* CSS Base Reset
/* -------------------------------------------------------------------- */

html { font-size: 68.75%; }
body { font-size: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, form, fieldset, blockquote, table, th, td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img { 
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym { 
	border: 0;
}

/* -------------------------------------------------------------------- */
/* Formatting
/* -------------------------------------------------------------------- */

* {
	font-family: Tahoma, Geneva, sans-serif;
	color: #444;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, pre {
	margin: 0 0 1em 0;
}

h1 {
	height: 20px;
	display: inline;
	width: 100px;
}

h1 span {
	display: none;
}

p {
	margin-top: -0.2em;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	outline: none;
	color: #0095d9;
}

a:hover {
	color: #005d87;
}

ul {
	list-style: disc;
	padding-left: 2.3em;
}

ol {
	list-style: decimal;
	padding-left: 2.9em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* -------------------------------------------------------------------- */
/* Form Elements
/* -------------------------------------------------------------------- */

.form_textfield, .form_select, .form_button {
	color: #222;
	vertical-align: middle;
	
}

.form_textfield {
	padding: 2px 4px;
	border: 1px solid #444;
	background: #f1f6f8 url(../images/layout/form_bg.png) top left no-repeat;
}

.form_select {
	padding: 2px 0px 2px 0px;
	border: 1px solid #444;
	background: #f1f6f8 url(../images/layout/form_bg.png) top left no-repeat;
}

.autoForm_textBox, .autoForm_dropDownList
{
	border: solid 1px #AAA;
	width: 150px;
}

.btn {
	display: inline;
	padding: 2px 4px;
	margin-right: 8px;
	border: 1px solid #AAA;
	background-color: #EEE;
	font-weight: bold;
	text-align: center;
	color: #0095D9;
}

.autoForm_row
{
	clear: both;
	height: 30px;
}

.autoForm_row label
{
	width: 200px;
	display: block;
	float: left;
}

div.s_registerpregnancyoutcome .autoForm_row label
{
	width: 300px;
}

.autoForm
{
	margin-bottom: 10px;
}

#p_ctl03_ctrlAutoForm_lbllookingforinfo
{
	width: 200px;
}

input[disabled], select[disabled], textarea[disabled] {
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .20;
	-khtml-opacity: .20;
}


/* -------------------------------------------------------------------- */
/* Document
/* -------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #eee url(../images/layout/page_bg.jpg) top repeat-x;
}

/* -------------------------------------------------------------------- */
/* Website Container
/* -------------------------------------------------------------------- */

.container {
	position: relative;
	width: 795px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}

.container .sl, .container .sr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	/*min-height: 10000em;*/
	background: #eee url(../images/layout/shadow_normal.gif) top left repeat-y;
	overflow: hidden;
}

.container .sr {
	left: auto;
	right: 0px;
	background: #eee url(../images/layout/shadow_normal.gif) top right repeat-y;
}

.container .sl span, .container .sr span {
	display: block;
	width: 10px;
	height: 3000px;
	background: transparent url(../images/layout/shadow_top.jpg) top left no-repeat;
}

.container .sr span {
	background: transparent url(../images/layout/shadow_top.jpg) top right no-repeat;
}

.container_bottom {
	clear: both;
	width: 800px;
	height: 15px;
	margin: 0px auto;
	background: transparent url(../images/layout/shadow_bottom.gif) bottom no-repeat;
}

#website {
	background-color: #fff;
	margin: 0px 10px;
	padding: 5px;
}

/* -------------------------------------------------------------------- */
/* Header
/* -------------------------------------------------------------------- */

#header {
	position: relative;
	clear: both;
}

/* -------------------------------------------------------------------- */
/* LSC Logo
/* -------------------------------------------------------------------- */

#header #lsclogo {
	padding: 15px 0 0 10px;
}

#header #lsclogo a {
	display: block;
	width: 86px;
	height: 52px;
	background: transparent url(../images/layout/header_lsclogo.gif) top left no-repeat;
}

#header #lsclogo span {
	display: none;
}

/* -------------------------------------------------------------------- */
/* Main Menu
/* -------------------------------------------------------------------- */

#mainmenu {
	position: absolute;
	bottom: -2px;
	left: 120px;
}

#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu ul li {
	float: left;
	margin-right: 12px;
}

#mainmenu ul li a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	color: #444;
	background: none;
	border: none;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	color: #0095d9;
}

#mainmenu ul .selected a {
	color: #0095d9;
}

/* -------------------------------------------------------------------- */
/* Real Estate
/* -------------------------------------------------------------------- */

#realestate {
	height: 240px;
	padding-top: 12px;
	margin-bottom: 3px;
}

#realestate ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------------------------- */
/* Tabs
/* -------------------------------------------------------------------- */

#tabmenu {
	margin-bottom: 25px;
}

#tabmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabmenu ul li {
	float: left;
}

#tabmenu ul li a span {
	display: none;
}

#tabmenu ul .screen a, 
#tabmenu ul .calendar a, 
#tabmenu ul .reglogin a, 
#tabmenu ul .faqs a {
	display: block;
	width: 185px;
	height: 30px;
	margin-right: 3px;
	border: none;
	background: none;
	text-decoration: none;
}

/* -------------------------------------------------------------------- */
/* Content
/* -------------------------------------------------------------------- */

#content {
	padding: 0 10px 10px 10px;
}


#title {
	padding-bottom: 15px;
	border-bottom: 1px solid #0095d9;
	margin-bottom: 16px;
	height: 18px;
}

#title div.s_pagetitle
{
	float: left;
	width: auto;
}

#title div.nav {
	float: left;
	margin-top: 2px;
	margin-left: 15px;
}

#title div.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#title div.nav ul li {
	float: left;
	margin-right: 12px;
}

#title div.nav ul li a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	color: #808284;
	background: none;
	border: none;
	text-decoration: none;
}

#title div.nav ul li a:hover {
	color: #006699;
}

#title div.nav ul .selected a {
	color: #006699;
}

#title div.nav ul a
{
	float: left;
}

#title div.nav ul.submenu a
{
	float: none;
	position: relative;
	top: 0px;
	left: 15px;
}

#content h1, #content h2, #content h3, #content h4, #content h5
{
	font-size: 1.4em;
	font-weight: bold;
	color: #0095d9;
	
}

#content .s_requestappointment, #content .s_contactus
{
	float: left;
	width: 50%;
}

#content .paragraph
{
	margin-bottom: 10px;
}

#content .s_news
{
	position: relative;
}

#content .s_news .syndication
{
	position: absolute;
	left: 710px;
}

#content .s_news ul
{
	margin-top: 20px;
	list-style-type: none;
}

#content .s_news h4
{
	margin-bottom: 0px;
}

#content .s_news h5
{
	color: #444;
	font-size: 1em;
}

#content .s_news th
{
	padding-right: 10px;
}

/* -------------------------------------------------------------------- */
/* Content Layout - 3 Cols
/* -------------------------------------------------------------------- */

#content .layout_3cols {
	
}

#content .layout_3cols .col1, 
#content .layout_3cols .col2, 
#content .layout_3cols .col3 {
	float: left;
	width: 235px;
	margin-right: 20px;
}

#content .layout_3cols .col3 {
	margin-right: 0px;
}


/* -------------------------------------------------------------------- */
/* Content Layout - 2 Cols
/* -------------------------------------------------------------------- */
#content .layout_2cols .col1,
#content .layout_2cols .col2 {
	float: left;
	width: 360px;
	margin-right: 20px;
}

#content .layout_2cols .col2
{
	margin-right: 0px;
}

#content .layout_2cols .helppaneltitle
{
	background-color: #0095D9;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 5px 5px 5px 15px;
}

#content .layout_2cols .helppanelcontent
{
	background-color: #EEE;
	color: #fff;
	padding: 5px 5px 5px 15px;
	margin-top: 1px;
}
#content .layout_2cols .helppanelcontent ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .layout_2cols .helppanelcontent ul li
{
	margin: 2px 0px;
}

#content .layout_2cols .helppanelcontent ul li a
{
	color: #888;
}

#content .faq ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}


#content .faq .questions li
{
	margin-bottom: 10px;
}

#content .faq .answers li .answer
{
	background-color: #eee;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	position: relative;
}

#content .faq .answers li .answer .FAQQuestion
{
	color: #0095D9;
	margin-bottom: 10px;
}

#content .faq .answers li .backtotop
{
	margin-left: 10px;
	color: #999;
	text-decoration: underline;
}

.s_4dvideo { margin-left: 70px; }

.flash-replaced .alt { display: none; }

.s_prices table
{
	width: 80%;
}

.s_prices table th
{
	padding: 5px;
}

.s_prices table .alternative
{
	background-color: #ddd;
}

/* -------------------------------------------------------------------- */
/* Content
/* -------------------------------------------------------------------- */

#footer {
	margin: 0 10px;
	border-top: 1px solid #bbb;
	padding: 10px 0;
	clear: both;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	float: left;
}

#footer .left ul {
	float: left;
}

#footer .left ul li {
	margin-right: 12px;
}

#footer .right ul {
	float: right;
}

#footer .right ul li {
	margin-left: 12px;
}

#footer ul li a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #999;
}

#footer ul li a:hover {
	color: #0095d9;
}

#footer ul .selected a {
	color: #0095d9;
}

/* -------------------------------------------------------------------- */
/* Clear Fix
/* -------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear
{
	clear: both;
}