﻿
body
{
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	font-family: Calibri;
	color: #646464;
	background-color: #95B3D7;
}
.container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

a{
cursor:pointer;
	/* text-decoration: none; */
}
a:link {
	color: #333333;
}      /* unvisited link */
a:visited {color:#333333}  /* visited link */
a:hover {color:#333333; text-decoration:underline;}  /* mouse over link */
a:active {color:#333333}  /* selected link */

.header
{
	margin: auto;
	background-repeat: no-repeat;
	width: 950px;
	text-align: center;
}
.tagline
{
	font-size: 80%;
	font-style: italic;
	margin-right: 30px;
	font-weight: lighter;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	color:#FFFFFF;
}
.phone_info
{
	font-size: 110%;
	letter-spacing: 4px;
	color:#FFFFFF;
}

.footer
{
	width: 950px;
	font-size: 80%;
	margin-bottom: 10px;
	color: #D1DDE5;
	text-align: center;
}
.footer_contact
{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0E2D4;
}
.menu_normal
{
	width:112px;
	padding-bottom:10px;
	padding-top:10px;
	cursor: pointer;
	text-align:center;
	display: block;
	text-decoration: none;
	background-color:#B9CDE5;
	font-size:120%;
	font-weight:bold;
	
}
.menu_selected
{
	width:112px;
	padding-bottom:10px;
	padding-top:10px;
	cursor: pointer;
	text-align:center;
	display: block;
	text-decoration:underline;
	background-color:#DBEEF4;	
	font-size:120%;
	font-weight:bold;
}

.main
{
	margin:auto;
	background-repeat: no-repeat;
	width: 950px;
	background-color:#DBEEF4;
	padding-bottom:40px;
}

h1
{
	font-size: 140%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B9CDE5;
	padding-bottom: 1px;
	letter-spacing: 3px;
}
.main_content
{
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 40px;
	font-size: 110%;
	color: #4D4D4D;
}
.main_content_left
{
	letter-spacing: 1px;
	word-spacing: 1px;
	padding-right: 30px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #B9CDE5;
}
.main_content_right
{
}

.menu_left a
{
	display: block;
	cursor: pointer;
	
	margin-right: 40px;
	margin-top:20px;
	
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	
	text-decoration: none;
	letter-spacing: 1px;
	
	background-color:#CBD8DA;
}
.menu_left a:hover
{
	background-color: #9B9161;
}
.menu_left_selected a
{
	display: block;
	cursor: pointer;
	
	margin-right: 40px;
	margin-top:20px;
	
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	
	text-decoration: none;
	letter-spacing: 1px;
	
	background-color: #9B9161;
}

.physician_Picture
{
	margin-left:10px; margin-bottom:10px;
}
.faq_question
{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color:#D9D9B3
}
.faq_answer
{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 60px;
	margin-bottom:40px;
	background-color: #EBEBD6
}

.medical_legal {font-size: smaller; }



