body {
	line-height: 1.33em;
	background-color: #ffffff;
/*
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
*/
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

	.page_wrapper {
		width: 1000px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;		
	}

body, td, p {
	font-family: 'Trebuchet MS', 'trebuchet', arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

a,a:visited, a:link {
	text-decoration: none;
	color: #669933;
}
a:hover {
	color: #333333;
}

a.decorated {
	text-decoration: none;
	color: #669933;
	margin: 0;
	padding: 5px 18px 5px 10px;
	background-image: url("/img/bullet.gif");
	background-position: 0px 8px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	text-align: left;
	border: 0px;
	line-height: 1.50em;
	/*display: block;*/
}

ol, ol li {
	background-image: none !important;
}


h1 {
	font-family: 'georgia', times, serif;
	font-size: 23px;
	color:#336699;
	font-weight: normal;
	margin-top: 15px;
}

h2 {
	font-family: 'georgia', times, serif;
	font-size: 18px;
	color:#094069;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
	font-family: 'georgia', times, serif;
	font-size: 12px;
	color:#094069;
	font-weight: bold;
}

h4 {
	font-family: 'georgia', times, serif;
	font-size: 11px;
	color:#666666;
	font-weight: bold;
}


ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style: none;
}

hr.rightZone {
	border: 0px none;
	margin: 0px 0pt 10px;
	background: rgb(204, 204, 204) none repeat scroll 0% 0%;
	clear: both;
	width: 100%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 1px;
}

#vidList .video_selector h2 {
   color: #094069;
   font-family: 'georgia', times, serif;
   font-size: 18px;
   margin-bottom: 0;
}

#vidList .video_selector ul {
   margin: 0 0 0 5px;
   padding: 0;
   list-style: none;
}

   #vidList .video_selector ul li {
      margin: 2px 0;
      padding: 0 0 0 7px;
      list-style: none;
      list-style-image: none;
      background: url("/img/caret.gif") no-repeat 0 6px;
   }

      #vidList .video_selector ul li a {
         font-size: 12px;
      }

.flv_player {
	display: none;
	clear: both;
	z-index: 5000;
	/*top: -200px;
	left: 30px;*/
	background-color: #fff;
	position: relative;
	/*margin-bottom: -200px;*/
}

.flv_zone_player {
	display: none;
	clear: both;
	z-index: 5000;
	top: 300px;
	left: 400px;
	background-color: #fff;
	position: absolute;
	/*margin-bottom: -200px;*/
}

.hp_flv_player {
	display: none;
	float: left;
	clear: both;
	z-index: 5000;
	/*top: -473px;
	left: -400px;
	_top: -473px;
	_left: -400px;*/
	background-color: #fff;
	position: absolute;
	/*margin-bottom: -473px;*/
	/*_margin: 0 -98px -473px 0;*/
}

.page_flv_player {
        display: none;
        float: left;
        clear: both;
        z-index: 5000;
        top: -473px;
        /*left: -400px;*/
        _top: -473px;
        /*_left: -400px;*/
        background-color: #fff;
        position: relative;
        margin-bottom: -473px;
        _margin: 0 -98px -473px 0;
}



/*	NAVIGATION AREA	*/
#top-nav {
	height: 120px;
	z-index:5001;
	/*height:500px;*/
	width: 1000px;
	background: url('../img/int/bkgd_top_nav.gif') repeat-y 0 0;
	border-bottom: 8px solid #FBB521;
	position: relative;
}

	#top-nav img {
		border: 0px;
	}

	#logo {
		left: 25px;
		top: 20px;
		position: absolute;
	}

	#country {
		position: absolute;
		top: 12px;
		right: 20px;
		padding: 0 0 0 28px;
		color: #ffffff;
		background: url('../img/icon_usa_lg.gif') no-repeat 0 3px;
	}

		#country img {
			display: inline;
		}

		a.curr_coun {
			color: #fff;
			font-size: 12px;
		}

		a.other_coun {
			color: #ffffff;
			font-size: 11px;
		}

			a.other_coun:hover {
				color: #99cc99;
			}

	#search {
		position: absolute;
		top: 60px;
		right: 18px;
		color: #ffffff;
		font-size: 11px;
	}

		#search a {
			color: #ffffff;
			font-size: 11px;
		}

		#search a:hover {
			color: #99cc99;
		}

		#search form {
			display: inline;
		}

			#search input.text {
				width: 85px;
				height: 16px;
				border: 1px solid #6699cc;
				margin-left: 5px;
			}

			#search input.img {
				display: inline;
				vertical-align: middle;
				padding-left: 5px;
				padding-bottom: 4px;
			}

/*	NAVIGATION STYLES - PRIMARY	*/
	#navigation {
		position: absolute;
		right: 0px;
		top: 100px;

		height: 20px;
		z-index: 100;
		vertical-align: middle;
		text-align: center;

		background-color: transparent;
		font-family: 'Georgia', times, serif;
		font-weight: bold;
		font-size:  13px;
		color: #FFFFFF;
		cursor: pointer;
	}

	#navigation a {
		color: #FFFFFF;
		font-weight: bold;
		display:block;
	}

	/* all lists */
	#navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

		/* all list items */
		#navigation li {
			float: left;
			position: relative;
		}
		#navigation li span {
			display:block;
			text-align:center;
			padding-right: 15px;
			padding-left: 15px;
			line-height: 20px;
			vertical-align: middle;
		}
		
			/* second-level lists */
			#navigation li ul {
				/*display: none;*/
				
				position: absolute;
				top:0px;
				padding-top: 20px;
				left: 14px;
				margin-left: -15px;
				width:210px;
			}

				/* second-level list items */
				#navigation li ul li {
					width: 195px;
					/*height: 23px;*/
					background-color: #FFFFFF;
					text-align: left;
					background-image: url("/img/nav/div_dotted.gif");
					background-repeat: repeat-x;
					background-position: 0px 0px;
					padding:0px 10px 0px 5px;
					/*padding-left: 15px;*/
					border-left: 1px solid #849FB4;
					border-right: 1px solid #849FB4;
					left: 0px;
				}

				#navigation li ul li span {
					display:block;
					border-top:1px solid #B6CCE3;
						padding:10px 0px;
						text-align:left;
				}
					/* second-level list item links */
					#navigation li ul li a {
						color: #666;
						font-family: Georgia, serif;
						font-weight: bold;
						font-size: 12px;
						line-height: 1.25em;
					}

					/* second-level list item links:hover */
					#navigation li ul li:hover, #navigation li ul li a:hover {
						background-color:#fff;
						color: #094069;
					}

				/* second-level list header */
				#navigation li ul li.nav-header {
					height: 8px;
					background-color:#FBB521;
					border:0px;
				}

				/* second-level list footer */
				#navigation li ul li.nav-footer {
					height: 1px;
					/*width: 202px;*/
					width: 195px;
					padding:0px 10px 0px 5px;
					border-left: 1px solid #849FB4;
					border-right: 1px solid #849FB4;
					border-bottom: 1px solid #849FB4;
					line-height: 1px;
					background-color: #FFFFFF;
					background-image: url("/img/nav/div_dotted.gif");
					background-repeat: repeat-x;
					background-position: 0px 0px;
					cursor: default;
				}

			/* hovered list items - color change */
			#navigation li:hover, #navigation li a:hover{
				background-color: #FBB521;
			}
				

	/*	NAVIGATIONAL STYLES	- TOPNAV	*/
	.mainnav {
		height: 20px;
		
		border-left: 1px solid #ffffff;
		list-style: none;
	}
	
	.mainnav ul,
	.mainnav-highlight ul,
	.mainnav-left ul, 
	.mainnav-left-highlight ul  
	{
		display:none;
	}

	.mainnav:hover ul,
	.mainnav-highlight:hover ul,
	.mainnav-left:hover ul, 
	.mainnav-left-highlight:hover ul 
	{
		display:block;
	}

		.mainnav-highlight{
			height: 20px;
			
			border-left: 1px solid #ffffff;
			list-style: none;
			background-color: #FBB521;
		}

			/*#navigation li.mainnav-highlight a {
				color: #fff;
			}*/
			


/* 	SIDE NAVIGATION MENU */
#navwrap {
	overflow: hidden;
	position: inherit;
	z-index: 2000;
}

	#navzone {
		background: #f4f8fd;
		width: 210px;
		margin-right: 15px;
		margin-top: 18px;
		float: left;
		margin-bottom: -10000px;
		padding-bottom: 10000px;
	}



		#sec-nav {
			width: 210px;
			padding: 0px;
			text-align: left;
			vertical-align: top;
			background-color: #FFFFFF;
		}

			ul#sec-nav { /* all lists */
				list-style: none;
				padding: 0;
				margin: 0;
			}

			ul#sec-nav li { /* all list elements */
				display: block;
				padding: 12px 0 12px 5px;
				width: 205px;
				background-image: url("/img/bkgd_nav.gif");
				background-repeat: no-repeat;
				background-position: bottom;
			}

				ul#sec-nav li.sec-nav-footer { /* all list element footer */
					display: block;
					width: 205px;
					height: 8px;
					padding: 0px;
					background-color: #ffffff;
					background-image: none;
				}

			ul#sec-nav li a { /* all list elements */
				color: #666666;
				font-family: 'georgia', times, serif;
				font-weight: bold;
				font-size: 12px;
				line-height: 1.25em;
			}

			ul#sec-nav li a:hover, #sec-nav li a.highlight {  /* secondary level list elements rollover text color */
				color: #336699;
			}

				#sec-nav li ul { /* third-level list items */
					margin: 0;
					padding: 0;
				}
				#sec-nav li ul li { /* third-level list items */
					margin: 0;
					padding: 12px 15px 0 20px;
					background-image: url("/img/caret.gif");
					background-repeat: no-repeat;
					background-position: 12px 17px;
					width: 165px;
					background-color: #ffffff;
					text-align: left;
					border: 0px;
				}

					#sec-nav li ul li a { /* third-level list item links */
						color: #666666;
						font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
						font-weight: bold;
						text-transform: none;
						font-size: 11px;
						line-height: 1.25em;
						border: 0px;
					}

					#sec-nav li ul li a:hover, #sec-nav li ul li a.highlight { /* third-level list item links:hover */
						color: #336699;
					}

					#sec-nav li ul li ul li {
						width: 130px;
					}

						#sec-nav li ul li ul li a { /* fourth-level list item links */
							font-weight: normal;
						}

		.left_col_mod {
			padding: 15px 5px 8px 10px;
			color: #666666;
			line-height: 1.36em;
		}

			.left_col_mod h3 {
				padding: 0px;
				margin: 0px;
			}

			.left_col_mod img {
				border: 0px;
				display: inline;
				vertical-align: middle;
			}

			.left_col_text_input {
				border: 1px solid #b5c8df;
				width: 84px;
				height: 16px;
				font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
				font-size: 11px;
				color: #666666;
			}

			.left_col_select {
				border: 1px solid #b5c8df;
				width: 100px;
				height: 19px;
				font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
				font-size: 10px;
				color: #666666;
			}


		#navzone hr {
			width: 180px;
			background: #cccccc;
			border: 0px;
			height: 1px;
		}

		#navzone form {
			display: inline;
		}


/*	MASTHEAD - HOME PAGES	*/
#masthead_home {
	height: 240px;
	width: 1000px;
	background: url(/img/bkgd_tab_gradient.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index:1;
}

	#masthead_home_img {
		position: relative;
		float: left;
	}

	#masthead_home_text {
		position: relative;
		float: left;
		width: 454px;
		height: 224px;
		padding: 0px 5px 0px 5px;
		font-size: 14px;
		color: #000000;
		line-height: 1.29em;
	}

	#masthead_home_tabs {
		position: absolute;
		top: 186px;
		left: 522px;
		width: 475px;
	}

		#masthead_home_tabs_toplev {
			padding:0px;
			height: 20px;
			z-index: 20;
			_top: -2px;
			position: absolute;
			padding-left: 6px;
		}

			#masthead_home_tabs_toplev .tabs_text {
				display: table-cell;
				float: left;
				vertical-align: middle;
				height: 20px;
				font-weight: bold;
				font-size: 11px;
			}

			#masthead_home_tabs_toplev .tab_img {
				border: 0px;
				padding-left: 6px;
			}

		#masthead_home_tabs_botlev {
			background: url(/img/bkgd_tab_nav.gif);
			background-repeat: repeat-x;
			height: 33px;
			width: 479px;
			border-top: 1px solid #cccccc;
			position: absolute;
			top: 20px;
			_top: 18px;
			z-index: 10;
		}

			#masthead_home_text_physicians, #masthead_home_text_patients {
				display: table-cell;
				vertical-align: middle;
				height: 34px;
				width: 456px;
				padding-left: 8px;
				margin-top: 6px;
			}

			#masthead_home_text_physicians { display: none; }

				/* all lists */
				#masthead_home_text_physicians ul, #masthead_home_text_patients ul {
					padding: 0;
					margin: 0;
					list-style: none;
					width: 392px;
				}

					/* all list items */
					#masthead_home_text_physicians li, #masthead_home_text_patients li {
						float: left;
						position: relative;
						padding: 0 10px 0 7px;
						background-image: url(/img/caret.gif);
						background-repeat: no-repeat;
						background-position: 0px 6px;
					}

						#masthead_home_text_physicians li a, #masthead_home_text_patients li a {
							color: #336600;
							font-weight: bold;
							font-size: 11px;
							font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
						}
						
						#masthead_home_text_physicians li .reg, #masthead_home_text_patients li .reg {
							font-size: 9px;
						}
						

/*	CONTENT AREA - HOME PAGES	*/
#content_home {
	margin-top: 20px;
	margin-bottom: 22px;
	width: 1000px;
}

	#content_home_left {
		width: 202px;
		margin-right: 13px;
		vertical-align: top;
		float: left;
		background: #f4f8fd;
		padding: 0px 5px 45px 5px;
	}

	#content_home_center {
		width: 375px;
		margin-right: 25px;
		vertical-align: top;
		float: left;
	}

	#content_home_right {
		width: 375px;
		vertical-align: top;
		float: left;
	}

		.col_home_header {
			width: 300px;
			height: 50px;
			background: #ffffff;
			margin-bottom: 10px;
		}

			.col_home_header_img {
				float: left;
				border: 0px;
		/*		margin-right: 6px;	*/
			}

			.col_home_header_text {
				width: 245px;
				height: 48px;
				margin: 0px;
				margin-left: 54px;
				padding: 0px;
				border: 1px solid #094069;
				border-left: 0px;
				background-color: #094069;
			}

				.col_home_header_text h2 {
					margin-left: 6px;
					margin-top: 15px;
					color: #fff;
				}


	#content_home hr {
		width: 100%;
		background: #cccccc;
		border: 0px;
		height: 1px;
		margin: 0px 0 10px 0;
	}

	#content_home ul {
		padding: 0 0 0 1px;
		margin: 0;
		list-style: none;
	}

		#content_home li {
			position: relative;
			padding: 0 0 12px 12px;
			background-image: url(/img/caret.gif);
			background-repeat: no-repeat;
			background-position: 0px 6px;
			line-height: 1.36em;
		}





/*	CONTENT AREA - SEC PAGES	*/
#content_sec {
	float: left;
	position: relative;
	width: 773px;
}

.faqitem {
	display: none;
}

#faqlist li div {
	display: none;
}

#faqlist {
	margin-left: 0px;
	padding-left: 5px;
}

	/*	MASTHEAD - SEC PAGES	*/
	#masthead_sec {
		width: 773px;
		position: relative;
		background-image: url(/img/bkgd_masthead.gif);
		background-repeat: no-repeat;
		background-position: 165px 0px;
	}

		#masthead_page_title {
			position: absolute;
			left: 193px;
			top: 32px;
			font-family: "georgia",times,serif;
			font-size: 26px;
			color: #094069;
			line-height: 1.62em;
			display: inline-block;
		}

		#masthead_tagline {
			position: absolute;
			left: 193px;
			top: 66px;
			font-family: "georgia",times,serif;
			font-size: 16px;
			color: #666666;
			line-height: 1.62em;
		}



	/* 	TEXT CONTENT	*/
	#content_sec_text {
		margin-top: 25px;
	}


		#content_sec_left, #content_sec_center, #content_sec_right, #content_callout {
			float: left;
			width: 375px;

			vertical-align: top;
			background-image: url(/img/int/bkgd_table_intl.gif);
			background-repeat: repeat-y;

			border: 1px solid #c8dbeb;
			margin-left: 12px;
			z-index: 10;
		}
		#content_sec_left { margin: 0px; }

		#content_sec_left ul, #content_sec_center ul, #content_sec_right ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

		#content_sec_left li, #content_sec_center li, #content_sec_right li {
			margin: 0;
			padding: 5px 12px 5px 12px;
			background-image: url("/img/caret.gif");
			background-position:4px 9px;
			background-color: #ffffff;
			background-repeat: no-repeat;
			text-align: left;
			border: 0px;
		}

		#references {
			clear: both;
			padding-top: 12px;
		}


/*	CONTENT AREA - TERT PAGES	*/
div#page_title {
	margin-top: 30px;
	font-family: "georgia",times,serif;
	font-size: 23px;
	color: #336699;
	line-height: 1em;
	overflow: visible;
}

/* 	TEXT CONTENT	*/
	#content_tert {
		float: left;
		width: 530px;
		margin-right: 20px;
		margin-bottom: -10000px;
		padding-bottom: 10000px;
	}

	#tert_right_quatPg {
		float: left;
		width: 214px;
		margin-top: 10px;
		margin-bottom: -10000px;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10000px;
		border-left: 1px solid #C8DBEB;
	}

	#tert_right {
		float: left;
		width: 225px;
		background-image: url(/img/bkgd_zone.gif);
		background-repeat: repeat-y;
		margin-bottom: -10000px;
		padding-bottom: 10000px;
	}

		#tert_right img {
			margin-top: 42px;
		}


	#content_tert_text li {
		margin: 0;
		padding: 5px 12px 5px 10px;
		background-image: url("/img/bullet.gif");
		background-position:0px 8px;
		background-color: #ffffff;
		background-repeat: no-repeat;
		text-align: left;
		border: 0px;
	}



/*      TERT RIGHT	*/
td.tert_right {
	width: 225px;
	border-top: 5px solid #fff;
	padding-top: 42px;
	background-image: url('/img/bkgd_zone.gif');
	background-repeat: repeat-y;
	background-position: top right;
}



/*	CALLOUT BOXES	*/
.calloutbox {
	float: right;
	width: 198px;

	vertical-align: top;
	background-image: url(/img/int/bkgd_table_intl.gif);
	background-repeat: repeat-y;

	border: 1px solid #c8dbeb;
	margin: 8px 0 8px 8px;
	z-index: 10;
}

.videocalloutbox {
	vertical-align: top;
	background-image: url(/img/int/bkgd_table_intl.gif);
	background-repeat: repeat-y;

	border: 1px solid #c8dbeb;
	z-index: 10;

	position: relative;
	float:none;
	width: 360px;
	/*height: 97px;*/
	margin: 10px 10px 10px 0;
}

	.calloutboxicon {
		padding-right: 4px;
	}

	.calloutboxheader, .videocalloutboxheader {
		font-family: 'georgia', times, serif;
		font-size: 12px;
		color:#336699;
		font-weight: bold;
	}

	.calloutboxtext, .videocalloutboxtext {
		font-family: Trebuchet MS;
		color: #333333;
		font-size: 11px;
		line-height: 1.25em;
	}

	.content_brochure, .content_clipboard, .content_coblation, .content_monitor, .content_pda, .content_tonsil, .content_empty {
		padding: 8px 5px 8px 54px;
		background-position: 0px 24px;
		background-repeat: no-repeat;
		z-index: 25;
	}
	.content_brochure { background-image: url(/img/int/icon_brochure.gif); }
	.content_clipboard { background-image: url(/img/int/icon_clipboard.gif); }
	.content_coblation { background-image: url(/img/int/icon_coblation_intl.gif); }
	.content_monitor { background-image: url(/img/int/icon_monitor.gif); }
	.content_pda { background-image: url(/img/int/icon_pda.gif); }
	.content_tonsil { background-image: url(/img/int/icon_tonsil_intl.gif); }





/*      SITE MAP	*/
ul.sitemap {
	margin: 0 0 0 15px;
	padding: 0;
}

ul.sitemap li {
	padding: 4px 10px;
	list-style: none;
	background-image: url('/img/caret.gif');
	background-repeat: no-repeat;
	background-position: 0 9px;
}







/*	FOOTER	*/
#footer {
	clear: both;
	position: relative;
	font-size: 11px;
	color: #666666;
	background: #ffffff;
}


	#footer_text {
		position: relative;
		top: 22px;
		padding: 0 0 40px 0px;
		border-top: 5px solid #1a59a6;
		width: 1000px;
	}
		#footer a {
			font-size: 11px;
			color: #666666;
		}

		#footer a:hover {
			color: #669933;
		}

	#homelink {
		position:absolute;
		top: 17px;
		left: 18px;
		width:225px;
		text-align: left;
		z-index:3;
	}

	#printthis {
		position:absolute;
		top: 17px;
		left: 275px;
		width:300px;
		text-align: center;
		z-index:4;
	}

	#copyright {
		position:absolute;
		top: 17px;
		right: 12px;
		width:312px;
		text-align: right;
		z-index:2;
	}






/*	FOR MOVIE DROP DOWNS	*/
select.video_selector, .video_selector select {
   width: 300px;
}

.video_selector * {
   font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
   color:#666;
   font-size: 10px;
}

.video_selector ul {
   padding: 0;
   margin: 0 0 5px 0;
   list-style: none;
   list-style-image: none;
}

.video_selector ul li {
   dislay: block;
   padding: 2px 0 2px 17px;
   margin: 0;
   background: url("/img/icon_video1.gif") no-repeat 0 5px;
}

.video_selector optgroup {
   text-transform: none;
   font-style: normal;
   padding-top: .5em;
}

.video_selector option {
   padding: 0 0 0 5px;
   margin: 0px;
}



/* jobs_resumes.php support */
.jobsubhead {
	font-weight: bold;
}
.deptsubhead {
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.joblist {
	padding-top: 0;
	margin-top: 0;
}


/*htdig support */
.search_hilite {
	font-weight: bold;
}

/* print template support */
.noprint {

}
.noshowtitle {
	display: none;
}
.noshow {
	display: none;
}


/* OLD ENT STYLES */
table.borderBlue
{
border: 1px solid #005BA2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style : normal;
  /*margin-bottom: 4px;*/
  line-height: 16.5px;
  color: rgb(51,51,51);
  /*margin-left: 6px;
  margin-top: 5px;*/
}


table.borderGold
{
border-top: 1px solid #FFB30F;
border-bottom: 1px solid #FFB30F;
	font-family : "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-style : normal;
  	font-weight : bold;
  padding-bottom: 4px;
  line-height: 16.5px;
  color: rgb(51,51,51);
  margin-left: 6px;
  margin-top: 5px;
}



table.borderSelection
{
border-top: 1px solid #005BA2;
border-left: 1px solid #005BA2;
	font-family : "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-style : normal;
  	font-weight : normal;
  margin-bottom: 4px;
  line-height: 16.5px;
  color: rgb(51,51,51);
  margin-left: 6px;
  margin-top: 10px;
}

font.borderSelection
{

	font-family : "Trebuchet MS", Arial, sans-serif;
  font-size: 10px;
  font-style : normal;
  	font-weight : normal;

  line-height: 12.5px;
  color: rgb(51,51,51);


}




td.borderSelection
{
border-bottom: 1px solid #005BA2;
border-right: 1px solid #005BA2;
vertical-align: top;
}

td.borderSelectionBlue
{
border-bottom: 1px solid #005BA2;
border-right: 1px solid #005BA2;
border-left: 1px solid #005BA2;
border-top: 1px solid #005BA2;
vertical-align: top;
}

td.borderGray
{
border-bottom: 1px solid #918F90;
}

td.borderBlue
{
border-bottom: 1px solid #005BA2;
}

td.borderBlueRight
{
border-right: 1px solid #005BA2;
}


td.borderWhiteRight
{
border-right: 1px solid #FFFFFF;
}


td.borderWhite
{
border-bottom: 1px solid #FFFFFF;
}

.bodyCopy_1
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-bottom: 4px;
  line-height: 16.5px;
  color: rgb(51,51,51)
}


tr.rowSpacingReferences {

	padding-bottom: 7px;
}

tr.rowSpacingBullets {

	padding-bottom: 12px;
}

.textReferences
{
	background-image: none;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : 100;
	color : #333333;
	margin: 10px 15px 0 22px;
	padding: 0;
	line-height: 11px;
	list-style-type:none;
}





table.pretty {
  margin:1px;
  border-collapse: collapse;
}

table.pretty th {
  font-family:"Trebuchet MS", Arial, Geneva, sans-serif;
  text-align:center;
  font-weight:normal;
  font-size:11px;
}

table.pretty th.label {
  text-align:left;
  font-weight:bold;
}

table.pretty tr {
  background-color:#FFF;
  color:#000;
}

table.pretty tr.even {
  background-color:#E6EEF8;
  color:#1A59A6;
}

/*
table.pretty tbody {
  border:solid #B6CCE4;
  border-width:0px 1px 1px 0px;
  text-align:center;
}
*/


table.pretty td {
  border:solid #B6CCE4;
  border-width:1px;
  text-align:center;
}

table.pretty td.label {
  text-align:left;
}


.guideline {
	width:376px;
	height:20px;
	vertical-align:sub;
	margin: 8px 0 0 6px;
	background-image: url(/img/guideline.gif);
	z-index:1;
	/*border-bottom:1px solid #333333;*/
}

.guidetext {
	position:relative;
	top:4px;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : 100;
	color : #333333;
	display:inline;
	height:20px;
	padding: 0 10px 4px 0;
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	z-index:2;
}


/** Click to Call **/
#ctc {
   padding: 10px;
   background-color: #fff;
   border: 2px solid #1a59a6;
}

   #ctc form { color: #1a59a6; }


/** FOR THE RIGHT ZONE VIDOES AND DOCUMENTS **/

.rightzone_module {
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #bed4e7;
	z-index: 10;
	position: relative;
	float: none;
	width: 194px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:0;
}

.rightzone_module_header {
	height: 54px;
	padding: 0;
	background-color: #094069;
	border-bottom-color: #fbb521;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.rightzone_module_header img { float: left; }

.rightzone_module_header h2 {
	float: right;
	width: 134px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
}

.rightzone_module_content {
	font-family: Trebuchet MS;
	padding: 8px;
	color: #333333;
	font-size: 11px;
	line-height: 1.25em;
}

.rightzone_relateditem {
	width: 194px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rightzone_relateditem img {
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
}

.rightzone_relateditem p {
	float: right;
	width: 134px;
	vertical-align: top;
}

/** EOF FOR THE RIGHT ZONE VIDOES AND DOCUMENTS **/




/** SURVEY **/
/* moved to survey.css */
