/* New familymedicalctr.com CSS */
body {
	margin: 2% 12% 2% 12%;
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 13px;
	background-color: #6390DE;
}
ul {
  list-style: none;
}
#wrapper {
	position: relative;
	width: 750px;
	padding: 0;
	background-image: url(../images/pic_background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	border-style: solid;
	border-width: thin;
	border-color: black;
}
#header {
	position: relative;
	width: 100%;
	border-bottom: black solid;
	border-bottom-width: thin;
}
#leftnav {
	position: relative;
	width: 18%;
	float: left;
	height: 100%;
	background-color: #966753;
	border-bottom: black solid;
	border-right: black solid;
	border-bottom-width: thin;
	border-right-width: thin;
}
.buttonscontainer {
	width: 100%;
}
.buttons a {
	color: #ffffff;
	border: none;
	padding: 2px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: auto;
	text-align: left;
}
.buttons a:hover {
	border: none;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #FFFF99;
	color: #000000;
	text-decoration: none;
}
.leftnav_text {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding: 20px 0px 5px 5px;
	clear: left;
	display: block;
}
#main {
	position: relative;
	padding: 5px;
	text-align: justify;
	float: right;
	width: 79%;
}
.c2 {
	color: red;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.index_sub_main1 {
	position: relative;
	float: left;
	width: 45%;
	padding: 5px;
}
.index_sub_main2 {
	position: relative;
	clear: both;
	width: auto;
	padding: 5px;
}
.doctor_right {
  position: relative;
  float: right;
  width: 70%;
  padding: 5px;
}
.doctor_left {
  position: relative;
  float: left;
  width: 70%;
  padding: 5px;
}
.staff_right {
  position: relative;
  float: right;
  text-align: right;
  width: 100%;
  padding: 5px;
}
.staff_left {
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
  padding: 5px;
}
.image_right {
	position: relative;
	float: right;
	width: auto;
	padding: 5px;
}
.image_left {
	position: relative;
	clear: both;
	float: left;
	width: auto;
	padding: 5px;
}
.image_center {
	text-align: center;
}
#mapContainer {
	height: 450px;
	width: 510px;
}
#footer {
	clear: right;
	position: relative;
	font-size: 10px;
	font-style: italic;
	border-top: thin solid;
	padding: 5px 5px 5px 5px;
	width: auto;
}