/*"Anyone can create a usable website. It takes a graphic designer to make it slow, confusing, and painful to use." Gary Turner
http://garyblue.port5.com/

*/

/*div{border: 1px solid #FF0000; Div tester }*/

body a:link, body a:visited, body a:active {
	color: #666666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

body a:hover {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}

.aboutContent {
	font-size: 70%;
	padding: 10px;
	vertical-align: top;
	border: 0px solid #ACA899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	text-align: left;
}

.acronym{
	font-weight:bold;
	font-size: 2em;
	font-family: Garamond, Times, Times New Roman, serif;
	color:#CC0000;
}

#alert {
	position:relative;
	top:40px;
	right:-80px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width:400px;
	height: 12px;
	color:#666666;
	font-size: 70%;
	font-family: Arial;
}

#alert a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
	font-weight:normal;
}

#alert a:hover {
	color: rgb(220, 20, 60); /*tomato*/
	text-decoration: underline;
	font-weight:normal;
}

#alphaContainer {	/* "_root" holder div */
	width:772px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-color:#F6F6F6;
	/*height:100% !important; 	container must be 100% so that sug_Box can extend down to bottom of alphaContainer (height=100%). Unfortunately, IE doesn't obey.*/
	border: 0px solid #0000FF;
}

.archives {
	font-weight:bold;
	font-size:1.1em;
	float:right;
}

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.back {
	float:left;
	background-color:#333333;
	height:auto;
	width:100%;
	padding:4px;
	margin-bottom:10px;
	clear:both;
}

.back a:link, .back a:visited, .back a:active {
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

.back a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

body {
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
	height:100%;
	text-align: center;
	background-image: url(../images/pageBg.png);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position: top center;
	cursor: default;
}

.boldFuschia {
	font-weight:bold;
	color: #FF3366;
}

.boldGreen {
	font-weight:bold;
	color:#339900;
}

/* main events calendar table */
.mainCalTable {
	border: 1px solid #ACA899;
}

.calendar td {
	font-size: 60%;
	padding: 2px;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.catalogIndex{
	font-size:70%;
	padding: 0px;
	border: 0px solid #ACA899;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;*/
	margin:0px;
}

.ci_Box {
	padding: 5px;
	border: 1px solid #ACA899;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin:0px;
	width:auto;
	background-color:#FFFFFF;
	font-size: 1.1em;
}

/* Only _IE_ browsers < IE7 will see this; "Holly Hack". This is also CC (conditional commented) in ieHacks.css files (since IE7 won't recognize the * selector hack).************/
* html .ci_Box { height: 0.01%; }	

.ci_Box span{
	float:right;
	border: 0px solid #FF0000;
	text-align:left;
	width: 41%;
}

.ci_Box span a:link, .ci_Box span a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:normal;
	text-decoration: none;
}

.ci_Box span a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.catImages {
	border:0px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}

.clear_Box {
	clear: both;
	margin: 0px;
	padding: 0px;
	height:1px;
	border: 0px solid #FF0000;
	overflow: hidden;	/* For IE6 to obey height, otherwise, it ignores height listed above */
}

.contact {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
	padding: 10px;
}

.contactContent{
	font-size:70%;
	padding: 0px;
	border: 0px solid #ACA899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	margin:0px;
}

.contactForm {
	color: #333333;
	text-align: left;
	padding: 2px;
	border: 0px solid #FFFFFF;
}

#contentBottom {
	padding:0px;
	background:#F6F6F6;
	border: 0px;
	clear:both;
}

#contentLeft {
	width:153px;
	height:100%;
	padding:0px;
	float:left;
	background-color:#F6F6F6;
	margin: 0px 5px 5px 0px;
	border: 0px solid #FF0000;
}
	
#contentCenter {
	width:386px;
	height: auto;
	padding:0px;
	float:left;
	margin: 0px 5px 0px 0px;
}

#contentHeader {
	background-image: url(../images/topbanner-noFlashBg.png);
	background-repeat: no-repeat;
	padding: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#contentRight {		/* for right content on home page */
	width:195px;
	padding:0px;
	float:left;
	background:#F6F6F6;
	border: 1px solid #ACA899;
}

#contentRight1 {	/* for right content on pages other than home page (2 column layouts) */
	width:588px;
	padding:0px;
	float:right;	/* fixes diff of right margin widths in Fx and IE6*/
	background:#F6F6F6;
}

#contentRight2 {	/* for right content on contact page */
	width:577px;
	padding:0px;
	float:right;	/* fixes diff of right margin widths in Fx and IE6*/
	background:#F6F6F6;
}
	
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #F0F0F0;
	background-color:#333333;
	padding:0px 0px 2px 0px;
	margin-bottom:0px;
	width:auto;
	height: 40px;
	border: 0px solid #ff0000;
}

#copyright a:link, #copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #F0F0F0;
	background-color:#333333;
	padding:5px 3px 11px 3px;
	text-decoration: none;
	font-weight:bold;
	position:relative;
	top:0px;
}

#copyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	background-color:#F0F0F0;
	text-decoration: none;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #F0F0F0;
	background-color:#333333;
	padding:3px;
}

.credits a:link, .credits a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #F0F0F0;
	background-color:#333333;
	padding:3px;
	text-decoration: none;
	font-weight:bold;
}

.credits a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	background-color:#F0F0F0;
	padding:3px;
	text-decoration: none;
}

#dateTime {
	display: block;
	width: 190px;
	height: 25px;
	padding: 4px 0px 0px 13px;
	margin-left: 7px;
	color: #E0E0E0;
	font-size: 11px;
	font-family: Arial;
	float:left;
	background-image: url(../images/dateTimeBg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*border: 1px solid #0000FF;*/
}

/* table that encloses date tds */
.dateTitleTable  {
	border: 0px solid #ACA899;
}

/* For Fx only; Any td that comes after the first sibling td in .dateTitleTable class */
.dateTitleTable td+td {
	border: 0px solid #FFA899;
}

#defLink a:link, #defLink a:visited, #defLink a:active {
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	border-bottom: 1px dotted #666666;
	cursor:help;
}

#defLink a:hover {
	font-weight:normal;		
	text-decoration:none;
	border-bottom: 1px dotted #666666;
}

.divHeader {
	background-color: #ACA899;
	text-align:center;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	border: 1px solid #666666;
	height:23px;
	background-image: url(../images/thBg.jpg);
	clear:both; /* so it fluidly expands all the way across _parent div when vertically past leftcontent (menu column)*/
}

.divHeader span {
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	color: #F6F6F6;
	text-transform: capitalize;
	padding: 0px 0px 0px 36px;
	background: url(../images/divHeaderIcon.gif) no-repeat 0px -5px;
	border: 0px solid red;
}

.divHeader_Prod {
	background-color: #ACA899;
	text-align:center;
	padding: 5px;
	margin-top: 5px;
	height:15px;
	border: 1px solid #666666;
	background-image: url(../images/thBg.jpg);
}

.divHeader_Prod span{
	height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #F6F6F6;
	text-transform: capitalize;
	padding: 5px 0px 5px 36px;
	background-image: url(../images/divHeaderIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.emphasis{
	font-weight:bold;
	color:#CC6600;
}

.eventDetails {
	font-size: 70%;
	padding: 10px;
	vertical-align: top;
	border: 0px solid #ACA899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	text-align: left;
}

.eventDetails h5 {
	height: 16px;
	padding: 0px 0px 0px 26px;
	background-image: url(../images/eventDetail.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px solid purple;
}

.events1Td, .events2Td {
	padding: 0px;
	border: 1px solid #CCC;
	height: 100px;
	width: 188px;
}

/* ===================== BEGIN IMAGE SWAP "EVENT" CLASSES ====================== */

.events1Td a:link, .events1Td a:visited{ 
	background: url(../images/event-healthseminar.jpg) no-repeat 0px 0px; /*the image*/ 
	display: block; /*allows anchor to take width and height*/ 
	width: 188px; /*equal to image width*/ 
	height: 100px; /*equal to image height*/
} 

.events1Td a:hover { 
	background: url(../images/event-healthseminar1.jpg) no-repeat 0px 0px;
}

.events2Td a:link, .events2Td a:visited{ 
	background: url(../images/event-coop.jpg) no-repeat 0px 0px;
	display: block; 
	width: 188px; 
	height: 100px;
} 
.events2Td a:hover { 
	background: url(../images/event-coop1.jpg) no-repeat 0px 0px;
}

/* =============== END IMAGE SWAP "EVENT" CLASSES =======================*/

.export td {
	vertical-align: top;
	font-size: 75%;
	padding: 2px;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#fcontent_banner { 
	width: 770px; 
	height: 170px;
	border: 0px;
}
	
#fcontent_mainMenu {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ACA899;
	vertical-align: top;
	width: 153px;
	height: auto; 
}

#fcontent_slideshow { 
	width: 200px; 
	height: 180px;
	border: 0px;
}

.fyi {
	padding: 10px 0px 0px 0px;
	margin: 5px;
	border: 1px dashed #ACA833;
	background: url(../images/linePaper1Bg.gif) repeat-y 0px 0px;
}

.fyi span {
	display:block;
	font-size: 70%;
	font-family: Courier New, Arial, Helvetica, sans-serif;
	color: #343434;
	text-align: left;
	margin:15px 5px 20px 50px;
	
}

.fyiHeader {
	display:block;
	height: 35px;
	width:320px;
	margin: 0px 0px 0px 50px;
	background-image: url(../images/fyi.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border: 0px solid #00ff00;
}

h3 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	padding: 0px 0px 0px 28px;
	height: 20px;
	text-transform: capitalize;
	background-image: url(../images/h4-icon.gif);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	position:relative;
	left:-5px;
}

h5 {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

h6 {
	font-size: 11px;
}

h6.eventDate {
	font-size: 0.9em;
	color: #FF3366;
	margin:-15px 0px 0px 2.7em;
}

.headers {
	background-color: #FFCC00;
	text-align: center;
	font-family: Arial;
	font-size: 80%;
	color: #990000;
	padding: 5px;
	border-bottom: 1px solid #FFCCCC;
	font-weight: bold;
}

.homeContent {
	font-size: 70%;
	padding: 10px;
	vertical-align: top;
	border: 0px solid #ACA899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	text-align: left;
}

hr {
	width: 85%;
	border: 1px dotted #DFCAA6; /*For both Fx and IE*/
	text-align: center;
}

img {border:0px;}

.intro { /* not currently used; oranges ad in it's place 11/11/09*/
	background-image: url(../images/paperbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 15px 5px 7px 10px;
	margin:0px;
	text-indent: 24px;
}

.intro p {
	background-image: url(../images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.intronews { /* not currently used; oranges ad in it's place 11/11/09*/
	/*background-image: url(../images/paperbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	background-color:#f6f6f6;
	padding: 15px 5px 7px 10px;
	margin:0px;
}

legend {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
}

#mainBody {
	padding: 5px;
	border-right: 7px solid #333333;
	border-left: 7px solid #333333;
	border-bottom: 7px solid #333333;
	background-color: #F6F6F6;
	height:100%;
	margin:0px;
}

#mapDiv {
	display: none;
}

#mapDiv img{
	border: 1px dotted black;
}
		
.more a:link, .more a:visited, .more a:hover{
	float: right;
	padding: 2px 25px 0px 0px;
	height:16px;
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 39px 1px;
	text-transform: lowercase;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;*/
}

.news_Box{
	margin: 5px 0px 0px 0px;
	border: 1px solid #ACA899; 
	width: 153px; 
	height: auto;
}

.newsImages {
	border:1px solid #000000;
	float: right;
	margin-left: 10px;
}

.newsletter_Box {
	margin: 5px 0px 0px 0px;
	padding: 2px;
	height: auto;
	vertical-align: top;
	width: 190px;
	border-top:1px solid #ACA899;
}

.newsletterData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #666666;
	vertical-align: top;
	padding: 4px;
	margin:0px;
	border-top: 1px dotted #CCC;
}

.newsOther_Box{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 3px;
	text-align:left;
	border: 0px solid #00ff00;
	width:auto;
}

.newsOther_Box a:link, newsOther_Box a:visited {
	color: #666666;
	font-weight:normal;
	text-decoration: none;
}

.newsOther_Box a:hover {
	color: #CC6600;
	font-weight:normal;
	text-decoration: underline;
}

.newsOther_Box img {
	display:none;
}

#privacy0{
	margin: 0px auto 0px auto;
	padding: 5px 20px 0px 20px;;
	border-right: 7px solid #333333;
	border-left: 7px solid #333333;
	border-top: 7px solid #333333;
	height: 100px;
}

#privacy1 {
	width: auto;
	padding: 20px;
	border-right: 7px solid #333333;
	border-left: 7px solid #333333;
	border-bottom: 7px solid #333333;
	background-color: #F6F6F6;
	height:100%;
	margin:0px;
}

.productContent {
	font-size:70%;
	padding: 0px;
	border: 0px solid #ACA899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	margin:0px;
}

.productImages img{
	border:1px solid #666666;
	margin:1px;
	padding:1px;
}

.search {
	display:block;
	float: right;
	padding: 0px 13px 0px 0px;
	margin: 0px; /* need this here or Opera will make margins too wide*/
	height: 15px;
	width: 300px;
	text-align: right;
}

.searchDiv {
	position:relative;
	z-index:1;
	margin: 0px auto 0px auto;
	padding-right: 0px;
	padding-top: 5px;
	border-bottom: 7px solid #333333;
	background-color: #333333;
	background-image: url(../images/searchTableBg.jpg);
	width:100%;
	height:30px;
	display:block;
	clear:both;
}

input.searchField {
	width: 145px;
	height: 20px;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	background: transparent url(../images/searchFieldBg.gif) no-repeat;
	background-position: 0px 0px;
	border: 0px solid #666666;
	color: #333333;
} 

.results {
	font-size:70%;
	padding: 0px;
	border: 0px solid #ACA899;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;*/
	margin:0px;
}

.results a:link, .results a:visited .results a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	text-align: center;
	color: #CC0000;
	text-decoration: none;
}

.results a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	text-align: center;
	color: #CC0000;
	text-decoration: underline;
}

td.resultDetails{
	border: 0px solid red;
	margin:0px 10px 5px 5px;
	padding: 10px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	vertical-align:top;
}

.sitelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #ACA899;
	clear:both;
	border: 1px solid #CCC;
}

.sitelinks a:link, .sitelinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #999999;
	text-decoration: none;
}

.sitelinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #333333;
	text-decoration: underline;
}

.sitemap_Box {
	font-size:70%;
	padding: 0px;
	border: 0px solid #ACA899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	margin:0px;
}

.specialInterestData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #CCC;
}

td.specDetail{
	border: 0px solid red;
	margin:0px 10px 5px 5px;
	padding: 10px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	vertical-align:top;
}

td.specImage{
	border: 0px solid green;
	padding: 10px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.1em;
	text-align: center;
	color: #666666;
	vertical-align:top;
}

td.specImage img{
	border: 1px solid #ACA899;
	margin:0px auto 5px auto;
	text-align:center;
}

.subscribe {
	font-family: Arial;
	font-size: 80%;
	font-style: normal;
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 0px;
	border: 0px solid #CCC;
	margin:0px;
}

.sugLinks_Box{
	margin: 5px 0px 0px 0px;
	padding:3px;
	border: 1px solid #ACA899; 
	width: 147px; 
}

.sugLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #CCC;
}

.sugLinks a:link, .sugLinks a:active, .sugLinks a:visited {
	color: #9E9380;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 0px dashed #FF6600;
}

.sugLinks a:hover {
	color: #FF6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px dashed #FF6600;
}

.td3 {
	font-size: 70%;
	padding: 10px;
	vertical-align: top;
	border: 0px solid #ACA899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	text-align: left;
	background-color: #FFFFFF;
}

.welcome {
	font-size: 70%;
	padding: 0px;
	margin: 5px 5px 0px 5px;
	vertical-align: top;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	text-align: left;
}