/* CSS Document */

* {font-family: Arial, Helvetica, sans-serif; }

body {
	text-align: center;
	margin-top:0;
	background:#FFF url(images/page-bcgrd.jpg) repeat-x top left;
	font-size:76%;
	color:#333;
}

label {
  font-weight: bold;
}

p {
	text-align:left; 
}

h1 {
	font-size:1.3em;
}

.container {
	margin: 0 auto;
	text-align:left;
}
  
.nav {
	
}

.search {
	padding-top:2px;
	height:21px;
	text-align:right;
}

#searchbox {
	border:0;
	width:150px;
	height:17px;
}

.content { 
	border:#666 1px solid;
}

.sidebar {
  width:160px;
	_width:180px;
	padding:0 10px 20px 10px;
	_padding:20px 10px 20px 10px;
	margin-bottom:0;
}

.sidebar h2 {
	font-size:.9em;
	text-transform:uppercase;
	margin:0px;
}

.docs h2 {
	font-size: 1em;
	font-wieght: bold;
	color:#c00;
}

.sidebar a,
.sidebar a:visited,
.sidebar a:hover {
	color:#333;
	text-decoration:none;
}
.sidebar a:hover {
	text-decoration:underline;
}

.homecopy .box {
	width:300px;
	padding:10px;
	border:#333 1px solid;
	float:right;
}

.box {
	background:#FFF url(images/page-bcgrd.jpg) repeat-x top left; 
}

.homecopy .body {
  float: left;
  width: 370px;
}

#home-index .content,
#home-ct-scans .content,
#whats-new-index .content,
#site-map-index .content,
#search-index .page { background-color: #fff !important;  }

#home-index .page { padding: 0px; }

#home-index .page,
#home-ct-scans  .page,
#whats-new-index .page,
#site-map-index .page,
#search-index .page {
	width: 726px;
	_width: 756px;	
	padding: 15px 15px 15px 15px;
	margin: 0px;
}

// #home-index .search,
// #home-ct-scans .search { display: none; }

.page {
	width:546px;
	_width:570px;
	padding:0 15px 15px 15px;
	_padding:20px 15px 15px 15px;
	margin:0px;
}

.subnav {
	width:160px;
	text-align:left;
}

.pageutilities {
	font-size:.9em;
	text-transform: uppercase;
	font-weight:bold;
}

.noscreen { display: none !important; }
.alignleft { text-align:left !important; }
.alignright {text-align:right !important; }
.floatleft { float:left !important; }
.floatright { float:right !important; }
.center { text-align:center !important; }
.fullwidth { width:756px; }
.quarterwidth { width:25%; }
.clear { width: 100%; clear:both; height:0px; }
#about-physicians-index .clear {height:10px; }
.noborder { border:0; }
.nomargin {margin:0; }
.red { color: #C1495D; }

.doclink {
	font-size:.8em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.page a {
	color:#7290B9;
}

.page a:hover {
	color:#C00;
}

#home-index .page img,
#site-map-index .page img { float:none; border:0; margin:0; }

.page img { float:right; margin-left:10px; margin-bottom:5px; border:#666 1px solid; }
.docs img { float: left; margin:0px 5px 0px 0px; }