/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 30 March 2009 @ 15:52 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   color: #58595B;
}
html, #default #sideBar ul li.lvl2 ul li.lvl3 a { font-family: Geneva, Arial, Helvetica, "microsoft sans serif", sans-serif; }
body { background-color: #D9E8A3; }
   a {
		color: #4CAAB8;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #AFBB8D; }
   	a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
   #default #sideBar ul li.lvl2 a,
   #layout a.button {
   	line-height: 1.25em;
   	font-weight: normal;
   	font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
   }
   	h1, .content h1 { font-size: 1.8em; }
   	h2, .content h2 { font-size: 1.5em; font-style: italic; }
   	h3, .content h3 { font-size: 1.4em; }
   	h4, .content h4 { font-size: 1.2em; }
   	h5, .content h5 { font-size: 1.0em; }
   	h6, .content h6 { font-size: 0.9em; }

div.hr {
	height: 1px;
	margin: 1.6em 0 1.6em 0;
	background: #8A8278 no-repeat scroll center;
}
	div.hr hr { display: none; }

td.content th, td.content td { padding: 0; }

#wrapper {
	position: relative;
	width: 930px;
	background: #FFF url('../images/bg_wrapper.gif') left top repeat-y;
	margin: 38px auto;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header {
   width: inherit;
   background: transparent url('../images/bg_header.gif') left top no-repeat;
   position: relative;
   min-height: 20px;
}

#header #masthead a, 
#header #masthead a:visited,
#footer #stfrancis_logo a,
#footer #stfrancis_logo a:visited {
	position: absolute;
	display: block;
	background: url("../images/logo.jpg") 0 0 no-repeat;
	text-indent: -10000px;
	width: 280px;
	height: 115px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	left: 614px;
	top: 27px;
}
/** @group topNavigation */
#topNavigation {
   position: absolute;
   left: 52px;
   top: 58px;
   height: 66px;
   background: transparent url('../images/bg_topNavigation.gif') left bottom no-repeat;
}
   #topNavigation ul { list-style: none; }
      #topNavigation ul li { display: inline; }
         #topNavigation ul li a {
            display: block;
            float: left;
            color: #000;
            text-decoration: none;
            font-size: 1.3em;
            padding: 0 13px;
         }
            #topNavigation ul li a:hover { text-decoration: underline; }
/* @end topNavigation **/

/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#default #contentWrapper { padding-top: 115px; }
/** @group contentSlot */
#home #contentSlot {
   width: 595px;
   float: left;
}
#default #contentSlot {
   width: 730px;
   float: right;
}
   #home #layout { padding: 154px 8px 0 57px; }
      #home #layout h1 { margin-top: 0; }
   
   #default #layout { padding: 0 30px 0 25px; }
      #default #layout ul { 
/*         list-style: url('../images/bullet.gif'); */
         list-style-type: disc;
      }
/* @end contentSlot **/
/** @group sideBar */
#home #sideBar {
   width: 335px;
   float: right;
   padding: 10px 0;
}
#default #sideBar {
   width: 200px;
   float: right;
}
   #default #sideBar ul#subnav { 
      list-style: none; 
      padding: 21px 0 0 37px;
   }
      #default #sideBar ul#subnav ul { list-style: none; }
      #default #sideBar ul li.lvl2 { padding-bottom: 12px; }
      
      #default #sideBar ul li.lvl2 a,
      #layout a.button {
         color: #636466;
         text-decoration: none;
         font-size: 1.4em;
      }
      
      #default #sideBar ul li.lvl2 a,
      #layout a.button {
         display: block;
         width: 108px;
         height: 16px;
         padding: 5px 17px;
         background-position: left top;
         background-repeat: no-repeat;
         background-color: #FFF;  
      }
         #default #sideBar ul li.lvl2 a:hover { text-decoration: underline; }
         #default #sideBar ul li.blue a   { background-image: url('../images/bg_subnav-blue.gif'); }
         #default #sideBar ul li.green a  { background-image: url('../images/bg_subnav-green.gif'); }
         #default #sideBar ul li.orange a { background-image: url('../images/bg_subnav-orange.gif'); }
         #default #sideBar ul li.pink a   { background-image: url('../images/bg_subnav-pink.gif'); }
         #default #sideBar ul li.purple a { background-image: url('../images/bg_subnav-purple.gif'); }
         #default #sideBar ul li.yellow a { background-image: url('../images/bg_subnav-yellow.gif'); }
         
         #default #sideBar ul li.lvl2 ul { padding: 8px 0 0 20px; }
            #default #sideBar ul li.lvl2 ul li.lvl3 a {
               background-image: none;
               font-size: 1.0em;
               padding: 3px 10px;
            }
/* @end sideBar **/

#layout a.button {
   display: block;
   width: 174px;
   height: 37px;
   padding: 33px 0 0 66px;
   background-position: top left;
   background-repeat: no-repeat;
   background-color: #FFF;
   text-decoration: none;
   margin: 5px 20px 20px 0;
   font-size: 1.2em;
}
   #layout a.one     { background-image: url('../images/btn_A.gif'); }
   #layout a.two     { background-image: url('../images/btn_B.gif'); }
   #layout a.three   { background-image: url('../images/btn_C.gif'); }
   #layout a.four    { background-image: url('../images/btn_D.gif'); }

/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   background: #D9E8A3 url('../images/bg_footer.gif') left top no-repeat;
   position: relative;
   width: 694px;
   padding: 78px 0 10px 236px;
}
   #footer a { 
      color: #000;
      text-decoration: none;
      font-size: 0.9em;
   }
      #footer a:hover{ text-decoration: underline; }

#footer #stfrancis_logo a,
#footer #stfrancis_logo a:visited {
	background-image: url("../images/logo_stfrancishealth.gif");
	text-indent: -10000px;
	width: 212px;
	height: 54px;
	top: 32px;
	left: 0;
}

#footer #notes {
   position: absolute;
   left: 235px;
   top: 61px;
   width: 685px;
}

#footer #notes ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
   #footer #notes ul li { display: inline; }
      #footer #notes ul li a {
         display: block;
         float: left;
         padding: 0 5px;
         background: transparent url('../images/bg_footerNotes_divide.gif') right 47% no-repeat;
      }
         #footer #notes ul li.first a { padding-left: 1px; }
         #footer #notes ul li.last a { background-image: none; }
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent input.input, #formContent textarea.textarea { border-color: 1px solid #83833C; }
#formContent input.submit {
   background-color: #796043;
   border: 1px solid #5B4732;
   border-left-color: #A5825B;
   border-top-color: #A5825B;
   color: #FFF;
}
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly {
	display: none;
}

strong.bullet { 
   padding-left: 15px;
   background: transparent url('../images/bullet.gif') left 53% no-repeat;
}

div.content {
   font-size: 1.2em;
   line-height: 1.5em;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
#crumbs {
	font-size: .9em;
}
