/*

	doc.css	for drwasylik.com
	written by Michael Alex Wasylik
	copyright 2007 by:
		Michael A. Wasylik, M.D., P.A.
		2919 W. Swann Avenue, Suite 2001
		Tampa, FL 33609-4050
		(813) 877-9413	
	
	
*/


/*  global styles	*/

body	{ margin: 0; padding: 0; background: #fff;  font: 62.5%/1.4em    "Lucida Bright",  Lucidabright,  Georgia,  'times new roman', times,  serif; text-align: center;}



	#wrapper	{	text-align: left; width: 36em; margin: 5em auto;  color: #000;  font: 1.5em/1.5em    "Lucida Bright",  Lucidabright,  Georgia, constantia,  'times new roman', times,  serif; }
	


/* headline styles	*/

h1		{	font:  2.4em/1.2em 	  frutiger, univers,  'helvetica neue', corbel, arial, sans-serif; font-weight: bold; letter-spacing: -1.5px;	 }

h2, h3, h4 	{ letter-spacing: 0; margin: 1.8em 0 0.2em 0; padding: 0; line-height: 1em; font-family: frutiger, univers, 'helvetica neue', arial, sans-serif;}

h3	, h4	{	font-family: frutiger, univers, 'helvetica neue', arial, sans-serif;}

h1+h2	{  margin-top: 2em;	}

h2+p, h3+p, h4+p	{ margin: 0; }


/* backgrounds and borders */

#wrapper	{	color:#000; }

/* banner */

#banner	{
	display: block; 
	margin: 0; 
	padding: 0;  
	background: #003	url(/images/banner.bar.jpg) no-repeat scroll left top;; 
	height:132px; 
	width:100%;
	line-height: 200px; 
}   /*  url(/images/banner_slice.jpg)  */

	#banner a	{ display: block; 
				height:132px; 
				width:100%;
				line-height: 132px;
				background: none;
				}    	/* background: url(/images/banner.link.132.gif) bottom left no-repeat; */
	

		#banner a span	{ display: none; }

/* need to re-do banner-link */

/* menu */

#menu	{position:relative;display:block;font: 1em/1.5em     frutiger, univers,  'helvetica neue', corbel, arial, sans-serif; font-weight: bold; height:1.5em;   }

#menu ul	{margin:0;padding:0;list-style-type:none;width:auto;}

#menu ul li	{	display:block;	float:left;	}

#menu ul li a	{display:block;	float:left; color:#000; 	text-decoration:none; 	padding:0.3em 0.5em 0 0.5em;	height:2em;}

#menu ul li a:hover	{color:#000; background: #ddd;}

#menu ul li a.current	{color:#000; background: #eee;}


