html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sec, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legEnd, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* ____________________________ Styles  */

* {
	padding:0;
	margin:0;
}
html { 
	background: #FFF url(../img/header_bg_grey.jpg) center top no-repeat; 
	background-color: #dddddd;
}
body {
	font:62.5% "Lucida Grande", helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #00CC00;
}
ul {
	margin:1em 2em;
	font-size: 1.2em;
}
h2 { font-size:2.2em; }
h3, legend { font-size: 1.7em; }
h4 {
	font-size: 1.4em;
	color: #000000;
	line-height: 1;
	font-weight: bold;
}
p { font-size: 1.1em; }
em { font-style: italic; }
address {
	font-style: normal;
	font-size: 1.2em;
}

/* ____________________________ Default links 	*/

a:link {
	text-decoration: none;
	color: #00AAFF;
	line-height: 1.4;
}
a:visited {
	color: #00AAFF;
	text-decoration: none;
}
a:hover, a:active { text-decoration: underline; color: #FF0000; }
label, input, textarea {
	display: block;
	width: 185px;
	margin: 0 0 5px 10px;
	font-size: 1em;
}
textarea { font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif; }


/* ____________________________ Primary Layout Divisions */
#wrapper {
	width:926px;
	margin:0 auto;
	position:relative;
}
#header {
	position: relative;
	height: 100px;
	background: url('../img/Copy of roundtop3.png') no-repeat 0 22px;
}
#content {
	position: relative;
	background: url('../img/roundmiddle.png') repeat-y;
	width: 926px;
	min-height: 300px;
}

#content-main {
	position: relative;
	/*padding: 0px 13px 20px 14px;*/
}
#content-sec {
	padding:6px 0 18px 10px;
	color:#fff;
}
#footer {
	height:72px;
	color:#fefefe;
	background:url(../img/bottom_-bar.png) no-repeat 4px 0;
	margin-bottom:10px;
	clear: both;
	position: relative;
}

#header h1#logo {
	position: relative;
	top: 28px;
	left: 46px;
	width: 267px;
}
#header h1#logo a {
	width:267px;
	height:75px;
	background: url(../img/logo2.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	border-bottom: 0pt none;
}
/* ____________________________ Navigation styles */

#nav-main {
	position: absolute;
	height: 56px;
	width: 550px;
	left: 358px;
	top: 40px;
}
#nav-main #menu {
	position:relative;
	background:url(../img/nav2.gif);
	margin: 0;
	display: inline;
	float: left;
}
#nav-main #menu li {
	float:left;
	list-style:none;
}
#nav-main #menu li a {
	position:absolute;
	display:block;
	height:54px;
	background:url(../img/nav2.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
	border-bottom: 0pt none;
}
#menu li#home-menu a {
	left:0;
	width:76px;
	background-position:0pt 0pt;
}
#menu li#abt-menu a {
	left:76px;
	width:96px;
	background-position:-76px 0;
}
#menu li#srvc-menu a {
	left:172px;
	width:91px;
	background-position:-172px 0;
}
#menu li#cnfrnc-menu a {
	left:263px;
	width:110px;
	background-position:-263px 0;
}
#menu li#invst-menu a {
	left:373px;
	width:87px;
	background-position:-373px 0;
}
#menu li#cntct-menu a {
	left:460px;
	width:92px;
	background-position:-460px 0;
}
#menu li#home-menu a:hover { background-position:0 -54px; }
#menu li#abt-menu a:hover { background-position:-76px -54px; }
#menu li#srvc-menu a:hover { background-position:-172px -54px; }
#menu li#cnfrnc-menu a:hover { background-position:-263px -54px; }
#menu li#invst-menu a:hover { background-position:-373px -54px; }
#menu li#cntct-menu a:hover { background-position:-460px -54px; }
.home #menu li#home-menu a { background-position:0 -54px; }
.about #menu li#abt-menu a { background-position:-76px -54px; }
.services #menu li#srvc-menu a { background-position:-172px -54px; }
.conferences #menu li#cnfrnc-menu a { background-position:-263px -54px; }
.invest #menu li#invst-menu a { background-position:-373px -54px; }
.contact #menu li#cntct-menu a { background-position:-460px -54px; }


/* ____________________________ Common styles */

#roundtop {
	height:19px;
	background:url(../img/roundtop1.png) no-repeat 0 -15px;
}
#roundbottom {
	height:19px;
	background:url(../img/roundbottom.png) no-repeat 0 0;
}
#content-main p {
	font-size: 1.2em;
	margin: 0.5em 1.5em 1em 0;
	padding-right: 4em;
}

#content .highlight-content {
	position:absolute;
	color:#fff;
	top:0px;
	background:transparent url(../img/black_box2.png) no-repeat 0 0;
	padding: 20px;
	margin-left: 20px;
	width: 280px;
	height: 360px;
}
#content .highlight-content h2 {
	font-size: 1.2em;
	padding:0;
	font-weight:100;
	margin:0 0 0.7em 0;
}
#content .highlight-content p{
	font-size: 1.2em;
	color:#fff;
	padding-left: 10px;
	padding-right: 50px;
}
#content .highlight-content .owner {
	width: 130px;
	float: left;
	margin-right: 20px;
	display: inline;
}

#content .survey-content {
	position:absolute;
	color:#fff;
	top:370px;
	padding: 20px;
	margin-left: 20px;
	width: 280px;
	height: 360px;
}
#content .survey-content p{
	font-size: 1.2em;
	color:#fff;
	padding-left: 10px;
	padding-right: 50px;
}

#footer .siteinfo {
	margin: 20px 0px 0 25px;
	float: left;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover { text-decoration:underline; }


.clear { clear:both; }
.hide, .ui-tabs-hide { display: none;}
.strong {
	font-weight: bold;
	line-height: 1.4;
}



/* ____________________________ home page */
.home #content-main {
	margin-left: 325px;
	margin-top: 0px;
	min-height: 400px;
}

.home #content-main p { 
	padding-right: 0px; 
	padding-top: 0px;
}

/* ____________________________ about page */
.about #content-main {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
}

.about #content-main p { 
	padding-right: 0px; 
	padding-top: 0px;
}

/* ____________________________ services page */
.services #content-main {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
}

.services #content-main p { 
	padding-right: 0px; 
	padding-top: 0px;
}

/* ____________________________ conferences page */
.conferences #content-main {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
}

.conferences #content-main p { 
	padding-right: 0px; 
	padding-top: 0px;
}

/* ____________________________ invest page */
.invest #content-main {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
}

.invest #content-main p { 
	padding-right: 0px; 
	padding-top: 0px;
}

/* ____________________________ contact page */
.contact #content-main {
	margin-left: 340px;
	margin-top: 0px;
}

.contact #content-main p { 
	padding-right: 0px; 
	padding-top: 0px;
}

/* ____________________________ noselect page */
.noselect #content-main {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
}

.noselect #content-main p { 
	padding-right: 0px; 
	padding-top: 0px;
}

#serv-hl .highlight-content p { width: 280px; }





/* _________________________________ fade */

#slideshow 
{ 
	position: relative;
	width: auto;
	margin:0px;
	padding:0;
}

.pics
{
	float:left;
	margin-right: 25px;
	padding:0;
}

.picsmid
{
	float:left;
	margin-right: 25px;
	margin-top: 0px;
	padding:0;
	padding-top:250px;
}

.invest .pics
{
	float:left;
	margin-right: 25px;
	padding:0;
}
.picsend
{
	float:left;
	margin-right: 0px;
	padding:0;
}

.picright
{
	float:right;
	margin-right: 110px;
	margin-top: 20px;
	padding:0;
}

.picleft
{
	float:left;
	margin-left: 110px;
	margin-top: 20px;
	padding:0;
}

.picsb
{
	float:left;
	margin-right: 25px;
	margin-top: -150px;
	padding:0;
}

.picsmidb
{
	float:left;
	margin-right: 25px;
	margin-top: 0px;
	padding:0;
}
.picsendb
{
	float:left;
	margin-right: 0px;
	margin-top: -150px;
	padding:0;
}

#content-main p.slidetext
{
	padding:15px 6px 0 10px;
	margin-top:-20px;
	background-image: url(../img/grey.png);
	background-repeat: no-repeat;
	min-height: 130px;
	width: 228px;
}

#content-main p.slidetextbig
{
	padding:15px 6px 0 10px;
	margin-top:-20px;
	background-repeat: no-repeat;
	width: 238px;
}

#ivwatch
{
	margin:-15px 0px 15px 0px;
}
#ivtitle
{
	float: right;
	padding:0px 10px;
	min-height: 150px;
	width: 280px;
}

#woundimager
{
	margin:-15px 0px 15px 0px;
}
#wititle
{
	float: right;
	padding:0px 10px;
	min-height: 150px;
	width: 280px;
}

#sepscope
{
	margin:-15px 0px 15px 0px;
}
#retinalimager
{
	margin:-15px 0px 15px 0px;
}

#slideshowtitles 
{ 
	position: relative;
	width: 575px;
	margin:0px;
	padding:0;
}
.title1
{
	float:left;
	padding-left:10px;
	width:280px;
}
.title2
{
	float:left;
	padding-left:10px;
}

.title1 h2
{
	color: #0044FF;
	font-size:2.7em; 
}

.title2 h2
{
	color: #0044FF;
	font-size:2.7em; 
}






/* ----------- directions ----------- */

#mapbox
{
	height: 400px;
}

#mapanddirections 
{ 
	position: relative;
	width: 555px;
	margin:0px;
	padding:0;
	padding-top:5px;
}
#directions
{
	padding-left:10px;
}

#directions input
{
	padding:2px 2px;
	border:solid 1px #000;
	width:100px;
	margin:0px 0 5px 0px;
}
#directions button
{
	clear:both;
	margin-left:0px;
	width:105px;
	height:31px;
	background:#666666;
	text-align:center;
	line-height:1.0em;
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:bold;
	border:1;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../img/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#container-1
{
	width: auto;
}

.pdf li
{
	margin:0px 0px 0px 20px;
	list-style-image: url(../img/pdficon.gif);
}


