/* CSS Stylesheet for Dr Peter Green */


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a:link {
	color: #090;
	text-decoration: underline;
}

a:visited {
	color: #090;
	text-decoration: underline;
}

a:hover {
	color: #090;
	text-decoration: none;
}

a:active {
	color: #090;
	text-decoration: underline;
}

#content p {
	margin: 5px 30px 10px 25px;
}

#content h4, #content h5, #content h6 {
	margin: 20px 30px 5px 25px;
}

ul li {
	margin: 5px 0 10px 45px;
}

#header{
	height: 40px;
}

#header_p1 {
	position: absolute;
	top: 10px;
	left: 347px;
	font-size: 1.2em;
	z-index: 200;
	display: none;
	margin: 0;
}

#logo {
	margin-left: 10px;
	z-index: 300;
}

#content {
	position: relative;
	background-color: #e8ffe8;
	border: 1px dotted #090;
	margin: 148px 20px 40px 239px;
	padding-bottom: 40px;
	z-index: 200;
}

#content .addRight {
	position: absolute;
	left: 8em;
	margin-bottom: 16px;
}

h3 {
	width: 414px;
	height: 85px;
	background: transparent url("images/slDrPeterGreen.gif") no-repeat;
	margin-bottom: 20px;
}

#footer {
	margin-left: 239px;
	margin-top: 30px;
}

#nav {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 208px;
	height: 254px;
	background: transparent url("images/slMainNav2.jpg") no-repeat;
	color: #fff;
	z-index: 200;
	font-size: 1.2em;
	font-weight: bold;
}

#nav li {
	margin: 15px 40px 25px 7px;
	list-style-type: none;
}


#nav li a:link {
	padding-left: 35px;
	color: #fff;
	text-decoration: none;
}	

#nav li a:visited {
	padding-left: 35px;
	color: #fff;
	text-decoration: none;
}	

#nav li a:hover {
	padding-left: 35px;
	color: #9dd919;
	text-decoration: none;
}	

#nav li a:active {
	padding-left: 35px;
	color: #fff;
	text-decoration: none;
}	

#nav li.navCurrent {
	background: transparent url("images/spiralLink.gif")  0 -5px no-repeat;
}

#footer_p1 {
	margin-bottom: 20px;
}

#footer_p2 {
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: right;
}

#extraDiv1 { /* Apple */
	position: absolute;
	left: 4px;
	top: 350px;
	width: 200px;
	height: 141px;
	background: transparent url("images/apple.jpg") no-repeat;
}

#extraDiv2 { /* Stethascope */
	position: absolute;
	right: 25em;
	top: 10px;
	width: 254px;
	height: 162px;
	background: transparent url("images/scales_of_justice.gif")  no-repeat;
	z-index: 100;
}

#topAddress {
	position: absolute;
	top: 10px;
	right: 19em;
	display: inline;
}

#topAddress p {
	margin: 4px 0;
}

#topAddress .addRight {
	position: absolute;
	left: 6em;
	margin-bottom: 16px;
}

#skip, h1 span, #content h3 span, #siteMap, #extraDiv1 span, #extraDiv2 span, #extraDiv3 {
	display: none;
}