@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #D1D3D4 url(images/bkg.png) repeat-x top;
	margin: 15px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4d4d4d;
}
.twoColFixRtHdr #pagecontainer {
	width: 864px;
	margin: 0 auto;
	text-align: left;
}
.twoColFixRtHdr  #pagetop {
	background: url(images/bkg-page_top.png) no-repeat top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 30px;
}
.twoColFixRtHdr #pagecontainerbody {
	width: 864px;
	margin: 0 auto;
	background-image: url(images/bkg-page_body.png);
	background-repeat: repeat-y;
}
.twoColFixRtHdr #pagebottom {
	background: url(images/bkg-page_bottom.png) no-repeat top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
}
.twoColFixRtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 57px;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding-bottom: 15px;
	height: 45px;
} 

#headernav {
	width: 100px;
	float: right;
	text-align: right;
	font-size: 90%;
}

#headermasthead {
	width: 400px;
	float: left;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 168px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-top: 10px;
}
.twoColFixRtHdr #mainContent {
	width: 550px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 1%;
} 
.twoColFixRtHdr #mainart {
	margin: 0px;
	padding: 0px;
	width: 750px;
	overflow: hidden;
}
.twoColFixRtHdr #2ndart {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent  h2 {
	color: #edb540;
	font-weight: bold;
	font-size: 180%;
	margin-top: 0px;
}
#mainContent     h3 {
	color: #554c99;
	font-weight: normal;
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent  .subheader {
	color: #554c99;
	font-weight: bold;
	font-size: 120%;
	line-height: 140%;
}
#mainContent  .modsubheader {
	color: #554c99;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: -0.6em;
	line-height: 110%;
}
#mainContent    .highlight1 {
	color: #000000;
	font-weight: bold;
}
#mainContent .highlight2 {
	color: #000000;
	font-weight: bold;
}
#mainContent ul {
	margin-left: 1.3em;
	padding-left: 0em;
	margin-top: -0.4em;
	padding-top: 0px;
}
#mainContent ul.morespace {
	margin-left: 1.3em;
	padding-left: 0em;
	margin-top: 0em;
}
#mainContent .morespace li {
	padding-bottom: 1em;
}
#mainContent .caption {
	font-size: 90%;
	color: #000000;
	line-height: 140%;
}
#mainContent .vidcaption {
	font-size: 120%;
	color: #686899;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.legal {
	font-size: 8pt;
	text-align: center;
	vertical-align: bottom;
	padding-top: 25px;
}


/* sidebar rounded-corner container */
.roundcont {
	width: 188px;
	background-color: #e6e6e6;
	color: #2D2464;
	float: right;
	margin-top: 10px;
	height: 1%;
}

.roundcont p {
	font-size: 80%;
	margin-right: 13px;
	margin-bottom: 15px;
	margin-left: 13px;
	margin-top: 0px;
}
.roundcont      p.quote    {
	font-size: 115%;
	margin-top: 0px;
	margin-bottom: 5px;
}
.roundcont p.quotesource {
	margin-top: 8px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.roundtop {
	background: url(images/sidebar_tr.gif) no-repeat right top;
}

.roundbottom {
	background: url(images/sidebar_br.gif) no-repeat right top;
}

img.corner {
   width: 12px;
   height: 15px;
   border: none;
   display: block !important;
}


/* intro rounded-corner container */
.introroundcont {
	width: 550px;
	background-color: #EDCC82;
	margin-top: 10px;
	height: 1%;
}
.introroundcont    h1 {
	font-size: 160%;
	margin-right: 13px;
	margin-bottom: 8px;
	margin-left: 13px;
	margin-top: 0px;
	font-weight: bold;
	color: #2D2464;
}
.introroundcont p {
	font-size: 120%;
	margin-right: 13px;
	margin-bottom: 15px;
	margin-left: 13px;
	margin-top: 0px;
	color: #333333;
}
.introroundcont img {
	padding-right: 10px;
}
.introroundtop {
	background: url(images/intro_tr.gif) no-repeat right top;
}
.introroundbottom {
	background: url(images/intro_br.gif) no-repeat right top;
}



#featurestable {
	padding-top: 15px;
}
#featurestable td {
	padding-bottom: 15px;
}
#featurestable h4 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2D2464;
	font-size: 110%;
}
#featurestable p {
	margin-top: 0px;
	padding-right: 15px;
}


/* Styles for IE PNG fix */
img, div, a {
	behavior: url(iepngfix.htc);
}


.footernav {
	font-size: 8pt;
	text-align: center;
	vertical-align: bottom;
	padding-top: 25px;
	color: #FFFFFF;
}
.footernav a {
	color: #FFFFFF;
	text-decoration: none;
}



/* Styles for the main navbar */
#navbar {
	height: 24px;
}
#navbar ul {
	background-color: #CACFD3;
	margin: 0px;
	padding: 0px;
	width: 750px;
	list-style-type: none;
	float: left;
	background-image: url(images/navbar_bkg_norm.gif);
	background-repeat: repeat-x;
}
#navbar ul li {
	float: left;
}
#navbar ul a {
	line-height: 2em;
	color: #2C296A;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 2em;
	background-image: url(images/navbar_divider.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 2em;
	width: 102px;
	text-align: center;
}
#navbar ul a:hover {
	color: #FFFFFF;
	background-image: url(images/navbar_bkg_over.gif);
	background-repeat: repeat-x;
	background-color: #383775;
}
#navbar ul a.first {
	background-image: none;
}
#navbar ul .first a {
	background-image: none;
}
#navbar ul .first a:hover {
	background-image: url(images/navbar_bkg_over.gif);
	background-repeat: repeat-x;
}

/* Styles for the subnav */
#subnavbar {
	height: 24px;
}
#subnavbar ul {
	background-color: #BDBFC1;
	margin: 0px;
	padding: 0px;
	width: 750px;
	float: left;
	background-image: url(images/subnav_bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#subnavbar ul li {
	float: left;
	list-style-type: none;
}
#subnavbar ul a {
	line-height: 2.1em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 2.2em;
	padding-bottom: 0px;
	padding-left: 1em;
	text-align: left;
	background-image: url(images/subnav_arrow_norm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1em;
	font-size: 90%;
}
#subnavbar ul a:hover {
	color: #FF9900;
	background-image: url(images/subnav_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* highlighting the current page in the main navbar */
#aboutus #navbar .aboutus a,
#promise #navbar .aboutus a,
#people #navbar .aboutus a,
#careers #navbar .aboutus a,
#news #navbar .aboutus a,
#equipment #navbar .equipment a,
#petct #navbar .equipment a,
#fluoroscopy #navbar .equipment a,
#imageanalysis #navbar .equipment a,
#endoscopy #navbar .equipment a,
#oct #navbar .equipment a,
#ultrasound #navbar .equipment a,
#facilities #navbar .facilities a,
#services #navbar .services a,
#expertise #navbar .expertise a {
	color: #FFFFFF;
	background-image: url(images/navbar_bkg_over.gif);
	background-repeat: repeat-x;
	background-color: #383775;
}

/* highlighting the current page in the subnav */
#aboutus #subnavbar .overview a,
#promise #subnavbar .promise a,
#people #subnavbar .people a,
#careers #subnavbar .careers a,
#news #subnavbar .news a,
#equipment #subnavbar .overview a,
#petct #subnavbar .petct a,
#fluoroscopy #subnavbar .fluoroscopy a,
#imageanalysis #subnavbar .imageanalysis a,
#endoscopy #subnavbar .endoscopy a,
#oct #subnavbar .oct a,
#ultrasound #subnavbar .ultrasound a {
	color: #FF9900;
	background-image: url(images/subnav_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainContent  h4 {
	color: #edb540;
	font-weight: normal;
	font-size: 180%;
	margin-top: 0px;
}


/* Styles for standalone buttons */
#buttonbar {
	height: 24px;
}
#buttonbar ul {
	background-color: #BDBFC1;
	margin: 0px;
	padding: 0px;
	background-image: url(images/navbar_bkg_over.gif);
	background-repeat: repeat-x;
	float: none;
	width: 240px;
}
#buttonbar ul li {
	float: none;
	list-style-type: none;
}
#buttonbar ul a {
	line-height: 2.1em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	text-align: left;
	background-image: url(images/subnav_arrow_norm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1em;
}
#buttonbar ul a:hover {
	color: #FF9900;
	background-image: url(images/subnav_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.smalltext {
	font-size: 80%;
	padding-bottom: 12px;
}
#mainContent ul.tablelist {
	margin-left: 1.3em;
	padding-left: 0em;
	margin-top: 0em;
	padding-top: 0px;
}
.overviewTable a img {
	border: 1px solid #FFF;
}
.overviewTable a:hover img {
	border: 1px solid #FF9900;
}

