/* General Styles (more at bottom) */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000; /* Overall font color */
	background: #fff url(/images/bg_map.gif) repeat;
	margin: 0;
	padding: 5px 0 0;
}
input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999;
	padding: 1px;
}
form {
	padding: 0;
	margin: 0;
}
.formcheckbox, .formradio {
	border: 0 solid #fff !important;
	width: auto;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
a, a:link, a:visited {
	color: #00c;
}



/* ########################################################################### */
/* Masthead Styles */
#mastheadlogo {
	float: left;
	width: 125px;
	padding: 0;
	margin: 15px 0 0 5px;
}

#mastheadnav {
	float: right;
	width: 490px;
	padding: 0;
	margin: 0;
	text-align: right;
}

#mastheadleftimg { border: 1px solid #000 !important; margin: 0 4px 13px 0; }

#mastheadtext {
	margin: 35px 425px 0 135px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}

#mastheadnav img { border: 0 }


/* ########################################################################### */
/* Footer Styles */
#footer {
	padding: 2px 12px;
	margin-top: 20px;
	border-top: 1px solid #bbb;
}
#footer td {
	font-size: 10px;
	color: #999;
}
#footer td a { color: #999 !important }


/* ########################################################################### */
/* Business Search Styles */
.bsearchcontainer {
	border: 1px solid #000;
	padding: 10px;
	width: 770px;
	margin-top: 24px;
	background-color: #d9e3ee; /* Background color for the search container */
	text-align: left;
	margin: 0 auto;
}
.bsearchcontainer .boxtitle { width: 280px !important; }
.bsearchform label {
	float: left;
	text-align: right;
	width: 180px;
	font-weight: bold;
	margin: 2px 0 0;
}
.bsearchform input, .bsearchform2 select {
	width: 160px;
}
#radiuscontainer {
	text-align: right;
	margin-right: 36px;
	margin-bottom: 10px;
}
#radiuscontainer select, #bsearchsubmit, #browsebutton {
	display: inline;
	width: auto;
	margin: 0;
}
#bsubmitcontainer { margin: 10px 0 0; text-align: center }

.radiuson { color: #000 }
.radiusoff { color: #999 }
.radiusselecton { background-color: #fff; color: #000 }
.radiusselectoff { background-color: #ccc; color: #666 }



/* ########################################################################### */
/* General Styles */

.contentbox {
	width: 820px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 0;
}

.contentboxfullpage {
	text-align: left;
	padding: 10px 20px 0;
}

.centerit {
	text-align: center;
}
.nobr { white-space: nowrap }

.submitgreen, .submitgray, .redbutton {
	width: auto !important;
	display: inline !important;
	margin: 0 !important;
	background-color: #3c3;
	color: #000;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 8px;
}
.submitgray { background-color: #ccc }
.redbutton { background-color: #c00 }

.errorbox, .infobox {
	background: #fdd url(/images/error_box_x.gif) no-repeat scroll 0% 50%;
	color: #000;
	border: 2px solid #c00; 
	padding: 14px 14px 14px 48px;
	width: 450px;
	font-weight: bold;
}

.infobox {
	background: #dfd url(/images/info_box_check.gif) no-repeat scroll 0% 50%;
	border: 2px solid #0c0; 
}

.lbox360 {
	float: left;
	width: 360px;
	border: 1px solid #000;
	background-color: #eee;
	padding: 10px;
}

.rbox360 {
	margin-left: 400px;
	width: 360px;
	border: 1px solid #000;
	background-color: #d9e3ee;
	padding: 10px;
}

.fullbox {
	width: 770px;
	border: 1px solid #000;
	background-color: #d9e3ee;
	padding: 10px;
}

.boxtitle {
	position: relative;
	top: -22px;
	width: 190px;
	font-size: 13px;
	font-weight: bold;
	background-color: #85add6; /* Background color for the search title box */
	padding: 3px;
	margin-bottom: -12px;
	border: 1px solid #000;
	text-align: center;
}
table.listing {
	background-color: #fff; /* Main row background color */
	border-collapse: collapse;
	color: #000; /* Border color */
}
.listing td {
	border: 1px solid black;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.listing thead td {
	background-color: #85add6; /* Header row background color */
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}
.bglightgray {
	background-color: #eee; /* Alternate row background color */
}
.normal {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.required { color: #c00; }
.smalltext { font-size: 9px; }
.blacklink { text-decoration: none; color: #000 !important; }

.printonly { display: none; }
@media print {
	body { background-image: none; }
	.noprint { display: none }
	.printonly { display: inline; }
	#mastheadnav { display: none; float: none; visibility: hidden; }
	#mastheadtext { float: right; width: 430px; margin: 35px 0 0; }
}