/*------------------------------------------------------------------------------
CLEAR THE DECKS
------------------------------------------------------------------------------*/

a img,:link img,:visited img, input[src] { border:none }

a:link { color: #426fb7; text-decoration: none; background: transparent; border: 0; }
a:visited { color: #426fb7; text-decoration: none; background: transparent; border: 0; } /*color:#cc1e89;*/
a:hover { color: #426fb7; text-decoration: underline; background: transparent; border: 0; }
a:active { color: #426fb7; text-decoration: underline; background: transparent; border: 0; }


a.name:hover { 
	text-decoration:none; 
	background:transparent; 
	border: 0
	
	}

a.utility_nav:link  { 
	color: #ffffff;
	text-decoration: none;
	
}

a.utility_nav:visited { 
	color: #ffffff; 
	text-decoration: none;
}

a.utility_nav:hover { 
	color: #ffe563; 
	background: transparent; 
	text-decoration: none; 
}

/*------------------------------------------------------------------------------
HTML PREFERENCES
------------------------------------------------------------------------------*/	

ul {								
	margin:0 0 0 15px;  
	padding:0;
	list-style-image:url('/images/simple_arrow.gif');		
}

	li a {
		color: #000000;
		text-decoration: none;
	}	

ul li { 
	margin: 0 0 5px 5px;
	 }
	 
ul.list_arrow {
	list-style-image:url('/images/list_arrow.gif');
	list-style-position: outside;
	font-size:90%;
}

ul.list_arrow li {
	margin: 3px 0 0 0;
}

ol {
	margin:0 0 0 20px;  
	padding:0;			
}

ol li { 
	margin: 0 0 5px 5px;
	 }

h1 {
	font-size: 120%;
	color: #000; 
	margin: 18px 0 0 0; 
	display: block; 
}

h2 {
	font-size: 110%;
	color: #000; 
	margin: 18px 0 0 0; 
	display: block; 
}

h2.right_col {
	font-size:.9em; 
	color: #000; 
	margin: 10px 0 5px 0; 
	display: block; 
}



h3 { 
	font-size: 100%;
	color: #000000; 
	margin: 0 0 0 0; 
	display: block; 
}

h4 { 
	font-size: 100%;
	font-weight: bold; 
	color: #000000; 
	margin: 15px 0 0 0; 
	display: block; 
}

h5 { 
	font-size: 100%;
	font-weight: bold; 
	color: #000000; 
	margin: 3px 0 3px 0; 
	display: block; 
}

h6 { 
	font-size: 1em;
	font-weight: bold; 
	color: #000000; 
	margin: 0px 0 0px 0; 
	display: block; 
}

p {
	display: block; 
	text-align: left; 
	margin: 15px 0; 
}

p.caption {
	font-size:80%;
	font-weight: bold;
	display: block; 
	text-align: center; 
	margin: 2px 0; 
}

dl {
	display: block; 
	text-align: left; 
	margin: 15px 0 0 15px; 
}

dt {
	display: block; 
	text-align: left; 
	margin: 10px 0 0 0;  
	padding: 0px; 
}

dd {
	display: block; 
	text-align: left; 
	margin: 0 0 0 15px;  
	padding: 0px; 
}

table.full-size {
	display: block;  
	margin:0 0 0 0; 
}

table.callout {
	display: block;  
	margin:0 0 0 0; 
}

table.callout-links {
	display: block;  
	margin:0 0 0 0; 
}

i {
	font-family: arial; 
}

sup {
	text-decoration: none; 
}

.horizontal_rule {
	float:left;
	border-top:1px solid #5779ad;
	width:530px;
	margin:5px;
}

.banner_search_text { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #ffffff;
}

	.button_img { 
		border:none; 
		margin-left:5px; 
		width:91px; 
		height:21px; 
}
	
	.searchbutton_img { 
		border:none; 
		margin-left:2px; 
		width:24px; 
		height:19px;  
}
	
form { display:inline; }
label { float:left; width:80px; line-height:20px; display:block; text-align:right; padding-right:3px; clear:left; }
input { font-size:90%; color:#406eb6; height:20px;   padding:3px 2px; }
input.header { font-size:80%; color:#406eb6; border:1px solid #4671b4; height:14px; float:left; padding:2px 2px; }
select { color:#406eb6; border:1px solid #4671b4; height:22px;  padding:2px 2px; }
textarea { font-size: 90%; color: #406eb6; border: 1px solid #4671b4; 
 padding:3px 3px; height:auto; margin:5px 0 10px 0}
input.check_field { margin:2px; margin-right:2px; background:none; border:none; }
input.submitbutton, a.button { font-size: 110%; color: #fff; padding: 2px 2px; background-color: #406eb6; height: 24px; }

/*------------------------------------------------------------------------------
SITE-WIDE HTML
------------------------------------------------------------------------------*/	

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	margin: 0 0;
	padding: 0 0;
	behavior: url('/css-js/csshover.htc');
}

.search_block1 { 
	width: 326px; 
	height: 28px; 
	position: absolute; 
	left: 0px; 
	top: 0; 
	z-index: 48; 
	color: #577aae; 
	font-size: 50%; 
}

/*------------------------------------------------------------------------------
SITE-WIDE DIVS
------------------------------------------------------------------------------*/	

div#container {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 769px;
	height: 400px;
	background: #fff url(/images/content-repeater.jpg) repeat-y;
}

	html>body div#container { /* browser hack for height must have */
		height: auto;
		min-height: 400px;
	}
	
div#container hr {
	display: block; 
	clear: left; 
	margin: 0;
	visibility: hidden;
}

div#left_column {
	float: left;
	display: inline;
	width: 555px;
	margin: 0;
}

div#right_column {
	float: left;
	width: 190px;
	margin: 0 0 0px 5px;
}

div#find_periodontist {
	position: absolute;
	width: 290px;
	height: 45px;
	padding: 3px 0 0 10px;
	top: 265px;
	left: 0;
	z-index: 60;
}

div#footer {
	position: relative;
	margin: 0 auto;
	width: 769px;
	height: 32px;
	background: transparent url(/images/footer.jpg) no-repeat;
}

	div#footer p {
		text-align: center;
		margin: 0px;
		padding-top: 15px;
		font-family:Arial, Helvetica, sans-serif; 
		font-size:75%;
		color: #fff;	
	}

	div#footer a {
		color: #ffffff;
		text-decoration: underline;
	}
	
	div#footer a:hover {
		color: #F8D838;
		text-decoration: underline;
	}

.arrow {
	background-image: url("/images/arrow.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

ul.simple_arrow {
	list-style-image:url('/images/simple_arrow.gif'); 
	margin: 1px 0 1px 30px;
}
li.simple_arrow { padding: 23px 0px; }

/*------------------------------------------------------------------------------
DIVS -- HEADER
------------------------------------------------------------------------------*/	

div#header_home {
	float: left;
	margin: 0;
	width: 769px;
	height: 163px;
	background-image: url(/images/header_home.jpg);
	background-repeat: no-repeat;
}

div#header_health {
	float: left;
	margin: 0;
	width: 769px;
	height: 163px;
	background-image: url(/images/header_health.jpg);
	background-repeat: no-repeat;
}

div#header_members {
	float: left;
	margin: 0;
	width: 769px;
	height: 163px;
	background-image: url(/images/header_members.jpg);
	background-repeat: no-repeat;
}

div#header_utility {
	float: left;
	margin: 0;
	width: 769px;
	height: 136px;
	background-image: url(/images/header_utility.jpg);
	background-repeat: no-repeat;
}

div#logo {
	float: left;
	display: inline;
	width: 310px;
	margin-left: 18px;
	margin-top: 33px;
}

/*------------------------------------------------------------------------------
DIVS -- HOME
------------------------------------------------------------------------------*/	

div#right_column_home {
	float: left;
	width: 190px;
	margin: 0 0 0 15px;
}
	
div#left_col_image {
	float: left;
	display: inline;
	width: 201px;
	margin-top: 15px;
	margin-left: 15px;
	border-color: #bdcbdf;
	border-style: solid;
	border-width: 7px;
}

div#left_col_know {
	float: left;
	display: inline;
	width: 260px;
	margin-top: 15px;
	margin-left: 15px;
}

ul.home {								
	margin: 0 0 0 15px;  
	padding: 0;
	list-style-image:url('/images/simple_arrow.gif');
	font-size:90%		
}	

ul.home li { 
	margin: 5px 0 0 0;
}

/*------------------------------------------------------------------------------
DIVS -- SUB
------------------------------------------------------------------------------*/	

	div#left_column_sub {
	float: left;
	display: inline;
	width: 540px;
	margin: 0;
	padding: 10px;
}

	div#print_email { 
		width: 195px; 
		float: left; 
		font-size: 85%; 
		margin-bottom: 10px;
	}
	
	div#path { 
		width: 345px; 
		float: left; 
		font-size: 85%; 
		margin-bottom: 10px;
	}
	
	div#reduced { 
		font-size: 90%;
	}

.text_callout { float:left; display:inline; padding:15px; 
margin:0; border-top:1px solid #4570b3; border-bottom:1px solid #4570b3; background:url('/images/text_callout_fon.gif') repeat-x 0 0; font-size:90%; }
.text_callout table {display:block; font-size: 100%; text-align:left; 
margin:0 0 0 0; }
.text_callout ul {list-style-image:url('/images/simple_arrow.gif'); 
font-size: 100%; margin:3px 0 0 14px; }
.text_callout li {margin:1px 0 0 0; }

.text_callout1 { padding:15px; margin:10px 5px 0 5px; border-top:1px solid #4570b3; font-size:85%; width:70%; border-bottom:1px solid #4570b3; background:url('/images/text_callout_fon.gif') repeat-x 0 0; }
.text_callout1 table {display:block; font-size: 100%; text-align:left; 
margin:0 0 0 0; }
.text_callout1 ul {list-style-image:url('/images/simple_arrow.gif'); 
font-size: 100%; margin:1px 0 0 16px; }
.text_callout1 li {font-size: 100%; margin:1px 0 0 0; }


/*------------------------------------------------------------------------------
DIVS -- UTILITY NAVIGATION  
------------------------------------------------------------------------------*/	

#utility_container ul {
	padding-left: 5px;
	margin-left: 0;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#utility_container ul li { 
	display: inline; 
}

#utility_container ul li a {
	padding-right: 20px;
	color: #ffffff;
	float: left;
	text-decoration: none;
}

#utility_container ul li a:hover {
	color: #b66200;
	text-decoration: none;
}

#utility_container table {
	padding-left: 5px;
	margin-left: 0;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}

/*------------------------------------------------------------------------------
DIVS -- NAVIGATION CONTAINERS
------------------------------------------------------------------------------*/	

div#utility_container {
	position: absolute;
	top: 0;
	left: 413px;
	width: 325px;
	height: 18px;
	z-index: 10;
}

	.form {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #406eb6;
		margin-bottom: 5px;
	}

div#nav_tab_1 {
	position: absolute;
	width: 200px;
	height: 18px;
	left: 20px;
	top: 109px;
	z-index: 90;
	/*border: 1px solid #c00;*/
}
div#nav_tab_2 {
	position: absolute;
	width: 200px;
	left: 222px;
	height: 18px;
	top: 109px;
	z-index: 90;
	/*border: 1px solid #c00;*/
}
div#nav_tab_3 {
	position: absolute;
	width: 200px;
	left: 423px;
	height: 18px;
	top: 109px;
	z-index: 90;
	/*border: 1px solid #c00;*/
}

div#nav_sub_container {
	position: absolute;
	width: 769px;
	height: 20px;
	top: 135px;
	left: 0px;
	text-align: center;
	z-index: 80;
}


/*------------------------------------------------------------------------------
DIVS -- UTILITY NAVIGATION  
------------------------------------------------------------------------------*/	

#utility_container ul {
	padding-left: 5px;
	margin-left: 0;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#utility_container ul li { 
	display: inline; 
}

#utility_container ul li a {
	padding-right: 20px;
	color: #ffffff;
	float: left;
	text-decoration: none;
}

#utility_container ul li a:hover {
	color: #b66200;
	text-decoration: none;
}


/*------------------------------------------------------------------------------
DIVS -- TABBED NAVIGATION  
------------------------------------------------------------------------------*/	

/* ------------ MENU ONE -------- */

#menuh_tab1 { 
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	text-align: left;
	width: 210px;
}

/*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/

#menuh_tab1 li {   
	float: left;
	padding: 0;
	margin: 0;
}

#menuh_tab1 li a {
	display: block;
	color: #ffffff;
	padding-bottom: 3px;
	font: bold 12px Tahoma, arial, verdana, san-serif;
	background: transparent url(/images/ie_menu_background.gif) no-repeat top right; /*for IE to get live space beneath link--can't be transparent*/
	height: 1%;  /*for IESick.0 to get live space beneath link*/
}

#menuh_tab1 a:hover {
	color: #F8D838; /* hover state color of top level text */ 
	text-decoration: none;
}

/*CONTROLS ONLY SECOND-LEVEL LIST ITEMS*/ 

#menuh_tab1 ul { /*second level ul*/
	float: left;
	margin: 0 0 0 -15px; /*determines alignment under top ul*/
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
	width: 205px;
}

#menuh_tab1 ul li {   
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	color: #ffffff; 
}

#menuh_tab1 ul li a {
	display: block;
	padding: 3px 0px 3px 12px; /* padding of text within dropdown box */
	width: 186px; /* width of dropdown menu, must be adjusted according to padding*/
	background: #9cc60a; /* background color of dropdown menu */
	color: #ffffff;
	border-bottom: 1px solid #517400; /* border width around dropdown menu */
	border-right: 1px solid #517400; /* border width around dropdown menu */
	border-left: 1px solid #517400; /* border width around dropdown menu */
	text-transform: none;
}

#menuh_tab1 ul li a:hover {
	color: #ffffff; /* color of nav text */
	background-color: #e88f27; /* background color of hover state */
	text-decoration: none;
}

#menuh_tab1 li ul {  
	position: absolute;
	padding: 0;
	width: 200px;
	left: -999em;
	z-index: 1;
}

#menuh_tab1 .top_tab { 
	border-top: 1px solid #517400;
} /* border width around dropdown menu */


/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
#menuh_tab1 li ul ul {   
	margin: 22px 0 0 149px; /* 4 of 4 */
}

/* lists nested under hovered list items */
#menuh_tab1 li:hover ul ul, #menuh_tab1 li:hover ul ul ul, #menuh_tab1 li:hover ul ul ul ul, #menuh_tab1 li.sfhover ul ul, #menuh_tab1 li.sfhover ul ul ul, #menuh_tab1 li.sfhover ul ul ul ul {
	left: -999em;
}
#menuh_tab1 li:hover ul, #menuh_tab1 li li:hover ul, #menuh_tab1 li li li:hover ul, #menuh_tab1 li li li li:hover ul, #menuh_tab1 li.sfhover ul, #menuh_tab1 li li.sfhover ul, #menuh_tab1 li li li.sfhover ul, #menuh_tab1 li li li li.sfhover ul {
	left: auto;
}

/* ------------ MENU TWO -------- */

#menuh_tab2 { 
	float: left;
	display: inline;
	list-style: none;
	text-align: left;
	width: 210px;
	margin: 0;
	padding: 0;
}

/*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/

#menuh_tab2 li {   
	float: left;
	padding: 0;
	margin: 0;
}

#menuh_tab2 li a {
	display: block;
	color: #ffffff;
	padding-bottom: 3px;
	font: bold 12px Tahoma, arial, verdana, san-serif;
	background: transparent url(/images/ie_menu_background.gif) no-repeat top right; /*for IE to get live space beneath link--can't be transparent*/
	height: 1%;  /*for IESick.0 to get live space beneath link*/
}

#menuh_tab2 a:hover {
	color: #F8D838; /* hover state color of top level text */
	text-decoration: none;
}

/*CONTROLS ONLY SECOND-LEVEL LIST ITEMS*/ 

#menuh_tab2 ul { /*second level ul*/
	float: left;
	margin: 0 0 0 -15px; /*determines alignment under top ul*/
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
	width: 205px;
}

#menuh_tab2 ul li {   
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	color: #ffffff; 
}

#menuh_tab2 ul li a {
	display: block;
	padding: 3px 0px 3px 12px; /* padding of text within dropdown box */
	width: 186px; /* width of dropdown menu, must be adjusted according to padding*/
	background: #9cc60a; /* background color of dropdown menu */
	color: #ffffff;
	border-bottom: 1px solid #517400; /* border width around dropdown menu */
	border-right: 1px solid #517400; /* border width around dropdown menu */
	border-left: 1px solid #517400; /* border width around dropdown menu */
}

#menuh_tab2 ul li a:hover {
	color: #ffffff; /* color of nav text */
	background-color: #e88f27; /* background color of hover state */
	text-decoration: none;
}

#menuh_tab2 li ul {  
	position: absolute;
	padding: 0;
	width: 200px;
	left: -999em;
	z-index: 1;
}

#menuh_tab2 .top_tab { 
	border-top: 1px solid #517400;
} /* border width around dropdown menu */


/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
#menuh_tab2 li ul ul {   
	margin: 22px 0 0 149px; /* 4 of 4 */
}

/* lists nested under hovered list items */
#menuh_tab2 li:hover ul ul, #menuh_tab2 li:hover ul ul ul, #menuh_tab2 li:hover ul ul ul ul, #menuh_tab2 li.sfhover ul ul, #menuh_tab2 li.sfhover ul ul ul, #menuh_tab2 li.sfhover ul ul ul ul {
	left: -999em;
}
#menuh_tab2 li:hover ul, #menuh_tab2 li li:hover ul, #menuh_tab2 li li li:hover ul, #menuh_tab2 li li li li:hover ul, #menuh_tab2 li.sfhover ul, #menuh_tab2 li li.sfhover ul, #menuh_tab2 li li li.sfhover ul, #menuh_tab2 li li li li.sfhover ul {
	left: auto;
}

/* ------------ MENU THREE -------- */

#menuh_tab3 { 
	float: left;
	display: inline;
	list-style: none;
	text-align: left;
	width: 210px;
	margin: 0;
	padding: 0;
}

/*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/

#menuh_tab3 li {   
	float: left;
	padding: 0;
	margin: 0;
}

#menuh_tab3 li a {
	display: block;
	color: #ffffff;
	padding-bottom: 3px;
	font: bold 12px Tahoma, arial, verdana, san-serif;
	background: transparent url(/images/ie_menu_background.gif) no-repeat top right; /*for IE to get live space beneath link--can't be transparent*/
	height: 1%;  /*for IESick.0 to get live space beneath link*/
}

#menuh_tab3 a:hover {
	color: #F8D838; /* hover state color of top level text */
	text-decoration: none;
}

/*CONTROLS ONLY SECOND-LEVEL LIST ITEMS*/ 

#menuh_tab3 ul { /*second level ul*/
	float: left;
	margin: 0 0 0 -14px; /*determines alignment under top ul*/
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
	width: 205px;
}

#menuh_tab3 ul li {   
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	color: #ffffff; 
}

#menuh_tab3 ul li a {
	display: block;
	padding: 3px 0px 3px 12px; /* padding of text within dropdown box */
	width: 186px; /* width of dropdown menu, must be adjusted according to padding*/
	background: #9cc60a; /* background color of dropdown menu */
	color: #ffffff;
	border-bottom: 1px solid #517400; /* border width around dropdown menu */
	border-right: 1px solid #517400; /* border width around dropdown menu */
	border-left: 1px solid #517400; /* border width around dropdown menu */
	text-transform: none;
}

#menuh_tab3 ul li a:hover {
	color: #ffffff; /* color of nav text */
	background-color: #e88f27; /* background color of hover state */
}

#menuh_tab3 li ul {  
	position: absolute;
	padding: 0;
	width: 200px;
	left: -999em;
	z-index: 1;
}

#menuh_tab3 .top_tab { 
	border-top: 1px solid #517400;
} /* border width around dropdown menu */


/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
#menuh_tab3 li ul ul {   
	margin: 22px 0 0 149px; /* 4 of 4 */
}

/* lists nested under hovered list items */
#menuh_tab3 li:hover ul ul, #menuh_tab3 li:hover ul ul ul, #menuh_tab3 li:hover ul ul ul ul, #menuh_tab3 li.sfhover ul ul, #menuh_tab3 li.sfhover ul ul ul, #menuh_tab3 li.sfhover ul ul ul ul {
	left: -999em;
}
#menuh_tab3 li:hover ul, #menuh_tab3 li li:hover ul, #menuh_tab3 li li li:hover ul, #menuh_tab3 li li li li:hover ul, #menuh_tab3 li.sfhover ul, #menuh_tab3 li li.sfhover ul, #menuh_tab3 li li li.sfhover ul, #menuh_tab3 li li li li.sfhover ul {
	left: auto;
}

/*------------------------------------------------------------------------------
DIVS -- SUB NAVIGATION  
------------------------------------------------------------------------------*/	

#menuh_sub { 
	float: left;
	display: inline;
	line-height: 1;
	list-style: none;
	text-align: left;
}

/*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/
#menuh_sub li { float: left; } /* makes it horizontal*/

#menuh_sub li a {
	display: block;
	color: #ffffff; /* text color of main li */
	text-decoration: none;
	padding: 0px 10px 5px 10px;
	font: bold 12px Tahoma, arial, verdana, sans-serif;
	background: transparent url(/images/ie_menu_background.gif) no-repeat top right; /*for IE to get live space beneath link--can't be transparent*/
}

#menuh_sub .divider {
	background: transparent url(/images/menu_divider.gif) no-repeat top right;
}

#menuh_sub a:hover {
	color: #F8D838; /* hover state color of main li  */
}

/*CONTROLS ONLY SECOND-LEVEL LIST ITEMS*/ 
/*	using left instead of display to hide menus because display: none isn't read by screen readers	*/	

#menuh_sub ul {
	float: left;
	padding: 0;
	list-style: none;
	line-height: 1;
	width: 149px;
}

#menuh_sub ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#menuh_sub ul li a {
	display: block;
	color: #ffffff; /* color of nav text   								<<==   */
	padding: 3px 0 3px 15px; /* padding of text within dropdown box */
	background: #D57713; /* background color of dropdown menu      <<==   */
	width: 155px; /* width of dropdown menu */
	border-right: 1px solid #9c5400;   /*  <<==   */
	border-left: 1px solid #9c5400;  /*  <<==   */
	border-bottom: 1px solid #9c5400;  /*  <<==   */
}

#menuh_sub ul li a:hover {
	color: #F8D838;
	background-color: #E98F1D; /* background color of hover state of link in dropdown menu  <<==   */
}

#menuh_sub li ul {  /*keep but ignore this selector (hides the nested ul)*/
	position: absolute;
	margin: 0;
	padding: 0;
	left: -999em;
}

#menuh_sub .top_tab { 
	border-top: 1px solid #9c5400;  /*  <<==   */
} 


/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
	#menuh_sub li ul ul {   
		margin: -22px 0 0 171px; /* sets vert offset of the hori. flyout of a dropdown*/
	}

/* lists nested under hovered list items */
#menuh_sub li:hover ul ul, #menuh_sub li:hover ul ul ul, #menuh_sub li:hover ul ul ul ul, #menuh_sub li.sfhover ul ul, #menuh_sub li.sfhover ul ul ul, #menuh_sub li.sfhover ul ul ul ul {
	left: -999em;
}
#menuh_sub li:hover ul, #menuh_sub li li:hover ul, #menuh_sub li li li:hover ul, #menuh_sub li li li li:hover ul, #menuh_sub li.sfhover ul, #menuh_sub li li.sfhover ul, #menuh_sub li li li.sfhover ul, #menuh_sub li li li li.sfhover ul {
	left: auto;
}

/* ERIC new B ends here */

/*------------------------------------------------------------------------------	
RESERVED Selectors - Leave for the editor
------------------------------------------------------------------------------*/	
		
table {}
th {}
tr {}
td {}

/*------------------------------------------------------------------------------	
FORMS 
------------------------------------------------------------------------------*/		
div.form {
	float: left;
	width: 400px;
	margin: 10px 0 40px 0px;
}
div.frow {
	clear: both;
	padding-top: 8px;
}
div.frow span.label, div.frow span.blabel {
	font: 11px arial, sans-serif;
	color: #20447f;
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 2px;  /* changes baseline of label text */
}
div.frow span.blabel {
  font-weight: bold;
}
div.frow span.frm {
	font: 11px arial, sans-serif;
	color: #20447f;
	float: right;
	width: 290px;
	margin-top: 2px;
} 
textarea, input, select { margin: 0; padding: 1px; }  


.hpaap 
{
        visibility: hidden; display: none; 
}

.FormTitle 
{
        visibility: hidden; display: none; 
}


/*------------------------------------------------------------------------------	
SIMPLE CLASSES
------------------------------------------------------------------------------*/		
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.emphasize { font-weight: bold; font-style: italic; text-decoration: underline;}
.clearleft 	{ clear: left; }
.clearright { clear: right; }
.clearboth 	{ clear: both; }
.floatleft	{ float: left; }
.floatright { float: right; }


/*------------------------------------------------------------------------------	
PRODUCT CATALOG CLASSES
------------------------------------------------------------------------------*/		
div#header_catalog {
	float: left;
	margin: 0;
	width: 769px;
	height: 163px;
	background-image: url(/images/header_cat.jpg);
	background-repeat: no-repeat;
}

div#right_catalog {
	float: left;
	width: 190px;
	margin: 0 0 0 8px;
}

.prodcat_divide {
	float:left;
	border-top:1px solid #5779ad;
	width:535px;
	margin: 15px 0; 
}

.prodcat_addivide {
	float:left;
	border-top:1px solid #ffffff;
	height:5px;
	width: 186px;
}

.prodcat_title {
	margin-right:10px;
}

a.prodcat_title:link  { 
	color: #426fb7;
	text-decoration: none;
		
}

a.prodcat_title:visited { 
	color: #426fb7; 
	text-decoration: none;
}

a.prodcat_title:hover { 
	color: #426fb7; 
	background: transparent; 
	text-decoration: underline; 
}

.prodcat_price {
	font-size: 90%;
	display: block; 
	text-align: left; 
	margin: 4px 0; 
	font-weight:bold;
}

.prodcat_price_nobold {
	font-size: 90%;
	display: block; 
	text-align: left; 
	margin: 4px 0; 
	}

.prodcat_paragraph {
	display: block; 
	text-align: left; 
	margin-right:10px;
	}
	
.prodcat_listparagraph {
	font-size: 90%;
	display: block; 
	text-align: left; 
	margin-right:10px;
	}
 
input.prodcat { 
	height: 20px;
	margin-top:3px;
	 }
	 

 /*------------------------------------------------------------------------------	
PRINT PAGE CLASSES
------------------------------------------------------------------------------*/

.print_block { 
	background:#fff; 
	margin-left:15%;
	margin-right:15%; 
	width:70%;
	display:block;
	text-align:left; 
	float:left; 
	padding-left:15px; 
	padding-right:15px; 
	padding-top:10px;
	}

.print_footer { 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000; 
	font-size:70%; 
	text-align:center; 
	margin:15px 25px;
	}	
 
	
/*------------------------------------------------------------------------------	
MEMBER SERVICE CENTER CLASSES
------------------------------------------------------------------------------*/

.MS_CenterDivider {
	background: #fff url(images/MS_ContentDivider.jpg) repeat-y;
	margin: 0px;
	}

div#left_column_memberserv {
	float: left;
	margin: 0px 10px 10px 10px;
	}

div#center_column_memberserv_home {
	margin: 0px 5px 0px 20px;
	float:left;
	width:73%;
	}
		
div#center_column_memberserv {
	margin: 10px 0px 0px 20px;
	float:left;
	}
	
div#center_column_memberserv_home p {
	text-align: left; 
	margin: 15px 0px 0px 0px;
	padding-right: 10px; 
	}

		
.Title {
	font-size: 1.4em; 
	color: #000000; 
	margin: 10px 0 5px 0; 
	display: block; 
	}
 
.SectionTitle {
      font-weight: bold;
	  background-color: #f6f3b3;
      font-size: 90%;
      border-top: 1px #cc6600 solid;
	  border-bottom: 1px #cc6600 solid;
      font-family: Verdana, Arial, Serif;
      text-align: left;
	  padding-top:3px;
	  padding-bottom:3px;
	}


.ColHeader {
      font-weight: bold;
	  color: #005f9c;
      font-size: 80%;
  	  border-bottom: 1px #005f9c solid;
      font-family: Verdana, Arial, Serif;
      text-align: left;
	  padding-top:3px;
	  padding-bottom:3px;
	}

.MS_TD {
      color: #000000;
      font-size: 80%;
  	  border-bottom: 1px #005f9c solid;
      font-family: Verdana, Arial, Serif;
      text-align: left;
	  padding-top:2px;
	  padding-bottom:2px;
	}
	
.MemberServ_Spacer {
	height:25px;
	}

		
.MS_Footer_Rule {
	border-top: 1px #005f9c solid;
	padding-top:10px;
	}


.MS_footer{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:75%;
	}
