html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #339966;
}

a:hover {
	text-decoration: underline;
}

.more {
	text-align: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}


body {
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: url(images/header_bg.jpg) repeat-x;
}

h1 {font-size:2em} /* 40px/16=2.5em */
h2 {font-size:1.25em;
	color:#ff6600; 
} 

h3 {font-size:1.25em} 


#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}

#contact {
	font: 12px arial;
	text-align: right;
	color: white;
	position: absolute;
	margin-top: 20px;
	margin-left: 620px;
}

#contact a{
	color: white;
	font-weight:normal;
}

#header {
	height: 203px;
	position: absolute;
}
#header {
	margin-top: 29px;
}
#header img {
	display: block;
}

#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 205px;
}

#page-title {
	font-size:1.5em;
	color:#339966; 
} 

#photo {
	float: left;
	width: 620px;
}
#photo div {
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}



#body {
	padding-top: 2em;
	text-align:justify
}

#body-left {
	float: left;
	width: 408px;

}


#body-right {
	float: right;
	width: 330px;
}


#body-left ul.plussbullets {
	margin-top: 35px;
	margin-left: 45px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}


/*  Doctors pages */

#doctor-left {
	float: left;
	width: 580px;
}


#doctor-right {
	float: right;
}


#doctor-left ul.plussbullets {
	margin-top: 35px;
	margin-left: 45px;
	padding: 0;
	font-weight: bold;
}
#doctor-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#doctor p {
	margin: 0.3em 0;
}

#doctor-right p {
	margin-right: 2em;
}

#doctor a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

/*  Footer */

#footer {
	color: #FFFFFF;
	background: #3d814e url(images/footer_bg.jpg) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;	
}