/* Hill View Template 0 Style Sheet */

/* index common elements */
body {
	background-color: #E6E6FA;
	font-family: sans-serif;
	font-size: 10pt;
	font-variant: normal;
}

body.pu {
	background-color: #C8E7FA;
	font-family: sans-serif;
	font-size: 8pt;
	font-variant: normal;
}


table.idx_table {
	background-color: #C8E7FA;
	width: 800px;
}

table.rcrx_table {
	background-color: #C8E7FA;
	width: 800px;
}

td.idx_main_text {
	font-size: 10pt;
	color: black;
	padding-left: 30px;
}

td.idx_wide_text {
	font-size: 8pt;
	color: #7820CA;
	letter-spacing: 3px;
	line-height: 12px;
	font-weight: bold;
}

td.main_text {
	font-size: 10pt;
	color: black;
}


td.small_text {
	font-size: 8pt;
	color: black;
}

td.pad_text {
	padding-left: 30px;
}

td.title {
	font-size: 9pt;
	font-weight: bold;
	color: Navy;
}

table.idx_hours {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	background-color: transparent;
}


/*Interior Pages  */
table.pg_table {
	background-color:  #C8E7FA;
	width: 800px;
}



/* Text and Links within Menu Section e.g. email, web,*/
table.pg_menu {
	background-color: Aqua;
	border: medium double White;
}
a.menu_text {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	background-color: transparent;
}
a.menu_link {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}
a.menu_link:hover {
	color: Grey;
	font-style: italic;
}
a.menu_link:visited {
	color: Navy;
}

/* Menu Item Links to subordinate pages */
a.menu_item {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}
a.menu_item:hover {
	color: Grey;
	font-style: italic;
}
a.menu_item:visited {
	color: Navy;
}




/* Auxialiary Footer Menu at bottom of pages */
table.footer_menu {
	background-color: transparent;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: blue;
}
a.footer_menu {
	text-decoration: none;
	color: navy;
}

a.footer_menu:hover {
	color: Gray;
	font-style: italic;
}
a.footer_menu:visited {
	color: navy;
	text-decoration: none;
}
	
	
/* Headings */
td.text_h1 {
	color: Navy;
	font-size: 14pt;
	font-family: sans-serif;
}

td.text_h2 {
	color: Navy;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
}
td.text_h3 {
	color: Navy;
	font-size: 12pt;
	font-family: sans-serif;
}



/* Pop-up Menu, Footer, text and links */
table.pu_table {
	background-color: #C8E7FA;
	width: 520px;
	font: 10pt; sans-serif;
}

table.pu_menu {
	background-color: #008080;
	border: medium double White;
	width: 500px;
}
table.pu_footer {
	background-color: #C8E7FA;
	width: 520px;
	border: medium double Navy;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}
a.pu_footer {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}
a.pu_footer:hover {
	color: Grey;
	font-style: italic;
}
a.pu_footer:visited {
	color: Navy;
	text-decoration: none;
}
