body {
  margin:0;
  padding:0;
  background:#cccccc;
  font-family: "Times New Roman", Times, serif;
  font-weight:normal;
  font-stretch:normal;
  font-size:11pt;
}

h1,h2,h3 {margin:0;padding:0;line-height:normal;}

#page-wrap {
  width:750px;
  margin: 0px auto;
}

#header-wrap {
  height:100px;
  background: transparent url(images/header.jpg) no-repeat scroll;
}

#header-wrap h1 {
  font-size:24pt;
  padding-left:70px;
  color:#e0e0e0;
}

#limbo-header {
  background: #3266cc;
  height:10px;
}

#breadcrumbs-wrap {
  padding: 2px;
}

#body-wrap {
  color:#333333;
  background:#fff;
}

.bluetext {
  color:#0033ff;
  background:#fff;
}

#content-wrap {
  float:right;
  width:575px;
  line-height:15pt;
}

#main-box {
	padding:15px;
}

#main-box h1 {
	color:#3266CC;
	padding-bottom:3px;
	margin-bottom:10px;
	font-size:14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#main-box h2 {
  color:#3266CC;
	padding-bottom:3px;
	font-size:14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.physicianpics {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px solid #3266CC;
}

#physician {
	width: 220px;
	float: left;
	padding: 0px;
	height: 300px;
	margin-top: 20px;
	margin-right: 20px;
}

.CVText  {  			
  font-family: "Times New Roman", Times, serif; 
  font-size: 12px;
  color:#333333; 
  line-height: 15px; 
  text-align:left; 
  margin-top:0;
}

#sidebar-wrap {
	float:left;
	width:175px;
	background-color: #3266cc;
}

#sidebar-wrap #bottom-box {
  background: #e9e9e9;
  height:200px;
}

.sidebar-box {
  /*background:#31a8ac;*/
  padding:10px;
  margin-bottom:10px;
}

#nav-box-wrap .centered {
  text-align: center;
}

#footer-wrap {
	background:#3266cc;
	padding: 5px 10px;
	text-align:center;
	font-size: 10px;
}
#ieFix {
  height:490px;
}
.clr {
  clear:both;
  line-height:0;
}

#nav-box-wrap {
	width: 175px;
	margin: 0px;
}
#mainnav .subnav a {
	background-color: #3266CC;
	height: 32px;
	background-image: url(images/subnavbullet.png);
	background-repeat: no-repeat;
	text-indent: 12px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	background-position: 15px 3px;
}
#mainnav .subnav {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#mainnav {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainnav li {
	height: 28px;
	width: 160px;
	display: block;
}

#mainnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	height: 23px;
	padding-top: 5px;
	width: 160px;
	background-color: #3266CC;
}
#mainnav .subnav a:hover {
	background-color: #8ac4fe;
	background-image: url(images/subnavbullethover.png);
}

#mainnav .subnav li {
	height: 32px;
}

#mainnav a:hover {


	background-color: #8ac4fe;
}
#mainnav a.current {
	background-color: #8ac4fe;
}
#mainnav .subnav a.subcurrent {

	color: #CCCCCC;
}

/* NEWS STYLES */

.news-item-wrap {
  /* Wrapper around dateline, content, and footer DIVs */
  margin-bottom:20px;
}

.news-item-wrap h1,h2 {
  /* when viewing the list of news items uses H2 for titles, when viewing
     an item individually an H1 tag is used for the title.
  */
  margin-bottom:10px;
}

.news-item-dateline {
  /* contains the dateline text "Posted on ????-??-?? ??:??:??*/
  font-style:italic;
}

.news-item-content {
  /* body area of news item */
}

p.news-item-readmore {
  /* Contains the anchor tag for "Read more..."*/
  font-size:8pt;
}

.news-item-footer {
  /* currently no text there but if you want to style it anyway you can */
}

.news-item-backlink-wrap {
  /* when viewing an individual news item the "back" link is contained in this*/
}

.news-item-hits {
}

.news-item-views {
  font-style:italic;
  text-align:right;
  font-size:8pt;
}

/* staff page styles */

.staff-item-wrap {
  margin-bottom:45px;
}

.staff-item-wrap h2 {
}

.staff-item-content {
}

.staff-item-position {
  text-align:left;
  color:#777;
  font-style:italic;
  margin:0px 10px 0px 0px;
}

.staff-photo {
  float:left;
  margin:0px 15px 15px 0px;
}

.staff-nophoto {
  width:80px;
  height:80px;
  text-align:center;
  background:#999;
  border:1px solid black;
}

.staff-photo img {
  width:80px;
  border:1px solid black;
}


#staff-page-bottom {
  clear:both;
  text-align:right;
}