html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}





body {
  line-height: 1;
	background-color: #383838;
	font-family: tahoma, verdana, sans serif;
	font-size: 14px;
	color: #333333;
}

p {
  padding-bottom: 14px;
}

a img {
  border: none;
}

a:link {
	color: #1C4F69;
	font-size; 0.9em;
}

a:visited {
	color: #062534; 
	font-size; 0.9em;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}





#page {
	margin: 0 auto;
	width: 800px;
	padding: 0 12px;
	min-height: 500px;
	background: white url('../images/page_bg.png') left top;
}






#header {
  background: #171a1f;
  font-size: 12px;
}

#header image {
  display: block; /* IE will otherwise add a tiny bit of padding-bottom  */
}

#info {
  position: relative;
  background: #57401c url('../images/montage.jpg') left top no-repeat;
  height: 80px;
	font-size: 12px;
}

#info div {
  position: absolute;
	padding: 6px 5px;
	color: white;
}

#info a {
	color: white;
	text-decoration: none;
}

#info dl {
  width: 160px;
}

#info dt {
  float: left;
  width: 50px;
}

#doctor {
  left: 80px;
}

#location_daly_city {
  left: 300px;
}

#location_pleasanton {
  left: 590px;
}


#header .org,
#header .type {
  display: none;
}








#sidebar {
  padding-top: 70px;
	float: right;
	width: 275px;
}

#sidebar ul li {
  padding-bottom: 6px;
}

#sidebar a {
  color: #a8a9ac;
	font-size: 24px;
	text-decoration: none;
	padding-left: 10px;
}

#sidebar a:hover {
  color: #555;
}

#sidebar .selected {
  background: url('../images/sidebar_bullet.png') left 5px no-repeat;
}





div#content {
	overflow: auto;
	padding: 70px;
  padding-right: 30px;
  min-height: 300px;
	line-height: 20px;
	width: 422px; /* I hate you IE6 */
	overflow: hidden; /* I REALLY hate you IE6 */
}

#content h1 {
	font-size: 18px;
	padding-bottom: 1.3em;
	font-weight: bold;
}

div#content p {
  padding-bottom: 20px;
}




#footer {
  height: 50px;
  background: #171a1f;
  color: #666;
  padding-top: 10px;
  padding-right: 35px;
  text-align: right;
  font-size: 12px;
}
