body {
	background-image: url(../images/background_stripes.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 5px;
}

.contact_info a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 5px;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

.contact_info a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-top: 5px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 20px;
}

.copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.reading {
	font-family:georgia,times new roman,times,serif;
	color:#333;
	line-height: 16px;
	font-size: 12px;
}

.reading_white {
	font-family:georgia,times new roman,times,serif;
	color:#FFFFFF;
	line-height: 16px;
	font-size: 12px;
}

.reading_small {
	font: 11px 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	color: #333;
}

.warning {
	font-family:georgia,times new roman,times,serif;
	color:#FFF;
	line-height: 20px;
	font-size: 12px;
	background-color:#FF0000;
	border: 1px solid #000;
	padding: 5px;
	margin: 20px 0 20px 0;
}

.reading em {
	color:#666;
}

.reading a {
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

.reading a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.reading h1 {
	font-family: palatino,times new roman,times,georgia,serif;
	font-weight:normal;
	font-size: 154%;
	color: #000000;
	margin: 0;
}

.sidebar {
	font: 11px 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	color: #333333;
	line-height: 18px;
}

.sidebar_small {
	font: 9px 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	color: #666666;
	line-height: 12px;
}

.lightunderline {
	border-bottom: 1px solid #000;
}

.sidebar a {
	text-decoration: none;
	color: #333333;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #333333;
}

.form_label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

/* Added by Robert Bailey for provider search results */

.searchResultsProvidersFoundText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.searchResultsHeaderText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: bold;
	color: #FFFFFF;
	text-align: center;
}

.searchResultsProviderName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: bold;
	color: Black;
}

.searchResultsText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: Black;
}

/* End provider search results */



.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #FF0000;
}

.masthead {
	background-image: url(../images/masthead_back.jpg);	
}

a img {border:none;} /* never show image borders... why they ever had those is beyond me. */


#hardline {
	border-top: 1px dotted #666;
	margin: 10px 0 10px 0;
}

.red {
	color: #FF0000;
}
.red a {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}

.red a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

/* --- NAVIGATION AREA --- */

/* navbar */

#navwrap {
	background-image: url(../images/navbar_back.jpg);
	background-repeat: no-repeat;
	width:714px;
	height:25px;
	margin-top:0; /* ... pushes nav bar down from the top ... */
	padding:0;
	position:relative;
	z-index:999; /* ... stacking order */
}

#nav, #nav ul { /* ... controls placement of top nav items ... */
	padding:0;
	margin:0 0 0 60px; /* ... how to center a list ... */
	list-style:none;
}

#nav a {
	display:block;
	border-bottom:none;
	color:#333;
}
#nav a:hover {
	color:#333;
	border-bottom:none;
}
#nav li {
	text-align:left;
	position:relative;
	float:left;
	margin:0; /* ... spacing between top nav items ... */
	padding:0;
}
#nav li img {margin:0;} /* ... controls spacing of entire submenu area block ... */
#nav li:hover ul, #nav li.sfhover ul {left:auto;}

/* submenu area */

#nav li ul { 
	position:absolute;
	left:-999em; /* ... gets the actual item out of the way until hover ... */
	width:240px; /* ... width of submenus ... */
	height:auto; /* ... height of submenu area ... */
	margin:-1px 0 0 1px; /* ... position of submenu under menu ... */
	padding:0; /* ... padding around entire submenu area ... */
	background-color:#FFF; /* ... submenu background color of course ... */
	border:1px solid #990033; /* ... submenu border ... */
	list-style:none;
}
#nav li li { /* ... submenu text spacing, color, etc. ... */
	margin:0;
	width:100%;
	font-size:10px;
	font-weight:bold;
	font-family:"Lucida Grande",Tahoma,Verdana,Sans-Serif;
}

#nav li li span {margin:0;padding:5px 4px 6px 7px;display:block;position:relative;} /* ... position of submenu text (not hover) ... */
#nav li li a, #nav li li a:visited {color:#333;text-decoration:none;} /* ... color of submenu text (not hover) ... */
#nav li li a:hover {background-color:#990033; color:#FFFFFF; text-decoration:none;} /* ... background color of submenu (hover) ... */

#a #nav li li a:hover {color:#000;}

/* --- END NAVIGATION AREA --- */