/* GENERAL
_____________________________________________________________________________*/

.edit {
	float:right;
	border: 0;
}

.title-on-image .edit {
	float: none;
}

.edit img {
	border: 0 !important;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img {
	margin:0;
	padding:0;
	border:0;
}

table {
	font-size:inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite, code, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

q:before, q:after {
	content:'';
}

select, input, textarea {
	font-size:99%;
}

* {
	outline: none;
}


body {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	background-color: #a3d2f4;
	text-align: center;
	padding-bottom: 25px;
}

/* LINKS
_____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.article-text a {
	color: #6F6F6F;
	text-decoration: underline;
}

.article-text a:hover {
	text-decoration: none;
}

/* STRUCTURE
_____________________________________________________________________________*/

#container {
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	width: 971px;
	background-color: #FFFFFF;
	border: 1px solid #C9C8C9;
	margin: 37px auto 37px auto;
	padding: 15px 13px 14px 16px;	
}

#content {
	background: repeat-y url(/images/site/bg-columns.jpg);
}

#col1 {
	float: left;
	width: 185px;
	padding-right: 17px;
	text-transform: uppercase;
	font-weight: bold;
}

#col2 {
	float: left;
	width: 575px;
}

#col3 {
	float: right;
	width: 174px;
}

body#forum #col2 {
	width: 749px;
}

body#forum #col3 {
	display: none;
}

body#forum #content {
	background: repeat-y url(/images/site/bg-columns-forum.jpg);
}

body#forum #content #content {
	background: #FFF;
}

body#forum #header-right,
body#forum #header {
	height: auto !important;
}


/* FONTS AND COLORS
_____________________________________________________________________________*/

h2 {
	font-size: 14px;
	text-transform: uppercase;
}

.mustard {	
	background: #FFC057 url(/images/site/mustard.jpg); 
	border: 1px solid #bc9850;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.peach { 
	background-color: #fbf0d8;
	border: 1px solid #c9c8c9;
} 

.blue {
	background-color: #a3d2f4;
	font-family: "Times New Roman", Times, serif;
	padding: 11px 0 10px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}

.aqua {
	background-color: #ebf5fc;
}

.dotted {
	height: 1px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 6px;
	line-height: 0px;
}	

.tout-title {
	font-family: "Times New Roman", Times, serif;
	color: #636466;
	font-size: 15px;
	text-align: center;
	padding: 11px 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}

input.text,
textarea {
	border: 1px solid #8e8f91;
	background: #FFF no-repeat url(/images/site/bg-textfield.jpg) top right;
	border-width: 0 0 1px 1px;
	font-size: 13px;
	padding: 4px 3px 1px 3px;
}

#contact input.text,
#contact textarea {
	width: 240px;
}

input.submit {
	font-size:13px;
	padding: 2px 4px;
	vertical-align: 3px;
	cursor: pointer;
}

#search input.text {
	width: 168px;
	padding: 2px 0 1px 2px;
	font-size: 13px;
}

input.search-submit {
	margin-left: 1px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 1px 4px 0 4px;
	vertical-align: 1px;
}

#col3 #contact-us input.submit {
	background-color: #a3d2f4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
	border: 1px solid #898d91;
	font-size: 11px;
	padding: 6px 0;
}

/* COL1 _________________________*/

#datebar {
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

#leftnav {
	margin-bottom: 20px;
}

#leftnav a {
	display: block;
}

.submenu a {
	padding-left: 10px;
	margin-top: 5px;
	padding-left: 10px;
	text-transform: none;
	font-weight: normal;
}

.submenu {
	display: none;
	margin-bottom: 10px;
}

#sitemap .submenu {
	display: block;
	margin-bottom: 10px;
}

#sitemap .submenu a {
	padding-left: 10px;
	margin-top: 5px;
	padding-left: 20px;
	text-transform: capitalize;
	font-weight: normal;
}

#sitemap a {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
	
/*____ LEARNING CENTER ____*/

#learningcenter {
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
}

#learningcenter a {
	display: block;
	margin: 3px 0 3px 0;
}


/*____ IN THE NEWS ____*/

#in-the-news {
	border: 1px solid #c9c8c9;
	margin-bottom: 10px;
}

#news-listings {
	background: #FFF0D7 repeat-x url(/images/site/orange-gradient.jpg);
	padding: 15px 10px 13px 10px;
}

#in-the-news a {
	border-top: 1px dotted #000000;
	padding-top: 10px;
	margin-top: 10px;
	display: block;
}

/*____LEFT COLUMN TABS _____*/

#left-tabs {

}

#left-tabs #tab-header {
	float:left;
	width:100%;
	background: #FFF;
	font-size:93%;
	line-height:normal;
	border-bottom: 1px solid #939393;
}

#left-tabs #tab-header ul {
      margin:0;
      padding: 0;
      list-style:none;
}

#left-tabs #tab-header li {
	float:left;
	background:url("/images/site/left-tabs/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom: 1px solid #939393;
}

#left-tabs #tab-header a {
	display:block;
	background:url("/images/site/left-tabs/right.gif") no-repeat right top;
	padding: 5px 12px 4px 2px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}

#left-tabs #tab-header a:hover {
	color:#333;
}

#left-tabs #tab-header li.ui-tabs-selected {
	background-image:url("/images/site/left-tabs/left_on.gif");
	border-bottom: 1px solid #fff0d7;
	margin-bottom:-1px;
}

#left-tabs #tab-header li.ui-tabs-selected a {
	background-image:url("/images/site/left-tabs/right_on.gif");
	color:#333;
	padding-bottom:5px;
}

#left-tabs .left-tab-content {
	clear:both;
	padding: 10px;
	line-height: 19px;
	text-transform: none;
	font-weight: normal;
	border-left: 1px solid #939393;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
	background-color: #fff0d7;
}

.ui-tabs-hide {
	display: none;
}

.tab-more {
	font-weight: bold;
}

#glossary {
	margin-top: 10px;
	border: 1px solid #8e8f91;
	padding: 0 0 10px 0;
	text-align: center;
}


/*_______ CENTER COLUMN ________*/

/*____HEADER BOX____*/

#header {
	padding: 7px;
	height: 117px;
}

img#twirling {
	float: left;
}

#header-right {
	float: right;
	width: 246px;
	height: 103px;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
}

img#drkuang {
	float: left;
}

#search {
	background-color: #ebf5fc;
	border: 1px solid #8e8f91;
	padding:4px 0 4px 4px;
	margin-bottom: 6px;
}

#header-nav {
	float: right;
	width: 157px;
	line-height: 12px;
	position: relative;
}

#header-nav .dotted {
	border-color: #FFFFFF;
	margin-bottom: 4px;
	padding-bottom: 3px;
}

#header-nav a {
	display: block;
	padding: 1px 0 1px 0;
}

#header-nav #audio {
	position: absolute;
	left: 140px;
	top: 30px;
}

/* Main Tabs */

#main-tabs {
	background-color: #E0EFFB;
}

#main-tab-top {
	background-color: #a3d2f4;
}

.tab-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 10px;
}
	
ul.main-tabmenu {
	margin-left: 4px;
	line-height: 11px;
	font-weight: bold;
}

.main-tabmenu li {
	float: left;
	background-image: url(/images/site/main-tab-bg-inactive.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	text-align: center;
	height: 48px;
	cursor: pointer;
}

.main-tabmenu li.ui-tabs-selected {
	background: #E0EFFB url(/images/site/main-tab-bg-active.jpg) top no-repeat;
}

.main-tabmenu table {
	width: 89px;
	height: 48px;
}

.main-tabmenu td {
	padding-left: 8px;
	padding-right: 8px;
}

.main-tabmenu li a {
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.main-tabmenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.main-tabmenu li.ui-tabs-selected a:hover {
	color: #000000;
}

#main-tabcontent-container {
}

.main-tabcontent {
	padding: 7px;
	margin: 6px;
	border: 1px solid #8e8f91;
	clear: both;
	background-color: #FFFFFF;
	line-height: 19px;
}

.main-tabcontent img {
	border: 1px solid #8e8f91;
	float: left;
	margin-right: 14px;
}

/* Secondary Tabs */

ul.secondary-tabmenu {
	font-weight: bold;
   	height: 27px;
}

.secondary-tabmenu li {
	float: left;
	text-align: center;
	background: url(/images/site/secondary-tab-inactive.jpg);
	margin-left: 4px;
	margin-right: 2px;
}

.secondary-tabmenu li.ui-tabs-selected {
	background: #e0effb;
}

.secondary-tabmenu li a {
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 185px;
	padding: 6px 0 6px 0;
	height: 15px;
	display: block;
}

.secondary-tabmenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.secondary-tabmenu li.ui-tabs-selected a:hover {
	color: #000000;
}

.secondary-tabcontent-container {
	background-color: #e0effb;
	padding: 6px;
	line-height: 19px;
}

.secondary-tabcontent {
	padding: 7px;
	border: 1px solid #8e8f91;
	clear: both;
	background-color: #ebf5fc;
}

.secondary-tabcontent img {
	border: 1px solid #8e8f91;
	float: left;
	margin-right: 14px;
}

/* ------------------------------HOMEPAGE----------------------*/
/* Situation */

#situation {
	background-color: #fbf0d8;
	border: 1px solid #c6bdab;
}

#situation .tab-header {
	background-color: #FFC057;
	border-bottom: 1px solid #c6bdab;
	padding: 6px 0 6px 10px;	
}

#situation a {
	display: block;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: bold;
}

.situation-left {
	margin: 8px 0 8px 0;
	float: left;
	width: 276px;
	border-right: 1px solid #000000;
	padding-left: 13px;
}

.situation-right { 
	margin: 8px 0 8px 0;
	float: left;
	width: 247px;
	padding-left: 32px;
}

/* Forum Tout */

#forum-tout {
	padding: 8px;
}

#forum-tout .peach {
	padding: 8px;
}

#forum-tout .aqua {
	padding: 8px;
	border: 1px solid #bac1c6;
}

#forum-tout img.icon {
	display: block;
	float: left;
	margin-right: 5px;
}

#forum-tout .tab-header {
	padding: 0 0 2px 0;
}

#forum-tout .tout-text {
	float: left;
	color: #636466;
	width: 377px;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	padding: 0;
}

#forum-tout a#enter-forum {
	display: block;
	padding: 2px 4px;
	width: 83px;
	margin-top: 8px;
}
	
/* Resource Center */

#resource-center {	
	background: #FFC057 url(/images/site/mustard.jpg); 
	border: 1px solid #bc9850;
	padding: 8px;
}

#resource-center .tab-header {
	padding: 4px 0px 12px 2px;
}

.main-resource {
	padding: 6px;
	margin-bottom: 8px;
}

.main-resource img {
	float: left;
}

.main-resource .resource-description {
	float: right;
	width: 442px;
	line-height: 19px;
}

.article-text-landing .resource-description {
	width: 434px;
	line-height: 19px;
}

.resource-title {
	text-transform: uppercase;
	border-bottom: 1px dotted #000000;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}

#resource-center .dotted {
	border-color: #FFFFFF;
	margin-bottom: 12px;
}

.side-resources {
	padding: 8px;
	width: 255px;
}

.side-resources .resource-title {
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#resource-center .left {
	float: left;
}

#resource-center .right {
	float: right;
}

#resource-center .last {
	border:0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#resource-center .right .resource-title {
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.resource-description {
	margin-bottom: 11px;
}

/*------------------- ARTICLE DETAIL PAGE -----------------*/

#resource-center-article{
	background: #FFC057 url(/images/site/mustard.jpg); 
	border: 1px solid #bc9850;
	padding: 13px;
}

.main-image-div {
	position: relative;
	margin-bottom: 15px;
}

.title-on-image{
	position: absolute;
	right: 18px;
	top: 80px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: 1px;
} 

img.main-image {
	margin-bottom: 13px;
}

.article-text {
	padding: 25px 13px;
	line-height: 18px;
}

.article-text-landing {
	padding: 0 0 15px 0;
	line-height: 18px;
}

.article-text h2 {
	margin-bottom: 15px;
}

/* TEAM MEMBER */

.team-member {
	margin: 10px 0 30px 0;
}

.team-member img {
	float: left;
	border: 1px solid #666;
	margin: 0 10px 0 0;
}

.team-member .team-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

/* NEWS */

.news-item {
	margin: 10px 0 30px 0;
}

.news-item .news-title {
	font-size: 14px;
	font-weight: bold;
}

.news-item .news-date{
	margin-bottom: 10px;
}

/* SEARCH RESULTS*/

.search-result a {
	font-size: 14px;
	font-weight: bold;
}

/* REGIONAL MAP */
.region {
	display: none;
}

#region-map {
	height: 441px;
	position: relative;
	margin-top: 10px;
}

#region-map img {
	position: absolute;
}

#region-map img.hover {
	display: none;
}



/* COLUMN THREE__________________________*/

.tout-text {
	line-height: 18px;
	text-align: left;
	padding: 0 10px 0 10px;
}

.label {
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 2px;
	text-align: center;
}

#col3 input.text,
#col3 textarea,
#col3 input.submit {
	width: 146px;
	margin-top: 12px;
	padding: 4px 3px 1px 3px;
}

/* Social Networking */

#social-n {
	margin-bottom: 7px;
}

#social-n img {
	margin-right: 0px;
	vertical-align: top;
}

#social-n img.last {
	margin-right: 0px;
}

#espanol {
	margin-bottom: 7px;
	font-size: 14px;
	padding: 2px 0 2px 0;
	font-weight: bold;
}

/* Join Us */

#joinus {
	margin-bottom: 7px;
	border: 1px solid #8e8f91;
	padding: 0 0 10px 0;
	text-align: center;
}

#joinus .mustard {
	margin-top: 10px;
	padding: 6px 0 6px 0;
}

#joinus input.text {
	width: 151px;
	margin-top: 12px;
	padding: 2px 0 1px 2px;
}

#joinus input.submit {
	background-color: #FFC057;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	margin: 0px;
	border: 1px solid #BC9850;
	text-transform:uppercase;
	font-size: 11px;
}

/* Our Mission */

#mission {
	margin-bottom: 7px;
	border: 1px solid #8e8f91;
}

#mission .tout-text {
	padding-top: 8px;
	padding-bottom: 12px;
}

/* What Our Patients Say */
#what-patients-say {
	margin-bottom: 7px;
	border: 1px solid #8e8f91;
	padding: 0 0 10px 0;
}

#what-patients-say .tout-title {
	font-size: 11px;
}

#quote-scroller {
	background-color: #636466;
	margin: 4px 10px 0 10px;
	padding: 0px 9px 4px 9px;
	height: 216px;
	overflow: auto;
}

#quote-scroller .quote {
	width: 117px;
	margin-top: 11px;
}

#quote-scroller a {
	color: #FFFFFF;
}

#quote-scroller a:hover {
	text-decoration: none;
}

#quote-scroller .dotted {
	border-color: #FFFFFF;
	padding-bottom: 10px;
}

.quote { 
	clear: both;
}

.quoter {
	float: right;
	margin: 20px 100px 38px 0;
	font-style: italic;
}

/* Contact Us */

#contact-us {
	margin-bottom: 7px;
	border: 1px solid #8e8f91;
	padding: 0 0 10px 0;
}

#contact-us .label {
	text-align: left;
}

.bad-label,
.required {
	color: #cb0c0c;
	text-transform: none;
	font-weight: bold;
}

#output1 {
	/*height: 368px;*/
}

#contact input.text {
	padding-top: 7px;
}

/* AV Library */

#av-library {
	margin-bottom: 7px;
	border: 1px solid #8e8f91;
	padding: 0 0 10px 0;
	text-align: center;
}

.home-video {
	margin: 10px 0 4px 0;
}

/* Survey */

#survey {
	margin-bottom: 7px;
	border: 1px solid #8e8f91;
	padding: 0 0 10px 0;
	background: #E8F7FE url(/images/site/bg-blue-gradient.jpg) repeat-x;
}

#survey .tout-title {
	color: #000000;
	border-width: 0 0 1px 0;
}

#survey .tout-text {
	padding-top: 10px;
}

#survey .dotted {
	padding-top: 4px;
	margin-bottom: 14px;
}

#survey input.radio {
	display: block;
	float: left;
}

#survey .survey-item {
	display: block;
	float: right;
	width: 126px;
	margin-bottom: 10px;
}

#survey input.submit {
	background-color: #FFC057;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	margin-top: 10px;
	border: 1px solid #BC9850;
	text-transform:uppercase;
	font-size: 11px;
}

/*VIDEO */

.thumb-item {
	float: left;
	width: 172px;
	text-align: center;
	margin: 20px 0 10px 0;
}

.thumb-item-copy {
	margin: 10px;
	text-align: left;
}

/* BANNERS */
.banner-item {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px #ccc dotted;
}

.banner-item  textarea {
	display: block;
	margin-top: 15px;
	width: 455px;
	height: 100px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

/* Footer */

#footer {
	font-size: 10px;
}