/* CSS Document */

body {
   background: white;
  width:650px;
   font-size: 8pt;
font-family:arial;
   }
html{
  background: white;
}

#top,
#header, 
#boxes,
#tabs,
#main-nav,
#acc-links,
#sidebar {
   display: none;
   }
#tabs, #main-content {
   width: auto;
   margin: 0 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

div#content {
   background: white;
   }

a:link, a:visited {
   color: #000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#main-content a:link:after, #main-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#main-content a[href^="/"]:after {
   content: " (www.alliancemedical.co.uk" attr(href) ") ";
   }

#content a:link:after, #main-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alliancemedical.co.uk" attr(href) ") ";
   }

#main-content h2{
  font-size:3.1em;
  color:#0094D3;
  padding: 0 0 5px 0;
  margin: 15px 0 20px 0;
  border-bottom:1px solid #EDF7FC;}

#main-content h3{
  color:#008AC4;
  padding: 0 0 15px 0;
  font-weight:normal;
  font-size:1.8em;}

#main-content p,
#main-content ul{
  color:#8A929F;
  width:600px;
  font-size:1.2em;
  line-height:1.3em;
  padding: 0 0 20px 0;}

#main-content a{
  color:#0094D3 !important;
  text-decoration:underline;}

#main-content a:hover{
  text-decoration:none !important;}

#main-content li{
  background:url('../images/ui/bullet.gif') no-repeat 0 3px;
  padding:0 0 5px 15px;
  margin-left:10px;}

#content{
  background: white;  
  width:600px;
  margin: 0  auto;}

#content-wrapper{
  background: white;
}

#content-wrapper2{
  background: white;
  padding-bottom:20px;}