/*
   Physicians choice css layout
   Design: Pat Whitlock
   Company: C3D Design

*/

body { 
	padding: 0; 
	margin: 0; 
	font: .74em Arial, sans-serif; 
	line-height: 1.5em; 
	background: #e6e6e6 url(bg_gradient.gif) repeat-x top;; 
	}
	
#wrapper {
	width: 900px;
	margin: 0 auto;
	font-size: 1em;
	background:url(bg_body.gif) repeat-x left top #fff;
}	

.clear {
	clear:both;
}
	 
a { color: #000; background: inherit; }
a:hover { color:#0099FF;; background: inherit; text-decoration: underline}

h1 {
	font: italic 2em Georgia, "Times New Roman", Times, serif;
	margin: 35px 0 0 0 ;
	letter-spacing: -1px;
}
h2 { font: bold 1.4em Arial, Sans-Serif; padding:7px 0 0 12px; }

ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }



/* Top part */
#top { background: transparent; height: 131px; width:900px; }
	
		
	#top img {padding-top:11px; }
	
	
	
/* Second part */
#menuarea { 	height: 215px; width:900px; padding-top:11px; background:url(../images/menubgnh.jpg) top left no-repeat;}
	
			
		#wrap #menu { padding: 0; margin:0; background: inherit; width:900px; }
		#wrap #menu a { padding-left: 100px; font:  1.6em Arial, Helvetica, sans-serif bold; text-decoration: none; color:#000000; width:800px; display:block; height:30px;  }
		#wrap #menu ul { padding: 13px 0; width:400px; }
		#wrap #menu li { line-height: 29px;  }
		#wrap #menu a:hover {	
				background: url(../images/menu_hilite.gif) 75px 0px   no-repeat ;
				
				
				
			}
		
			
		
		
		/* Side text */
#side { float:right;  color:#b3b3b3; font:1.2em Georgia, 'Times New Roman', Times, serif; text-align:center}
	
		
/* main area */
#main { padding:14px 40px 40px 40px; width:820px;}
	
		#main ul {
		list-style: none;
		}

		#main ul li {
			background: url(../images/main_bullet.gif) left no-repeat;
			padding: 0 0 0 12px;
		}
	
/* Widget */



.widget {
	float:right;
	background-color:#ebebeb;
	width: 390px;
}

.widget h2 {
	background:url(../images/widget_top.gif) top left no-repeat #056cb6;
	color:#FFFFFF;
	padding:5px 5px 12px 12px;
	margin:0;
}

.widget h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size:1.2em;
			padding:0 0 0 12px;
			color:#000000;
			}

.widget p {
			padding:0 0 0 12px;


			}

 .widget li{
	padding: 17px 17px 0 17px;
	font-size: .8em;
}

	
	
/* The footer */
#footer { clear: both; color: #000;  background: #fff; background:url(bg_footer.gif) top left repeat-x; padding-top:8px; }
#footer a { text-decoration: none; background: #FFF }
			