
/* Default styles */
@import "./reset.css";

*:focus {outline: none;}

.post { font-size: 12px; }
h2 { color: #777777; font-size: 30px; line-height:28px; padding-top:0;}
h3 { font-size: 22px; color: #7d4d7a;}
h4 { font-size: 13px; }
h5 { font-size: 11px; }

.round_topleft {
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 5px;
}

.round_topright {
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 5px;
}

.round_bottomleft {
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 5px;
}

.round_bottomright {
	-moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 5px;
}

  body {
	background-image:url('./images/body_background.gif');
	background-repeat:repeat-x;
	} 

  a.research_box {
	display: block;
	width: 256px;
	height: 64px;
	text-decoration: none;
	}

  a.research_box:hover {
	background-position: -256px 0;
	}

  a.search_check {
	display: block;
	width: 166px;
	height: 37px;
	text-decoration: none;
	background-image: url('./images/search_check.gif');
	}
  a.search_check:hover {
	background-position: -166px 0;
	}

  a.search_find {
	display: block;
	width: 188px;
	height: 37px;
	text-decoration: none;
	background-image: url('./images/search_find.gif');
	}
  a.search_find:hover {
	background-position: -188px 0;
	}

  a.search_browse {
	display: block;
	width: 132px;
	height: 37px;
	text-decoration: none;
	background-image: url('./images/search_browse.gif');
	}
  a.search_browse:hover {
	background-position: -132px 0;
	}

  a.search_doctorsarea {
	display: block;
	width: 126px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/search_doctorsarea_button.gif');
	}
  a.search_doctorsarea:hover {
	background-position: -126px 0;
	}

  a.content_aboutus {
	display: block;
	width: 96px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_aboutus.gif');
	}
  a.content_aboutus:hover {
	background-position: -96px 0;
	}

  a.content_whatmakesatrustedsurgeon {
	display: block;
	width: 270px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_whatmakesatrustedsurgeon.gif');
	}
  a.content_whatmakesatrustedsurgeon:hover {
	background-position: -270px 0;
	}

  a.content_thetrustedsurgeon {
	display: block;
	width: 191px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_thetrustedsurgeon.gif');
	}
  a.content_thetrustedsurgeon:hover {
	background-position: -191px 0;
	}

  a.content_ourresearch {
	display: block;
	width: 134px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_ourresearch.gif');
	}
  a.content_ourresearch:hover {
	background-position: -134px 0;
	}

  a.content_statistics {
	display: block;
	width: 99px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/content_statistics.gif');
	}
  a.content_statistics:hover {
	background-position: -99px 0;
	}

  .displace {
	position: absolute;
	left: -5000px;
	}

  .search_find_dropdown {
	background-color: #FFFFFF; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC;
	padding: 3px;
    }

  .search_find_dropdown a {
	display:block;
	height:22px;
	padding-top:3px; 
	padding-left:10px; 
    }

  .search_find_dropdown a:link, .search_find_dropdown a:active, .search_find_dropdown a:visited {
	color: #000000;
	text-decoration: none;
    }

  .search_find_dropdown a:hover	{
	background-color: #DED5A1;
    }

  .search_browse_states {
    width: 125px;
 	float: left; 
	font-size: 12px
	}

  .search_browse_states a {
	text-decoration: none;
	color: #000000;
  }
  .search_browse_states a:hover {
	text-decoration: underline;
    font-weight: bold;
	color: #555555;
  }

  .content_subtabs {
 	padding: 8px 0px 8px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #E5E5E5;
    }
  a.content_subtabs_link:link {
	text-decoration: none;
	color: #999999;
	}
  a.content_subtabs_link:visited {
	text-decoration: none;
	color: #999999;
	}
  a.content_subtabs_link:active {
	text-decoration: none;
	color: #999999;
	}
  a.content_subtabs_link:hover {
	color: #333333;
	}
  .content_subtabs_divider {
    padding: 0px 15px 0px 15px;
    color: #999999;
  }

  li {
	margin: 5px 0px 5px 0px;

  }

  .profile_buttons {
	padding: 3px 15px 3px 15px; 
	margin: 0px 5px 0px 5px;
	background-color: #DFD9B5; 
	font-size: 11px; 
	font-weight: bold; 
	border: solid 1px #BBBBBB; 
	color: #333333
  }

  a.profile_requestconsult {
	display: block;
	width: 156px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/profile_requestconsult.gif');
	}
  a.profile_requestconsult:hover {
	background-position: -156px 0;
	}

  a.profile_directions {
	display: block;
	width: 109px;
	height: 26px;
	text-decoration: none;
	background-image: url('./images/profile_directions.gif');
	}
  a.profile_directions:hover {
	background-position: -109px 0;
	}
