/* CSS Document elements in order of appearance */
body {background:url(../images/filterselect_bg.png) top center no-repeat;text-align: center;font-family:Helvetica,Lucida Grande,sans-serif,Tahoma,Verdana,Arial}

/*css for fixes as required */

body, div, h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none; 
}
h1{color:#666666;}
clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block; clear:both;
float:left; width:100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*css for fixes as required ends */






/*indexable text at top of page screen version */
#greytop 
{ display: inline-block; font-weight:normal; height:25px; line-height:15px; overflow:hidden;  text-align:center;  padding:6px; position:static;
top: 0px;width: 100%; clear:both;background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}



#greytop p {display:block; width:auto; float:left; clear:right; color: #A1B2C3;
	 margin:0 5px;  text-align:left; font-size:125%;}

 #blRecentSearches1  { font-weight:normal; line-height:15px; 
	list-style: none;  color: #fff;

	vertical-align: middle}




#greytop ul {margin-left:220px; margin-top:-15px; }

#greytop ul li a {

	clear: right;
   color: #A1B2C3;
	
	display: block;
	float: left;
	font-size:100%;
	margin: 5px 15px;
	text-align:left;
	width: auto;}
 h1.use{display:block; width:auto; float:left; color:#ffffff; margin:0 5px;}


/*indexable text at bottom of page screen version */
#greybottom
{ display: inline-block; font-weight:normal; height:25px; line-height:15px; overflow:hidden;  text-align:center;  padding:6px; position:relative;
bottom: 0px;width: 100%; clear:both;background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(bottom,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */

background: linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



#greybottom p {display:block; width:auto; float:left; clear:right; color: #A1B2C3;
	 margin:0 5px;  text-align:left; font-size:125%;}

 #blRecentSearches2  { font-weight:normal; line-height:15px; 
	list-style: none;  color: #fff;

	vertical-align: middle}




#greybottom ul {margin-left:220px; margin-top:-15px; }

#greybottom ul li a {

	clear: right;
   color: #A1B2C3;
	
	display: block;
	float: left;
	font-size:100%;
	margin: 5px 15px;
	text-align:left;
	width: auto;}
/*end top bar*/

/*search bar area
 .searchbar 
 {
display: inline-block;
  clear: both;
  margin: 0 auto;
	width: 880px;
	height: 80px;
  padding-top:145px;
  background:url(../images/searchback.png)no-repeat scroll center bottom transparent;
	
  
 }*/
 .searchbar {
  background: url("../images/searchback.png") no-repeat scroll center center transparent;
    clear: both;
    display: inline-block;
    height: 70px;
    margin: 70px 0 0 -5px;
    padding: 75px 0 0 25px;
    width: 1000px;
	
}
 
 .searchbartext 
 {	
	font-size: 0%;
	
 }
 
 p.searchbar_seen {
	clear: right;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 300%;
	font-style: italic;
	height: 35px;
	padding:12px 20px 1px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 25px;
	margin:-15px 10px 0px -10px;}

 

/*end search bar bit*/


/*Start form stuff*/

input  {
	height:35px;
	padding: 5px 20px 0px 20px; margin: 0 0 20px 0;
	border:1px solid #666666;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;

/*font styles*/
	font-family: sans-serif;  color: #006699; font-size: 110%;
	
}
	input::-webkit-input-placeholder  {
		color: #a1b2c3; }
	input:-moz-placeholder {
		color: #a1b2c3; 
	}

input[type=text] {
/*set basics*/float:left; 
clear:none;     
margin: 0 0 20px;
	padding: 6px 0 5px 10px;
	width: 260px;
font-size: 110%;
color: #006699;
	/*style*/
	background: rgb(229,229,229); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
	text::-webkit-input-placeholder  {
		color: #a1b2c3; 
	}
	text:-moz-placeholder {
		color: #a1b2c3;
	}



input:focus, text:focus {
background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */



}

input[type=submit] {


	font-size:110%;
	font-weight:400;
	
	color: #006699;

	height:35px;
	border:none;
	cursor: pointer;
	float:left; 
}
input[type=button] {
	font-size:200%;
	font-weight:400;
	border:none;
	cursor: pointer;
	float:left; 
}
#findit_button {display:inline; float:left; clear:right; Border:none; margin:0px;}
.SearchButton
{
	background:url(../images/findit2.png) no-repeat center;	
	height:60px; 
	margin:0px;
	margin-top:-5px;
	text-align:left;
	padding-left:30px;
	padding-bottom:8px;
	width:200px;
	color:#666666;text-shadow: 2px 2px #cccccc;
	
}

/*special for prefilled value to match regular input styles */
.DivSearchIn { 	
	display:block; 
   font-family: sans-serif;  
   color: #006699;
	font-size: 120%;
	white-space:nowrap;
	height: 35px;
	border:1px solid #666666;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	/*style to match box look */
	/*set basics*/float:left; clear:right; width:auto; padding: 12px 20px 0px 20px; margin: 0 0 20px 0;

	/*style*/
	background: rgb(229,229,229); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*put here for sPhone only no style for screen*/
.sPhoneLineBreaker{display:none;}

/*inner div for text in where box*/
.MapDiv1Inst
{
min-width:400px;
	height:80px;
	float:left;
	clear:both;
	font-size:80%;margin-left: -10px;
}
/*standard form placement styles */

form div {
  
	margin: auto 0;
	padding: 1px 3px;
font-family: Helvetica,Lucida Grande, sans-serif,Tahoma,Verdana, Arial;
		display: block;
		height: expression('1%');
}

form div fieldset {
  clear: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 150px;
  padding: 3px 5px;
  margin: 0 0 0 0;
  text-align: right;
  color:#333333;
  font-size:69%;text-shadow: 2px 2px #cccccc;
}

form div.optional label, label.optional {
	font-weight: normal;
	font-size: 110%;
	padding-bottom: 0px;
	margin-top: 4px;
}

form div.required label, label.required {
  font-weight: normal;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 0 0;
  width: 200px;
}

form div img {
  border: 0px solid #000000;
}

.label 
{
	display: block;
	background: rgb(229,229,229); /* Old browsers */
background:  -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background:  -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background:   -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background:  linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	

	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	clear:both;
	width: 300px;
	padding: 3px 5px;
	margin: 0;
	text-align: left;
	color: #333;text-shadow: 2px 2px #cccccc;
	font-size:119%;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
}
	
.arrow {min-width: 390px; }
/*special for select drop down style

width: 320px;background: url(../images/arrow.gif) no-repeat scroll 319px 5px ; */

 .styled-select select 
 {
	background: transparent;
	width: 460px;   
	float:left;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 34px;
}



.styled-select 
{
	width: 420px;
	height: 34px;
	overflow: hidden;
	background:url(../images/arrow.png) no-repeat right ;
	font-family: sans-serif;  
	color:#999999;
	font-size: 120%;
	white-space:nowrap;
	float:left;
}
.GoButton 
{
	background:url(../images/ylm_search_bar_top/go.png) no-repeat center;	
	width:36px; 
	margin: 0px;
    padding: 0 0 3px 2px;
    position: absolute;
    width: 36px;
    float:left;
	color:#333;
}
.GoButtonDiv
{color:#333;
	margin-left:4px;
    float:left;
}


form div input, form div select, form div text {
   
	border: 1px solid #666666;
	border-radius: 5px 5px 5px 5px;
	clear: none;
	color: #999999;
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 120%;
	height: 35px;
	margin: 0 0 20px;
	padding: 8px 8px 0 2px;
   overflow:hidden;


}form div select.selectOne, form div select.selectMultiple {
background: -moz-linear-gradient(center top , #E5E5E5 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	clear: none;
	color: #999999;
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 120%;
	height: 35px;
	margin: 0 0 20px;
	padding: 8px 8px 0 2px;
	width: 320px;background: url("arrow.gif") no-repeat scroll 319px 5px #58B14C; 
}


form div input.inputFile {
  width: 211px;
}



form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio{
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}
form div input.inputImage {border:none; border-width: 0; margin: 0 0 0 140px; width:174px; height:27px;}

form div.submit {
  width: 21px;
  padding: 2px 0 0 0px;
  margin-top:2px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
	background-color: #FFFFFF;
	border:none;
	color: #000000;
	width: auto;
	padding: 0;
	margin: 0;
	padding-top: 0px;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}
form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0px 0px 0px 20px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0px 0px 0px 18px;
  margin: expression('0px 0px 0px -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0px 0px;
  text-indent: 0px;
  margin: 0px 0px 0px 0px;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0px;
}
form div.wide small {
  margin: 0px 0px 5px 0px;
}
	/*.turnintodropdown {	display:block; 
   font-family: sans-serif;  
   color:#999999;
	font-size: 120%;
	white-space:nowrap;
	height: 35px;
	border:1px solid #cccccc;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
style to match box look 
	/*set basics float:left; clear:none; width:auto; padding: 12px 20px 0px 20px; margin: 0 0 20px 0;
	/*style
	background:   rgb(229,229,229); /* Old browsers 

background:  -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ 

background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ 

background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ 

background:  -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ 

background:   -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ 

background:  linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 
}
*/

/*end form stuff*/




/*position elements as blocks*/

.select_filter_wrapper 
{
	
	display:block;
	margin:0 auto;
	position:absolute;
	width:100%;
	
 }
 
.select_filter_content {
	
	
 }
 
  .inner_content 
 {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	clear:both;
	width: 660px;
	
 }
 
 /*next after search bar */
 
 /*Welcome message and lower content areas */
 #lowercontent
{
	clear: inherit;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	text-align: left;
	width: 980px;
 }
 
.Div1Header1 
{
	width:100%;
	margin:0 10px;
	float:left;
	clear:both;
	font-weight:bold;
	color:#666666;
	text-align:left;
	font:140% italic Georgia, "Times New Roman", Times, serif;
}

.ListDiv1 
{
	margin-left:10px;
	margin-top:0px;
	color:#666666;
	width:45%;
	float:left;
	clear:left;
	width:100%;
}
.ListDiv2 
{
	margin-left:10px;
	margin-top:0px;
	width:45%;
	float:left;
	clear:none;
	color:#666666;
	width:100%;
}

.ListDiv3 
{
	margin-left:10px;
	margin-top:0px;

	float:left;
	clear:none;
	color:#666666;
	
}

.where_else 
{
	margin-left: 40px;
	width: 500px;
	float:left;
}

.what_else 
{
	float: left;
	width: 500px;
}
	
.get_listed {width:400px;  cursor:pointer; float:left; background:url(../images/buttonLarge.png) no-repeat top center; font-size:130%; margin-left:50px; height:120px;}
.get_listed a{color:#333333; text-decoration:none; cursor:pointer;}
.addBusnessText  {font-size:80%;color:#333333; display:block; width:280px; text-align:left; margin-left:12px;}
.what_is_it	{ cursor:pointer; width:400px;
	float:left;  background:url(../images/buttonLarge.png) no-repeat top center; font-size:130%;}
.what_is_it a {color:#333333; text-decoration:none; cursor:pointer;}	
.under_search_float { 
display: block;

  margin: 0 auto;
	width: 1100px;
	height: auto;
  padding-top:1px; }
 
 
 .over_search_float { display: inline-block;

 
  clear: both;
  margin: 0 auto;
	width: 90%;
	height: auto;
  padding-top:1px;

	
  
 }

/*map element */




.MapDiv1
{
	display:none;
	
}



/*tags*/
#links_box{width:330px; 
display:block;
float:left;
clear:left;}
#bottom{ background:url(../images/shadow300.jpg)  no-repeat bottom scroll 0 0 transparent;  width:300px; height:300px;}

.bottom_links {
border: 1px 1px 0px 1px solid #999;
	border-radius:5px 5px 1px 1px;
	-moz-box-shadow: 0px 5px 4px #999;
		-webkit-box-shadow: 0px 5px 4px #999;
		box-shadow: 0px 5px 4px #999;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	color: #666666;
	float: left;
	font-family: georgia;
	font-size: 140%;
	list-style-type: none;
	margin: 45px 0 0 35px;
	padding: 10px;
	text-align: left;
	width: 300px;
	height:280px;

background: rgb(229,229,229); /* Old browsers */
background:  -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background:  -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background:   -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background:  linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	

}

.bottom_links a {color: #006699; text-decoration:none;
}
.bottom_links a:hover {color: #006699; text-decoration:underline;
}
#header4{text-shadow: 2px 2px #cccccc;}
ul #blDirectories {list-style-type:none;}

.questions a{clear: right;
  color: #006699;

	display: block;
	float: left;
	font-size:80%;
	margin: 5px 15px;
	text-align:left;
	width: auto;}
	
	
	.questions a:hover{
		text-decoration:underline;}
		
		
		/*start of new marketing blocks */
		.marketHead {font:Georgia, "Times New Roman", Times, serif; font-size:14px; line-height:18px; padding-top:5px; color:#069;}
		.market { display:block; width:175px; Text-align:left; Font-size:10px; color:#000; margin-top:-30px; margin-left:50px;}

#market1 {
    display:block;
    background:url(../images/forConsumers.png) center no-repeat transparent;  
    width:320px; 
    height:126px;
	margin-top:0px;
	color:#666666;
	float:left;
	padding: 10px 4px 5px 4px;
	margin-left:36px;
    border: 1px 1px 0px 1px solid #999;
	border-radius:5px 5px 1px 1px;
}

#market2 {
    display:block;
    background:url(../images/forBusiness.png) center no-repeat transparent;  
    width:320px; 
    height:126px;
	margin-top:0px;
	color:#666666;
	float:left;
	padding: 10px 4px 5px 4px;
    border: 1px 1px 0px 1px solid #999;
	border-radius:5px 5px 1px 1px;
}

#market3 {
    display: block;
    background: url(../images/forEconomic.png) center no-repeat transparent;
    width: 320px;
    height: 126px;
    margin-top: 0px;
    color: #666666;
    float: left;
    padding: 10px 4px 5px 4px;
}


#market4 
{display:block;
background:url(../images/forFundraiser.png) center no-repeat transparent; 
width:250px; height:126px;
	margin-top:0px;
	color:#666666;
	float:left;
	padding: 10px 4px 5px 4px;
}
