/* ------- BODY --------- */
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}
#Header {
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
    margin:0px 20px 20px 257px;
	padding:10px;}

#Content2 {
    margin:0px 200px 20px 270px;
	padding:10px;}


#Menu {
	position:absolute;
	margin-top:40px;
	margin-left:4px;
      }

#Menu ul {
	width:226px; /*ul must be 2px wider than TD*/
	margin-left: 2px;
	padding: 0px;}



#Menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

#Menu ul li {
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
width: 100%;
height: 100px
background: #F0F6B8;  /* Theme Change here from url(chromebg.gif) center center repeat-x; */
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
height: 24px}

#Menu TR TD{
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
background: #F0F6B8;  /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
height: 24px}


#Menu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 3px 2px 3px 2px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/}

#Menu TR TD a{
float: left;
color: #7F7F7F;
font-weight: bold;
width: 224px;
padding: 0px 0px 0px 2px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/}


#Menu ul li a:hover{
float: left;
padding: 3px 0px 3px 2px;
color: #000000;
font-weight: bold;
width: 224px;}

#Menu ul li:hover{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: #F0F6B8;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;}

#Menu TR TD a:hover{
float: left;
padding: 0px 0px 0px 2px;
color: #000000;
font-weight: bold;
width: 224px;}

#Menu TR TD:hover{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;}


#Menu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}



#Sidebar ul {
	width:190px; /*ul must be 2px wider than TD*/
	margin-left: 2px;
	padding: 0px;}



#Sidebar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

#Sidebar ul li {
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
width: 100%;
background: #F0F6B8;  /* Theme Change here from url(chromebg.gif) center center repeat-x; */
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;}

#Sidebar TR TD{
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
background: #F0F6B8;  
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;}


#Sidebar ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 3px 2px 3px 2px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/}

#Sidebar TR TD a{
float: left;
color: #7F7F7F;
font-weight: bold;
width: 188px;
padding: 0px 0px 0px 2px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/}


#Sidebar ul li a:hover{
float: left;
padding: 3px 0px 3px 2px;
color: #000000;
font-weight: bold;
width: 190px;}

#Sidebar ul li:hover{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: #F0F6B8;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;}

#Sidebar TR TD a:hover{
float: left;
padding: 0px 0px 0px 2px;
color: #000000;
font-weight: bold;
width: 188px;}

#Sidebar TR TD:hover{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;}


#Sidebar ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}




/* ------- end BODY --------- */


/* ------- NAV --------- */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	 /*line-height: 1;*/
}

#nav a {
	display: block;
	/*width: 70px;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 70px;*/ /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav {
margin-top: 8px;
width: 100%;}

#nav:after { /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

#nav ul{
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
width: 100%;
background: url(scripts/chromebg.gif) center center repeat-x; 
margin-left: 0;
padding-left: 0;
margin: 0;
/*float: left;*/
font: bold 12px Verdana;}

#nav ul li{
display: inline;
font: bold 12px Verdana;}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active, #nav ul li a:hover {
/*float: left;*/
color: #7F7F7F;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
/*background: url(scripts/divider.gif) center right no-repeat;*/}

#nav ul li a:hover{
color: #494949;}

#nav ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}

ul.dropmenu a {
	/*border-top: none;
	border-bottom: none;
	background-image: none;*/
}

ul.dropmenu li{
/*position:absolute;
top: 0;*/
border: 1px solid #BBB;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:16px;
background-color: white;
/*width: 200px;
z-index:100;
visibility: hidden;*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

ul.dropmenu a:link, ul.dropmenu a:visited {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;}

.dropmenu a:hover{ /*Theme Change here*/
background-color: #F0F0F0;}

/* ------- end NAV --------- */



/* ------- TEXT --------- */
h1 {font-family:  Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000080;
	font-weight: bold;
	margin-top: 18px; 
	margin-bottom: 9px;}
h2 { font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
	margin-top: 18px; 
	margin-bottom: 9px;}
h3 {font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
	margin-top: 18px; 
	margin-bottom: 9px;}
	
h4 {font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;}

p, br, li, td, span, blockquote {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px; 
	margin-bottom: 9px; 
	}
	
th {text-align: left;
	font-size: 13px;
	border-top: 1px solid black;
	padding: 3px;
	margin-top: 8px;
	color: White;
	background-color: Gray;}
	
table.providerlist td {padding: 2px;}

tr.alt {
	background-color: #eeeeee;
	/* used in alternating table rows */
}
/*a {text-decoration: none;
	color: #000000;}*/
a:link {
	text-decoration: none;
	color: blue;}
a:visited {
	text-decoration: none;
	color: Purple;
}
a:hover {
	text-decoration: underline;
	color: #C66A08;}
	
div.header {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	height: 120px;
	/*padding-top: 8px;
	padding-left: 6px;*/
	background-position: center;
}
hr {
	color: Silver;
	height: 1px;
}
div.footer {
	width: 100%;
	/*background-image: url(images/footer_bg.gif);*/
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 6px;
	padding-bottom: 8px;
	border-top: 1px solid #666666;
	background-color: #F0F6B8;
}#eaf19f;
div.footer p {
	margin-left: 10px;
	margin-top: 0px;
	font-size: 11px;
	/*color: White;*/
}
img.right {
	float: right;
	padding: 4px;
}
.forminput {
	width:154px;
	margin-top:2px;
}
.formbutton {
	width: 50px;
}
div.breadcrumb {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #f1f1f1;
	border-top: solid 1px #d6d6d6;
	font-size: 10px;
	padding-left: 30px;
}
div.searchbox {
	width: 160px;
}
a.white:link {
	text-decoration: none;
	color: #ffffff;
}
a.white:active {
	text-decoration: underline;
	color: #ffff00;
}
a.white:visited {
	text-decoration: none;
	color: #dddddd;
}
a.white:hover {
	text-decoration: underline;
	color: #ffffff;
}
.col2 {
	position: absolute;
	left: 280px;
}
.red {
	color: red;
}
.white {
	color: white;
}
.smallfont {
	font-size: 80%;
}

/* ------- end TEXT --------- */
