/***************************************************************
 * Allied Metro Medical                                        *
 * Main Stylesheet                                             *
 * 18 May 2009                                                 *
 * By: MW Design Interactive                                   *
 * CSS by: John Grieco                                         *
 ***************************************************************/
 
@import url(undohtml.css);

body {
	background: #525252 url(../images/bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0; 	
	text-align: center;
}



/********** header *********/
#container { width: 996px; margin-left: auto; 	margin-right: auto; text-align: left; }
#header { height: 86px; width: 996px; background: #fff; position: relative; z-index: 100; }
#header .logo { position: absolute; top: 35px; left: 25px; background: url(../images/logo.jpg) top left no-repeat; width: 194px; height: 50px; text-indent: -9999px; }
#header .logo a { display: block; width: 194px; height: 50px; }
#header .login { position: absolute; top: 7px; left: 760px; }
#header .login ul { list-style: none; }
#header .login ul li.first { font-size: 12px; color: #788490; border-right: 0; }
#header .login ul li { display: inline; border-right: 1px solid #788490; text-align: center; padding: 0 4px 0 2px; *padding: 0 2px 0 2px;  }
#header .login ul li.last { border-right: 0; }
#header .login ul li a { font-size: 12px; color: #005383; }
#header .login ul li a:hover { border-bottom: 1px dotted #005383; }
#header .nav { position: absolute; top: 30px; left: 258px; z-index: 100; overflow: visible; }
#header .nav ul { list-style: none; }
#header .nav ul li { float: left; height: 45px; background: url(../images/divider.jpg) right 25px no-repeat; }
#header .nav ul li.whoweare { width: 86px; }
#header .nav ul li.whatwedo { width: 82px; }
#header .nav ul li.ourdoctors { width: 85px; }
#header .nav ul li.patientresources { width: 116px; }
#header .nav ul li.learningcenter { width: 105px; }
#header .nav ul li.forpros { width: 110px; }
#header .nav ul li.locations { width: 72px; }
#header .nav ul li.news { width: 46px; background: none; }
#header .nav ul li a { display: block; font-size: 12px; color: #005383;  height: 45px; text-align: center; padding-top: 27px; }
#header .nav ul li a:hover, #header .nav ul li a.selected { background-color: #e4ecf5; } 
#header .nav ul li ul { width: 182px; background: #e1eaf5 url(../images/dropdown_bg.png) bottom left no-repeat; display: none; }
#header .nav ul li ul li { float: none; height: auto; background: none; text-align: left; }
#header .nav ul li ul li a { height: auto; text-align: left; font-size: 12px; color: #353534; padding: 10px; border-bottom: 1px solid #d0d3d5;  }
#header .nav ul li ul li a:hover { height: auto; background: none; text-decoration: underline; }
#header .nav ul li ul li.last { }
#header .nav ul li ul li.last a { border-bottom: 0; padding-bottom: 20px; }

/********** footer *********/
#footer { border-top: 1px solid #808080; width: 996px; margin-top: 15px; height: 60px; position: relative; }
#footer ul { list-style: none; margin-top: 5px; }
#footer ul li { display: inline; font-size: 11px; border-right: 1px solid #fff; padding: 0 5px 0 5px; }
#footer ul li.copyright {  color: #a8a8a8; border-right: 0; margin: 0 15px 0 10px; }
#footer ul li.last { border-right: 0; }
#footer ul li a { color: #fff; }

/********** home content *********/
#home_callouts { margin-top: 15px; height: 142px; }
#home_callouts .callout { float: left; width: 322px; height: 142px; text-indent: -9999px; margin-right: 15px;  }
#home_callouts .callout a { display: block; width: 322px; height: 142px; }
#home_callouts .callout1 { background: url(../images/callout1.jpg) top left no-repeat; }
#home_callouts .callout2 { background: url(../images/callout2.jpg) top left no-repeat; }
#home_callouts .callout3 { background: url(../images/callout3.jpg) top left no-repeat; margin-right: 0; }

/********** inner pages *********/
#inner { width: 996px; height: auto; display: block; background-color: #fff; padding-top: 30px; position: relative; z-index: 2;   }
#inner .content { position: relative; top: 0px; left: 258px; width: 458px; padding-bottom: 50px; }
#inner .content.min450 {
  min-height: 450px;
  height:auto !important;
  height:450px;

}
#inner .content a { color:#005383; }
#inner .content a:hover { text-decoration: underline; color:#666666; }
#inner .content h1 { font-size: 24px; color: #000; }
#inner .content h2 { font-size: 16px; color: #000; padding-bottom:10px; padding-top:10px; }
#inner .content p { font-size: 12px; line-height: 16px; }
#inner .content ul { font-size: 12px; line-height: 16px; }
#inner .content ul li { font-size: 12px; line-height: 16px;  }
#inner .content ul.list { font-size: 12px; line-height: 16px; padding-left:15px; margin:20px; }
#inner .content ul li.list { font-size: 12px; line-height: 16px; list-style-type:circle; }
#inner .content .image { text-align:center;  }
#inner .content .image.auto { width: auto;  }
#inner .content .image img { padding: 5px 5px 5px 5px; border: 1px solid #e6e6e6;   }
#inner .content .image p { margin: 5px 0 0 0px; }
#inner .content .next { width: 458px; border-top: 1px solid #d0d3d5; padding-top: 10px; margin-top:10px; }
#inner .content .next p { text-align: right; background: url(../images/bttn_next.jpg) top right no-repeat; height: 25px; }
#inner .content .next a { display: block; padding-right: 40px; padding-top: 4px; font-size: 14px; color: #005383; }
#inner .content .next a span { color: #788490; }
#inner .content .col1 {
	float: left;
	width: 48%;
}
#inner .content .col2 {
	float: right;
	width: 48%;
}

#inner .subnav { position: absolute; top: 30px; left: 15px; width: 208px;  }
#inner .subnav ul { list-style: none; }
#inner .subnav ul li { width: 208px; border-bottom: 1px solid #d0d3d5; padding: 8px; }
#inner .subnav ul li a { font-size: 11px; color: #005383; } 
#inner .subnav ul li a.selected { color: #000; }
#inner .sidebar { position: absolute; top: 0px; left: 756px; }
#inner .sidebar.nowFloated { position: relative; float: left; }
#inner .sidebar ul {
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: square;
  padding-left: 20px;
  margin-left: 15px;
}



.clear { clear: both; }

ul#faqList {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul#faqList li {
  display: block;
  margin-bottom: 3px;
}
ul#faqList li a {
  display: block;
  padding: 6px;
  text-decoration: none;
  background: #F0F0F0;
  color: #333333;
  border-bottom: 1px solid #cccccc;
}
ul#faqList li div.info {
  display: none;
  padding: 10px;
}

a img {
  border: none;
}