/*------------- GLOBAL SELECTORS --------------*/

body {
	margin: 0;
	color: #000000;
	line-height: 1.8;
	word-spacing: 1px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.wrapper 
{
	width: 780px;
}

div.Services
{
	display: none;
}

/* These are used to create blank divs on the    */
/* the right of the sub-nav bar so that the      */
/* sub-menu aligns vertically with the main menu */
div.MenuItemSubSpacer-Resources
{
	font-family: Arial Sans-Serif;
	font-size: 12px;
	float: right;
	border: none 1px white;
	height:20px;
	width: 9px;
}

div.MenuItemSubSpacer-Insurance
{
	font-family: Arial Sans-Serif;
	font-size: 12px;
	float: right;
	border: solid 1px blue;
	border: none;
	height:20px;
	width: 85px;
}
div.MenuItemSubSpacer-Services
{
	font-family: Arial Sans-Serif;
	font-size: 12px;
	float: right;
	border: solid 1px blue;
	border: none;
	height:20px;
	width: 178px;
}

div.img
{
	border: solid 1px #165B9E;
	float: left;
	margin: 0 15px 0 0;
}

span.Size10
{
	font-size: 10px;
}
span.Bold
{
	font-weight: 700;
}

span.Red
{
	color: Red;
}

span.I
{
	font-style: italic;
}

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.res
{
	padding: 5px 10px 5px  3px;
	border: none 1px black;
	vertical-align:top;
	width: 220px;
}

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;
}

p.tight
{
	font-size:12px;
	word-spacing: 1px;
	line-height: 1;
	margin: 0 0  -10px 0;
}

p.center
{
	text-align: center;
}
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;
}
