/* Hard Reset */

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, sub, sup, tt, var,
b, u, i, center,
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;
    background: transparent;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

					Generic Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
}

span, div {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

p {
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

h1, h2, h3 {
	color: #053c83;
	text-align: left;
	font-weight: normal;
	margin: 0 0 15px 5px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

ul, li {
	font-size: 12px;
	margin: 0 20px 0 20px;
	line-height: 20px;
}

ul li {
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #005195;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
a img {
	cursor: pointer;
	border: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

small {
	font-size: 10px;
}

.clear {
	clear: both;
}

.blue {
	color: #26455d;
	font-size: 14px;
	font-weight: bold;
}

.insidebg {
	background: #FFFFFF url('images/insidebg.jpg') bottom center repeat-x;
	padding: 0px 5px 2px 5px;
	margin-bottom: 10px;
}

.insidebg img {
	border: 3px #eee solid;
	margin: 5px 5px 5px 0px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

					Design Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Background Image */
#background {
	margin: 0;
	padding: 0;
	background: url('images/body-bg-home.png') bottom center repeat-x;
}

#topspace {
	width: 100%;
	height: 22px;
	background: #eee;
}

/* Wrapper - Centers the Website */
#wrapper {
	width: 820px;
	margin: 0 auto;
}

/* Header and Navigation */
#wrapper #header {
	background: url('images/header2.jpg') top center no-repeat;
	width: 820px;
	height: 93px;
	font-size: 18px;
	/* border-bottom: 3px #017cc0 solid; */
}

#wrapper #header a.active {
	color: #666666;
	text-decoration: none;
	font-size: 18px;
	/*border-bottom: 3px #88c1e0 solid;*/
	background: #e4f1f9;
}




/* Navigation */

#wrapper #header a {
	color: #666666;
	text-decoration: none;
	font-size: 18px;
	display: inline;
	font-weight: thin;
	padding: 5px 14px 6px 14px;	
	display: block;
}

#wrapper #header a span {
	
	
}

#wrapper #header a:hover {
	padding-bottom: 6px;
}

#wrapper #header a.gray {
	background: #ffffff url('images/gray.png') bottom center repeat-x;
}

#wrapper #header a.gray:hover {
	background: #ffffff url('images/grayOver.png') bottom center repeat-x;
}

#wrapper #header a.healthcare {
	background: #ffffff url('images/blue.png') bottom center repeat-x;
}
#wrapper #header a.ahealthcare {
	background: #ecf4f9 url('images/blueOver.png') bottom center repeat-x;
}
#wrapper #header a.healthcare:hover {
	background: #ffffff url('images/blueOver.png') bottom center repeat-x;
}

#wrapper #header a.patients {
	background: #ffffff url('images/green.png') bottom center repeat-x;
}
#wrapper #header a.apatients {
	background: #eef4e2 url('images/greenOver.png') bottom center repeat-x;
}
#wrapper #header a.patients:hover {
	background: #ffffff url('images/greenOver.png') bottom center repeat-x;
}

#wrapper #header a.resources {
	background: #ffffff url('images/sea.png') bottom center repeat-x;
}
#wrapper #header a.aresources {
	background: #e6efef url('images/seaOver.png') bottom center repeat-x;
}
#wrapper #header a.resources:hover {
	background: #ffffff url('images/seaOver.png') bottom center repeat-x;
}

/* End Navigation */







#wrapper #header div.navigation {
	float: left;
	display: inline;
	width: 640px;
	padding: 68px 0 0 0;
}

#wrapper #header div.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper #header div.navigation li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0 2px 0 2px;
}

#wrapper #header div.right {
	float: left;
	display: inline;
	width: 180px;
	text-align: right;
	padding: 18px 0 0 0;
}

/* Breadcrumbs */
#breadcrumbs {
	width: 500px;
	height: 30px;
	text-align: left;
}

#breadcrumbs p {
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align: left;
}

#breadcrumbs a {
	font-size: 12px;
	color: #777;
}

/* Flash */
#wrapper #flash {
	width: 820px;
	height: 260px;
	margin: 0 0 25px 0;
}

#wrapper #subflash {
	width: 820px;
	height: 197px;
	margin: 0 0 25px 0;
}

#wrapper .healthcare {
	background: #ffffff url('images/hcp2.jpg') top center;
}

#wrapper .patients {
	background: #ffffff url('images/pateints2.jpg') top center;
}


#wrapper .resources {
	background: #ffffff url('images/resources2.jpg') top center;
}

/* Body */
#wrapper #body {
	width: 820px;
}

/* Left Side */
#wrapper #body #content {
	float: left;
	width: 550px;
	display: inline;
	margin-right: 25px;
}

#wrapper #body #content div.entry {
	margin: 0 0 25px 0;
}

#wrapper #body #content div.entry div.top {
	background: url('images/white.jpg') 0 0;
	width: 550px;
	height: 6px;
}

#wrapper #body #content div.entry div.text {
	width: 550px;
	margin: 0;
	background: #ffffff url('images/white-repeat.jpg') 0 0;
}

#wrapper #body #content div.entry div.text div.padding {
	padding: 25px 25px 10px 25px;
}

#wrapper #body #content div.entry div.text div.white {
	padding: 5px 25px 0px 25px;
}

#wrapper #body #content div.entry div.text div.bottom {
	background: url('images/white.jpg') no-repeat 0 100%;
	width: 550px;
	height: 17px;
}

/* Right Side */
#wrapper #body #sidebar {
	float: left;
	width: 245px;
	display: inline;
}

#wrapper #body #sidebar div.entry {
	margin: 0 0 25px 0;
}

#wrapper #body #sidebar div.entry div.top {
	background: url('images/sidebar.jpg') 0 0;
	width: 244px;
	height: 45px;
}

#wrapper #body #sidebar div.entry div.text {
	width: 244px;
	margin: 0;
	background: #ffffff url('images/sidebar-repeat.jpg') 0 0;
}

#wrapper #body #sidebar div.entry div.text div.padding {
	padding: 0px 10px 5px 10px;
}

#wrapper #body #sidebar div.entry div.text div.bottom {
	background: url('images/sidebar.jpg') no-repeat 0 100%;
	width: 244px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* Footer */
#footer {
	height: auto;
	width: 100%;
	background: #fff;
}

#footer #body {
	width: 820px;
	margin: 0 auto;
	padding: 34px 0px 34px 0px;
	font-size: 13px;
}

#footer #body div.left {
	float: left;
	width: 210px;
	display: inline;
}

#footer #body div.right {
	float: left;
	width: 610px;
	text-align: right;
	display: inline;
}

#footer #body a {
	padding: 12px 20px;
	background: url('images/footer-divider.gif') top left no-repeat;
	font-size: 12px;
}

/* Additional */


/* Lightbox */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#shade {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-left: -211px;
	width: auto;
	height: auto;
	padding: 0px;
	border: 10px solid #eee;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#hide, #hide3d, #hidefungal {
	display: none;
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -211px;
	width: auto;
	height: auto;
	padding: 0px;
	border: 10px solid #eee;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
/*
#hide3d {
	display: none;
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -211px;
	width: auto;
	height: auto;
	padding: 0px;
	border: 10px solid #ecf4f9;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
*/



/* LightBox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


