html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	background: #e6a14e;
}

body, td {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

img {
	border: none;
	outline: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: 100;
}

h1 {
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-bottom: 3px;
}

h5 {
}

a {
	color: #ba5915;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:active {
	outline: none;
}

.sp ul {
	margin: 0;
	padding: 15px 0 15px 15px;
}

.sp ul li {
	list-style: none;
	text-indent: -10px;
	padding: 0px 0px 2px 10px;
	margin: 0;
}

.sp ul li:before {
	content: "\00BB \0020";
}



button {
	margin: 0;
	padding: 2px 3px;
	background: #e6a14e;
	border: 1px solid #fff;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
}

.button-sub {
	margin: 0 5px 0 0;
	padding: 2px 3px;
	background: #e6a14e;
	border: 1px solid #ccc;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}

/* General Use Classes */

.text-black, .text-black td { color: #000; }
.text-white, .text-white td { color: #fff; }
.text-gray, .text-gray td { color: #666; }
.text-orange, .text-orange td { color: #ba5615; }
.text-georgia { font-family: Georgia, "Times New Roman", Times, serif; }
.text-10 { font-size: 10px; }
.text-11 { font-size: 11px; }
.text-12 { font-size: 12px; }
.text-13 { font-size: 13px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 15px; }
.text-16 { font-size: 16px; }
.text-17 { font-size: 17px; }
.text-18 { font-size: 18px; }
.text-19 { font-size: 19px; }
.text-20 { font-size: 20px; }
.text-21 { font-size: 21px; }
.text-22 { font-size: 22px; }
.line-height-18 { line-height: 18px; }
.line-height-20 { line-height: 20px; }
.line-height-22 { line-height: 22px; }
.line-height-24 { line-height: 24px; }
.border-top-orange { border-top: 1px solid #e6a14e; }
.border-right-orange { border-right: 1px solid #e6a14e; }
.border-bottom-orange { border-bottom: 1px solid #e6a14e; }
.border-left-orange { border-left: 1px solid #e6a14e; }
.background-orange-screen { background-color: #e9deca; }
.background-light-gray { background-color: #ccc; }
.background-gray { background-color: #333; }
.float-right { float: right; }
.float-left { float: left; }
.padding-top-5 { padding-top: 5px; }
.padding-right-5 { padding-right: 5px; }
.padding-bottom-5 { padding-bottom: 5px; }
.padding-left-5 { padding-left: 5px; }
.padding-5 { padding: 5px; }
.padding-top-10 { padding-top: 10px; }
.padding-right-10 { padding-right: 10px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-left-10 { padding-left: 10px; }
.padding-10 { padding: 10px; }
.padding-top-15 { padding-top: 15px; }
.padding-right-15 { padding-right: 15px; }
.padding-bottom-15 { padding-bottom: 15px; }
.padding-left-15 { padding-left: 15px; }
.padding-15 { padding: 15px; }
.overflow { overflow: auto; }
.center { text-align: center; }

/* Main Template */

#header-container {
	width: 100%;
	height: 133px;
	background: url(../images/header-bg.gif) repeat-x;
}

#header {
	width: 905px;
	height: 87px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

#nav {
	width: 905px;
	margin: 0 auto;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0px 25px;
}

#main-content-container {
	width: 100%;
	background: #fff;
	overflow: auto;
}

#main-content {
	width: 905px;
	margin: 0 auto;
	padding: 15px 0px;
	overflow: auto;
}

#footer {
	width: 905px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	overflow: auto;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer-bottom {
	width: 905px;
	margin: 0 auto;
	padding: 15px 0px 30px 0px;
}

#footer-bottom a {
	color: #000;
	text-decoration: underline;
}

#footer-bottom a:hover {
	text-decoration: none;
}

#contact-1 {
	width: 180px;
	float: left;
}

#contact-2 {
	width: 180px;
	float: left;
}

#contact-3 {
	width: 200px;
	float: left;
}

#partners {
	width: 340px;
	float: right;
}

#partners-top {
	width: 340px;
	height: 20px;
}

#partners-1 {
	width: 220px;
	float: left;
}

#partners-2 {
	width: 115px;
	float: right;
}

.content-top-container {
	width: 100%;
	background: #ba5915;
	overflow: auto;
}

.content-top {
	width: 905px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
}

.content-top h1 {
	color: #fff;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 40px 0px 5px 0px;
}

.left-nav {
	width: 219px;
	float: left;
	padding: 0px 0px 0px 0px;
}

.left-nav ul {
	margin: 0;
	padding: 0;
	border-top: #cccccc solid 1px;
}

.left-nav ul li {
	list-style: none;
	border-bottom: #cccccc solid 1px;
	margin: 0;
	padding: 0;
	text-indent: 0px;

}

.left-nav ul li a {
	display: block;
	width: 207px;
	padding: 5px 0px 5px 12px;
	color: #ba5915;
	text-decoration: none;
	background: none;
}

.left-nav ul li a:hover {
	color: #000;
	background: #f3ecdd;
	text-decoration: none;
}

.left-nav .selected a {
	background: #f3ecdd;
	color: #000;
}

.left-nav ul li ul {
	margin: 0;
	padding: 0;
	background: #f3ecdd;
	border-top: none;
}

.left-nav ul li ul li {
	margin: 0;
	padding: 2px 0px 2px 12px;
	border-bottom: none;
}

.left-nav ul li ul li a {
	color: #000;
	font-weight: normal;
	display: inline;
	padding: 0;
	margin: 0;
	width: auto;
}

.left-nav ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.content-right {
	width: 671px;
	float: right;
	overflow: auto;
	min-height: 400px; !important
	height: 400px;
	height: auto;
}

.main-text {
	width: 443px;
	float: left;
}

.right-bar {
	width: 213px;
	float: right;
}

.right-bar-box {
	background: #ececec;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
}

.right-bar-box img {
	margin: -4px -4px 0px -4px;
}


/* Home Page */

#callout-container {
	width: 100%;
	background: #ba5915;
	overflow: auto;
}

#callout {
	width: 905px;
	margin: 0 auto;
}

.home-column {
	width: 445px;
	overflow: auto;
}

.home-sub-column {
	width: 215px;
}

.home-sub-column ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.home-sub-column ul li {
	list-style: none;
	text-indent: -10px;
	padding: 0px 0px 2px 10px;
	margin: 0;
}

.home-sub-column ul li:before {
	content: "\00BB \0020";
}



/* Our Physicians */

.doctor {
	border-top: #ccc solid 1px;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	overflow: auto;
}

.doctor-image {
	width: 150px;
	float: left;
}

.doctor-info {
	width: 495px;
	float: right;
}



/* Patient Stories */

.story {
	border-bottom: #ccc solid 1px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}

.att {
	margin: 0px 0px 0px 15px;
}


/* Contact Us */

#contact-email a {
	color: #333;
	text-decoration: none;
}

#contact-email a:hover {
	text-decoration: underline;
}