/* Normalization */

html, body, div, li, h1, h2, h3, h4, form, fieldset, input, p, blockquote, th, td {
	margin: 0 auto;
	padding: 0;
	}
	
ol, ul {
    list-style:  0;
	margin: 0 auto;
	padding: 0;
	}	

html, body {
	text-align: center;
	}

img, table {
	border-style: none;
}

html {
	font-size: 62.5%; /* Resize text to 10px */
	line-height: 1; 
	}
	
/* -- Main Elements -- */

body {
	background:#FFF;	
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	width: 800px;
	color: #333;
	background-color: #FFF;
	}

a, a:visited {
	text-decoration: underline;
	color: #006F76; /*bluegreen*/
	font-weight: normal;
	}

a:hover {
	text-decoration: underline;
	color: #527B29; /*darkgreen*/
	font-weight: normal;
	}

p {
	padding: 5px 0 5px 0;
	}

h1, h2, h3, h4, h5 {
	font-style: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-indent: -9999px;
	font-size: .02em;
	line-height: .02em;
	} /*invisible header text for "ZoomProspector" title*/	

h2, h2 a, h2 a:hover, h2 a:visited {
	text-indent: -9999px;
	font-size: .02em;
	line-height: .02em;
	} /*invisible header text for tab page titles*/	
	
#container h3, #container h3 a, #container h3 a:hover, #container h3 a:visited {
	color:#006F76; /*bluegreen*/
	font-size: 16px;
	padding-top: 5px;
	font-weight: normal;
	} /*page header for non-tabbed pages*/

h3, h3 a, h3 a:hover, h3 a:visited {
	color:#006F76; /*bluegreen*/
	font-size: 16px;
	padding-top: 5px;
	font-weight: normal;
	} /*page header for non-tabbed pages*/

h4 {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;	
	color: #243e90; /*darkblue*/	
	
	/*font-weight: normal;
	color: #5F8F27; medgreen*/
	padding: 8px 0 0 0;
	} /*subheader text for all pages */

h4 a, h4 a:hover, h4 a:active {
	color: #5F8F27; /*medgreen*/
	text-decoration: none;
	}

h5 {
	margin: 8px 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #006F76; /*bluegreen*/
	line-height: 1em;
	text-decoration: none;
	}

#branding { 
	width: 370px;
	float: left;
	text-align: left;
	margin-top: 10px;
	height: 66px;
	}

#topnav {
	width: 430px;
	float: left;
	text-align: right;
	font-weight: normal;
	margin-top: 20px;
	height: 20px;
	}
	
#topnav, #topnav a, #topnav a:visited, #topnav a:hover {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	}

/*top navigation list formatting*/
#topnav ul {
	display: inline;
	}

#topnav li {
	display: inline;
	padding-left: 8px;
	}

#topnav a {
	background-image: url('../images/bullets/nav_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0em .15em;
	padding-left: 13px;
	color: #333333;
	}

#topnav a:hover {
	background-image: url('../images/bullets/nav_bullet_current.gif');
	background-repeat: no-repeat;
	background-position: 0em .15em;
	padding-left: 13px;
	color: #527B29; /*darkgreen*/
	}

#topnav .current a, #topnav .current a:hover {
	background-image: url('../images/bullets/nav_bullet_current.gif');
	background-repeat: no-repeat;
	background-position: 0em .15em;
	padding-left: 13px;
	color: #527B29; /*darkgreen*/
	/*color: #005CA0;*/
	}
	
/*end top nav list*/

#overview {
	clear: both;
	width: 800px;
	line-height: 1.2em;
	padding: 8px 0 10px 0;
	text-align: center;  
	font-size: 12px; 
	}

strong {
	font-weight: bold;
	}

/*Start Tabs Formatting*/
#tabs {
	float: left;
    width: 800px;
	background: #FFF url("../images/tabs/tab_norm_bg.gif") repeat-x bottom;
    line-height: normal;
	height: 37px;
	font-size: 12px; /*fixed font size for IE*/
	display: inline; /*for IE5*/
	}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
    }
	
#tabs li {
    display: inline;
	margin: 0;
	padding: 0;
    }

#tabs a {
	float: left;
	background: url("../images/tabs/tab_both_right.gif") no-repeat right top;
	background-position: 100% -100px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
    }

#tabs .spacer {
	height: 31px;
	width: 10px;
	display: inline;
	}

#tabs a span {
	float: left;
	display: block;
	background: url("../images/tabs/tab_both_left.gif") no-repeat left top;
	background-position: 0% -100px;
	padding: 0 8px 0 6px;
	color: #333333;
	/*color: #005CA0;*/
	font-weight: normal;
	text-align: center;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
  /* End IE5-Mac hack */

#tabs a:hover {
  background-position: 100% 0px;
  cursor: pointer;
  }
  
#tabs a:hover span {
  background-position: 0% 0px;
  color: #333333; 
  cursor: pointer;
  }

#tabs .current a, #tabs .current a:hover {
	background-image: url("../images/tabs/tab_current_right.gif");
	background-position:100% 0px;
    }

#tabs .current a span, #tabs .current a:hover span {
	background-image: url("../images/tabs/tab_current_left.gif");
	padding-bottom: 1px;
	color: #527B29; /*darkgreen*/
	/*color: #005CA0;*/
  	background-position:0% 0px;
  }

#tabs img {
	padding: 3px 4px 2px 0;
	}
/*End Tabs Formatting*/

#container {
	width: 768px; /*800 width with 15px paddings and 1 px borders*/
	border: solid #ABD74B;
	border-width: 0px 1px 2px 1px;
	padding: 8px 15px 10px 15px;
	line-height: 1.3em;
	font-size: 12px; 
	clear: both;
	} 

#notabcontainer {
	width: 800px; 
	padding: 10px 0 20px 0;
	border-bottom: 2px solid #ABD74B;
	line-height: 1.5em;
	font-size: 12px; 
	clear: both;
	}

#resumecontainer {
	/*width: 788px; /*800 width with 5px paddings and 1 px borders*/
	/*border: solid #ABD74B;
	padding: 5px 5px 5px 5px;
	line-height: 1.4em;*/
	width: 768px; /*800 width with 15px paddings and 1 px borders*/
	border: solid #ABD74B;
	border-width: 0px 1px 2px 1px;
	padding: 15px 15px 20px 15px;
	line-height: 1.5em;
	font-size: 12px; 
	clear: both;
	} 

.maincolumn {
	width: 586px;
	float: left;
	}

.maincolumn img {
	padding: 5px 0 5px 0;
	}

.maincolumn h4 img {
	padding: 0 5px 3px 0;
	vertical-align: middle;
	}

.breadcrumbs {
	margin: 5px 0 10px 0;
	font-size: 11px;
	color: #999999;
	}

.error {
	color:#AC600F;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 5px 0;
	}

blockquote {
	left: 604px;
	float: right;
	width: 154px;
	color: #53949E;
	font-size: 13px;
	line-height: 1.4em;
	border-left: 1px solid #ABD74B;
	padding: 3px 0 3px 9px;
	}

blockquote p {
	padding: 15px 0 15px 0;
	}

/*general maincolumn list formatting*/
#notabcontainer ul, #notabcontainer ol {
	margin-left: 10px;
	padding: 0 0 5px 0;
	}

#notabcontainer ul li {
	padding-left: 20px;
	background-image: url(../images/bullets/bullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .6em;
	}

#notabcontainer ol li {
	list-style: decimal; 
	
	}

#notabcontainer li {
	padding: 3px 0 3px 0;
	}
	
#resumecontainer ul, #resumecontainer ol {
	margin-left: 20px;
	}

#resumecontainer li {
	padding: 3px 0 3px 0;
	}

/*end general list*/

.table {
	font-size: 12px;
	height: 12px;
	line-height: 1em;
	vertical-align: bottom;
	}

.table h4 {
	font-size: 12px;
	line-height: 1em;
	}

.tabletext {
	font-size: 12px;
	display: inline;
	vertical-align: text-bottom;
	}

th {
	font-weight: normal;
	color: #006F76;
	font-size: 13px;
	}

.greentable {
	width: 374px; /*376 with 1px borders*/
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	font-size: 12px;
	line-height: 1.4em;
	background-color: white;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.greentable table {
	font-size: inherit;
	}

.greenbox {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	margin-top: 5px;
	float: left;
	line-height: 1.5em;
	font-size: 12px;
	background-color: white;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.greenboxsm {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	float: left;
	line-height: 1.4em;
	font-size: 12px;
	padding: 15px;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.greenboxsm h4 {
	display: inline;
	color: #243e90; /*darkblue*/
	text-decoration: none;
	font-size: 12px;
	}

.greenbox h4, .greentable h4, .greenbox h4 a, .greentable h4 a:hover, .greenbox h4 a:active {
	display: inline;
	/*color: #5F8F27; medgreen*/
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
	color: #243e90; /*darkblue*/	
	}

.greenbox h4 img, .greentable h4 img {
	display: inline;
	padding: 0 0 0 0;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	}

.greenbox h5 {
	display: inline;
	font-size: 11px;
	color: #006F76;
	line-height: 1em;
	text-decoration: none;
	}

.greenbox img, .greentable img {
	margin: 0 5px 0 8px;
	}

.greenbox table {
	float: left;
	}

.greenbox label, .greentable label {
	padding: 0 2px 5px 2px;
	font-weight: normal;
	}

.vertspace {
	margin-top: 10px;
	padding: 0;
	}

#tblCommunity .label {
	margin: 5px 0 2px 0;
	font-weight: normal;
	}

#tblCommunity {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

.greenbox p, .greentable p {
	margin: 0 15px 10px 15px;
	}

.box {
	margin-top: 5px;
	float: left;
	padding: 0;
	}

.box .greenbutton {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	background-color: #EBF5F9;
	line-height: 1.2em;
	font-size: 12px; /*fixed font size for IE*/
	color: #333333;
	font-weight: normal;
	width: 210px; /*buttons for search professionals pages*/
	margin-top: 10px;
	padding: 0;
	}

.box .greenbutton a, .box .greenbutton a:visited {
	color: #333333;
	font-weight: normal;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	text-decoration: none;
	display: block;
	width: 206px; 
	height: 29px;
	padding: 12px 2px 2px 2px;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.box .greenbutton a:hover {
	background-color: #eff7fa; /*pale blue*/
	background-image: none;
	color: #527B29; /*darkgreen*/
	font-weight: normal;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	text-decoration: none;
	}

.box .greenbutton img {
	float: left;
	margin: -10px 2px 0 0;
	display: inline;
	}

.greenbutton {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	background-color: #EBF5F9;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	color: #333333;
	font-weight: normal;
	width: 165px; /*buttons for property page*/
	}

.greenbutton a, .greenbutton a:visited {
	color: #333333; 
	font-weight: normal;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	text-decoration: none;
	display: block;
	width: 157px; 
	height: 32px;
	padding: 4px;
	}

.greenbutton a:hover {
	background-color: #eff7fa; /*pale blue*/
	color: #527B29; /*darkgreen*/
	font-weight: normal;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	text-decoration: none;
	}

.greenbutton img {
	float: left;
	padding-right: 5px;
	display: inline;
	}

.subnav {
	font-size: 12px; /*fixed font size for IE*/
	line-height: 1.3em;
	color: #333333;
	font-weight: normal;
	height: 40px;
	} /*subnav (search again, back) for property page*/

.subnav a, .subnav a:visited {
	color: #333333;
	font-weight: normal;
	font-size: inherit;
	text-decoration: none;
	}

.subnav a:hover {
	color: #527B29; /*darkgreen*/
	font-weight: normal;
	font-size: inherit;
	text-decoration: underline;
	}

.subnav img {
	float: left;
	padding-right: 4px;
	}

.matchingmap {
	border: 1px solid #ABD74B;
	width: 766px;
	text-align: center;
	margin-bottom: 5px;
	}

.matchingtable {
	text-align: left;
	border: solid #ABD74B;
	border-width: 1px 1px 0 1px;
	background-color: white;
	font-size: 12px;
	width: 768px;
	}

.matchingtable th {
	font-weight: normal;
	background-color: #EBF5F9;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	line-height: 1.2em;
	padding: 5px 8px 5px 8px;
	color: #006F76;
	font-size: 13px;
	}

.matchingtable th a, .matchingtable th a:hover, .matchingtable th a:visited {
	font-weight: normal;
	}

.matchingtable td {
	line-height: 1.2em;
	padding: 3px 8px 3px 8px;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	}

.matchingtable .bordernone {
	border: none;
	}
	
.matchingtableheader {
	text-align: left;
	border: solid #ABD74B;
	background-color: white;
	background-color: #EBF5F9;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	line-height: 1em;
	padding: 5px 8px 5px 8px;
	color: #006F76; /*#004577 #006F76;*/
	font-size: 12px;
	font-weight: normal;
	}/*use for inline styling of header cells within dynamic matchingtable*/

.matchingtableheader a, .matchingtableheader a:hover, .matchingtableheader a:visited {
	font-weight: normal;
	}

.matchingtablecell {
	text-align: left;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	line-height: 1.2em;
	font-weight: normal;
	padding: 5px;
	font-size: 11.5px;
	}/*use for inline styling of regular table cells within dynamic matchingtable*/
	
.label {
	margin: 0 5px 2px 0;
	}

label {
	line-height: 1.2em;
	}

.form { /*general form styling */ 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11.7px;
	line-height: 1.3em;
	color: #333;
	}
	
.form_full { /*for styling input fields that extend width */
	width: 90%;
	}

.form_inline, .form_full { /*for styling input fields */
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.3em;
	color: #333;
	font-size: 12px;
	background-color: white;
	border: 1px solid #999999;
	}

.form_outline {
	padding: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 2em;
	background-color: white;
	border: 1px solid #ABD74B;
	color: #333;
	}

.form_button { /*for buttons in forms */
	border-right: 2px solid #AC600F;
	border-bottom: 2px solid #AC600F;
	border-left: 2px solid #F8E0AB;
	border-top: 2px solid #F8E0AB;
	background-color: #F8E0AB;
	background-image: url(../images/formbtnbg.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	padding: 3px;
	line-height: 1.25em;
	font-size: 12px; 
	color: #333333;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor:pointer;
	}

.smform_button {
	border-right: 2px solid #AC600F;
	border-bottom: 2px solid #AC600F;
	border-left: 2px solid #F8E0AB;
	border-top: 2px solid #F8E0AB;
	background-color: #F8E0AB;
	background-image: url(../images/formbtnbg.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	margin-top: 5px;
	padding: 2px;
	line-height: 1em;
	font-size: 12px; 
	color: #333333;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor:pointer;
	}

.srchform {
	text-align: left;
	border: solid #ABD74B;
	border-width: 1px 0 0 0;
	background-color: white;
	font-size: 12px;
	line-height: 1.1em;
	margin: 10px 15px 5px 15px;
	padding: 0;
	}

/* IE6 won't see this, to center align on home page*/
html>body .marginleft {
	margin-left: 10px;
	}
	
.srchformtwo {
	text-align: left;
	border: solid #ABD74B;
	border-width: 1px 1px 0 1px;
	background-color: white;
	font-size: 12px;
	line-height: 1.1em;
	margin: 5px 0 5px 0;
	}


.srchform .even {
	background-color: #EFF7FA; /*was #EBF5F9 */
	}

.srchform td {
	height: 21px;
	padding: 3px 10px 3px 10px;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	text-align: left;
	}
.airport select
{
	background-color:white;
	border:1px solid #999999;
	color:#333333;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	line-height:1.3em;
	padding:2px;	
}
.srchform th, .srchformtwo th {
	font-weight: bold;	
	/*font-size: 98%;  */
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	border: solid #ABD74B;
	border-width: 0 0 2px 0;
	text-align: left;
	/*color: #243e90; darkblue*/
	color: black;
	
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 41px;
	}
	
.srchformtwohead {
	font-weight: bold;	
	padding: 2px 10px 2px 10px;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	text-align: left;
	/*color: #006F76;  */
		color: #243e90; /*darkblue*/
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 41px;
	font-size: 12px;
	}
	
.srchformtwocell {
	height: 25px;
	padding: 3px 10px 0 10px;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	text-align: left;
	}


.srchformtwocelldata {
	height: 25px;
	padding: 3px 10px 0 10px;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	text-align: right;
	}


.srchform img, .srchformtwo img {
	margin: 0px;
	padding-right: 5px;
	}

.srchform .bordernone {
	border: none;
	}
	
#footer {
	clear: both;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 20px;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

small, .smallnote {
	font-size: 10px;
	color: #333;
	font-weight: normal;
	line-height: 1.2em;	
	padding: 2px 0 2px 0;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	font-size: 10px;
	}

.caps {
	text-transform: uppercase;
	font-size: 10px;
	}
	
#lblCount { /*SM override search results title? */
	font-size: 11px; /*trying to correct for big text */
	line-height: 1.2em;
	color:#006F76; /*bluegreen*/
	margin: 0 0 3px 0;
	display: block;
	} 

#lblType { /*SM override search results title? */
	font-size: 11px; /*trying to correct for big text */
	line-height: 1.2em;
	color:#006F76; /*bluegreen*/
	margin: 0 0 3px 0;
	display: block;
	} 

.resultsheader { /*SM override search results title? */
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color:#006F76; /*bluegreen*/
	margin: 15px 0 10px 0;
	display: block;
	} 

.subtitle { /*for formatting class in ss edit page */
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0;
	}
	
	/* KK styles for ajax controls and poup links  */ 
.hidecolumn { 
	display: none;  
	}
	
.popup {
	    visibility:hidden;
	    background-color:#F0F8FF;
	    border-color: #669933;
	    padding: 5px 5px 5px 5px;
	}
	
.poplink {
    cursor:pointer; 
	font-weight: normal;
	text-decoration: none;
	}

.poplink img {
	vertical-align: middle;
	padding-left: 5px;
	}

.hide {
	 visibility:hidden;
	 overflow:hidden;
	 height:0;
	 display:none;
	}
			
.unhide {
	 visibility:visible;
	}
	
.srchformthree {
	text-align: left;
	border-width: 0px 0px 0px 0px;
	background-color: white;
	font-size: 12px;
	line-height: 1.1em;
	margin: 0 0 0 0;
	}


.srchformthree td {
	height: 25px;
	padding: 3px 10px 0 0px;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	text-align: left;	
	}

	/* KK styles for formatted text input by the user (ed and site selector profiles) */ 
.formattext ul {
    list-style-type: disc;
}

.formattext ol li {
    list-style-type: decimal;
}

.formattext ul li {
    list-style-type: disc;
} 

.formattext {
	width: 700px; /* SM narrower with float to make text easier to read, can change back */
	float: left; /*by removing these two lines*/
	margin: 0 0 5px 0;
	}

.formattext strong {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	}

.termsofuse {
    width: 650px; 
	float: left; 
	margin: 0 0 5px 0;
    }

.termsofuse ul {
    list-style-type: disc;
}

.termsofuse ol li {
    list-style-type: decimal;
}


.termsofuse ul li {
    list-style-type: disc;
    padding-left: 20px;
    }

.edheader {
    color: #006F76;
	font-size: 12px;
	margin: 10px 5px 0 0;
	font-weight: bold;
}

.showhidepanel {
   	color:#006F76;
    width: inherit;
    font-size: 12px;
	font-weight: normal;
    cursor:pointer;
	margin: 5px 0 5px 0;
	}

.showhidepanel img {
	padding-right: 5px;
	}

.collapsepanel {
    overflow:hidden;
    height: 0;
    width:100%;
	margin: 5px 0 5px 0;
	float: left;
	line-height: 1.4em;
	font-size: 12px;
	}

/*SM's 01/08 styles*/
.hr {
  height: 2px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #ABD74B;
  display: block;
  margin: 3px 0 3px 0;
  padding: 0;
  }

.hr hr {
  display: none;
	}

/*map bubble styles */

.mapbubble {
	/*does bubble size get defined here?*/
	font-size: 11px;
	font-weight: normal;
	margin: 0 5px 5px 5px;
	padding: 5px;
	text-align: left;
	line-height: 1.3em;
	min-height: 70px;
	z-index: 10000;
	}

.mapbubble h3, .mapbubble h3 a, .mapbubble h3 a:visited {
	color:#006F76; /*bluegreen*/
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 0;
	} 

.mapbubble h3 a:hover {
	text-decoration: underline;
	}

.mapbubble .button {
	border-right: 2px solid #AC600F;
	border-bottom: 2px solid #AC600F;
	border-left: 2px solid #F8E0AB;
	border-top: 2px solid #F8E0AB;
	background-color: #F8E0AB;
	background-image: url(../images/formbtnbg.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	padding: 2px;
	line-height: 1em;
	font-size: 12px; 
	color: #333333;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor:pointer;
	margin-bottom: 5px;
	}
	
.mapbubble h4, .mapbubble h4 a, .mapbubble h4 a:hover, .mapbubble h4 a:visited {
	display: inline;
	font-weight: normal;
	font-size: 12px;
	color: #527B29; /*darkgreen*/
	} 

.mapbubble strong {
	color: inherit;
	font-weight: bold;
	}

.link {
	display: inline;
	margin-right: 15px;
	font-size: 12px; /*want this?*/
	}
	
.slider
	{
	    position:absolute;
	    display:inline;
	}
	
.communityform
{ /*for styling input fields */
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.3em;
	color: #333;
	font-size: 11px;
	background-color: white;
	border: 1px solid #999999;
	width:40px;
	}	
	
	.srchform .data {
	height: 21px;
	padding: 3px 10px 3px 10px;
	border: solid #ABD74B;
	border-width: 0 0 1px 0;
	text-align: right;
	}

/* For Option Boxes */

.option {
	width: 700px;
	margin-top: 15px;
	}

.optionbox {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	margin-top: 10px;
	width: 96%; /*720px;  */
	line-height: 1.3em;
	font-size: 12px;
	background-color: white;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px 15px 10px 15px;
	text-align: left;
	}

.optionbox .radio, #wizard .radio {
	display: inline;
	margin: 0 auto;
	padding: 0;
	}

.optionbox table, .option table {
	font-size: 12px;
	padding-top: 5px;
	}

.optionbox #rbCommunityType, .optionbox #rbCommunityType2 {
	display: inline;
	}

.optionbox label, .option label {
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	}


.optionbox strong, .option strong {
	font-size: 110%;
	}

.clear {
	clear: both;
	height: .2em;
	padding: 0;
	margin: 0 auto;
	}

/* WIZARD */

#wizard {
	width: 700px;
	margin-top: 15px;
	margin-bottom: 20px;
	border: solid #ABD74B; /* light blue #9AC6C9*/
	border-width: 1px 1px 2px 1px;
	line-height: 1.3em;
	font-size: 12px;
	background-color: white;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 15px 10px 15px;
	text-align: left;
	}

#progress {
	float: right;
	font-size: 11px;
	}

#progress img {
	padding-left: 5px;
	vertical-align: middle;
	}

#wizard h3 {
	float: left;
	color: #006F76; /*bluegreen*/
	font-size: 1.5em;
	padding-top: 2px;
	font-weight: normal;
	margin: 0 0 3px 0;
	} /*page header for non-tabbed pages*/
	
#wizard h3 img {
	display: inline;
	padding-right: 2px;
	vertical-align: middle;
	}

#wizard .content {
	width: 500px;
	float: left;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	}

#wizard .label {
	text-align: right;
	}

#wizard label {
	}

#wizard small {
	font-size: 11px;
	}

#wizard table {
	font-size: 12px;
	}

#wizard .item {
	margin-top: 8px;
	}

#wizard .toparrow {
	width: 150px;
	margin-top: -10px;
	float: right;
	text-align: right;
	}

#wizard .botarrow {
	width: 100%;
	margin-top: -60px;
	margin-bottom: 10px;
	text-align: right;
	}

#wizard #lblPatents {
	font-size: 13px;
	font-weight: normal;
	color: #006F76;
	}

#wizard #lblError {
	margin: 10px 0 10px 0;
	color:#AC600F;
	height: 30px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	}

/*Community Search Results */
dlCommunityDetail {
	}
	
#lblCommunityName {
font-weight: bold;
font-size: 14px;
line-height: 1.6em;
color: #003399;
width: 350px;
float: left;
}

.layers {
	width: 350px;
	float: right;
	text-align: right;
	}

/*heatmap bar*/
#heatmapbar, #pnllocallayers {
	clear: both;
	width: 766px;
	height: 28px;
	border-bottom: none;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ABD74B;
	background-image: url('../images/gradient.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#pnllocallayers {
	background-image: url('../images/locallayers.jpg')
	}

#heatmapbar .left, #pnllocallayers .left {
	float: left;
	width: 300px;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-top: 6px;
	}

#heatmapbar .left {
	padding-top: 6px;
	}
	
#pnllocallayers .left img {
	padding-left: 5px;
	vertical-align: middle;	
	}

#heatmapbar .left a, #pnllocallayers .left a {
	color: black;
	text-decoration: none;
	}

#heatmapbar .left a:hover, #pnllocallayers .left a:hover {
	color: black;
	text-decoration: underline;
	}
	
#heatmapbar .right, #pnllocallayers .right {
	float: right;
	padding: 4px 5px 0 0;
	width: 400px;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	vertical-align:top;	
	}

#heatmapbar .form, #pnllocallayers .form {
	font-size: 11px;
	padding: 2;
	}
#simplemodal-container a.modalCloseImg {
  background:url(/images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

