/* CSS Document */

/*DEFAULT STYLES (I.E. - P, TD, BODY, HTML)*/
* {padding:0;margin:0;}
html, body {
	font-family: arial;
	font-size:12px;
	text-align:center;
	background-image: url(http://www.newalbanysurgicalhospitalfoundation.com/images/tile_all.jpg);
    background-repeat: repeat-y;
	background-position:top;
	
}

/*TEMPLATE STYLES (USED WITH EVERY PAGE)*/
#container{
    
	width:760px;
	margin:0 auto;
	
}
#logo{
  float:left;
  width:760px;
  height:131px;
}
#underLogo{
  float:left;
  width:760px;
 
  margin-top:0;
  display:inline;
 }
 #elements{
   float:left;
   width:704px;
   margin:0 0 0 30px;
   display:inline;
  
 }
 #address{
   float:left;
   width:189px;
   height:74px;
 }
 #header{
   float:left;
   width:515px;
   height:74px;
 }
 #leftNavContainer{
   float:left;
   width:189px;
 }
 #leftNavButton{
   float:left;
   width:189px;
 }
 #contentContainer{
   float:left;
   width:515px;
   
 }
 #pageContent{
   float:left;
   width:465px;
   margin:10px 5px 15px 15px;
   display:inline;
   font-family: arial;
	font-size:12px;
	
   }
  #pageContent #ltab{
  
  width:150px;
  float:left;
  text-align:left;
  }
  #pageContent #rtab{
  
  width:315px;
  float:left;
  text-align:left;
  }
  #pageContent #tabCase{
  
  width:465px;
  float:left;
  margin:15px 0 15px 0;
 
 
  }
#pageContent p{
  line-height:20px;
  padding:0 0 15px 0;
  text-align:left;
    
}
#pageContent blockquote{
  line-height:20px;
  text-align:left;
  margin:15px 0 0 0;
  
}
#pageContent #listBoard li{
  line-height:20px;
   text-align:left;
   list-style-type: none;
  
}
#pageContent h1{
 font-family:verdana;
 font-weight:bold;
 color:#06203E;
 font-size:14px;
 margin:0 0 10px 0;
}
#pageContent h2{
 font-family:arial;
 font-weight:bold;
 color:#000;
 font-size:13px;
 margin:0;
}
#pageContent h3{
 font-family:arial;
 font-weight:bold;
 color:#fff;
 background-color:#012434;
 width:463px;
 float:left;
 font-size:13px;
 margin:15px 0 15px 0;
 padding:2px 0 2px 2px;
}
#pageContent h4{
 font-family:arial;
 font-weight:bold;
 font-style:italic;
 color:#000;
 font-size:13px;
 margin:0;
}

#pageContent a:link{
  text-decoration:none;
  color:#012434;
}

#pageContent a:visited{
  text-decoration:none;
  color:#012434;
}
#pageContent a:hover{
  text-decoration:underline;
  color:#012434;
}


#footer{
   float:left;
   width:475px;
   margin:10px 20px 0 20px;
   display:inline;
   text-align:center;
   font-family:arial;
   font-size:11px;
   padding-bottom:20px;
   
}
#footer p{
padding:0 0 20px 0;}
#footer a:link{
  text-decoration:none;
  color:#012434;
}

#footer a:visited{
  text-decoration:none;
  color:#012434;
}
#footer a:hover{
  text-decoration:underline;
  color:#012434;
}
#footer p{
padding:0 0 20px 0;}

/*sub nav*/

#nav1{
 float:left;
 width:165px;
 border-top:1px solid #999;
 border-right:1px solid #999;
 border-bottom:5px solid #999;
 border-left:1px solid #999;
 margin:5px;
background-color:#fff;
 font-size:11px;
 padding:5px;
}
#nav1 #listBoard li{
  line-height:16px;
   text-align:left;
   list-style-type: none;
   margin:5px 0 5px 0;
  
}
#nav1 h1{
 font-family:arial;
 font-weight:bold;
 color:#06203E;
 font-size:13px;
}
#nav1 a:link{
  text-decoration:none;
  color:#012434;
}

#nav1 a:visited{
  text-decoration:none;
  color:#012434;
}
#nav1 a:hover{
  text-decoration:underline;
  color:#012434;
}