@charset "UTF-8";
/* default.css */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #555555;
	background: #ffffff url(../img/layout/body-bg.jpg) left top repeat-x;
}

/* default links */

a {
	text-decoration: underline;
	outline: none;
}

a:link {
	color: #267CB4;
}

a:visited {
	color: #267CB4;
}

a:active {
	color: #267CB4;
}

a:hover {
	color: #666666;
}

img {
	border: 0px;
}

/* default positioning */

#websiteOverlay {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

#websiteDisplay {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
	position: relative;
	text-align: left;
}

#websiteContent {
	display: block;
	position: absolute;
}

#container {
	width: 960px;
	display: block;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

/* HEADER */

#header {
	z-index: 3;
	width: 960px;
	background: #005397 url(../img/layout/header-bg.jpg) left top repeat-x;
	height: 97px;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#header .logo {
		margin: 15px 0px 0px 40px;
		position: absolute;
		z-index: 1000;
	}

#search {
	position: absolute;
	right: 0;
	top: 0;
	margin: 15px 60px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#search input {
		background: #2086bc;	
		border: none;
		height: 21px;
		line-height: 21px;
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 0px 5px;
		float: left;
		color: #ffffff;
		font-size: 11px;
		text-shadow: #143a6c;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		
	#search input[type=submit] {
		line-height: 19px;
		cursor: pointer;
	}
	
	#search input button::-moz-focus-inner{
		padding: 0;
		border: none;
	}

#nav {
	width: 960px;
	height: 42px;
	line-height: 42px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	background: url(../img/layout/keyline.jpg) left bottom no-repeat;
	z-index: 900;
}

	#nav ul {
		padding: 0px 0px 0px 0px;
		margin: 0px 60px 0px 0px;
		display: inline;
		list-style: none;
		float: right;
	}

	#nav ul li {
		padding: 0px 0px 0px 0px;
		margin: 0px 1px 0px 0px;
		list-style: none;
		font-size: 14px;
		letter-spacing: .05em;
		float: left;
		background: url(../img/layout/header-nav-bg.jpg) left top no-repeat;
	}
	
	#nav ul li:hover {
		background: url(../img/layout/header-nav-bg.jpg) left bottom no-repeat;
	}

	#nav ul li a {
		padding: 0px 22px 0px 22px;
		margin: 0px 0px 0px 0px;
		display: block;
		_display: inline-block; /* IE6 */
		height: 42px;
		color: #143a6c;
		text-decoration: none;
		text-shadow: #e3e0d7 0px 1px 0;
		-webkit-text-stroke: .5px transparent;
		background: url(../img/layout/nav-right-bg.gif) right top no-repeat;
	}

	#nav ul li:hover a {
		text-shadow: #ffffff 0px 1px 0;
	}

/* flyouts */

#nav ul li ul { 
	padding: 8px 0px 8px 0px;
	margin: -1px 0px 0px 0px;
	position: absolute;
	display: block;
	left: -999em; /* IE7/Opera bugs with display: none */
	width: 215px; 
	background: #e3e0d7;
	line-height: normal;
	z-index: 1000;
}

#nav ul li:hover ul { 
	padding: 8px 0px 8px 0px;
	margin: -1px 0px 0px 0px;
	float: left;
	left: auto;
	top: 42px; /* height of navbar */
	z-index: 1000;
	border-top: 1px solid #e3e0d7;
}

#nav ul li ul li {
	background: #e3e0d7;
	font-size: 12px;
	letter-spacing: none;
	font-weight: normal;
}

#nav ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 5px 12px 3px 22px;
	display: block;
	height: auto;
	float: none;
	width: 181px;
	background: #e3e0d7;
}

#nav ul li ul li a.sel {
	color: #7c8da2;
	text-decoration: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60); 
	opacity: .6;
}

#nav ul li ul li a:hover {
	background: #ffffff;
}

/* shorter flyout */

#nav ul li.nav_news ul {
	width: 180px;	
}

#nav ul li.nav_news ul li a {
	width: 146px;
}

/* */

#content {
	z-index: 2;
	width: 960px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* background: #f7f7f7 url(../img/layout/home-content-bg-bottom.gif) left bottom repeat-x; */
	background: #f7f7f7 url(../img/layout/int-right-corner.gif) right 20px no-repeat;
}

/* HOMEPAGE ONLY */

#content #top {
	width: 960px;
	height: 20px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../img/layout/home-upper-bg.jpg) left top no-repeat;
	z-index: 0;
}

	#container.home #content #top {
		height: 393px;
	}
	
	#container.home #content #top .intro {
		margin: 30px 0px 0px 60px;
	}
	
	#container.home #content #top h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
#content #top #areas {
	width: 840px;
	height: 260px;
	display: block;
	position: relative;
	margin: 40px 60px 0px 60px;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}

	#content #top #areas ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
	
	#content #top #areas ul li {
		margin: 0px 0px 3px 0px;
		padding: 0px 0px 0px 0px;
		width: 215px;
		height: 34px;
		line-height: 34px;
		font-size: 15px;
		text-align: right;
		color: #ffffff;
		list-style: none;
		text-shadow: #000000 0px -1px 0;
    	-webkit-text-stroke: .5px transparent;
		letter-spacing: .05em;
	}
	
	#content #top #areas ul li a {
		text-decoration: none;
		padding: 0px 15px 0px 0px;
		margin: 0px 10px 0px 0px;
		display: block;
		color: #ffffff;
	}
	
	#content #top #areas ul li.current {
		background: url(../img/layout/home-button-right.gif) right top no-repeat;
	}
	
	#content #top #areas ul li.current a {
		background: url(../img/layout/home-button-left.jpg) left top no-repeat;
	}
	
	#content #top #frame {
		width: 574px;
		height: 319px;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0px 0px 0px 0px;
		margin: -10px 0px 0px 0px;
		background: url(../img/layout/frame.png) left top no-repeat;
		z-index: 100;
	}
	
	#content #top #frame p {
		padding: 0px 0px 0px 0px;
		margin: 12px 10px 0px 10px;
		line-height: 21px;
	}
	
	#content #top #frame div {
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 10px;
		position: absolute;
		width: 554px;
		height: 289px;
		background: #ffffff;
		display: none;
	}
	
/* LEFT + RIGHT */

#content #left {
	width: 304px; 
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 32px 0px 25px 0px;
	min-height: 420px;
	background: url(../img/layout/int-left-corner.gif) left top no-repeat;
	border-right: 1px solid #dfdfdf;
}

	#container.home #content #left {	
		min-height: 200px;
		width: 60px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: url(../img/layout/home-content-transition.gif) left top repeat-x;
		border-right: none;
	}
	
	#content #left h2 {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 6px 10px;
		text-transform: uppercase;
		font-weight: normal;
		color: #267CB4;
		line-height: normal;
		font-size: 16px;
		border-bottom: dotted 1px #c8c8c8;
		background: #ffffff url(../img/layout/left-header-bg.gif) left top no-repeat;
	}
	
	/* LEFT INTERNAL */
	
	#content #left #internal ul, #content #left #account ul, #content #left #categories ul {
		width: 224px;
		margin: 0px 0px 0px 40px;
		padding: 0px 0px 40px 0px;
		list-style: none;
	}
	
		#content #left #categories ul li ul  {
			width: 204px;
			margin: 0px 0px 0px 20px;
			padding: 0px 0px 0px 0px;
			list-style: none;
		}
	
	#content #left #internal ul li, #content #left #account ul li, #content #left #categories ul li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		border-bottom: dotted 1px #c8c8c8;
	}
	
		#content #left #categories ul li ul li{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			list-style: none;
			border-top: dotted 1px #c8c8c8;
			border-bottom: none;
		}
	
	#content #left #internal ul li a, #content #left #account ul li a, #content #left #categories ul li a  {
		text-decoration: none;
		font-size: 13px;
		font-weight: normal;
		display: block;
		padding: 5px 0px 3px 10px;
		width: 214px;
	}
	
		#content #left #categories ul li ul li a  {
			text-decoration: none;
			font-size: 11px;
			font-weight: normal;
			display: block;
			padding: 5px 0px 3px 10px;
			width: 194px;
		}
	
	#content #left #internal ul li a.sel, #content #left #account ul li a.sel, #content #left #categories ul li a.sel  {
		color: #888888;
		background: #edece7;
		font-weight: bold;
	}
	
	/* blurbs */
	
	#content #left .blurb p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #left .blurb h2 {
		margin: 0px 40px 0px 40px;
		padding: 0px 0px 0px 0px;
		text-transform: uppercase;
		font-weight: bold;
		color: #267CB4;
		font-size: 14px;
	}
	
	#content #left .blurb h3 {
		margin: 0px 40px 0px 40px;
		padding: 0px 0px 0px 0px;
		text-transform: none;
		font-weight: bold;
		color: #7F7F7F;
		font-size: 14px;
	}
	
	#content #left .blurb h3 + p, #content #left .blurb h2 + p {
		margin: 0px 0px 0px 0px;
	}	
	
	/* #content #left .blurb {
		width: 202px;
		display: inline;
		float: left;
		margin: 0px 0px 10px 0px;
		padding: 10px 10px 10px 10px;
		background: #fcfcfc;
		border-left: solid 1px #ffffff;
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #dadada;
		border-right: solid 1px #dadada;
		line-height: 17px;
	} 
	
	#content #left .imgblurb {
		width: 321px;
		display: absolute;
		margin: 0px 0px 10px -67px;
		padding: 0px 0px 0px 0px;
		left: 0;
		top: 420px;
	}
	
	#content #left .blurb h2 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: none;
		border-bottom: none;
	}
	
	#content #left .blurb ul {
		margin: 0px 0px 0px 13px;
		padding: 0px 0px 0px 0px;
		list-style: circle;
		line-height: 15px;
	}
	
	#content #left .blurb ul li {
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 0px;
	}
	
	*/

#content #right {
	width: 570px;
	display: inline;
	float: left;
	line-height: 17px;
	margin: 0px 0px 0px -1px;
	padding: 40px 35px 25px 40px;
	min-height: 420px;
	/* background: url(../img/layout/int-right-corner.gif) right top no-repeat; */
	border-left: 1px solid #dfdfdf;
}

	#container.home #content #right {
		min-height: 200px;
		margin: 0px 0px 0px 0px;
		padding: 60px 50px 40px 0px;
		width: 850px;
		background: url(../img/layout/home-content-transition.gif) left top repeat-x;
		border-left: none;
	}
	
	#content #right h2 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-transform: uppercase;
		font-weight: normal;
		color: #267CB4;
		font-size: 18px;
		border-bottom: dotted 1px #c8c8c8;
	}
	
	#content #right h3 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #000000;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	#content #right h4 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		font-weight: bold;
	}
	
	#content #right a h3 {
		margin: 15px 0px 0px 0px;
		text-decoration: underline;
		color: #000000;
	}
	
	#content #right a:hover h3 {
		color: #267CB4;
	}
	
	#content #right h2 + h3 {
		margin: 15px 0px 0px 0px;
	}
	
	#content #right p {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #right .about p:first-child { /* for team page only */
		margin: 8px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #right p.date {
		margin: 15px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
	}
	
	#content #right h2 + p, #content #right h2 + form, #content #right h2 + table {
		margin: 15px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #right p + h2, #content #right ul + h2, #content #right ol + h2 {
		margin-top: 24px;
	}
	
	#content #right h3 + ol, #content #right h3 + ul {
		margin-top: 0px;
	}
	
	#content #right blockquote {
		margin: 0px 25px 15px 25px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #right img {
		padding: 0px 0px 4px 15px;
		margin: 0px 0px 0px 0px;
	}
	
	#content #right p span.keyword {
		font-weight: bold;
	}

	#content #right table.logos tr td {
		padding-top: 15px;
		padding-bottom: 15px;
		vertical-align: middle;
	}
	
	#content #right table.logos tr td img {
		margin: 0px 25px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #right table.logos tr td p {
		margin: 0px 15px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #right table.logos tr td.desc {
		border-bottom: dotted 1px #c8c8c8;
	}

/* homepage news */

#content #right .newshold {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	background: url(../img/layout/news-boxes.gif) left bottom no-repeat;
}
	
#content #right .newsbox {
	width: 218px;
	display: inline;
	float: left;
	margin: 0px 30px 30px 0px;
	padding: 20px 20px 20px 20px;
	line-height: 21px;
	background: #fcfcfc;
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #c5c5c5;
	border-right: solid 1px #c5c5c5;
}

	#container.home #content #right .newsbox {
		margin-bottom: 1px;
		border-bottom: none;
	}

	#content #right .newsbox h2 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	#content #right .newsbox h2 a {
		color: #267CB4;
		text-decoration: none;
	}

	#content #right .newsbox p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #right .newsbox h3 a {
		color: #267CB4;
		text-decoration: none;
	}
	
	#content #right .newsbox a {
		color: #555555;
		text-decoration: underline;
	}

	#content #right .newsbox .date {
		font-weight: bold;
		color: #000000;
	}
	
	#content #right .newsbox h3 {
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 4px 0px;
		font-weight: bold;
		font-size: 12px;
		color: #316b99;
		text-transform: none;
		line-height: 16px;
	}

	#content #right .newsbox.third {
		margin: 0px 0px 30px 0px;
	}
	
	#container.home #content #right h2 {
		margin: 0px 10px 15px 0px;
	}
	
/* FOOTER */

#footer {
	width: 960px;
	height: 204px;
	float: left;
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff url(../img/layout/home-bg-footer.jpg) left top no-repeat;
}

#footer .staffing {
	width: 112px;
	height: 39px;
	position: absolute;
	top: 93px;
	left: 424px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../img/layout/footer.gif) left top no-repeat;
	z-index: 1000;
}

#footer .underlay {
	width: 900px;
	height: 84px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 120px 0px 0px 60px;
	background: url(../img/layout/footer-int.gif) left top no-repeat;
	z-index: 50;
}

#container.home #footer .underlay {
	background: url(../img/layout/footer.gif) left top no-repeat;
}
	
	#footer .underlay .contents {
		width: 210px;
		height: 84px;
		display: inline;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		line-height: 17px;
	}
	
	#footer .underlay .contents.right {
		text-align: right;
	}
	
	#footer .underlay .contents.right img {
		margin: 8px 0px 0px 5px;
	}
	
	#footer .underlay .contents a img {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
		filter: alpha(opacity=65); 
		opacity: .65;
		zoom: 1;
	}
	
	#footer .underlay .contents a:hover img {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100); 
		opacity: 1;
	}
	
#credit {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#credit a {
	color: #999999;
}

/* tables */
table.tablesorter {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #dddddd;
	padding: 5px;
}

table.tablesorter thead tr .header {
	background-image: url(../img/layout/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 18px;
}

table.tablesorter tbody td {
	padding: 5px;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color: #eeeeee;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/layout/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/layout/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #1d7cb2;
	color: #ffffff;
}

/* pagination */

.pagination{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.pagination li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.pagination li.pages{
	float: right;
	text-align: right;
}

.pagination li.pages a {
	text-decoration:underline;
}

.pagination li.pages a.current{
	text-decoration: none;
	color: #000000;
}

/* form */

form table tr td {
	padding: 2px 12px 2px 0px;	
	line-height: 21px;
}

table.overview tr td {
	padding: 2px 12px 2px 0px;	
}

table.overview tr td.r {
	font-weight: bold;
}


form table tr td input[type=text], form table tr td input[type=password], form table tr td input[type=select] {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	width: 160px;
}

form table tr td input[type=submit] {
	width: 60px;
	cursor: pointer;
}

form table tr td textarea {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	width: 95%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #555555;
}

/* secure area */



/* panorama */
.panorama {
	margin-bottom: 24px;
	display: block;
	height: 350px;
	width: 570px;
	background-position: 0px 0px;
}

.pano_dolphin_room {
	background-image:url(../img/panorama/Dolphin_exam_room_01.jpg);
}

.pano_exam_room {
	background-image:url(../img/panorama/exam_room_01.jpg);
}

.pano_transit_lobby {
	background-image:url(../img/panorama/IM_Care_Transit_lb_01_350h.jpg);
}

.pano_nurses_station {
	background-image:url(../img/panorama/Nurses_station_01.jpg);
}


/* */
div.warning, p.warning, #content #right p.warning {
	margin: 5px 0px 15px 0px;
	padding: 5px 5px 5px 5px;
	background:#ffeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.form tr td input[type=text].warning {
	background: #ffeeee;
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	width: 60%;
}

table.form tr td textarea.warning {
	background: #ffeeee;
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	width: 95%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #555555;
}

div.error, p.error, #content #right p.error {
	margin: 5px 0px 15px 0px;
	padding: 5px 8px 5px 8px;
	line-height: normal;
	background: #ffCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content #right .error p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

table.form tr td input[type=text].error {
	background: #ffCCCC;
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	width: 60%;
}

table.form tr td textarea.error {
	background: #ffCCCC;
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	width: 95%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #555555;
}

/* */
#survey fieldset {
	border: none;
}

#survey label {
	display: block;
	font-size: 9px;
}

#survey input[type=text], input[type=submit]{
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
}

#survey input[type=text] {
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	width: 200px;
}

#survey select {
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
}

#survey textarea {
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	width: 99%;
}

.black {
	color: #000000;	
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.t {
	vertical-align: text-top;
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 0px;
	overflow: hidden;
} 


	/*

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); 
	opacity: 1;
	zoom: 1; /* to make transparency work in IE
	
	*/
