/* CSS Document for NSA */
html, body
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #454545;
	font-size: 12px;
	background: #e5d9bd url(../images/bg.gif);
}
a:link {color: #405b9e; text-decoration: none;  font-size:11px; font-weight: 500; }
a:visited { color: #405b9e; text-decoration: none; font-size:11px; font-weight: 500; }
a:hover {color: #405b9e; text-decoration: underline; font-size:11px; font-weight: 500; }
a:active {color: #405b9e; text-decoration: none; font-size:11px; font-weight: 500; }

.li_pdf { margin:0px; padding:0 0 0 3px; list-style: url(../images/pdficon.gif); }
.li_doc { margin:0px; padding:0 0 0 3px; list-style: url(../images/docicon.gif); }

#forms ul {margin:0 0 0 20px; padding:10px; }

hr {
	color: #d2bc8c;
	height:1px;
}

h3 {
	color:#405b9e;
	font-size:15px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
h4 {
	color:#454545;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.top_nav {
	border-collapse:collapse;
}

a.top_nav:link {color: #ffffff; text-decoration: none;  font-size:11px; font-weight: 500; }
a.top_nav:visited { color: #ffffff; text-decoration: none; font-size:11px; font-weight: 500; }
a.top_nav:hover {color: #405b9e; text-decoration: none; font-size:11px; font-weight: 500; }
a.top_nav:active {color: #ffffff; text-decoration: none; font-size:11px; font-weight: 500; }

.top_dots {
	padding-left: 10px;
	padding-right: 10px;
}

/* Start Main Nav */
  
#main_nav{
	float:left;
	width:100%;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:normal;
	/*border-bottom: 1px solid #7e9fff;*/ /*Add border strip to bottom of menu*/
}

#main_nav ul{
	list-style-type: none;
	margin:0;
	/*margin-left: 5px;*/ /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#main_nav li{
	display:inline;
	margin:0;
	padding:0;
}

#main_nav a{
	float:left;
	background:url(../images/main_navtab-left.gif) no-repeat left top;
	margin:0;
	margin-right: 1px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

#main_nav a span{
	float:left;
	display:block;
	background:url(../images/main_navtab.gif) no-repeat right top;
	padding: 10px 9px 4px 0;
	font-weight:500;
	color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#main_nav a span {float:none;}
/* End IE5-Mac hack */

#main_nav a:hover span {
	color: #405b9e;
}

#main_nav #current a{ /*Selected Tab style*/
	background-position:0 -29px; /*Shift background image up to start of 2nd tab image*/
}

#main_nav #current a span{ /*Selected Tab style*/
	background-position:100% -29px; /*Shift background image up to start of 2nd tab image*/
	color: #405b9e;
}

#main_nav a:hover{ /*onMouseover style*/
	background-position:0% -29px; /*Shift background image up to start of 2nd tab image*/
}

#main_nav a:hover span{ /*onMouseover style*/
	background-position:100% -29px; /*Shift background image up to start of 2nd tab image*/
}

/* End Main Nav */

.udr_nav_bar {
	background: url(../images/udr_nav_bar.gif) repeat-x;
}
.mid_bar_bg {
	background: url(../images/mid_bar_bg.gif) repeat-x;
}
.loc_hd {
	background: url(../images/loc_hd.gif) no-repeat;
}
.loc_top_crn {
	background: #d2bc8c url(../images/loc_lft_top_crn.gif) left no-repeat;
}
.loc_btm_crn {
	background: #d2bc8c url(../images/loc_rt_btm_crn.gif) right no-repeat;
}
table.main_lft_loc {
	border-collapse: collapse;
	background: #d2bc8c;
}
table.main_lft_loc th{
	color:#405b9e;
	font-size:15px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
table.main_lft_loc td{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	padding-left: 34px;
	padding-right: 20px;
}
.rt_col_bg {
	background: url(../images/rt_col_bg.gif);
}
table.rt_col {
	text-align:left;
	vertical-align:top;
	border-collapse:collapse;
}
table.rt_col th{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align:left;
	vertical-align:top;
	padding-left: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
}
table.rt_col td{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	vertical-align:top;
	padding-left: 8px;
	padding-right: 15px;
}
a.rt_prov_list:link {color: #ffffff; text-decoration: none;  font-size:11px; font-weight: 500; }
a.rt_prov_list:visited { color: #ffffff; text-decoration: none; font-size:11px; font-weight: 500; }
a.rt_prov_list:hover {color: #ffffff; text-decoration: underline; font-size:11px; font-weight: 500; }
a.rt_prov_list:active {color: #ffffff; text-decoration: none; font-size:11px; font-weight: 500; }

.copyright {
	color: #454545;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	text-align:left;
	padding-top: 2px;
}

table.footer_nav {
	border-collapse:collapse;
}
table.footer_nav th{	
	color: #454545;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
table.footer_nav td{
	color: #405b9e;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	vertical-align: top;
	padding-top: 2px;
}
a.footer_nav:link {color: #405b9e; text-decoration: none;  font-size:9px; font-weight: 500; }
a.footer_nav:visited { color: #405b9e; text-decoration: none; font-size:9px; font-weight: 500; }
a.footer_nav:hover {color: #405b9e; text-decoration: underline; font-size:9px; font-weight: 500; }
a.footer_nav:active {color: #405b9e; text-decoration: none; font-size:9px; font-weight: 500; }
.btm_lft_crn {
	background: url(../images/btm_lft_crn.gif) no-repeat;
}
.btm_rt_crn {
	background: url(../images/btm_rt_crn.gif) no-repeat;
}
.btm_sdw {
	background: url(../images/btm_sdw.gif) no-repeat;
}
.btm_lft_sdw_1 {
	background: url(../images/btm_lft_sdw_1.gif) repeat-y top right;
}
.btm_rt_sdw_1 {
	background: url(../images/btm_rt_sdw_1.gif) repeat-y top left;
}
.btm_lft_sdw_2 {
	background: url(../images/btm_lft_sdw_2.gif) no-repeat top right;
}
.btm_rt_sdw_2 {
	background: url(../images/btm_rt_sdw_2.gif) no-repeat top left;
}
table.pageContent {
	border-collapse:collapse;
}
table.pageContent th{
	color:#405b9e;
	font-size:15px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 1px 0;
	border-bottom: #d2bc8c 1px solid;
}
table.pageContent td{
	padding: 9px 0 0 0;
	text-align: left;
	vertical-align: top;
}
.breadcrumb {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #405b9e;
	font: Verdana, Arial, Helvetica, sans-serif	;
	font-size: 11px;
	font-weight: 500;
}
table.resources {
	border-collapse:collapse;
}
table.resources th{
	color:#454545;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 0;
	padding: 0;
	margin: 0;
}
table.resources td{
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
table.treatments {
	border-collapse:collapse;
}
table.treatments th{
	color:#454545;
	font-size:13px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 0;
}
table.treatments td{
	text-align: left;
	vertical-align: top;
}
a.treatments:link {color: #405b9e; text-decoration: none;  font-size:12px; font-weight: bold; }
a.treatments:visited {color: #405b9e; text-decoration: none; font-size:12px; font-weight: bold; }
a.treatments:hover {color: #405b9e; text-decoration: underline; font-size:12px; font-weight: bold; }
a.treatments:active {color: #405b9e; text-decoration: none; font-size:12px; font-weight: bold; }

table.Announcements {
	border-collapse:collapse;
}
table.Announcements th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:13px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 0;
}
table.Announcements td{
	text-align: left;
	vertical-align: top;
}
table.hm_Announcements {
	border-collapse:collapse;
}
table.hm_Announcements th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 0;
}
table.hm_Announcements td{
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
a.hm_Announcements:link {color: #454545; text-decoration: none;  font-size:12px; font-weight: bold; }
a.hm_Announcements:visited {color: #454545; text-decoration: none; font-size:12px; font-weight: bold; }
a.hm_Announcements:hover {color: #405b9e; text-decoration: none; font-size:12px; font-weight: bold; }
a.hm_Announcements:active {color: #454545; text-decoration: none; font-size:12px; font-weight: bold; }
.mapClinicName {
	color: #405b9e;
	font-size: 13px;
	font-weight: bold;
}

/* Start Left Nav */
table.left_nav {
	background:#d2bc8c;
	border-collapse: collapse;
}
table.left_nav th {
	color: #ffffff;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
}
table.left_nav th.Lcurrent {
	background-color: #7185b7;
	color: #ffffff;
}
table.left_nav th:hover {
	background-color: #7185b7;
	color: #ffffff;
}
a.Lcurrent:link {color: #ffffff; text-decoration: none;  font-size:11px; font-weight: 500;}
a.Lcurrent:visited { color: #ffffff; text-decoration: none; font-size:11px; font-weight: 500;}
a.Lcurrent:hover {color: #ffffff; text-decoration: none; font-size:11px; font-weight: 500;}
a.Lcurrent:active {color: #ffffff; text-decoration: none; font-size:11px; font-weight: 500;}
/* End Left Nav */
table.forms {
	border-collapse:collapse;
}
table.forms th{
	color:#454545;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 0;
	padding: 0 0 10px 0;
	margin: 0;
}
table.forms td{
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
.sm {
	font-size: 11px;
}
table.sitemap {
	border-collapse:collapse;
}
table.sitemap th{
	text-align: left;
	vertical-align: top;
	border: 0;
	padding: 0 0 10px 0;
	margin: 0;
}
table.sitemap td{
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
/* NEWS TICKER SCROLL */
	/* Under Header Latest News Ticker */
	.latestNewsTicker {
		float:					left;
		margin:					0;
		padding:				0 0 8px 5px;
		overflow:				hidden;
		position:				relative;
		height:					1em;
		text-align:				left;
		width:					625px;
	}
	.latestNewsTicker p {
		/*background-color:		#fff;*/
		color:					#454545;
		font-size:				11px;
		font-weight:			bold;
		line-height:			1.8em;
		margin:					0;
		padding:				0;
	}
a.patient-survey-link {
	color:#fff;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;	
}
a.patient-survey-link:hover {
	text-decoration:underline;
}
.docsummary{ font-style:italic; font-size:11px; padding:5px; display:block}