/*********** GLOBALS ***********/
* { margin: 0px; border: none; padding: 0px; }

/* the following a:hover global is for the benefit of the nav mouseover */
* a:hover {
	visibility: visible; }

/*********** BODY ***********/
body {
	background-color: #fff; }

/*********** INLINE ELEMENTS ***********/
h3, h4 {
	font-family: arial, helvetica, sans-serif;
	color: #8b4513; }

h3 {
	font-size: 1.1em; }

h4 {
	font-size: 0.9em; }

p, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #630; }

/*********** BLOCK ELEMENTS AND THEIR CLASS DESCENDANTS ***********/
/*********** BANNER ***********/
#ban {
	width: 600px; height: 84px;
	margin: 10px auto 0px auto; }

/*********** CONTENT ***********/
#content {
	width: 100%; }

/*********** NAV ***********/
#nav {
	position: relative;
	width: 100%; height: 30px; }

#nav_bar {
	position: absolute;
	width: 100%; }

#nav_group {
	position: absolute; left: 50%;
	width: 590px;
	margin: 4px 0px 0px -285px; }

.nav_item {
	position: absolute;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat; }

#nav_home {
	left: 8px;
	background-image: url(images/nav/home_over.gif); }
#nav_serv {
	left: 78px;
	background-image: url(images/nav/serv_over.gif); }
#nav_inst {
	left: 214px;
	background-image: url(images/nav/inst_over.gif); }
#nav_about {
	left: 327px;
	background-image: url(images/nav/about_over.gif); }
#nav_link {
	left: 443px;
	background-image: url(images/nav/link_over.gif); }
#nav_cont {
	left: 506px;
	background-image: url(images/nav/cont_over.gif); }

.nav_item a {
	display: block; }

.nav_item a:hover img {
	visibility: hidden; }

/*********** STAGE ***********/
#stage {
	position: relative;
	width: 88%; min-height: 305px;
	margin: 15px 0px 20px 6%; }

/*********** STAGES LEFT AND RIGHT ***********/
#stage_left_text {
	margin-right: 180px; }

#stage_left_img {
	position: absolute; top: 0px; left: 0px; }

#stage_right_text {
	margin-left: 180px; }

#stage_right_img {
	position: absolute; top: 0px; right: 0px; }

#stage_left_img img,
#stage_right_img img {
	border: 2px solid #000; }

/*********** STAGE: INLINE ELEMENTS ***********/
#stage h3 {
	padding-bottom: 12px; }

#stage p {
	padding-bottom: 6px;
	text-indent: 20px; }

#stage .noindent {
	text-indent: 0px; }

#stage a:link,
#stage a:visited {
	color: #630; }

#stage a:hover {
	text-decoration: none;
	background-color: #ffd700; }

#stage ul {
	padding: 0px 0px 12px 20px; }

hr {
	width: 100%; height: 1px;
	color: #c93;
	background-color: #c93; }

.sig {
	font-style: italic;
	font-weight: bold;
	text-align: right; }

/*********** STAGE: LINK TABLE ***********/
.linktable {
	width: 100%; }

.linktable td {
	vertical-align: top; }

/*********** ADDRESS ***********/
#addr {
	position: relative;
	width: 100%; height: 30px; }

#addr_bar {
	position: absolute;
	width: 100%; }

#addr_item {
	position: absolute; left: 50%;
	margin: 5px 0px 0px -258px; }

/*********** NAV TEXT ***********/
#nav_text {
	width: 100%; height: 20px;
	padding-top: 5px; }

#nav_text p {
	font-size: 0.7em;
	text-align: center; }

#nav_text a {
	padding: 0px 22px;
	color: #c93;
	text-decoration: none; }

#nav_text a:hover {
	color: #000;
	text-decoration: underline; }

/*********** COPYRIGHT ***********/
#copyright p {
	padding-right: 10px;
	font-size: 0.7em;
	font-style: italic;
	text-align: right; }

#copyright a:link,
#copyright a:visited {
	color: #630; }

#copyright a:hover {
	text-decoration: none;
	background-color: #ffd700; }