article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 14px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #000000; }
body { margin: 0; font-size: 14px; line-height: 1.4; font-family:Tahoma, Geneva, sans-serif;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #0890f9; text-decoration:none; }
a:visited { color: #0890f9; text-decoration:none;}
a:hover { color: #0890f9; text-decoration:none;}
a:focus { outline: 0; text-decoration:none;}
a:hover, a:active { outline: 0; text-decoration:none;}
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


.header {
  border:0;
  width:1000px;
  height:319px;
  margin: auto;
  padding:0px 0px 30px 0px;
  
  position:relative;
  }
#logo {
	border:0;
  width:369px;
  height:72px;
  margin: 0;
  padding:0;
  position:absolute;
  top:208px;
  left:20px;
}
 #iconContainer {
  border:0;
  width:460px;
  height:30px;
  margin: 0;
  padding:0;
  position:absolute;
  top:218px;
  left:535px;
  text-align:right;
}
.fb-like {
	padding:0px 16px 10px 0px;
}
a.subnav { color: #000000; text-decoration:none; }
a.subnav:visited { color: #000000; text-decoration:none;}
a.subnav:hover { color: #0890f9; text-decoration:none;}
a.subnav:focus { outline: 0; text-decoration:none;}
a.subnav:hover, a:active { outline: 0; text-decoration:none;}

 #main {
  width:1000px;
  margin: auto;
  }
#main_inner_container {
	width: 960px;
	margin:auto;
	
}

.container_4
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position:relative;
}
.grid_1,
.grid_1_1,
.grid_1_2,
.grid_1_3,
.grid_2,
.grid_3,
.grid_4 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:20px;
	
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3 {
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 4 Columns
--------------------------------------------------------------------------------*/
.container_4 .grid_1 {width: 220px;}

.container_4 .grid_1_1 {width: 225px;}
.container_4 .grid_1_2 {width: 330px;}
.container_4 .grid_1_3 {width: 670px; padding-left:20px;}

.container_4 .grid_2 {width: 460px;}
.container_4 .grid_3 {width: 700px;}
.container_4 .grid_4 {width: 940px;}

/* =Prefix Extra Space >> 4 Columns
--------------------------------------------------------------------------------*/
.container_4 .prefix_1 {padding-left: 240px;}
.container_4 .prefix_2 {padding-left: 480px;}
.container_4 .prefix_3 {padding-left: 720px;}

/* =Suffix Extra Space >> 4 Columns
--------------------------------------------------------------------------------*/
.container_4 .suffix_1 {padding-right: 240px;}
.container_4 .suffix_2 {padding-right: 480px;}
.container_4 .suffix_3 {padding-right: 720px;}

/* `Push Space >> 4 Columns
--------------------------------------------------------------------------------*/
.container_4 .push_1 {left: 240px;}
.container_4 .push_2 {left: 480px;}
.container_4 .push_3 {left: 720px;}

/* `Pull Space >> 4 Columns
--------------------------------------------------------------------------------*/
.container_4 .pull_1 {left: -240px;}
.container_4 .pull_2 {left: -480px;}
.container_4 .pull_3 {left: -720px;}

.inner-wrapper-left {
	width: 205px;
	display: inline;
	float: left;
	margin: 10px 10px 20px 10px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
.floatLeft {
	float:left !important;
	
}
.floatRight {
	float:right !important;
}
hr.divider {
	width: 1000px;
	height:1px;
	color:#EAEAEA;	
}

h1.introText {
	margin:0;
	padding:15px 0px 15px 0px;
}
.pageHeader {
	margin:0;
	padding:0px 0px 0px 0px;
	
}
div.sectionHeader {
	color:#000000;
	font-size:18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	margin:0px;
}
h2.LinkBoxHeader {
	color:#000000;
	font-size:36px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	word-spacing:5px;
	padding:10px 0px 10px 0px;
	margin:0px;
}
h1.pageSubHeader {
	color:#0099ff;
	font-size:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	word-spacing:5px;
	padding:10px 0px 10px 0px;
	margin:0px;
}
h2.sectionHeader {
	color:#000000;
	font-size:30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	word-spacing:5px;
	padding:10px 0px 0px 0px;
	margin:0px;
	clear:both;
}
h3.sectionSubHeader {
	color:#999999;
	font-size:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	word-spacing:5px;
	padding:10px 0px 5px 0px;
	margin:0px;
	clear:both;
}
.locationContainer {
	padding:0px 18px 0px 18px;
	margin:0px;
	height:50px;
	float:left;
	background-color:#FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
    display:inline-block;
	white-space: nowrap;
}
.locationContainer a.location {
	font-size:24px;
	line-height:50px;
	white-space: nowrap;
}
.keywordWrapper {
	padding:10px 0px 0px 0px;
}
.keywordContainer {
	padding:0px 5px 0px 5px;
	margin:0px;
	height:22px;
	float:left;
	background-color:#FFFFFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.keywordContainer a.keyword {
	font-size:14px;
	line-height:22px;
}
.keywordSelected {
	background-color:#0099ff !important;
}
.keywordSelected a {
	color:#FFFFFF !important;
}

.linkbox {
 width:460px;	
 margin:0px 0px 20px 0px;
}
.linkbox div {
 width:210px;
 float:left;
 padding-right:20px;
 margin:0;
}
.linkbox div a {
 font-size:18px;
 padding:0px;
 margin:0;
 color: #000000; text-decoration:none;
}
.linkbox div a:visited { color: #000000; text-decoration:none;}
.linkbox div a:hover { color: #0890f9; text-decoration:none;}
.linkbox div a:focus { outline: 0; text-decoration:none;}
.linkbox div a:hover, a:active { outline: 0; text-decoration:none;}
 
  /* HOME PAGE FEATURED ENTRIES */
 .pressQuote {
	 margin:0;
	 padding: 20px 0px 20px 20px;
 }
 #featureContainer {
	 width:420px;
	 padding:0;
	 margin:0;
 }
 .headerPress {
	 padding-bottom:0px;
	 margin-bottom:0px;
 }
 .featureEntry {
	 padding:20px 10px 20px 10px;
	 border-bottom: 2px solid #EAEAEA;
 }
.ArticleListHeading  {
 font-size:18px;
 padding:5px 0px 5px 0px;
 margin:0;
 color: #000000; 
 text-decoration:none;
 border-bottom:2px solid #EAEAEA;
}
.ArticleSubHeading  {
 font-size:14px;
 padding:5px 0px 10px 0px;
 margin:0;
 color: #000000; 
 text-decoration:none;
}
.featureName  {
 font-size:18px;
 padding:0px;
 margin:0;
 color: #000000; 
 text-decoration:none;
}
.featureName a:visited { color: #000000; text-decoration:none;}
.featureName a:hover { color: #0890f9; text-decoration:none;}
.featureName a:focus { outline: 0; text-decoration:none;}
.featureName a:hover, a:active { outline: 0; text-decoration:none;}
 
 
 .featurelocation {
	font-size:14px;
	padding:0px;
	margin:0;
	color: #666666; 
	text-decoration:none;
 }
 
 .featurePublications {
	font-size:14px;
	padding:0px 10px 0px 0px;
	margin:0;
	color: #0890f9; 
	text-decoration:none;
 }
 .featureDescription {
	padding:10px 10px 10px 0px;
	margin:0;
 }
 .featureDescription a { color: #000000; text-decoration:none;}
.featureDescription a:visited { color: #000000; text-decoration:none;}
.featureDescription a:hover { color: #000000; text-decoration:none;}
.featureDescription a:focus { outline: 0; text-decoration:none;}
.featureDescription a:hover, a:active { outline: 0; text-decoration:none;}
 
  .featureDates {
	font-size:11px;
	padding:0px 0px 10px 0px;
	margin:0;
	color: #999999; 
  }
  .categoryDisplay {
	   color:#666666;
	   padding-top:10px;
  }
  .neighborhood {
	  color:#666666;
	  padding-bottom:10px;
  }
 ul.nostyle {
	list-style: none; 
	margin:0;
	padding:10px 0px 0px 0px;
 }
 ul.linkList {
	list-style: none; 
	margin:0;
	padding:0px 0px 20px 0px;
 }
  ul.linkList li {
	padding:0px 0px 5px 20px;
	background:url(/images/arrow-right.png) 0 0 no-repeat;
	line-height:16px;
 }
 
.website-wrapper {
	padding-top:15px; 
}
.seeIt {
 padding-right:35px;
 line-height:20px;
 background: url(/images/see-it.png) 50px 3px no-repeat;
 
}
.website-link {
	 background: url(/images/see-it.gif) no-repeat left;
	padding-left:30px; 
 } 
 .website-link-aff {
	 background: url(/images/see-it.gif) no-repeat left;
	padding-left:30px; 
 }
 .entryDates {
	color:#999999;
	font-size:11px;
	padding-top:10px; 
 }
 .entry-neighborhood {
	  color:#666666;
	  font-size:14px;
  }
  .entry-copy {
	padding-top:20px;  
  }
   .entry-copy a {
	color:#000000;
  }
.entry-copy a:visited { color: #000000; text-decoration:none;}
.entry-copy a:hover { color: #000000; text-decoration:none;}
.entry-copy a:focus { outline: 0; text-decoration:none;}
.entry-copy a:hover, a:active { outline: 0; text-decoration:none;}
  
 .address {
	 padding-top:10px; 
 }
 .address span {
	 font-weight:bold;
 }
 .telephone{
	 padding-top:10px; 
 }
  .telephone span {
	 font-weight:bold;
 }
 .email{
	 padding-top:10px; 
 }
  .email span {
	 font-weight:bold;
 }
 .publication-intro {
	font-weight:bold;
	padding:10px 0px 10px 0px; 
 }
 .publication-detail {
	 line-height:20px;
 }
 .publication-article-link {
	background: url(/images/magnify.gif) no-repeat right;
	padding-right:60px; 
	font-style: italic;
	color:#0890f9;
 }
 .publication-article {
	font-style: italic;
 }
 .publication-date {
	color:#999999;
	padding-right:20px; 
 }
 
 .actionsWrapper div {
	 padding:5px 0px 5px 0px; 
 }
 
 .disclaimer {
	 font-size:11px;
	 color:#666666;
 }
 .entry-wrapper {
 border-bottom: 1px solid #EAEAEA;
 display:block;
 padding:0;
 margin:0;
}
.readMore {
 padding-right:20px;
 background: url(/images/arrow-right.png) right no-repeat;
 
}
.article-wrapper {
 padding:10px 0px 10px 0px;	
}
.article-wrapper .article-detail {
 color: #999999;
}

 .article-wrapper .article-date {
 color: #999999;
 font-size: 12px;
}
 .article-wrapper .article-description {
padding: 5px 0px 5px 0px;
}


.article-wrapper .entry-name{
 color: #000000;
}

.article-wrapper .article-title {
 font-size: 18px;
 color:#000000;
}

.article-wrapper .article-title2 {
 font-size: 18px;
}

.article-wrapper .article-title-link {
 font-size: 18px;
 background: url(/images/magnify.gif) no-repeat right;
 padding-right:60px; 
}
/* SEARCH FORM */
.search {
		width:190px;
		padding:5px 0px 5px 0px;
	}
.search div {
	padding:5px 0px 0px 0px;
	text-align:right;
}
.dropdownsearch {
	height:20px;
	font-size:11px;
	border:1px solid #999999;
	width:190px;
	
}	


.multiselectsearch{
	font-size:11px;
	border:1px solid #999999;
	width:190px;
	
}	

.search2 {
		width:400px;
		padding:5px 0px 5px 0px;
	}
.search2 div {
	padding:5px 0px 5px 0px;
	text-align:right;
}
.search2 .searchInnerWrapper {
	float:left; 
	width:170px;	
}
.dropdownsearch2 {
	height:20px;
	font-size:11px;
	border:1px solid #999999;
	width:150px;
	
}
.multiselectsearch2 {
	font-size:11px;
	border:1px solid #999999;
	width:150px;
	margin-top:2px;
	padding:1px 0px 1px 0px;
	
}
.keywordlabel {
	 display: none;
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.searchInnerWrapper {
	clear:both;
}
.keywordlabel {
	  display: block;
	  text-align:left !important;
	  padding-left:22px !important;
	  width:150px;
}

}

/* LOGIN */
.loginWrapper {
		width:460px;
		padding:5px 0px 5px 0px;
	}
.loginWrapper div.formlabel {
	padding:10px 10px 0px 0px;
	width:210px;
}
.loginWrapper div.formbutton {
	padding:5px 0px 0px 0px;
	text-align:right;
	width:210px;
}
div.formbutton {
	padding:5px 0px 0px 0px;
	text-align:right;
	width:210px;
}
.loginWrapper div.formbutton2 {
	padding:5px 0px 0px 0px;
	text-align:right;
	width:430px;
	
}

.loginWrapper .loginInnerWrapper {
	float:left; 
	width:450px;	
}
.textinput {
	width:210px;
}
.required {
	color:red;	
}
.getPassword {
	padding:0;
	cursor:pointer;
	width:200px;
	color:#0890f9;
}
.forgotpasswordWrapper {
	padding:0;
}
/* CONTACT PAGE */
.contact {
	text-align:center;	
	padding:20px 0px 30px 0px;
}
.contact span {
	color:#0890f9;	
}
.contact-wrapper {
	width:400px;
	text-align:left;
	margin:auto;
}
/* PAGINATION */
.paginate {
	font-family:Arial, Helvetica, sans-serif;
	
	padding: 20px 0px 20px 0px;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #0890f9 !important;
}
.paginate a:visited {
	text-decoration:none;
	color: #0890f9 !important;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #0890f9;
	color: #FFFFFF !important;
	background-color:#0890f9;
}
.paginate span.current {
    margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	
	font-weight: bold;
	background-color: #999;
	color: #FFF;
	}
	.paginate span.disabled {
		padding:2px 5px 2px 5px;
		margin:2px;
		border:1px solid #DDD;
		color:#DDD;
	}

 
 /* MY CLIPPINGS */
 .clippingName {
font-size:16px;
 padding:5px;
 margin:0;
 color: #000000; 
 text-decoration:none;
 cursor: pointer;
 border-top:1px solid #EAEAEA;
}
.clippingsLocation{
font-size:14px;
padding:0px;
margin:0;
color: #666666; 
text-decoration:none;	
}
.clippingDetail {
margin:0;
padding:5px 5px 10px 5px;


}
.clippingPublications {
font-size:14px;
padding:0px 10px 0px 0px;
margin:0;
color: #0890f9; 
text-decoration:none;
}
.clippingDescription {
padding:0px 10px 10px 0px;
margin:0;
font-size:12px;
font-weight:normal;
}
.clippingLastUpdate {
font-size:11px;
padding:5px 0px 10px 0px;
margin:0;
color: #999999; 
}
.clippingEdit {
width:68px;
height:20px;
float:left;
}
.clippingRemove {
width:68px;
height:20px;
float:right;
}
 /* FOOTER */
 .footer {

  width:1000px;
  margin: auto;
  text-align:center;
  clear:both;
  }
  
 div.footerlinkswrapper {
	 	
	 	margin:auto;
	  	padding:20px 0px 20px 0px;
  }
  
 div.footerlinkswrapper span {
	 
	  padding:0px 10px 0px 10px;
	 color:black;
  }
 
a.footerlink { color: #000000; text-decoration:none; }
a.footerlink:visited { color: #000000; text-decoration:none;}
a.footerlink:hover { color: #0890f9; text-decoration:none;}
a.footerlink:focus { outline: 0; text-decoration:none;}
a.footerlink:hover, a:active { outline: 0; text-decoration:none;}


.copyright {

	 	margin:auto;
	  	padding:0px 0px 20px 0px;
		color:#999999;
}






.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/*
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
*/
.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
	.btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}