/* CSS Document */
body, td, p, div, ul, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 16px;
}
#navigationRow a{
	font-size: 11px;
}
h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.navCell a {
	font-family: Arial, Helvetica, sans-serif;
}
body{
	margin:0px;
	padding-top:14px;
}

body, td{
	color:#6A6B5B;
}

h1{
	font-size: 24px;
	color:#AA9BC7;
	margin:10px 0px 2px 0px;
	}
	
h2, h2 a {
	font-size:17px;
	margin:12px 0px 3px 0px;
	color: #A3A39A;
	}

h3{
	font-size:14px;
	margin:10px 0px 3px 0px;
	color:#7C57AE;
	}
	
a, h2 a{
	color:#81357F;
}

a:hover, h2 a:hover{
	color:#A0A19C;
}

img.floatLeft{
	padding: 12px 7px 12px 0px;
}

img.floatRight{
	padding: 12px 0 12px 7px;
}

.floatLeft{
	clear: left;
	float:left;
}

.floatRight{
	clear: right;
	float:right;
}

/* *************************************************************************************************
* home page styles
****************************************************************************************************/
#contentBorder{
	/* main area sets width, border and bg color */
	position: relative;
	width:99%;
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid black;
	text-align:left;
}
#headerRow1 img.tel {
	float: left;
}
#headerRow1 ul.section-tags {
	list-style: none;
	margin: 0; 
	padding: 7px 10px 10px 20px;
	float: left;
}
#headerRow1 ul.section-tags li {
	float: left;
	padding-left: 15px;
}
#headerRow1 ul.section-tags li a {
	color: #BBB;
	font-weight: bold;
}
#headerRow1 {
	padding: 0; margin: 0;
}
#headerRowLogo {
	clear: left;
	padding: 0; margin: 0;
}
.quick-links-for {
	margin: 0;
	text-transform: uppercase;
	padding: 20px 0 2px 3px;
	color: black;
	font-size: 9px;
	font-weight:bold;
}
#headerRow2{
	text-align:center;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 25px 15px 25px;
	margin: 0;
	line-height:1.4;
	color:#7A7979;
	width: 500px;

	/* color:#8F8F8F; - original color */
}

/* primary nav styles */
#navigationRow{
	padding-bottom:0px;
}


/* navCell defines the main navigation rollover characteristics */
.navCell{
	vertical-align:top;
	background-color:#FDD985;
	color:#81357F;
	font-size: 11px;
	text-align:center;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	border-left-width: 0;
	border-top-width: 0;
	height: 75px;
}

.navCell a{
	text-decoration:none;
	padding:2px 0px 2px 0px;
	display: block;
}

.navCell a:hover, .navHover{
	background-color:#93938A;
	color:#FFFFFF;
}
.navImage, .navRImage{
	padding: 0;
	margin: 0;
	background-color: #93938A;
}
.navRImage{
	width: 143px;
	padding: 0;
}


.navigationRow {
	position: relative;
}

/* get answers in main nav slightly different styles*/
.navAnswers, .navAnswersBottom {
	vertical-align:top;
	text-align:center;
	background-color:#CCBCE0;
	color:#9F6CAE;
	font-size: 11px;
	width: 145px;
	height: 73px;
}
.navAnswersBottom  {
	height: auto;
}
.navAnswers form {
	padding: 0;
	margin: 0;
}

.navAnswersLeft{
	vertical-align:top;
	text-align:left;
	padding-left:15px;
	background-color:#CCBCE0;
	color: #663366;
	font-size: 11px;
}

.navAnswersLeft a,
.navAnswersLeft a:link,
.navAnswersLeft a:visited,
.navAnswersLeft a:hover,
.navAnswersLeft a:active {
	color: #663366;
	font-size: 11px;
}




.navAnswers a{
	color:#9E6DAE;
	padding:1px 0px 1px 0px;
}

.navAnswers a:hover{
	color:#FFFFFF;
}

.navAnswers input{
	border:0 solid black;
	margin-top: 3px;
	background-color:#EEE8F4;
	font-size: 11px;
}

#go{
	color:#000000;
	width: 6em;
	margin-left:3px;
	font-size: 11px;
	border:1px solid black;
	background-color:#FFFFFF;
}

/* right hand nav */
#rhNav {
	position: relative;
}
#rhNav a{
	font-size: 11px;
	display:block;
	padding:3px 5px 4px 15px;
	margin-bottom:5px;
}

.subNav, .footerNav{
	background-color:#ECECEA;
	padding:3px 0px 10px 0px;
	font-size:11px;
	}
.footerNav {
	padding-top: 11px;
}
.subNav a, .footerNav a{
	line-height: 17px;
	color:#6A6B5B;
	background-color: #FDD67B;
	font-size:11px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:1px 10px 1px 10px;
	border: 1px solid #CCC;
	}
.subNav span {
	margin-left: 30px;
	margin-right: 3px;
}
.subNav a.natural {
	border: none;
	text-decoration: underline;
	color:#9E6DAE;
	margin-right: 3px;
	padding: inherit;
	background-color: inherit;
}
.subNav a:hover, .subNav a.hover{
	color: white;
	background-color:#93938A;
	}
.subNav a.natural:hover,
.footerNav a.natural:hover
 {
	background-color: inherit;
	color: inherit;
}
#glossary{
	background-color: inherit;
	text-align:center;
	color:#9E6DAE;
}

/* this is the main content area of the page */
#contentRow{
	background-color:#ECECEA;
}

#contentRow td{
 vertical-align:top;
}

.homeContent{
	padding-left:10px;
}

.homeContent h1{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#7C57AE;
	margin-top:0px;
	margin-bottom:2px;
}

.homeContent p{
	font-size: 11px;
	padding-left: 5px;
	margin:0px 0px 10px 0px;
}

/* *************************************************************************************************
* interior page styles
****************************************************************************************************/
.mainContent{
	padding-left:10px;
	padding-right:35px;
}

.mainContentForum{
	padding-left:10px;
	text-align: left;
	padding-right:35px;
}

.mainContent h1{
	font-size: 24px;
	color:#7C57AE;
	margin-top:10px;
	margin-bottom:2px;
}

.mainContent p{
	padding-left:10px;
	margin:0px 0px 7px 0px;
}

.indented{
	padding: 0;
	margin: 0 0 0 10px;
}
.indented h3 {
	margin-top: 0;
}
/* *************************************************************************************************
			* Title / Sub-title Styles
************************************************************************************************** */

.title {
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 3px 0px;
	color:#7C57AE;
	margin-left:10px;
}

.subtitle1 {
	font-size:10px;
	font-weight:normal;
	margin:10px 0px 3px 0px;
	color:#333333;
	margin-left:10px;
}

.subtitle2 {
	font-size:14px;
	font-weight:bold;
	color:#808080;
	margin-left:10px;
	margin:10px 0px 3px 0px;
}

.subtitle3 {
	font-size:13px;
	margin-left:10px;
	margin:10px 0px 3px 0px;
}


/* *************************************************************************************************
		* footer styles
************************************************************************************************** */
#footer{
	padding:5px 10px 5px 5px;
	text-align:right;
	color:#918D8A;
	background-color:#C5C6C1;
	font-size:9px;
}

#footer a.tiny {
	color: #918D8A;
}

#footer a{
	color:#775DA4;
	font-size:11px;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}

#footer a:hover, #footer a.hover{
	color:#FFFFFF;
}

/* *************************************************************************************************
* form styles
****************************************************************************************************/

input, textarea, select{
	font-size:12px;
	color:#37382F;
	background-color:#FDD67B;
	border:1px solid #37382F;
	padding:1px;
}

input[type=checkbox]{
	background-color:#ECECEA;
	border:0px solid black; 
	padding-bottom:0px;
	margin-bottom:1px;
}

.checkbox{
	background-color:#ECECEA;
	border:0px solid black; 
	padding-bottom:0px;
	margin-bottom:0px;
}

/* *************************************************************************************************
* search results page
****************************************************************************************************/
#searchResults h2{
	margin-bottom:10px;
}

h2.content-type {
	border-top: 1px solid #999;
	font-size: 15px;
	margin: inherit;
	padding-top: 4px;
	color: #777;
	font-weight: bold;
}

/* *************************************************************************************************
* other custom styles
****************************************************************************************************/
.mediaContent h1{
	font-size: 16px;
	margin:0px 0px 3px 10px;
	color:#6A6B5B;
}

h1 {
	clear: left;
}

.letter-filter {
	clear: left;
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
}
.letter-filter a,
.letter-filter em,
.letter-filter strong
{
	width: 8px;
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 0 1px;
}
.letter-filter a
{
	text-decoration: none;
	background-color: #FDD67B;
	border: 1px solid black;
}
.letter-filter em {
	border: 1px solid #777;
	color: #777;
	font-style: normal;
}
.letter-filter strong {
	border: 1px solid #777;
	color: white;
	background-color: black;
}
dl.glossary {

}

dl.glossary dt {
	font-weight: bold;
	font-size: 15px;
}
dl.glossary dd {
	margin-left: 15px;
}
.tiny {
	font-size: 9px;
}

.links blockquote {
	margin-left: 15px;
}

.categoryGroup{
	float:left;
	margin-right:10px;
	width:170px;
	margin-bottom:10px !important;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.categoryGroup h1{
	color:#000000;
	font-size:10px !important;
	font-weight:bold;
	border-bottom:1px solid #846B5B;
}
.categoryGroup h2{
	color:#81357F;
	font-size:10px !important;
	margin-bottom:3px;
	margin-top:0px;
}

.read-more {
	line-height: 15px;
}
.indented h3 {
	font-size: 15px;
}
.byline {
	color: #7C578E;
	font-size: 10px;
}
.newsletter {
	padding-top: 14px;
}

/* *************************************************************************************************
* other custom styles
****************************************************************************************************/
.eventContent {
	width: 100%;
}
.eventContent h1{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0px 0px 3px 10px;
	padding:4px 80px 0px 0px;
	border-top: 1px solid #999;
	color:#7C57AE;
	font-family:Arial, Helvetica, sans-serif;
}
.eventContent h2{
	padding-bottom: 10px;
}

.eventContent .eventType{
	font-size:12px;
}

.eventKind{
	font-size:12px;
	margin-bottom:0px;
	color:#7C57AE;
}
.date-format a {
	font-size: 11px;
}

.download a,
.download-file a {
	font-size: 9px;
}

.download, 
.date-format 
{
	float: right;
	background-color: white;
	border-top: 1px solid #999;
	display: inline;
	color: #8C67BE;
	padding: 4px;
	margin-bottom: 4px;
	font-size: 11px;
}
.download-file
{
	background-color: white;
	border-top: 1px solid #999;
	display: inline;
	color: #8C67BE;
	padding: 4px;
	margin-bottom: 4px;
	font-size: 11px;
}
.download,
.download-file {
	background-color: #FDD67B;
	margin:0px 0px 0px 0px;
	padding:1px 10px 1px 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.download-file {
	line-height: 3em;
	margin: 0 0 5px 0 !important;
}
.indented h3 {
	font-size: 13px;
	margin: 0;
}
.indented h4 {
	color: gray;
	font-weight: bold;
	font-size: 12px;
	margin: 4px 0;
}

table.date td {
	padding: 0;
	margin: 0;
}
table.date td input {
	text-align: right;
}
.home-advertisement {
	float: right;
}
div#inner-section h2 {
	font-size: 18px;
}
div#inner-section 
{
	text-align: left;
	padding: 0 40px 40px 40px;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.faq .faqq {
	padding: 5px 0;
	margin-left: 10px;
	color: #7C57AE;
	font-weight: bold;
}
.faq .faqq img {
	margin-bottom: -3px;
}
.faq .faqq a {
	text-decoration:none;
	color: #7C57AE;
}
.faq .faqa {
	padding: 5px 0;
	margin-left: 15px;
}

div#message-board-ct {
	background-color: #FFE199;
	display: block;
	width: 60%;
	text-align: left;
	font-weight:bold;
	padding: 5px;
	margin: 0;
}
div#message-board-ct a {
	text-decoration:none;
}
a.home-head {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px;
	display: block;
	margin: 0;
}
table.survey {
}
table.survey td,
table.survey th {
	border-bottom: 1px solid black;
}
table.survey-radio td,
table.survey-radio th {
	border-bottom: none;
}
table.survey th {
	text-align: right;
}
.error {
	color: red;
	font-weight: bold;
}


.medical-advisory-board {
	line-height: 220%;
}


/* FOrums */
.forum-header-row1 table {
padding-left: 32px;
}
#lbbc-forums h1,
#lbbc-forums  {
	width: 300px;
	text-align: center;
}

#lbbc-forums a , .login a{
	font-size: 11px;
	color: #7C57AE;
}
#lbbc-forums h1 {
	width: 100%;
	padding: 4px 0;
	margin: 0;
	display: block;
	color: white;
	background-color: #A4A49D;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align:center;
}
#lbbc-forums,
.login
{
	top: 15px;
	height: 60px;
}
#lbbc-forums {
	position: absolute;
	right: 50px;
	padding: 0;
	margin: 0;
	background-color: #FDD67B;
}
.login {
	width: 300px;
	text-align: center;
	position: absolute;
	right: 350px;
	background-color: white;
}
input.login-button {
	position: relative; 
	top: 14px;
}
a.tips {
	font-style: italic;
	padding-left: 5px;
	font-size: 11px;
	color: #6A6B5B;
}
img.content[align="right"] {
	padding-left: 10px;
	padding-bottom: 10px;
}
img.content[align="left"] {
	padding-right: 10px;
	padding-bottom: 10px;
}

a.doclibs {
	background-color:#FDD985;
	color: #6A6B5B; /*#93938A;*/
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a:hover.doclibs, div:hover.doclibs {
	background-color:#93938A;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;	
}

.doclibtable {
	background-color: #CCCCCC;
	border-color: #CCCCCC;
	border-width : 0px;
	border-style: solid;
}

.doclibtd {
	background-color: #ECECEA;
	font-size: 11px;
	font-weight: normal;	
}