/* CSS Document */

/*
 Browser: ("IE","OPERA","MOZILLA","NETSCAPE","FIREFOX","SAFARI");
 OS: ("MAC", "WIN", "LINUX");
 */
 
/* IE7/Win-specific CSS */
@import url("ie7win.css");

/* Safari/Mac-specific CSS */
@import url("safari.css");

#padding-scrollbar { 
  padding-top: 0px !important;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family:helvetica, arial, sans-serif;
}

a, a:link, a:visited {
	/*color: #044072;*/
	color:#044072;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #ed1c24;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 12px;
	line-height: 15px;
}

h1 {
 font-size: 19px;
 line-height: 22px;
 margin: 0;
 padding: 0 0 5px 0;
 font-family:  Arial, helvetica, sans-serif;
 font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 0 0 5px 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	margin: 0;
	padding: 0 0 2px 0;
}

.h3_border_normal {
	font-size: 12px;
	font-weight: normal;
	padding: 14px 0 3px 0;
	margin: 0 0 8px 0;
	line-height: 12px;
	border-bottom: 1px solid #cbcbcb;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	padding: 0 0 4px 0;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 10px 0 5px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	margin: 0;
	padding: 0px 0 0px 0;
}

.h5_overview {
	margin: 0;
	padding: 10px 0 0px 0;
}

#left_col ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#left_col ul li {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 18px;
	background: url(/images/bullet.gif) no-repeat 0 6px;
}

 ul.no_bullet_no_margin {
	/*padding: 0;*/
	margin: 0;
	padding: 0px;
	list-style: none;
}
#left_col ul.no_bullet li {
	/*padding: 0;*/
	margin: 0;
	padding: 0 0 0 10px;
	background: none;
}

#left_col ul.no_bullet li li {
	padding: 0 0 0 10px;
	/*background: url(/images/bullet.gif) no-repeat 0 6px;*/
}

#left_col ul.no_bullet li ul.blue_arrow li {
	padding: 0 0 0 20px;
	background: url(/images/red_arrow.gif) no-repeat 12px 2px;
}

#left_col ul.no_bullet_pad li {
	padding: 0 0 4px 8px;
	background: none;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

dd {
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 12px;
	line-height: 14px;
}

dl.font12px {
	padding: 0 0 14px 0;
}

dl.font12px dt {
	font-size: 12px;
	font-weight: bold;
}

dl.font12px dd {
	padding: 0 0 14px 0;
}

.nopad {
	padding: 0;
}

.clear_nopad {
	padding: 0;
	clear: both;
}

.clear_left {
	clear: left;
}

.pad_top {
	margin-top: 15px;
	clear: both;
}

.clear_pad_top_nopad {
	padding: 40px 0 0 0;
	clear: both;
}

.pad_top_bottom {
	padding: 40px 0 54px 0;
}

.clear {
	clear: both;
}

.normal {
	font-size: 12px;
}

.large {
	font-size: 13px;
	line-height: 13px;
	
}

.small {
	font-size: 12px;	
}

.msmall {
	font-size: 11px;	
}

.x-small {
	font-size: 10px;
	
}

.hr_top {
	background: url(/images/hr.gif) top no-repeat;
	padding-top: 10px;
}

.hr_top_wide {
	background: url(/images/hr_wide.gif) top no-repeat;
	padding-top: 10px;
	width: 250px;
}

#header_wrapper {
	width: 100%;
	height: 73px;
	background-color: #fff;
	border-bottom: 4px solid #080808;
}

#header {
	width: 935px;
	margin: 0 auto;
	height: 73px;
	position: relative;
}

#logo {
	position: absolute;
	top: 19px;
	left: 1px;
}

#top_search {
	position: absolute;
	top: 13px;
	/*top: 26px; Fanna */
	right: 1px;
	
}

#top_search form {
	margin: 0;
	padding: 0;
}

#top_search form .input {
	font-size: 11px;
	font-family:helvetica, arial, sans-serif;
	color: #999;
	width: 152px;
	padding: 2px 8px;
	border: 1px solid #abc2ee;
	margin: 0 7px 0 0;
	vertical-align: middle;
}

#top_search form .button {
	vertical-align: middle;
	/*width: 69px;
	height: 19px;*/
}

/* Top Nav */

#nav_wrapper {
 width: 100%;
 height: 21px;
 background: #cfcfcf;
}

#home_nav_wrapper {
 width: 100%;
 height: 21px;
 margin-bottom: 20px;
 background: #fff;
} 

#nav {
 height: 21px;
 width: 935px;
 margin: 0 auto;
 position: relative;
 z-index: 1000; 
}

#nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#nav li {
 float: left;
 padding: 0;
 margin: 0 2px 0 0;
 line-height: 21px;
 overflow: hidden;
 font-size: 11px;
 text-align: center; 
 background: url(/images/nav_top_bg.gif) bottom right no-repeat; 
}

#nav li a, #nav li a:link, #nav li a:visited {
 width: 95px;
 display: block;
 text-decoration: none;
 padding: 0;
 color: #fff;
} 

#nav li a:hover {
}

#nav li ul {
 position: absolute;
 z-index: 1000;
 left: -999em;
 height: auto;
 width: 150px;
 margin: 0;
 padding: 0;
 list-style-type: none; 
 border: 1px solid #fff;
 border-width: 0 1px 1px 0; 
}
 
#nav li ul li {
 width: 150px;
 text-align: left;
 line-height: 12px;
 border-top: 1px solid #fff;
 background: #aaa297;
 margin: 0; 
 
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
 padding: 6px;
 width: 138px;
}

#nav li li {
 background: #aaa297;
}

#nav li ul ul {
 margin: -25px 0 0 150px;
 border-left: 1px solid #fff;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
 left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
 left: auto;
}

#nav li:hover, #nav li.sfhover {
 background: url(/images/nav_li_top_hover_bg.gif) repeat-y bottom right;
}

#nav li.active {
 background: url(/images/nav_li_top_hover_bg.gif) repeat-y bottom right;
}

#nav li li:hover, #nav li li.sfhover {
 background-image: none;
 background: #808080;
}



#content_wrapper {
	width: 100%;
	background-color: #cfcfcf;
	float: left;
	padding: 0 0 20px 0;
}

#content_container {
	margin: 0 auto;
	width: 935px;
}

#content {
	width: 935px;
	margin: 20px 0 0 0;
	background: url(/images/content_bg.gif) top left no-repeat;
	float: left;
}


#home_content_top_wrapper {
	width: 100%;
	background-color: #cfcfcf;
	float: left;
	padding: 0;
}

#home_content_top {
	margin: 0 auto;
	width: 935px;
	height: 305px;
	background: #dedccd;
}

#home_content_top_left {
	float: left;
	width: 646px;
	border-right: 3px solid #d0cbc9;
}

#home_content_top_right {
	float: left;
	width: 256px;
	background: #dedccd;
	padding: 10px 15px;
}


#home_content_top_right form {
	margin: 0;
	padding: 0;
	line-height: 14px;
}

#home_content_top_right form select.select {
	width: 251px;
	font-size: 11px;
	font-family:helvetica, arial, sans-serif;
	margin: 0 0 6px 0;
}

#home_content_top_right form .selectbox {
	width: 251px;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 6px 0;
	color: #044072;
}

#home_content_top_right form input.input {
	width: 163px;
	font-size: 11px;
	padding: 2px;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 6px 0;
}

#home_content_top_right p.red_link {
	padding: 0 0 14px 0;
	font-size:10px;
}


#home_content_bottom_wrapper {
	width: 935px;
	margin: 0 auto;
	background-color: #fff;
	clear: both;
}

#home_content_bottom {
	float: left;
	width: 935px;
	background: url(/images/home_bottom_bg.gif) repeat-y;
	padding: 0;
	margin: 18px 0;
}

#home_content_bottom p {
	font-size: 11px;
	line-height: 16px;
	color: #515050;
}

#home_content_bottom a, #home_content_bottom a:link, #home_content_bottom a:visited {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	vertical-align: middle;
}

#home_bottom_left, #home_bottom_center, #home_bottom_right {
	width: 274px;
	float: left;
	padding: 16px 26px 4px 26px;
}

#home_bottom_left {
	padding: 16px 26px 4px 4px;
}

#home_bottom_right {
	padding: 16px 4px 4px 26px;
	width: 275px;
}


#left_col {
	margin: 11px 0 0 0;
	width: 655px;
	padding: 0 20px 40px 20px;
	float: left;
	background: #fff url(/images/left_col_bg.gif) bottom no-repeat;
	min-height: 300px;
}

#right_col {
	width: 215px;
	margin: 11px 0 0 0;
	float: right;
}

#right_col #controls {
	width: 171px;
	padding: 0 22px 8px 22px;
	margin: 0 0 12px 0;
	font-size: 11px;
	line-height: 18px;
	background: #dedccd url(/images/controls_bottom_bg.gif) no-repeat bottom;
}

#right_col #controls a, #right_col #controls a:link, #right_col #controls a:visited {
	color: #ed1c24;
}

#right_col #controls img {
	margin: 0 0 0 4px;
}

#right_col_content {
	width: 215px;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	background: #dedccd url(/images/right_col_bottom_bg.gif) no-repeat bottom;
}

#right_col_content h3, #right_col_content h4 {
	padding: 10px 22px 8px 22px;
	margin: 0;
}

#right_col_content .top {
	background: url(/images/right_col_top_bg.gif) no-repeat top;
	padding: 10px 22px 8px 22px;
	margin: 0;
}

#right_col_content .hr_top {
	padding-top: 14px;
	margin: 0;
}

#right_col_content p, #right_col_content ul, #right_col_content dl {
	margin: 0;
	padding: 0 22px 12px 22px;
	font-size: 11px;
	line-height: 14px;
}

#right_col_content dt, #right_col_content dd {
	font-size: 11px;
	line-height: 13px;
}

#right_col_content dd {
	padding-bottom: 6px;
}

#right_col_content ul {
	list-style: none;
	padding: 0 22px 8px 22px;
}

#right_col_content ul li {
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 14px;
}

/* Right Column Forms */

#right_col form {
	margin: 0;
	padding: 0 22px 8px 22px;
	margin: 0;
	line-height: 14px;
}

#right_col form select.select {
	width: 171px;
	font-size: 11px;
	font-family:helvetica, arial, sans-serif;
	margin: 0 0 6px 0;
}

#right_col form .selectbox {
	width: 171px;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 6px 0;
	color: #044072;
}

#right_col form input.input {
	width: 163px;
	font-size: 11px;
	padding: 2px;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 6px 0;
}

.blue {
	color: #044072;
	font-size: 11px;
	
}
.bld{
font-weight:bold;
font-size: 13px;
}
.red {
	color: #ed1c24;
}

.red_link {
	padding: 8px 0 6px 0;
	font-size:10px;
}

.red_link a, .red_link a:link, .red_link a:visited {
	padding: 8px 0 6px 0;
	color: #ed1c24;
	font-size:10px;
}
red_link_large {
	padding: 8px 0 6px 0;
	font-size:13px;
}

.red_link_large a, .red_link_large a:link, .red_link_large a:visited {
	padding: 8px 0 6px 0;
	color: #ed1c24;
	font-size:13px;
}
.blue_link a, .blue_link a:link, .blue_link a:visited {
	/*color: #044072;*/
	color:#044072;
	font-size:11px;
}

.blue_link a:hover {
	color: #ed1c24;
}

#footer_wrapper {
	clear: both;
	width: 100%;
	background-color: #fff;
	border-top: 4px solid #080808;
}

#footer {
	width: 935px;
	margin: 0 auto;
	padding: 14px 0;
	height: 20px;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #ed1c24;
}

#left_footer {
	width: 350px;
	float: left;
}

#left_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left_footer ul li {
	float: left;
	margin: 0 26px 0 0;
}

#right_footer {
	width: 528px;
	float: right;
}

#right_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right_footer ul li {
	float: right;
	margin: 0 0 0 26px;
}

.pages {
	text-align: right;
	margin: 0;
	padding:0;
}

.pages a, .pages a:link, .pages a:visited {
	color: #ed1c24;
}

.breadcrumbs, .breadcrumbs_no_border {
 font-family:helvetica, arial, sans-serif;
 margin: 0 0 6px 0;
 padding: 0 0 6px 3px;
 border-bottom: 1px solid #cbcbcb;
 clear: both;
 font-size: 11px; 
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
	color: #ed1c24;
}

#contact_flash {
	padding: 0;
	margin: 0 0 14px 0;
}

/* Three Column Layout */

.three_col_wrapper {
	width: 620px;
	padding: 0 0 14px 35px;
	float: left;
}

.three_col_wrapper .left_inner_col {
	width: 215px;
	padding-right: 20px;
	float: left;
}

.three_col_wrapper .center_inner_col {
	width: 165px;
	padding-right: 20px;
	float: left;
}

.three_col_wrapper .right_inner_col {

	width: 200px;
	float: left;
}

.three_col_wrapper h2 {
	padding: 0;
}

/* Two Column Layout */

.two_col_wrapper, .quotes_wrapper {
	width: 620px;
	padding: 0 0 4px 0;
	float: left;
	clear: both;
}


.two_col_wrapper .left_inner_col {
	width: 290px;
	padding-right: 40px;
	float: left;
}

.two_col_wrapper .right_inner_col {
	width: 290px;
	float: right
}

.quotes_wrapper .left_inner_col {
	width: 330px;
	padding-right: 40px;
	float: left;
}

.quotes_wrapper .right_inner_col {
	width: 250px;
	float: right
}

.two_col_wrapper h2 {

}

.two_col_wrapper dt {
	font-size: 13px;
	font-weight: bold;
}

.two_col_wrapper dd {
	font-size: 12px;
}

.two_col_wrapper .img_border_float_left {
	margin: 0 8px 16px 0;
}

/* Secondary Search */

.h1_container {
	/* border-bottom: 1px solid #cbcbcb;*/
	margin: 0 0 14px 0;
	padding: 0;
	float: left;
	width: 100%;
}

.h1_container h1 {
	float: left;
	width: 48%;
	padding: 0;
}

.h1_container .secondary_search {
	float: right;
	text-align: right;
	width: 48%;
}

.h1_container .secondary_search form {
	margin: 0;
	padding: 3px 0 0 0;
}

.h1_container .secondary_search form .input {
	font-size: 12px;
	font-family:helvetica, arial, sans-serif;
	color: #999;
	width: 152px;
	padding: 2px 8px;
	border: 1px solid #abc2ee;
	margin: 0 7px 0 0;
	vertical-align: middle;
}

.h1_container .secondary_search form .button {
	vertical-align: middle;
	width: 99px;
	height: 19px;
}

/* Search Results */

#left_col .horizontal_list {
	list-style: none;
	margin: 0;
	padding: 0 0 14px 0;
	float: left;
}

#left_col .horizontal_list li {
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
	background: none;
}

.search_tables, .search_tables_tall {
	clear: both;
	float: left;
	margin: 0 0 8px 0;
	width: 655px;
	height: 417px;
	overflow: auto;
}

.search_tables_tall {
	height: 439px;
}

.search_tables table, .search_tables_tall table {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	border-collapse: collapse;
	width: 800px;
}

.search_tables table td, .search_tables table th, .search_tables_tall td, .search_tables_tall th {
	margin: 0;
	padding: 0 3px;
	border-right: 1px solid #bdbdbd;
	vertical-align: middle;
	height: 60px;
}

.search_tables table th, .search_tables_tall th {
	background-color: #dedccd;
	padding: 0 3px;
	height: 40px;
}

.search_tables table tr.light, .search_tables_tall table tr.light {
	background-color: #eae9df;
	border-top: 1px solid #bdbdbd;
}

.search_tables table tr.light th, .search_tables_tall table tr.light th {
	background-color: #eae9df;
	border-top: 1px solid #bdbdbd;
}

.search_tables tr.alt, .search_tables_tall tr.alt {
	background-color: #f2f2f2;
}

/* Non-scrolling table */

.generic_table {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	border-collapse: collapse;
	width: 655px;
}

.generic_table td, .generic_table th {
	margin: 0;
	padding: 6px 8px;
	border-right: 1px solid #bdbdbd;
	vertical-align: middle;
	text-align: left;

}

.generic_table th {
	background-color: #dedccd;
	padding: 6px 8px;
}

.generic_table tr.alt {
	background-color: #f2f2f2;
}
/* End Non-scrolling table */



.search_navigation {
	clear: both;
	font-size: 11px;
	padding: 5px 0 2px 0;
}

.search_navigation h2, .search_navigation h3 {
	float: left;
	width: 48%;
	padding: 0 0 10px 0;
	margin: 0;
}

.search_navigation form {
	display: inline;
	margin: 0 8px;
}

.search_navigation form select.select {
	width: 171px;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
}

.search_navigation a, .search_navigation a:link, .search_navigation a:visited {
	color: #ed1c24;
}

.search_navigation .blue_link a, .search_navigation .blue_link a:link, .search_navigation .blue_link a:visited {
	/*color: #044072;*/
	color:#044072;
}

.search_navigation .blue_link a:hover {
	color: #ed1c24;
	text-decoration: underline;
}


.back_top {
	text-align: left;
	width: 655px;
	padding: 0 0 3px 0;
	clear: both;
	font-size:10px; /*fanna added 6/28*/
}

.back_top a, .back_top a:link, .back_top a:visited {
	color: #ed1c24;
	font-size:11px; /*fanna added 6/28*/
	margin:0px;
}

.back_top table {
	width: 655px;
	padding: 0;
	line-height: 0px;
}

.back_top table td {
  color: #000000;
	border: 0;
}

/* Simple Table */

.simple_table {
	clear: both;
	width: 655px;
	overflow: auto;
	border: 1px solid #cbcbcb;
	border-width: 1px 0;
}

.simple_table table {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
}

.simple_table table td {
	margin: 0;
	padding: 4px 0;
	vertical-align: middle;
	font-size: 12px;
	border: 0;
}




/* Generic Layout Styles */

.float_container {
	clear: both;
}

.float_left {
	float: left;
	width: 48%;
}

.float_right {
	float: right;
	width: 48%;
	text-align: right;
}

/* Various Div Containers */

.float_right_225, .float_right_260 {
	float: right;
	width: 225px;
	margin: 0 0 14px 24px;
}

.float_right_260 {
	width: 260px;
}

.float_right_225 p, .float_right_260 p {
	font-size: 11px;
	line-height: 14px;
}

.border_top {
	border-top: 1px solid #cbcbcb;
	padding-top: 8px;
}

.border_bottom {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Part Tables */

.part_table_container {
	margin: 0 0 8px 0px;
	padding: 0px 0;
}

.part_table_container table {
    margin: 0 0 3px 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #bdbdbd;
}

.part_table_container table th, td {
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
	border-right: 1px solid #bdbdbd;
	text-align: left;
	padding: 5px 5px;
}

.part_table_container table th.no_border, .search_tables table th.no_border {
	border: 0;
}

.part_table_container table th.empty, .search_tables table th.empty {
}

.part_table_container table th.right_border, .search_tables table th.right_border {
  border-right: 1px solid #bdbdbd;
}

.part_table_container table th.bottom_border_center, .search_tables table th.bottom_border_center {
  border-bottom: 1px solid #bdbdbd;
	text-align: center;
}

.part_table_container table th.bottom_border_center_sort {
  border-bottom: 1px solid #bdbdbd;
  border-right: 0px;
	text-align: center;
}

.part_table_container table th.bottom_border_sort {
  border-bottom: 1px solid #bdbdbd;
	width: 4px;
}

.part_table_container table th {
	background-color: #dedccd;
}

.part_table_container table tr {
	background-color: #fff;
}


.part_table_container table tr.alt {
	background-color: #f2f2f2;
}

.part_table_container table tr.highlight {
	background-color: #FFFF33;
}

/* Secondary Nav */

#secondary_nav {
	float: left;
	height: 20px;
	margin: 4px 0 20px 0;
	width: 100%;
}

#secondary_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 20px;
	float: left;
}

#secondary_nav ul li {
	font-size: 10px;
	background-color: #dedccd;
	padding: 6px 11px;
	line-height: 10px;
	float: left;
	margin: 0 15px 0 0;
	display: block;
	background-image: none;
}

#secondary_nav ul li.last {
	float: right;
	margin: 0;
}

#secondary_nav ul li a, #secondary_nav ul li a:link, #secondary_nav ul li a:visited {
	color: #000;
	text-decoration: none;
	display: block;
}

#secondary_nav ul li a:hover {
	text-decoration: underline;
}

#secondary_nav ul li.active, #secondary_nav ul li.last_active {
	background-color: #6f6f6f;
}

#secondary_nav ul li.active a, #secondary_nav ul li.active a:link, #secondary_nav ul li.active a:visited, #secondary_nav ul li.last_active a, #secondary_nav ul li.last_active a:link, #secondary_nav ul li.last_active a:visited {
	color: #fff;
}

#secondary_nav ul li.last_active {
	float: left;
	margin: 0;
}

/* Main Body Styles */

.img_border_float_left {
	border: 1px solid #b4b4b4;
	margin: 0 20px 20px 0;
	float: left;
}

.img_border {
	border: 1px solid #dedede;
}

.img_float_right {
	float: right;
}

.nested_list {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.nested_list h3 {
	background: #f2f2f2;
	padding: 6px;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
} 

.nested_list dl {
	margin: 4px 0 0 50px;
	padding: 0;
}

.nested_list dt {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.nested_list dd {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 5px 0;
	margin: 0;
}

.close_quote {
	vertical-align: top;
}

.dl_table_layout {
	margin: 0;
	padding: 0;
}

.dl_table_layout dt {
	float: left;
	width: 100px;
	padding: 0 15px 14px 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.dl_table_layout dd {
	float: left;
	width: 540px;
	font-size: 12px;
}

/* Forms */

.jobs_form_table {
	margin: 0;
	padding: 0;
	border: 0;
}

.jobs_form_table td {
	padding: 3px;
	font-size: 11px;
	margin: 0;
	border: 0;
	vertical-align: top;
}

.jobs_form_table .check {
	vertical-align: middle;
	margin-right: 3px;
}

.jobs_form_table .textarea {
	font-size: 12px;
	padding: 2px;
	margin: 0 0 10px 0;
	width: 250px;
	height: 110px;
	border: 1px solid #cbcbcb;
}

/*** Inquiry Form ***/

#inquiry_form td {
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0;
	vertical-align: middle;
	border: 0;
	color: #333;
}

#inquiry_form td.right {
	text-align: right;
	padding: 0 5px 0 0;
}

#inquiry_form td.right_nopad {
	text-align: right;
	padding-right: 0;
}

#inquiry_form td.right_top {
	text-align: right;
	vertical-align: top;
	padding: 6px 8px 2px 0;
}

#inquiry_form .input, #inquiry_form .short_input, #inquiry_form .shorter_input, #inquiry_form .short2_input {
	font-size: 12px;
	padding: 2px;
	width: 230px;
	border: 1px solid #cbcbcb;
}

#inquiry_form .short_input {
	width: 120px;
}

#inquiry_form .short2_input {
	width: 85px;
}

#inquiry_form .shorter_input {
	width: 47px;
}

#inquiry_form .select {
	font-size: 11px;
	width: 236px;
	border: 1px solid #cbcbcb;
	padding: 2px;
}

#inquiry_form .select_other {
	font-size: 11px;
	width: 126px;
	border: 1px solid #cbcbcb;
	padding: 2px;
}

#inquiry_form .textarea {
	font-size: 12px;
	padding: 2px;
	width: 230px;
	height: 40px;
	border: 1px solid #cbcbcb;
}

#inquiry_form .button {
	margin-right: 28px;
}


/* Product Selector */

#left_col #product_selector_container {
	margin: 40px 0 54px 0;
	float: left;
}

#left_col #product_selector, #left_col #product_selector ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}
	
#left_col #product_selector li {
	position : relative;
	float : left;
	line-height : 23px;
	margin : 0;
	width: 169px;
	height: 25px;
	background: none;
	padding: 0;
}

#left_col #product_selector li a {
	background: 0;
}

#left_col #product_selector li ul {
	position : absolute;
	left: -999em;
	margin-left : 169px;
	margin-top : -25px;
}

#left_col #product_selector li ul ul {
	left: -999em;
	margin-left : 142px;
	margin-top : -25px;
}
	
#left_col #product_selector li a {
	width: 169px;
	height: 25px;
	display : block;
	color : #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
	
#left_col #product_selector li a:hover {
	color: #fff;
}
	
#left_col #product_selector li li { 
	height: 25px;
	background: url(/images/prod_nav_off.gif) no-repeat;
}

#left_col #product_selector li li.more_lists { 
	height: 25px;
	background: url(/images/prod_nav_more_off.gif) no-repeat;
}

#left_col #product_selector li li a {
	width: 122px;
	padding: 0 10px;
}

#left_col #product_selector li li.more_lists a:hover {
	background: url(/images/prod_nav_more_on.gif) no-repeat;
}
	
#left_col #product_selector li:hover ul ul, #left_col #product_selector li:hover ul ul ul, #left_col #product_selector li.sfhover ul ul, #left_col #product_selector li.sfhover ul ul ul {
	left: -999em;
}

#left_col #product_selector li li:hover, #left_col #product_selector li li.sfhover {
	width: 142px;
	height: 25px;
	background: url(/images/prod_nav_on.gif) right no-repeat;
}

#left_col #product_selector li li.more_lists:hover, #left_col #product_selector li li.more_lists.sfhover {
	background: url(/images/prod_nav_more_on.gif) right no-repeat;
}


#left_col #product_selector li:hover ul, #left_col #product_selector li li:hover ul, #left_col #product_selector li li li:hover ul, #left_col #product_selector li.sfhover ul, #left_col #product_selector li li.sfhover ul, #left_col #product_selector li li li.sfhover ul { 
	left: auto;
}

/* Scrolling table styles added 03/27/07 */

.search_table, .search_table_15 {
	width: 655px;
	clear: both;
}

.search_table table, .search_table_15 table  {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

.search_table .first_column, .search_table_15 .first_column {
	width: 120px;
	float: left;
}

.search_table .first_column th, .search_table_15 .first_column th {
  border-bottom: 1px solid #bdbdbd;
}

.search_table .first_column th table th, .search_table_15 .first_column th table th {
  border-bottom: 0px;
}

.search_table .scrolling_table_wrapper, .search_table_15 .scrolling_table_wrapper {
	width: 535px;
	float: left;
	overflow: auto;
}

.search_table .scrolling_table_wrapper_pivot {
	width: 535px;
	height: 382px;
	float: left;
	overflow: auto;
}

.search_table .scrolling_table_wrapper table th.bottom_border_center, .search_table_15 .scrolling_table_wrapper table th.bottom_border_center {
  border-bottom: 1px solid #bdbdbd;
	text-align: center;
}

.search_table .scrolling_table_wrapper table th.bottom_border_center_sort, .search_table_15 .scrolling_table_wrapper table th.bottom_border_center_sort {
  border-bottom: 1px solid #bdbdbd;
  border-right: 0px;
	text-align: center;
}

.search_table .scrolling_table_wrapper table th.bottom_border_sort, .search_table_15 .scrolling_table_wrapper table th.bottom_border_sort {
  border-bottom: 1px solid #bdbdbd;
	width: 4px;
}

/*	height: 797px; */
.search_table_15 .scrolling_table_wrapper {
	width: 535px;
	float: left;
	overflow: auto;
}

/*	height: 892px; */
.search_table_15 .scrolling_table_wrapper {
	width: 535px;
	float: left;
	overflow: auto;
}

.search_table .scrolling_table_wrapper .scrolling_table, .search_table_15 .scrolling_table_wrapper .scrolling_table {
	width: 1000px;
}

.search_table table td, .search_table table th, .search_table_15 td, .search_table_15 th {
	padding: 0 4px;
	border-right: 1px solid #bdbdbd;
}

.search_table table th .empty, .search_table_15 table th .empty{
	border-right: 0px;
}

.search_table table td, .search_table_15 td {
	height: 50px;
	vertical-align: middle;
}

.search_table table th, .search_table_15 th {
	background-color: #dedccd;
	text-align: left;
	height: 30px;
}

.search_table table tr.alt, .search_table_15 tr.alt {
	background-color: #f2f2f2;
}




.search_table_detailed {
	width: 655px;
	clear: both;
	margin-bottom: 10px;
	float: left;
}

.search_table_detailed table  {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

.search_table_detailed .first_column {
	width: 120px;
	float: left;
}

.search_table_detailed .first_column tr th {
	height: 35px;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.search_table_detailed .first_column tr th a {
}

.search_table_detailed .scrolling_table_wrapper {
	width: 535px;
	float: left;
	overflow: auto;
}

.search_table_detailed .scrolling_table_wrapper .scrolling_table {
	/* width: 200em; */
	width: 1000px;
}

.search_table_detailed .scrolling_table_wrapper .scrolling_table .empty {
	border-right: 1px solid #bdbdbd;
	border-bottom: none;
}

.search_table_detailed .scrolling_table_wrapper .scrolling_table .empty2 {
	border-bottom: 1px solid #bdbdbd;
}

.search_table_detailed .scrolling_table_wrapper .scrolling_table .empty3 {
	border-right: 0px;
	border-bottom: 0px;
}

.search_table_detailed table td {
	padding: 0 4px;
	border-right: 1px solid #bdbdbd;
}

.search_table_detailed .scrolling_table th {
	padding: 0 4px;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.search_table_detailed .scrolling_table th a {
}

.search_table_detailed table td {
	height: 32px;
	vertical-align: middle;
	text-align: center;
}

.search_table_detailed table th {
	background-color: #dedccd;
	text-align: center;
}

.search_table_detailed table th.empty {
	border-right: 1px solid #bdbdbd;
}

.search_table_detailed .scrolling_table tr.top_th {

}


.search_table_detailed table tr.alt {
	background-color: #f2f2f2;
}

.search_table_detailed table tr.top {
  height: 132px;
  valign: bottom;
}

.search_table_detailed .scrolling_table tr.light {
	background-color: #fff;
}

.search_table_detailed table th.right_border {
  border-right: 1px solid #bdbdbd;
}

.search_table_detailed table th.empty2 {
  border: none;
}

.search_table_detailed table th.bottom_border_center {
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
}

.search_table_detailed table th.bottom_border_center_sort {
  border-bottom: 1px solid #bdbdbd;
  border-right: 0px;
  text-align: center;
}

.search_table_detailed table th.bottom_border_sort {
  border-bottom: 1px solid #bdbdbd;
  width: 4px;
}

/* style for discontinued table */
.discontinued_table {
	
	width: 655px;
	clear: both;
	margin-bottom: 10px;
	float: left;
}

.discontinued_table table  {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

.discontinued_table .first_column {
	width: 120px;
	float: left;
}

.discontinued_table .first_column tr th {
	height: 35px;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.discontinued_table .first_column tr th a {
}

.discontinued_table .scrolling_table_wrapper {
	width: 535px;
	float: left;
	overflow: auto;
}

.discontinued_table .scrolling_table_wrapper .scrolling_table {
	/*width: 1000px;*/
	width: 580px;
}

.discontinued_table .scrolling_table_wrapper .scrolling_table .empty {
	border-right: 1px solid #bdbdbd;
	border-bottom: none;
}

.discontinued_table .scrolling_table_wrapper .scrolling_table .empty2 {
	border-bottom: 1px solid #bdbdbd;
}

.discontinued_table .scrolling_table_wrapper .scrolling_table .empty3 {
	border-right: 0px;
	border-bottom: 0px;
}

.discontinued_table table td {
	padding: 0 4px;
	border-right: 1px solid #bdbdbd;
}

.discontinued_table .scrolling_table th {
	padding: 0 4px;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.discontinued_table .scrolling_table th a {
}

.discontinued_table table td {
	height: 32px;
	vertical-align: middle;
	text-align: center;
}

.discontinued_table table th {
	background-color: #dedccd;
	height: auto;
	text-align: center;
}

.discontinued_table table th.empty {
	border-right: 1px solid #bdbdbd;
}

.discontinued_table .scrolling_table tr.top_th {

}


.discontinued_table table tr.alt {
	background-color: #f2f2f2;
}

.discontinued_table .scrolling_table tr.light {
	background-color: #fff;
}

.discontinued_table table th.right_border {
  border-right: 1px solid #bdbdbd;
}

.discontinued_table table th.empty2 {
  border: none;
}

.discontinued_table table th.bottom_border_center {
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
}

.discontinued_table table th.bottom_border_center_sort {
  border-bottom: 1px solid #bdbdbd;
  border-right: 0px;
  text-align: center;
}

.discontinued_table table th.bottom_border_sort {
  border-bottom: 1px solid #bdbdbd;
  width: 4px;
}


/* Definition Table */

.definition_table table {
	width: 100%;
	padding: 0;
	margin: 0 0 4px 0;
	border: 1px solid #cbcbcb;
	border-width: 1px 0;
	border-collapse: collapse;
}

.definition_table table td {
	padding: 2px 6px 2px 14px;
	margin: 0;
	background-color: #dedccd;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	border: 0;
}

.definition_table table tr.alt td {
	background-color: #f3f3ee;
}

.gray {
	color: #666666;
}


/* Glossary Styles */

.alpha_box {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	background-color: #deddcb;
	color: #666666;
	margin: 10px 0 16px 0;
}

.alpha_box a, .alpha_box a:link, .alpha_box a:visited {
	color: #000;
}

.glossary_header_wrap {
	width: 655px;
	float: left;
	height: 32px;
	padding-bottom: 8px;
}

.glossary_header_wrap .letter {
	width: 32px;
	height: 32px;
	background-color: #deddcb;
	color: #000;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin-right: 20px;
	float: left;
}

.glossary_header_wrap .term {
	width: 107px;
	padding: 0 14px;
	color: #fff;
	float: left;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	margin-right: 2px;
	background-color: #ed1c24;
	font-weight: bold;
}

.glossary_header_wrap .definition {
	width: 438px;
	padding: 0 14px;
	color: #fff;
	float: left;
	font-size: 12px;
	line-height: 32px;
	background-color: #707070;
	font-weight: bold;
}

.glossary_list_wrap {
	width: 601px;
	height: 512px;
	border: 1px solid #707070;
	margin-left: 52px;
	overflow: auto;
	clear: both;
}

.glossary_list_wrap table {
	width: 580px;
	margin: 0;
	padding: 0;
}

.glossary_list_wrap table td {
	vertical-align: top;
	margin: 0;
	padding: 5px 13px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	border: 0;
}

.glossary_list_wrap table td.red {
	color: #ed1c24;
	width: 94px;
}

.definition_table table td {
	padding: 2px 6px 2px 14px;
	margin: 0;
	background-color: #dedccd;
	font-size: 12px; 
	line-height: 18px; 
	color: #666666;
	border: 0;
}

.icon_right {
 margin: 0 0 0 4px;
 vertical-align: middle;
}

#right_col .cross_reference {
 background-color: #c0bea5;
}
#right_col .cross_reference .hr_top {
 background: url(/images/hr_cr.gif) top no-repeat;
}

#left_col #prod_sel {
 margin: 0 0 15px 0;
 float: left;
 position: relative;
}

#left_col #prod_sel ul {
 float: left;
 list-style: none;
 padding: 0;
 margin: 0;
 height: 23px;
}

#left_col #prod_sel a {
 display: block;
 text-decoration: none;
}

#left_col #prod_sel li {
 float: left;
 padding: 0;
 margin: 0;
 color: #fff;
 line-height: 23px;
 font-size:10px;
}

#left_col #prod_sel li ul {
 position: absolute;
 margin: 0;
 padding: 0;
 left: -999em;
 height: auto;
 width: 170px;
 border-top: 1px solid #fff;

}

#left_col #prod_sel li.parent a {
 background: url(/images/nav_arrow_on.gif) no-repeat 160px 9px;
}

#left_col #prod_sel li.parent li a, #left_col #prod_sel li.parent li.parent li a, #left_col #prod_sel li.parent li.parent li.parent li a {
 background-image: none;
}

#left_col #prod_sel li.parent li.parent a, #left_col #prod_sel li.parent li.parent li.parent a {
 background: url(/images/nav_arrow_on.gif) no-repeat 160px 9px;
}

#left_col #prod_sel li li {
 padding: 0;
 margin: 0;
 background: #aaa297;
 border-bottom: 1px solid #fff;
 border-right: 1px solid #fff;
 line-height: 15px;
 width: 169px;
 
}

#left_col #prod_sel li li:hover, #left_col #prod_sel li li.sfhover {
 background: #757575;
}

#left_col #prod_sel li li a {
 width: 149px;
 padding: 5px 10px;
 color: #fff;
}

#left_col #prod_sel li ul a:hover, #left_col #prod_sel li ul a.sfhover {
 color: #fff;
}

#left_col #prod_sel li ul ul {
 margin: -26px 0 0 170px;
}

#left_col #prod_sel li:hover ul ul, #left_col #prod_sel li:hover ul ul ul, #left_col #prod_sel li.sfhover ul ul, #left_col #prod_sel li.sfhover ul ul ul {
 left: -999em;
}

#left_col #prod_sel li:hover ul, #left_col #prod_sel li li:hover ul, #left_col #prod_sel li li li:hover ul, #left_col #prod_sel li.sfhover ul, #left_col #prod_sel li li.sfhover ul, #left_col #prod_sel li li li.sfhover ul {
 left: auto;
}

#left_col #prod_sel li:hover, #left_col #prod_sel li.sfhover {
}

.back_top_list {
	text-align: right;
	width: 650px;
	/*padding: 0 0 30px 0;
	clear: both;*/
	font-size:10px; /*fanna added 6/28*/
}

.back_top_list a, .back_top_list a:link, .back_top_list a:visited {
	color: #ed1c24;
	font-size:10px; /*fanna added 6/28*/
	margin: 2px;

}
/* Simple Table Search*/

.simple_table_search {
	clear: both;
	width: 655px;
	overflow: auto;
	border: 1px solid #cbcbcb;
	border-width: 1px 0;
}

.simple_table_search table {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	width: 100%;
}

.simple_table_search table td {
	margin: 0;
	padding: 4px 0;
	vertical-align: top;
	font-size: 11px;
	border: 0;
}

.simple_table_search table tr.alt{
	background-color: #f2f2f2;
}