/* CSS Document */

/* Normalization for Browser Consistency */

	
ol, ul {
	list-style: none;
	}	

html, body {
	text-align: left;
	}


	
/* Main Elements */

body {
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: white;
	color: #333;
	}


a, a:visited {
	text-decoration: underline;
	color: #BA5533;
	font-weight: normal;
	}

a:hover {
	text-decoration: underline;
	color: #014045;
	font-weight: normal;
	}

a img
{
    border:none;
}

p {
	margin-top: 10px;
	}

small {
	color: #333;
	}

#header {
	background: #41709C;
	width: 100%;
	text-align: center;
	
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-indent: -9999px;
	font-size: .02em;
	} /*invisible header text*/	

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 1em;
	color: #014045;
	font-weight: bold;
	}
	
caption {
	text-indent: -9999px;
	font-size: .02em;
	} /*invisible table caption*/

#search_table {
	border: solid #B29400;
	border-width: 0 1px 1px 1px;
	margin-top: 25px;
	text-align: left;
	
	
}
	
#search_table th {
	color: #014045;
	font-weight: bold;
	background-color: #E0D59A;
	border: solid #B29400;
	border-width: 1px 0 1px 0;
	height: 24px;
	padding: 0 5px 0 10px;
	}
	/*TWW Added this class to correctly  pad the substable*/
.search_sub_table_container{
	padding:10px;
	}
	/*TWW MOdified this class to correctly pasd the subtable*/
.search_sub_table {
	margin: 0px;
	padding: 0px;
	}

.search_sub_table td {
	
	margin: 0 auto;
	padding: 2px 0 2px 0;
	}

.form { 
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	
	color: #333;
	font-size: inherit;
	}
	
.contact {
	line-height: 1.4em;
	text-align: left;
	padding-top: 25px;
	}
	
.notice {
	line-height: 1.2em;
	text-align: left;
	padding-top: 20px;
	width: 250;
	}
	
	#report_print {
		border: solid #B29400;
		border-width: 0;
		padding: 5px 15px 15px 15px;
		line-height: 1.4em;
		text-align: left;
		}


#report_tools {
	text-align: right;
	height: 25px;
	}

#report_tools img {
	padding-left: 10px;
	display: inline;
	border: none;
	}

#map
{
    background-position: center center;
    border: 1px solid #59595B;
    background-color: #F9F8D9;
    height: 362px;
    width: 100%;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(pics/map_loading.gif);
}

.rightAlign {
	text-align: right;
	}

/*Start Tabs Formatting*/
#tabs {
	float: left;
    width: 100%;
	background: #FFF url("pics/tab_norm_bg.gif") repeat-x bottom;
    line-height: normal;
	height: 34px;
	}

#tabs ul { /*Sarah M added 3/6/09*/
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}


	
#tabs li {
    //display: inline;
	margin: 0;
	padding: 0;
    }

#tabs a {
	float: left;
	background:url("pics/tab_both_right.gif") no-repeat right top;
	margin: 0;
	text-decoration: none;
	white-space:wrap;
	 }

#tabs a span {
	float: left;
	display: block;
	background:url("pics/tab_both_left.gif") no-repeat left top;
	padding: 0 8px 0 6px;
	color: #014045;
	font-weight: bold;
	}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
  /* End IE5-Mac hack */

#tabs a:hover {
  background-position: 100% -100px;
  }
  
#tabs a:hover span {
  background-position: 0% -100px;
  }

#tabs #current a {
	background-image: url("pics/tab_current_right.gif");
	background-position:100% 0px;
    }

#tabs #current a span {
	background-image: url("pics/tab_current_left.gif");
	padding-bottom: 1px;
	color: #014045;
  	background-position:0% 0px;
  }

#tabs img {
	padding: 3px 4px 3px 0;
	}
/*End Tabs Formatting*/


/*Start Search Navigation Formatting*/

#searchnav {
	float: right;
    width: 100%;
	background: #FFF url("pics/tab_norm_bg.gif") repeat-x bottom;
    line-height: normal;
	height: 34px;
	}
	
#searchnav li {
   float: left;
    }

#searchnav a {
    display: block;
    padding: 3px 0 0 15px;
	color: #BA5533;
	font-weight: bold;
	text-decoration: none;
	white-space:wrap;
    }

#searchnav a:hover {
	color: #ABA94C;
	}

#searchnav img {
	padding: 3px 4px 3px 0;
	}

/*End Search Navigation Formatting*/


#report {
	border: solid #B29400;
	border-width: 0 1px 1px 1px;
	padding: 5px 15px 15px 15px;
	line-height: 1.4em;
	text-align: left;
	}

	
#miniwindow {
	border: solid #C8C758;
	border-width: 1px 1px 1px 1px;
	padding: 15px 15px 15px 15px;
	line-height: 1.4em;
	text-align: left;
	}


#report img {
	border: 1px solid #9ABDC9;
	}

#report a, #report a:visited {
	color: #BA5533;
	text-decoration: underline;
	}

#report a:hover {
	color: #014045;
	text-decoration: underline;
	}

/*Start report subtable formatting*/
.report_info {
	text-align: left;
	border: solid #9ABDC9;
	border-width: 1px 0 0 0;
	background-color: white;
	}

.report_info th {
	color: #014045;
	font-weight: bold;
	background-color: #E0D59A;
	border: solid #9ABDC9;
	border-width: 0 0 1px 0;
	line-height: 1em;
	height: 24px;
	padding: 0 10px 0 10px;
	}

.report_info .even {
	background-color: #EBF2F4;
	}

.report_info td {
	height: 24px;
	line-height: 1em;
	padding: 0 10px 0 10px;
	border: solid #9ABDC9;
	border-width: 0 0 1px 0;
	}

.businessSquare {
	height: 1em;
	width: 1em;
	float: left;
	padding: 0;
	}

/*End Report Subtable Formatting*/

/*Start matching properties formatting*/
#searchnav_Matching {
    width: 100%;
    line-height: normal;
	height: 30px;
	float: right;
	}
	
#searchnav_Matching li {
    display: inline;
    }

#searchnav_Matching a {
    padding: 0 0 0 15px;
	color: #BA5533;
	font-weight: bold;
	text-decoration: none;
    }

#searchnav_Matching a:hover {
	color: #ABA94C;
	}

#searchnav_Matching img {
	padding: 3px 4px 3px 0;
	}

#matchingProps {
	text-align: left;
	border: solid #B29400;
	border-width: 1px 1px 0 1px;
	background-color: white;
	}

#matchingProps th {
	color: #014045;
	font-weight: bold;
	background-color: #E0D59A;
	border: solid #B29400;
	border-width: 0 0 1px 0;
	line-height: 1em;
	height: 24px;
	padding: 0 10px 0 10px;
	}

#matchingProps td {
	line-height: 1.3em;
	padding: 10px;
	border: solid #B29400;
	border-width: 0 0 1px 0;
	}

#matchingProps img {
	width: 125px;
	border: 1px solid #9ABDC9;
	}

/*End Report Subtable Formatting*/

#footer {
	text-align: left;
	height: 50px;
	}
