/********************************************
* SimonMed
* Developed by I-ology
* http://www.i-ology.com
*
* Created 04/27/2009 - BD
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #D4DCE9 url(/images/bg.gif) top left repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
    font-weight: bold;
}

/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body {
    font-size: 14px;
    color: #666; 
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #0066CC; 
  font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 32px; line-height: 1; margin: 0 0 12px 0; }
h2 { font-size: 18px; line-height: 1; margin-bottom: 15px; }
h3 { font-size: 16px; line-height: 1; margin: 0; }
h4 { font-size: 14px; line-height: 1; margin: 0; }
h5 { font-size: 12px; line-height: 1; margin: 0; }

p           { margin: 0 0 14px 0; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a:focus, 
a:hover     { text-decoration: none; }
a           { color: #0066CC; outline: none; }

ul, ol      { margin: 0; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/*******************************************
* Layout Definitions
*******************************************/

#container,
#content,
#content-bg {
    width: 914px;
    overflow: hidden;
}

#container {
    margin: 0 auto;
    padding-bottom: 17px;
    background: url(/images/bg_content_bottom.gif) bottom left no-repeat;
}

#content {
    background: url(/images/bg_content.gif) top left repeat-y; 
}

#content-bg {
    padding: 0 7px;
    width/**/:/**/900px;
    background: url(/images/bg_content_top.gif) top left no-repeat;
}

#header {
    width: 900px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#header p {
    width: 432px;
    height: 38px;
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    position: absolute;
    bottom: 10px;
    left: 40px;
    background: url(/images/welcome.gif) top left no-repeat;
}

img#logo {
    width: 216px;
    height: 64px;
    position: absolute;
    top: 24px;
    left: 40px;
}

#overview,
#overview-bg {
    width: 900px;
    overflow: hidden;
}

#overview {
    padding-bottom: 10px;
    background: url(/images/bg_overview_bottom.gif) bottom left no-repeat;
}
#overview-bg {
    padding: 8px 8px 0 8px;
    width/**/:/**/884px;
    background: url(/images/bg_overview_top.gif) top left no-repeat;
}

#overview p {
    margin: 38px 0 0 0;
    padding: 0;
    float: left;
    width: 560px;
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #FFF;
}

#overview img {
    margin: 0 36px 0 0;
    float: left;
    padding: 8px 0 7px 8px;
}

#full-width {
    width: 900px;
    overflow: hidden;
    margin: 0;
    padding: 24px 40px 25px 40px;
    width/**/:/**/820px;
    position: relative;
}

#sidebar {
    width: 197px;
    margin: 0 0 0 40px;
    _margin-left: 20px; /* For IE6 */
    overflow: hidden;
    float: left;
}

#right-column {
    width: 623px;
    margin: 0 40px 45px 0;
    _margin-right: 20px; /* For IE6 */
    overflow: hidden;
    float: right;
}

#sidebar2 {
    width: 224px;
    margin: 0 0 0 40px;
    _margin-left: 20px; /* For IE6 */
    overflow: hidden;
    float: left;
    font-size: 11px;
    line-height: 15px;
}

#sidebar2 h2 {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: bold;
}

#right-column2 {
    width: 596px;
    margin: 0 40px 45px 0;
    _margin-right: 20px; /* For IE6 */
    overflow: hidden;
    float: right;
}

p#go-back {
    padding-left: 10px;
    margin-top: 25px;
    background: url(/images/back_arrow.gif) 0 4px no-repeat;
}

.highlight {
    width: 200px;
    padding: 2px 0 3px 0;
    display: block;
    overflow: hidden;
    background: #EDFBD0;
}

/*******************************************
* Lists
*******************************************/

#full-width ul,
#right-column2 ul {
    margin-bottom: 20px;
}

#full-width li,
#right-column2 li {
    margin-left: 10px;
    padding-left: 10px;
    background: url(/images/bullet.gif) 0 7px no-repeat;
}

.error h3 {
    color: red;
}

.error ul {
    padding: 10px 0;
    margin: 25px 0;
}

.error li {
    margin-left: 25px;
    list-style: disc;
}

/*******************************************
* Video Search Module
*******************************************/

#video-search {
    width: 324px;
    height: 22px;
    position: absolute;
    bottom: 25px;
    right: 21px;
    padding-left: 105px;
    width/**/:/**/219px;
    background: url(/images/search_videos.gif) top left no-repeat;
}

/*******************************************
* Forms
*******************************************/

#form-table {
    width: 475px;
    margin: 0 auto;
}

#form-table td {
    padding-bottom: 25px;
    vertical-align: top;
}

td.radio-list input {
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0;
    padding: 0;
}

td.radio-list label {
    margin-right: 10px;
}

#form-table td table td {
    margin: 0;
    padding: 2px 0 4px 5px;
    border-bottom: 1px solid #E9E9E9;
}

#form-table td.hdr {
    margin: 0;
    padding: 10px 0 5px 0;
}

td.hdr h2 {
    float: left;
}

#form-table td table td.no-bdr {
    border-bottom: none;
}

#form-table td table td label {
    margin-right: 5px;
}

#form-table td table td span {
    font-size: 12px;
}

td#forgot {
    padding-top: 10px;
}

/*******************************************
* Global Navigation
*******************************************/

#global {
    width: 550px;
    height: 19px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 20px;
    background: url(/images/bg_global.gif) top right no-repeat;
}

#global ul {
    margin: 0;
    padding: 0;
    height: 19px;
}

#global li {
    float: left;
    display: inline;
    text-indent: -9999px;
}

#global a {
    height: 19px;
    display: block;
}

a#home {
    width: 59px;
    background: url(/images/global_home.gif) top left no-repeat;
}
a#about-us {
    width: 89px;
    background: url(/images/global_about_us.gif) top left no-repeat;
}
a#contact-us {
    width: 98px;
    background: url(/images/global_contact_us.gif) top left no-repeat;
}

a:hover#home,
a:hover#about-us, body#about-us-on #about-us,
a:hover#contact-us, body#contact-us-on #contact-us {
    background-position: bottom left;
}

/*******************************************
* Primary Navigation
*******************************************/

ul#nav {
    width: 399px;
    height: 25px;
    position: absolute;
    bottom: 77px;
    right: 10px;
    text-indent: -9999px;
}

#nav li {
    margin: 0;
    padding: 0;
    height: 25px;
    list-style: none;
    float: left;
    display: inline;
}

#nav a {
    height: 25px;
    margin-right: 1px;
    display: block;
}

a#patient-checkin {
    width: 146px;
    background: url(/images/nav_patient_checkin.gif) top left no-repeat;
}
a#video-library {
    width: 123px;
    background: url(/images/nav_video_library.gif) top left no-repeat;
}
a#our-locations {
    width: 128px;
    margin-right: 0;
    background: url(/images/nav_our_locations.gif) top left no-repeat;
}

a:hover#patient-checkin, body#patient-checkin-on #patient-checkin,
a:hover#video-library, body#video-library-on #video-library,
a:hover#our-locations, body#our-locations-on #our-locations {
    background-position: bottom left;
}

/*******************************************
* Subnavigation
*******************************************/
ul#subnav {
    width: 210px;
    margin: 0 0 25px 0;
    padding: 10px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#subnav li {
    width: 210px;
    height: 25px;
    text-indent: -9999px;
    margin-bottom: 1px;
}

#subnav a {
    width: 210px;
    height: 25px;
    display: block;
}

/*******************************************
* Footer Definitions
*******************************************/

#footer,
#footer a {
    width: 900px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 11px;
    color: #1C76D0;
}

#footer p {
    margin-bottom: 5px;
}

#footer-left {
    float: left;
    width: 600px;
    overflow: hidden;
}

#footer-right {
    float: right;
    width: 300px;
    overflow: hidden;
    text-align: right;
}