body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {

	color: #003366;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
a:visited {  
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
 }
a:active {font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
  } 
a.white:link {
	text-decoration: none;
	color: #FFCC00;
	}
a.white:visited {
	text-decoration: none;
	color: #FFCC00;
	}
a.white:hover {
	text-decoration: underline;
	color: #66CC33;
	}
a.white:active {
	text-decoration: underline;
	color: #66CC33;
	}

a.leftnav {font-family: Arial, Helvetica, sans-serif;font-size: 10pt }
a.leftnav:link {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;text-decoration:none;color:#FFCC33}
a.leftnav:hover {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;text-decoration:underline;color:#FFCC33}
a.leftnav:visited { font-family: Arial, Helvetica, sans-serif;font-size: 10pt;color:#FFCC33}

.bg_top {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_nav {

	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #0C1C62;
	margin: 0px;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0C1C62;
	font-style: oblique;
	margin: 0px;
}
.li_commercial {
	list-style-image: url(images/li_red.gif);
}
.li_retail {

	list-style-image: url(images/li_blue.gif);
}
.text_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: oblique;
	font-weight: bold;
	color: #FFCB03;
}



a.hp_location:link,  a.hp_location:visited {
	color: #003366;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11pt;
	}
a.hp_location:hover {
	text-decoration:none;
	}	


#map {
	width: 700px; 
	height: 580px;
	float:left;
	
	padding-top:10px;
	text-align: left;
	padding-left:10px;
	margin-left:10px;

	}
	
#leftSideMap {
	float:left;
	width:250px;
	height: 550px;
	padding-top:10px;
	font-size:11px;

}

#leftSideMap h1 {
	font-size:14px;
	}
	
/* Map divs */
#dlmenu {margin-left: 20px; margin-top:0;}
#menu {list-style-type:none; margin:0 0 10px; padding:0; position:absolute; width:225px; background:#E7E7E7; z-index:100;}
#menu li {display:block; padding:0; margin:0; position:relative; z-index:100;}
#menu li a, #menu li a:visited {display:block; text-decoration: underline; 	color: #003366;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
#menu li a:hover {text-decoration:none;}

#menu .top {background-color:#E7E7E7; padding-bottom:5px;}
#menu .single {/*border-top:1px solid #cce; */background-color:#E7E7E7;}

#menu .singleLink {color:#000000;  padding:5px 5px 5px 10px;}	
#menu .retreadSection {  padding:5px 5px 5px 10px;  font-weight:bold;}
#menu .survey {margin-left: -20px; 	background-color:#E7E7E7;}

.legend {  background-color:#ffffff; padding: 4px; border: 1px solid black; filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; } 
.legend img { vertical-align: middle } 
.legend a {text-decoration:none; color:#000000; }

#antispam {
	display:none;
	visibility:hidden;
	}
.highlight {
	color:#CC0000;
	}	
a.largeLink {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0C1C62;
	font-weight:bold;
	text-decoration:underline;
}

fieldset {
	width:800px;
	border: 1px solid #000066;
	padding-left:5px;

	}
	
form legend {
	color: #003366;
	font-size:14px;
	
}

.red {
	color:#F00;
}
	
/* Date css */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
