/* Overall */
html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}

input, select, textarea {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #621060;
	text-decoration: underline;
}
a:hover {
	color: #A01B9D;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

ul {
	margin: 0;
	padding-left: 3em;
}
ul li {
	margin-bottom: 0.8em;
}

* :focus {
	outline: 0;
}


/* Headings */
.Heading1 {
	color: #000;
	font-size: 22px;
}

.Heading2 {
	color: #3D7D7A;
	font-size: 18px;
}


/* Highlights */
.Highlight1 {
	color: #3D7D7A;
}


/* Images */
.ImageLink {
	background-color: #E3E3E3;
	border: 1px solid #C1C1C1;
	padding: 3px;
}
a .ImageLink {
	border: 1px solid #C1C1C1;
}
a:hover .ImageLink {
	background-color: #E6EEF7;
	border: 1px solid #538CC6;
}


/* Buttons */


/* Navigation */
#nav {
	position: absolute;
	top: 169px;
	left: 8px;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 49px;
	text-indent: -9999px;
}
#nav a:hover,
#nav a.selected { 
	background-position: 0 -49px !important;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav a.home { 
	background: url(../images/Nav_Home.jpg) no-repeat; 
	width: 123px;
}

#nav a.meet { 
	background: url(../images/Nav_Meet.jpg) no-repeat; 
	width: 122px;
}

#nav a.patient { 
	background: url(../images/Nav_Patient.jpg) no-repeat; 
	width: 122px;
}

#nav a.conditions { 
	background: url(../images/Nav_Conditions.jpg) no-repeat; 
	width: 122px;
}

#nav a.why { 
	background: url(../images/Nav_Why.jpg) no-repeat; 
	width: 123px;
}

#nav a.testimonials { 
	background: url(../images/Nav_Testimonials.jpg) no-repeat; 
	width: 123px;
}

#nav a.faq { 
	background: url(../images/Nav_FAQ.jpg) no-repeat; 
	width: 123px;
}

#nav a.contact { 
	background: url(../images/Nav_Contact.jpg) no-repeat; 
	width: 123px;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0 7px 0 3px;
}
#navf ul li a:hover {
	color: #73A5EC;
	text-decoration: none;
}


/* Layout */
#header,
#header_container,
#footer,
#footer_container,
#center,
#body_container {
	margin: 0 auto;
}

#header_container,
#footer_container,
#body_container {
	position: relative;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	background: url(../images/Layout_Header.jpg) no-repeat center top;
	height: 538px;
}

#footer {
	background: url(../images/Layout_Footer.jpg) no-repeat center top;
	height: 95px;
	clear: both;
}

#body_bg {
	background: url(../images/Layout_BodyBG.jpg) repeat-y center top;
	overflow: hidden;
	clear: both;
}

#body_container {
	min-height: 509px;
}

#body {
	background: url(../images/Layout_Body.jpg) no-repeat center top;
	overflow: hidden;
}

#body_left {
	float: left;
	width: 310px;
	padding: 0 0 10px 30px;
}

#body_right {
	float: right;
	width: 570px;
	clear: right;
	padding: 0 30px 10px 0;
}


/* Appointment */
#appointment {
	position: absolute;
	top: 442px;
	left: 51px;
}
#appointment a {
	display: block;
	text-indent: -9999px;
	width: 261px;
	height: 46px;
}


/* Home */
#home {
	position: absolute;
	top: 44px;
	left: 2px;
}
#home a {
	display: block;
	text-indent: -9999px;
	width: 400px;
	height: 100px;
}


/* Copyright */
#copyright {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #73A5EC;
}


/* Designed By... */
#designed {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
#designed a {
	color: #FFF;
	text-decoration: none;
}
#designed a:hover {
	color: #73A5EC;
}


/* jQuery FAQ */
#faq dt {
	position: relative;
	color: #621060;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	padding-left: 27px;
	font-size: 16px;
}
#faq dt:hover {
	color: #A01B9D;	
}
#faq dt div {
	position: absolute;
	top: -6px;
	left: 0px;
	font-weight: bold;
	font-size: 22px;
}
#faq dd {
	position: relative;
	color: #000;
	line-height: 21px;
	background-color: #FBFBFB;
	border-top: 3px solid #CCC;
	margin: 3px 0px 0px 15px;
	padding: 1px 8px 5px 32px;
}
#faq dd div {
	position: absolute;
	top: 0px;
	left: 4px;
	color: #CCC;
	font-weight: bold;
	font-size: 19px;
}
#faq_toggle {
	font-weight: bold;
	font-size: 12px;
}


/* Cufon */
h1 {
	font-size: 55px;
	color: #3D7D7A;
	margin-bottom: 0.1em;
}

h2 {
	font-size: 35px;
	color: #3D7D7A;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 32px;
	color: #000;
	margin-bottom: 0.3em;
}

h4 {
	font-size: 25px;
	color: #402479;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 50px;
}

.small_text {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: normal;

}
