/*------------- GLOBAL SELECTORS --------------*/

body {
	margin: 0;
	color: #000000;
	line-height: 1.8;
	word-spacing: 1px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.Flyout
{
	width: 450px;
	height: 400px;
	padding: 5px 5px 5px 5px; 
	border: solid 2px #8b037c;
	border: solid 2px #0055aa;
	background-color: White;
	overflow: auto;

}

div.Gauge
{
	margin: 10px 0 5px 0;
	text-align: center;
	border: none 1px red;
}
div.GMSidebar
{
	/*this is the on the Google Map */
	margin: 8px 0 0 0;
}

div.wrapper 
{
	width: 780px;
}

div.Services
{
	display: none;
}

span.Size10
{
	font-size: 10px;
}
span.Bold
{
	font-weight: 700;
}

table {border:0;}

td
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.Links 
{
	border: solid 1px black;
	
}
td.Links
{
	padding:2px 4px 2px 4px;
	border: solid 1px black;
}

table.OfficeList
{
	border: solid 1px black;
	border: none;
	font: 10px;
	padding: 5px 3px 5px 3px;
	margin: 20px 0px 0px 0px;
}

tr.OfficeList
{
	border: solid 1px black;
}

td.OfficeList
{
	border: solid 1px black;
	font: 10px;
	padding: 5px 3px 5px 3px;
	vertical-align:top;
}
td.Header1 
{
	width: 100px;
	background-color: #d8d8d8;
	font-size: 11px;
	text-align: center;
	padding: 3px 3px 3px 3px;
}
td.Header2 
{
	width: 56px;
	background-color: #d8d8d8;
	text-align: center;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}

td.Col1 
{
	width: 100px;
	padding: 0 3px 0 3px;
}

td.Confirmed
{
	text-align: center;
	background-color: #f78181;
}
td.Suspected
{
	text-align: center;
	background-color: #f3f781;
}
a img {border-width:0;border-style:none;}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-weight:normal;
}

h1 {font-size: 22px;font-weight:bold;color:#000000;}
h2 {font-size:20px;font-weight:bold;}
h3 {font-size:18px;font-weight:bold;color:#000000;}
h4 {font-size: 14px;font-weight: bold;color: #000000;}
h5 {font-size:12px;font-weight:bold;padding-bottom:4px;}
h6 {font-size:10px;font-weight:bold;padding-bottom:2px;}
	
p {
	margin-bottom: 1em;
	font-size:12px;
	line-height: 1.2;
	word-spacing: 1px;
}

form { margin:0;padding:0;display:block; }
	
input, textarea, select, option { font-size:11px;margin:0;padding:0; }

ol {margin:0 0 1em 0;padding-left:30px;}

ul {font-size:11px;}

li {
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 0;
}
	
ol li {
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 0;
}


/* FAQs & LinkCollapse */
span.faq-Q
{
	font-weight: bold;
	color: #cc0099;
}
div.faq-A
{
	font-size: 10px;
	color: #3399cc;
	color: #ff9900;
	color: #cc6633;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
span.faq-A
{
	font-size: 10px;
	font-weight: 700;
	color: black;
	cursor: hand;
	margin-left: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: solid 1px black;
}

h2.faq-Q
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 1px;
	cursor: hand;
	color: black;
	line-height: 7pt;
	/*font-family: Verdana, Arial, Helvetica, Sans-Serif;*/
}

ol.faq-A
{
	margin: 10px 0px 0px 0px;
}
li.faq-A
{
	font-size: 10px;
}

hr.w90
{
	width: 90%;
	margin: 20px 0px 20px 0px;
}

div.hr
{
	height: 1px;
	border-top: solid 1px black;
	width: 80%;
	text-align: center;
}
span.red
{
	color: Red;
}
input.req
{
	border: solid 1px red;
}

/*-------------------------------------------*/
/* since you can set the borders on a Select */
/* it's wrapped in a <div>                   */
/*-------------------------------------------*/
div.left
{
	float:left;
}
div.req
{
	padding: 0 0 0 0;
	border: solid 1px red;
	width: 120px;
	float:  left ;
}
select.req
{
	margin: 0 0 0 0;
}
textarea.req
{
	border: solid 1px red;
}