/**
 * file: layout.css
 * date: 2009/10/22 
 * auth: Thomas Cocuzza <tcocuzza@max.md>
 * copy: (c) Copyright 2006 MaxMD Corp.
 * desc: Layout stylesheet for choice.md
 * note: may need to rename this to accommodate different layouts
 */

/* (***  ------------------------------------- Main Layout ... */

/* (***  ------------------------------------- clear the defaults ... (thanks to Eric Meyer) */
* {margin:0; padding:0;}
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font-family: Arial;
}
ol, ul {
  /*list-style: none;*/
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------- clear the defaults ... (thanks to Eric Meyer) ***)  */

body {text-align:center; background:#8e6a77}
body.doctor  {text-align:center; background:#282966}

#main { width:980px; margin:0 auto; text-align:left; background: white;}

#header { width:905px; margin:0 37px; text-align:left;}
#main-logo { width:188px; margin:0px; padding:5px; text-align:left;   float:left; overflow:hidden;}

#top-links { width:589px; margin:10px;    text-align: right;   float:right; overflow:hidden; font-size: 12pt;}
#top-links a:link, #top-links a:visited, #top-links a:active, #top-links a:hover
{
   text-decoration:      underline; 
   color:                #0084cc;
   font-family: Helvetica;
   font-size: 12pt;
   line-height: 27px;
}

p {
  margin: 10px 5px;
  text-align: justify;
  line-height:14pt;
  font-size: 14px;
}

.clear
{
   clear: both;
}

#top_links{
   float: right;
   height: 30px;
   margin: 5px;
}



/* Main Navigation menu */

div.navMenu{
  background:   url('../images/MenuBar.jpg')  no-repeat scroll 0 0;
}

#home-page div.navMenu, #patients div.navMenu, #locations div.navMenu{
  background:   url('../images/MenuBar.jpg')  no-repeat scroll 0 0;
}


#doctor div.navMenu{
  background:   url('../images/ProspectiveDocs_MenuBar.jpg')  no-repeat scroll 0 0;
}

div.navMenu{
  float:               right;
  height:               76px; 
  padding:          0;
  width: 597px;
}

ul.topmenu, ul.submenu
/* top level and second-level menu item lists */
{ 
  padding:              0;
  margin:               0;
  list-style:           none;
}

ul.submenu
{
  padding-top:          10px;
}

li.topmenu
/* top-level menu list items */
{
   float:                left;
   position:         relative;
   padding:        0px 0px 5px 0px;
   font-family:    helvetica;
   font-weight:   normal;
   color:               #5d717c;
   font-size:        12pt;
}


li.selected-menu
/* top-level menu list items */
{
   float:                left;
   position:         relative;
   padding:        0px 0px 5px 0px;
   font-family:    helvetica;
   font-weight:   bold;
   color:               #77A706;
   font-size:        12pt;
}

li.topmenu .spacer
/* top-level menu list items */
{
   color:               #5d717c;
   font-weight:   normal;
}

li.topmenu a:link, li.topmenu a:visited, li.topmenu a:active
/* top-level menu list items links */
{
   text-decoration:      none; 
   color:               black;
} 

li.submenu
/* sub-level menu list items */
{
   width:                180px;
   background-color:     #bfcad0;
   text-align:           left;
   padding:           5px 8px 5px 8px;
   font-family:    helvetica;
   color: #000000;
   font-size:        10pt;
   border-width: 0px 0px 1px 0px;
   border-style: solid; 
   /* border-color: #5d717c; */
   border-color: white; 
   font-weight:   normal;
}

li.submenu a:link, li.submenu a:visited, li.submenu a:active
/* sub-level menu list items links */
{
  text-decoration:      none; 
  color:                #000000;
}

li.submenu a:hover, li.topmenu a:hover
/* sub-level menu list items links */
{
  text-decoration:      none; 
  color:                #5d717c;
}

#ddnav li ul 
/* second-level lists */
{ 
  display:              none;
  position:             absolute;
  top:                  1em;
  left:                 0;
}

#ddnav li>ul 
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
{ 
  top:                  manual;
  left:                 manual;
}

#ddnav li:hover ul, #ddnav li.over ul 
/* lists nested under hovered list items */
{ 
  display:              block;
}

/* Main Navigation menu */


#footer {
   margin: 15px 0 15px 0;
}

#footer .row1{
   text-align: center;
   color: #7D7E81;
   font-family:arial;
   font-size:14pt;
   margin: 5px 0px;
}

#footer .row2{
   text-align: center;
   color: #8E6A77;
   font-family:arial;
   font-size:11pt;
}

#main ol, ul {
  list-style: disc inside none;
  margin: 10px 5px;
  text-align: justify;
  line-height:14pt;
  font-size: 14px;
}