.notice {
  border: 1px solid green;    
  padding:5px;    
  background-color: #99CC99;
  color: black;
  font-weight:bold;
	margin-left: auto;
	margin-right: auto;
  width: 800px;
}

.warning {
  border: 2px solid red;
  padding: 10px;
  background-color: #CC9999;
  color: black;
  font-weight:bold;
}

#logo img {
	padding-left: 20px;
}

h1 {
  padding-top: 20px;
}

.physician_summary {
  display: inline;
  width: 400px;
}

.physicians {
  margin-top: 25px;
}

.physicians h2 {
	display: inline;
	font-size: 15pt;
}

.physicians h3 {
	color: #5a7093;
}

.physicians div {
	float: left;
	display: inline;
	margin: 5px;
}

.physicians div.breadcrumb {
  float: none;
  display: block;
}

.physicians .details {
	width: 280px;
}

.physicians div.bullets {
	width: 350px;
}

.details .notice {
  width: 250px;
}

.notice div {
  display: inline;
}

.press_releases {
  margin-top: 25px;
}

.press_releases *.h2 {
	display: inline;
	font-size: 15pt;
}

.press_releases *.h3 {
	color: #5a7093;
}

.press_releases .notice {
  width: 250px;
}

.press_releases div {
	margin: 5px;
	float: left;
	display: inline;
}

div.press_summary {
  display: block;
  float: none;
  margin-top: 20px;
}
.adminNav div {
  display: inline;
  margin-right: 30px;
}

.adminNav a {
  color: black;
  text-decoration: underline;
}

.adminNav a:hover {
  text-decoration: none;
}

#column1of2 {
	width: 350px;
}

#column2of2 {
	float: right;
	width: 350px;
}

.editTable {
  border: none;
  width: 100%;
  background-color: none;
  background: none;
}

.editTable tr {
  vertical-align: top;
  border: none;
}

.editTable td, .editTable th, .editTable a {  
  text-align: left;
  background-color: transparent;
  background: none;
  font-weight: normal;
  border: none;
}

.editTable a:hover, .editTable a:link, .editTable a:visited, .editTable a:active {
  background: none;
  background-color: transparent;
}

.editTable th {
  font-size: 14pt;
}