@charset "utf-8";
/* CSS Document */

	body {
		margin-right:0 auto;
		margin-left:0 auto;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	
		div#main {
		width:1000px;
		margin:0 auto;
		text-align:left;
		clear:both;
		border:thick;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	h4 {
		color:#000000;
		text-decoration:underline;
	}
	p {
	margin:.4em 0 .8em 0;
	font-family:Calibri, Myriad, Arial, sans-serif;
	font-size:16px;
	color:#999;
	padding:0;
	}
	img {
		margin:0px 0px;
	}
	/* Header styles */
	#NewHeader {
	position:absolute;
	float:left;
	top:30px;
	left:1050px;
	font-family:Verdana, Calibri, sans-serif;
	
	}
	#NewHeader a:link {
	color:#333333;
	text-decoration:none;
	cursor:pointer;
	}
	#NewHeader a:visited {
	color:#333333;
	text-decoration:none;
	cursor:pointer;
	}
	#NewHeader a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	cursor:pointer;
	}
	#NewHeader a.doprint:link, a.doprint:visited {
	margin-left: 0px;
	padding-left: 10px;
	background:url(images/doprint.png) left top no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 14px;
	}

	#div__label {
	display:none !important;
	}

	#NewHeader a.domail:link, a.domail:visited {
	padding-left: 20px;
	background:url(images/doemail.png) left  top no-repeat;
	}
	#NewHeader a.dopress:link, a.dopress:visited {
	padding-left: 20px;
	background:url(images/press.png) left  top no-repeat;
	}
	#header {
		clear:both;
		float:left;
		width:100%;
		}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden; _height : 1%;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#fff;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
		margin:0 40px 0 120px;
		
	}	
	
/* Content Styles */
a, #content.index h2 a:hover, #content.blog h2 a:hover {
	text-decoration:none;
	color:#0054a6;
	}
	
a:hover {
	text-decoration:none;
	color:#CCC;
	}
	
h1 a, h2 a, h3 a {
	border:none;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	color:#555;
	text-decoration:none;
	}

p {
	margin:1.5em 0;
	}
	
h1, .date, .caps {
	font-size:.9em;
	color:#808285;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 10px;
	letter-spacing:.05em;
	}
	
h1 {
	margin:0 0 23px;
}
	
	.caps {
		margin:0;
	}
	
	strong.caps {
		color:#fff;
	}
	
.error h1, .contact h1 {
	margin-bottom:9px;
}
	
h2 {
	color:#808285;
	text-transform:uppercase;
	font-size:1.6em;
}

#intro{
	float:left;
	position:relative; 
	top:-20px; 
	width:90%;
}
#intro p {
	font-family:Calibri, Myriad, Arial, sans-serif normal .5em #999;
	line-height:13px;
	text-align:justify;
}
#intro ul {
	list-style:outside;
	list-style-image:url(images/ambry_bullet.jpg);
}
#intro2{
	float:left;
	position:relative; 
	width:750px;
	height:80px;
}
#intro2 p {
	font-family:Calibri, Myriad, Arial, sans-serif normal .5em;
	line-height:15px;
	color:#6495ed;
	text-align:center;
}
#intro2 h3 {
	font:italic normal 1.33em/1.5em Georgia, "Myriad", Calibri, sans serif;
	text-transform:none;
	color:#000;
	line-height:0;
	position:relative;
	left:90px;
	top:10px;
}
#intro2 a, a:active {
	text-decoration:underline;
	font-weight:bold;
	color:#6495ed;
}
#intro2 a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}
#intro3{
	float:left;
	position:relative; 
	width:735px;
	height:80px;
}
#intro3 p {
	font-family:Calibri, Myriad, Arial, sans-serif normal .5em #999;
	line-height:15px;
	color:#6495ed;
	text-align:center;
}
#intro3 h3 {
	font:italic normal 1.33em/1.5em Georgia, "Myriad", Calibri, sans serif;
	text-transform:none;
	color:#000;
	line-height:0;
}
#intro3 a, a:active {
	text-decoration:underline;
	font-weight:bold;
	color:#6495ed;
}
#intro3 a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}


h3 {
	font:italic normal 1.33em/1.5em Georgia, "Myriad", Calibri, sans serif;
	text-transform:none;
	color:#d1d3d4;
	margin-left:125px;
	}
	
/* Services Section Styles */
.services3 {
	font-family:Calibri, Myriad, Arial, sans-serif;
	padding:0 40px 0 25px;
	color:#6495ed;
	position:relative;
	list-style-image:url(images/ambry_bullet.jpg);
	list-style:outside;
	height:375px;
}
.services3 p {
	vertical-align:text-top;
	width:315px;
	font-size:.95em;
	color:#6495ed;
	padding-left:5px;
}
.services3 a, a:active {
	color:#6495ed;
	font-size:.95em;
	text-decoration:none;
}
.services3 a:hover {
	color:#000;
	text-decoration:underline;
}
.services3 ul {
	width:60%; 
	float:left;
	list-style:none;
	list-style:url(images/ambry_bullet.jpg) inside;
}
.services3 li a:hover {
	color:#6495ed;
	text-decoration:underline;
}
.services2 {
	font-family:Calibri, Myriad, Arial, sans-serif;
	padding:0 40px 0 25px;
	position:relative;
	top:-110px;
	list-style-image:url(images/ambry_bullet.jpg);
}
.services2 p {
	vertical-align:text-top;
	width:315px;
	font-size:.95em;
	color:#666;
	padding-left:5px;
}
.services {
	margin:-40px 20px 0 65px;
	font-family:Calibri, Myriad, Arial, sans-serif;
}
.services h1 {
	font-size:.8em;
	color:#333;
	font-family:Calibri, Myriad, Arial, sans-serif;
	font-weight:bold;
	margin:0 0 10px;
	letter-spacing:.08em;
}
.services p {
	vertical-align:text-top;
	width:200px;
	font-size:.95em;
	color:#666;
	padding-left:10px;
}
.services a {
	font-size:.8em;
	color:#999;
	text-decoration:underline;
}
.services a:hover {
	color:#CCC;
	text-decoration:underline;
}
.services img {
	display:inline;
}

/* Services Roll-over Images */

#topContent {
	position:relative;
	float:left;
	margin-left:0 auto;
	margin-right:0 auto;
	width:750;
	padding-top:20px;
}
#topContent .sidebar {
	font-family:Calibri, Myriad, Arial, sans-serif;
	font-size:12px;
	width: 350px;
	background: #FFFFFF center top no-repeat;
	padding-top: 13px;
}
#topContent .sidebar .sidebarLinks {
	width:187px; 
	position:relative; 
	margin:0 0 -20px -10px;
}

#topContent .sidebar h5 {
	font-size: 1.1em;
	margin: -3px;
	text-align:left;
	color: #0054a6;
	padding: 9px 0 0 35px;
}
#topContent .sidebar h5 a:link, #topContent .sidebar h5 a:visited {
	font-size: 1.1em;
	color: #0054a6;
}
/*
#topContent a:link {
	font-family:Calibri, Myriad, Arial, sans-serif;
	color:#6495ED;
	text-decoration:none;
}
#topContent .sidebar a:hover {
	color:#6495ED;
	text-decoration:underline;
}
#topContent .sidebar a:visited {
	color:#6495ED;
	text-decoration:none;
}
*/
#topContent .sidebarLeft {
	width:50%;
	float:left;
	margin-top:150px;
}
#topContent .sidebarRight {
	width:50%;
	float:right;
	margin-top:150px;
}
#topContent .sidebar ul {
	color: #666;
	font-size: 1.2em;
	margin: 0;
	padding: 0px 5px 0 15px;
}

#topContent .sidebar li {
	list-style: none;
	padding-left: 18px;
	margin-bottom: 6px;
}



/* End Services Section Style */

/*	
.graybox_body {
	background:url(images/Contents_Frame_repeat.gif) repeat-x;
	height:100%;
	background-color:#bab9b9;
	width:500px;
	margin: 20px 0px;
	z-index:5;
}

.graybox_top {
	background:url(images/Contents_Frame_top.jpg) no-repeat;
	height:7px;
	width:500px;
	overflow:hidden;
	padding:0;
	margin:0;

}

.graybox_btm {
	background:url(images/Contents_Frame_bottom.jpg);
	height:8px;
	width:500px;
	overflow:hidden;
	padding:0;
	margin:0;
}
.graybox_wrap {
	position: relative;
	top: 0;
	left: 5;
	padding-bottom: 10px;
}
*/	
 /* End Content Styles */
	
 /* LeftNav Styles */
	.menulinks {
	font-family: Century Gothic, Gill Sans, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B636F;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
.licenses_wrapper {
	padding:30px 0 0 0;
	height:150px;
	position:relative;
	float:left;
}
.licenses_text {
	background-image:url(images/Genetic_Testing_Licenses2.jpg) no-repeat;
	position:relative;
	float:left;
	font: .7em #0054a6 bold;
	line-height:13px;
	padding:2px 2px 2px 2px;
}
.order_wrapper {
	position:relative; 
	height:550px; 
	width:160px; 
	background-image:url(images/Left_Column_Wrapper/images/News_HeaderFooterBG_03.jpg);
	background-repeat:repeat-y;
}

.order {
	vertical-align:text-top;
	width:150px;
	font-size:.8em;
	font-style:italic;
	color:#999;
	padding:0 5px 0 5px;
	border-top:1px #999 thin;
}

.news_wrapper {
	float:left;
	position:relative; 
	height:355px; 
	width:160px; 
	background-image:url(images/News_HeaderFooterBG_03.jpg);
	background-repeat:repeat-y;
}
.news_header {
	float:left;
	background-image:url(images/News_Icon2.jpg); 
	background-repeat:no-repeat; 
	height:31px; 
	width:142px; 
	margin-left:8px;
	display:block;
}
.news_caption {
	float:left;
	position:relative; 
	top:-10px;
	line-height:1.2em;
	font-size:.75em;
	width:150px;
	text-align:center;
	padding:0 14px 0 4px;
}
.LinkArea{
	position:relative;
	padding:15px 15px 15px 15px;
	width:150px;
	float:left;
}
/* TICKER */
.wrapper { width: 750px; margin: 0 auto; }
#newslayer {position:relative; top:18px; left:250px; width:750px; height:50px;}
#ticker { margin-bottom: 0px; margin-left:25px; /*position: relative;*/ }
#ticker p { line-height: 16px; width: 100%; padding-top: 7px; float: left; margin:80px 0 3px 40px; }
#ticker a#ticker-headline { width: 125px; margin-left: 55px; color: #565656; font-size:.9em; font-weight: bold; text-align: center; border-right: 1px solid #808080; display: block; float: left; margin-top:-80px; }
#ticker a#ticker-headline2 { width: 125px; margin-left: -75px; color: #565656; font-size:.9em; font-weight: bold; text-align: left; border-right: 1px solid #808080; display: block; float: left; margin-top:-80px; }
#ticker a#news-headline { padding-left: 15px; color: #a1a5a9; float: left; }
#ticker a { color: #6e6e6e; text-decoration: none; }
#ticker a#news-link { position: relative; z-index: 10; float:left; }


/* Start Center Column Rollover */

.rolloverBody {
	position:relative;
	margin:0 0 0 0;
	margin-left:0px;
}
.rolloverBody a:link {
    font-family:Calibri, Myriad, Arial, sans-serif;
    color:#0054a6;
}
.rolloverBody a:hover {
    font-family:Calibri, Myriad, Arial, sans-serif;
    color:#999999;
}

#rollover img { border: none; }
#rollover ul {	padding-left: 0; margin-left: 0; }
#rollover li { display: inline; list-style:none; }
#rollover li a { float: left; display:block; margin-left:0px; }
#rollover li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#rollover li a:hover { visibility:visible; /* for IE6 */ }
#rollover li a:hover img { visibility:visible; /* for IE6 */ }
#rollover li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#diagnostic { background:url(images/Diagnostic_Testing_on.jpg) no-repeat left bottom; }
#genomic { background:url(images/Genomic_Solutions_on.jpg) no-repeat left bottom; }

#newsletter { background:url(images/AmbryNewsletter_over.jpg) no-repeat left bottom; }
#order_kits { background:url(images/Order_Kits2_over.jpg) no-repeat left bottom; }
#licenses { background:url(images/Genetics_Testing_over.jpg) no-repeat left bottom; }
#new_tests { background:url(images/News_Tests_over.jpg) no-repeat left bottom; }
#insurance  { background:url(images/Insurance_over.jpg) no-repeat left bottom; }
#ambryport  { background:url(images/Ambry_Port_over.jpg) no-repeat left bottom; }
#patientinfo  { background:url(images/Patient_Info_on.jpg) no-repeat left bottom; }
#nextgene  { background:url(images/RainDance_Certified_on.jpg) no-repeat left bottom; }
#sureselect  { background:url(images/SureSelect3_on.jpg) no-repeat left bottom; }
#illumina  { background:url(images/illumina3_on.jpg) no-repeat left bottom; }
#agilent  { background:url(images/Agilent_Certified_on.jpg) no-repeat left bottom; }
#test_menu  { background:url(images/Test_Menu_over.jpg) no-repeat left bottom; }
#request  { background:url(images/Request-A-Quote_On.jpg) no-repeat left bottom; }
#ambryscreen  { background:url(images/AmbrySCREEN-Button-on.jpg) no-repeat left bottom; }
#xlmr  { background:url(images/XLMR-Button-on.jpg) no-repeat left bottom; }
#contactus { background:url(images/Contact-Us-Button-on.jpg) no-repeat left bottom; }

/* End Center Column Rollover */

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px dotted #000000;/* */
}

#product {
cursor:pointer;
width:134px;
margin-bottom:0px;
margin-top:20px; 
border-bottom:#999999 1px dotted; 
font-family:Arial, Helvetica, sans-serif; 
color:#333333; 
font-size:12px; 
font-weight:bolder; 
letter-spacing:.02em; 
padding-bottom:-5px; 
padding-left:10px; 
line-height:11px;
}

#topmenu {
cursor:pointer;
width:134px;
margin-bottom:0px; 
margin-top:40px;
border-bottom:#CCC 2px solid;
font:bold .85em/1.5em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
color:#0058a6; 
letter-spacing:.01em; 
padding-bottom:-5px; 
padding-left:10px; 
line-height:11px;
}

#topmenu a {
text-decoration:none;
color:#0058a6;
}

.menu_designers {
	font-family: Calibri, Myriad, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0058a6;
	text-decoration: none;
	cursor: pointer;
}
.menu_designers2 {
	font-family: Calibri, Myriad, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0058a6;
	line-height:12px;
	text-decoration: none;
	cursor: pointer;
}

.submenu{
	margin-bottom: 0.5em;
	z-index:5;
	
}

#sublinks {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
text-decoration:none;
line-height: 12px;
}

.subholder {
margin-left:15px; 
margin-top:5px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
}

.subholder a:hover {
	text-decoration:underline;
	color:#CCC;
}

#subsub {
font-weight:bold;
color:#0058a6;
padding-left:10px;
line-height:14px;
}

#3sub {
font-weight:bold;
text-decoration:none;
color:#333333;
line-height:10px;
}



#sub1 {
	background:url(images/4itemNavLtBG2.jpg) no-repeat;
	border-top:#ffffff 1px solid; 
	border-right:#ffffff 1px solid; 
	border-bottom:#ffffff 1px solid;
	width:159px; 
	/*height:334px;*/
	margin-top:-2px;
	padding-bottom:5px;
}

#sub4 {
	background:url(images/4itemNavLtBG2.jpg) no-repeat;
	border-top:#ffffff 1px solid; 
	border-right:#ffffff 1px dotted; 
	border-bottom:#ffffff 1px dotted;
	width:159px; 
	/*height:334px;*/
	height:75px;
	margin-top:-2px;
	padding-bottom:5px;
}

#sub2 { 
	margin-left:20px; 
	display:none;
}

#sub3 { 
	margin-left:20px; 
	display:none;
}

#sub5 { 
	margin-left:20px; 
	display:none;
}

#sub6 { 
	margin-left:20px; 
	display:none;
}

#sub7 { 
	margin-left:20px; 
	display:none;
}

#sub8 { 
	background-color:#FFFFFF;
	border-top:#999999 1px solid; 
	border-right:#999999 1px dotted; 
	border-bottom:#999999 1px dotted;
	width:159px; 
	/*height:334px;*/
	margin-top:-2px;
	padding-bottom:5px;
}

#sub9 { 
	background:url(images/4itemNavLtBG2.jpg) no-repeat;
	border-top:#ffffff 1px solid; 
	border-right:#ffffff 1px dotted; 
	border-bottom:#ffffff 1px dotted;
	width:159px; 
	/*height:334px;*/
	margin-top:-2px;
	padding-bottom:5px;
}
#references_sub { 
	background:url(images/4itemNavLtBG2.jpg) no-repeat;
	border-top:#ffffff 1px solid; 
	border-right:#ffffff 1px dotted; 
	border-bottom:#ffffff 1px dotted;
	width:159px; 
	/*height:334px;*/
	margin-top:-2px;
	padding-bottom:5px;
}
#news_sub { 
	background:url(images/6itemNavBG2.jpg) no-repeat;
	border-top:#ffffff 1px solid; 
	border-right:#ffffff 1px dotted; 
	border-bottom:#ffffff 1px dotted;
	width:159px; 
	/*height:334px;*/
	margin-top:-2px;
	padding-bottom:5px;
}
#sub11 { 
	margin-left:20px; 
	display:none;
}

	/*  */
/* FOOTER */
#Footer {
	position:relative;
	float:left;
	top:-80px;
	width:1000px;
	height:100px;
}
#FooterText {
	float:left; 
	position:relative; 
	top:94px; 
	left:15px; 
	font-family:Calibri, Myriad, Arial, sans-serif; 
	font-size:.8em; 
	font-weight:bolder; 
	color:#000; 
	width:600px;
}
#FooterNav {
	position:relative; 
	float:left;
	left:545px; 
	top:80px; 
	width: 450px; 
	height:60px; 
	overflow:hidden; 
	margin: 0px 0px 0px 0px;
	font-family:Calibri, Myriad, Arial, sans-serif;
	line-height:10px;
	text-align:center;
}
#FooterNav a:link, #FooterNav a:visited {
	color:#333333;
	text-decoration:none;
	cursor:pointer;
}
#FooterNav a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	cursor:pointer;
}
#FooterNav p {
	color:#0054a6;
	font-size:12px;
}

/* HACKS */
*:first-child+html #FooterNav {
    bottom:-155px;
}
* html #FooterNav {
    bottom:-155px;
}

/* HACKS */

*:first-child+html #FooterNav {
    bottom:-155px;
}
* html #FooterNav {
    bottom:-155px;
}

*:first-child+html .services {
    margin-top:5px;
}
* html .services {
    margin-top:5px;
}
*:first-child+html .rolloverBody {
    margin-top:15px;
}
* html .rolloverBody {
    margin-top:15px;
}
/*
*:first-child+html .menu_designers {
    top:-5px;
}
* html .menu_designers {
    top:-35px;
}
*/
/* fix the over extended h2 borders */
* html #topContent .sidebar h2 {
	zoom: 1;
}

* html #topContent .sidebar {
/* double margin bug fix */
	display: inline;
}
