/* $Id: page.css 1091 2008-05-28 20:52:48Z jab $ */
body {
	color: white;
	background: black;
	min-width: 975px;
	margin: 0;
}

a {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a:active {
	background: white;
	color: #007d83;
	text-decoration: underline;
}

div#head {
	background: #007d83 url(RTE-logo.gif) 5px 5px no-repeat;
	min-height: 90px;
	clear: both;
	text-align: left;
	padding: 0 0.5em 0 259px ;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}

div#foot {
	background: #007d83 url(RTE-logo.gif) 5px 5px no-repeat;
	min-height: 90px;
	clear: both;
	text-align: center;
	padding: 0 0.5em 0 259px ;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#main {
	background: url(mainbg.gif) repeat-y;
	margin-bottom: 5px;
}

div#newsbox {
	background: #00e2ed;
	color: black;
	font-size: 75%;
	float: right;
	width: 200px;
	overflow: hidden;
	font-family: Georgia, Garamond, serif;
	margin-bottom: 5px;
}

div#newsbox h1 {
	font-size: 150%;
	margin: 0 0.5em 0;
	font-weight: bold;
}

div#newsbox h2 {
	font-size: 90%;
	text-align: right;
	font-weight: normal;
	margin: 0 0.5em 1em 0.5em;
}

div#newsbox p {
	text-align: justify;
	margin: 0 0.5em 1em;
}

div#newsbox a {
	color: green;
	text-decoration: underline;
}

div#newsbox a:visited {
	color: #777;
	text-decoration: none;
}

div#newsbox a:hover {
	color: white;
	text-decoration: underline;
}

div#newsbox a:active {
	color: #00e2ed;
	background: white;
	text-decoration: underline;
}

div#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	min-height: 329px;
	background: white;
	margin-left: 205px;
	margin-right: 205px;
	padding: 0.5em;
}

div#body.newspage {
	margin-right: 0;
}

div#body a {
	color: #007d83;
	text-decoration: none;
}

div#body a:visited {
	color: #777;
	text-decoration: none;
}

div#body a:hover {
	color: #007d83;
	text-decoration: underline;
}

div#body a:active {
	background: #007d83;
	color: white;
	text-decoration: underline;
}

div#body p {
	margin: 1em 0.5em 1em 1em;
}

div#body p.top {
	margin: 0 0.5em 1em 1em;
	padding-top: 0.5em
}

div#body p.bottom {
	margin: 1em 0.5em 0 1em;
	padding-bottom: 0.5em
}

div#body h1 {
	font-size: 2em;
	margin: 0 0.5em 1em 0.1em;
}

div#body h2 {
	font-size: 1.5em;
	margin: 0 0.5em 1em 0.25em;
}

.image {
	float: right;
	font-size: 75%;
	margin: 0.5em -0.25em  0.5em 0.5em;
	border: solid 1px black;
	padding: 0.5em;
}

.image-noframe {
	float: right;
	font-size: 75%;
	margin: 0.5em -0.25em  0.5em 0.5em;
}

div#body div.image img {
	border: 0;
}

div#body div.image p {
	margin: 0;
}

div#valid-w3c {
	text-align: center;
	border: 0;
	margin-top: 5px;
}

.clear {
	font-size: 1px;
	height: 1px;
}

.hidden {
	display: none;
}

.imglnk {
	text-align: center;
}

.info {
	font-size: smaller;
	font-weight: bolder;
}

.imglnk img {
	border-style: solid;
	border-width: 3px 4px 4px 3px;
	border-color: #ccc #888 #555 #bbb
}

.imglnk img:hover {
	border-width: 4px 3px 3px 4px;
	border-color: #555 #bbb #ccc #888
}

table#partslist {
	color: black;
	border-collapse: collapse;
	border: solid black 3px;
}

#partslist thead,
#partslist tbody {
	border: solid 2px #aaa;
}

#partslist th {
	background: #ddd;
}

#partslist td,
#partslist th {
	border: solid 1px #ccc;
	padding: 3px;
	text-align: center;
}

#partslist a img {
	border: 0;
}

table#contact_form {
	border: outset 2px;
	border-spacing: 2px;
	border-collapse: separate;
}

table#contact_form td,
table#contact_form th {
	border: inset 1px;
	padding: 0.25em;
}

input#submit {
	float: left;
}

input#reset {
	float: right;
}

.required {
	color: red;
}

.form_label {
	text-align: right;
}

div#nav {
	float: left;
	width: 200px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}

div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

div#nav a {
	color: black;
	background: url(button.gif) 0 0 no-repeat #1bb8bf;
	display: block;
	text-decoration: none;
	padding-left: 7px;
}

div#nav .desc {
	color: black;
	display: block;
	background: url(button.gif) -600px 0 no-repeat #1bb8bf;
	padding-left: 7px;
}

div#nav a:hover {
	color: white;
	background: url(button.gif) -200px 0 no-repeat #1bb8bf;
	text-decoration: underline;
	padding-left: 7px;
}

div#nav .desc:hover,
div#nav .currentdesc:hover {
	display: block;
	background: url(button.gif) -800px 0 no-repeat #1bb8bf;
	padding-left: 7px;
}

div#nav ul ul {
	background: white;
	position: absolute;
	top: 0;
	left: 200px;
	width: 100%;
	display: none;
	padding-left: 5px;
}

div#nav li {
	position: relative;
	padding-bottom: 5px;
}

div#nav ul li:hover ul {
	display: block;
}

div#nav .current {
	color: black;
	background: url(button.gif) -400px 0 no-repeat #aae5dd;
	display: block;
	padding-left: 7px;
}

div#nav .currentdesc {
	color: black;
	background: url(button.gif) -1000px 0 no-repeat #aae5dd;
	display: block;
	padding-left: 7px;
}

div#subnav1 {
	width: 100%;
	float: left;
	margin-bottom: 1em;
	font-size: smaller;
	font-weight: bolder;
	white-space: nowrap;
	position: relative;
	z-index: 800;
}

div#subnav1 .dblL {
	border-left: solid #bbb 3px;
}

div#subnav1 .dblR {
	border-right: solid #888 3px;
}

div#subnav1 .bottomline {
	border-bottom: dotted black 1px;
}

div#subnav1 .current {
	font-style: italic;
}

div#subnav1 a {
	display: block;
}

div#subnav1 li {
	position: relative;
	padding: 0 0.25em 0.25em 0.25em;
	background: #eee;
	display: block;
}

div#subnav1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-top: solid #ccc 3px;
	border-right: solid #888 1px;
	border-bottom: solid #555 3px;
	border-left: solid #bbb 1px;
}

div#subnav1 ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	border-right: solid #888 3px;
	border-left: solid #bbb 3px;
	display: none;
	z-index: 1000;
}

div#subnav1 ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	border-right: solid #888 3px;
	border-left: solid #bbb 3px;
	display: none;
	z-index: 1000;
}

div#subnav1 ul li:hover ul {
	display: block;
}

div#subnav1 ul li:hover ul ul {
	display: none;
}

div#subnav1 ul ul li:hover ul {
	display: block;
}

