a#dbsis:hover {
	background-image: url(images/acsov.gif);
}

a#fpsis:hover {
	background-image: url(images/fpadov.gif);
}

a#hgsis:hover {
	background-image: url(images/hfadov.gif);
}

html, body {
margin: 0; 
padding: 0; 
border: 0;
background-image: url(images/tan.gif);
color: Black;
background-color: transparent;
}

body {
color: #000;
background-color: transparent;
font-family: verdana, sans-serif; 
font-size: 70%; 
text-align: center;
margin: 30px 0;
}

p  {margin: 0; padding: 8px;}

p.lside {
	color: #EFEF8C;
	background-color: transparent;
}

p.rside {
	color: #8C2000;
	background-color: transparent;
}

p.soldstate {
	border-bottom-color: Green;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h1, h2, h3, h4, h5, h6	{
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

h2.open {
	margin-top: 10px;
	text-align: center;
}

h3	{
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 5px;
	border-bottom: 1px solid #C68263;
	margin-right: 10px;
}

h4	{
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom-color: Green;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	width: 120px;
	display: block;
}

.clear { clear: both; }

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #f60;
	background: transparent;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #f90;
	background: transparent;
}

.alignright {margin-top:0; text-align: right;}

.all a {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

.all a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}

.alt {
	display: none;
}

.small {font-size: .9em;}

.wrapper {
margin: 0 auto;
width: 697px;
text-align: left;
background-color: #dedfad;
color: Black;
border: 2px solid #000;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width: 700px; 
w\idth: 697px; 
}

.outer {
border-left: 150px solid #AD4118;  
border-right: 130px solid #EFEF8C;
background: url(images/blackline.gif) 100% 0 repeat-y;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

* html .outer {
background:  url(images/blackline.gif) 565px 0 repeat-y;
}

img {
	border: none;
}

td {
	font: 10px/1em Verdana, Arial, sans-serif;
}

td.names {
   color: Black;
	background-color: #b0c4de;
	width: 25%;
}

td.cnt {
	width: 10%;
}


img.front {
	margin-left: 30px;
}

img.lt {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 10px;
}

img.blt {
	float: left;
	margin-top: 0;
	margin-left: 0;
}

img.rt {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
}

img.mindoor {
	margin-left: 70px;
}

.inner {
margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 548px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
border: 2px solid #000;
border-width: 0 0 0 2px;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
width: 100%;
}

.float-wrap {
float: left;
width: 567px;
margin-left: -150px;       /*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.left {
float: left;
width: 147px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
float: right; 
width: 130px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

* html .right {
margin: 0 -130px 0 0; /*** IE gets this margin. ***/
}

.center {
float: right;
width: 415px;
}

.sidebox {
width: 142px;
border: thin dashed Black;
background-color: #3ED2D4;
color: Black;
font-size: 0.9em;
text-align: center;
margin-left: 2px;
padding: 5px 0;
}

.sideboxest {
width: 130px;
border: thin solid Black;
background-color: #E76500;
color: White;
font-size: 0.9em;
text-align: center;
margin-left: 9px;
padding: 5px 0;
}

#estext {
	font-size: 0.9em;
	color: Black;
	background-color: transparent;
}

.sideboxr {
width: 122px;
border: thin dashed Black;
background-color: #D7B5EF;
color: Black;
font-size: 0.9em;
text-align: center;
margin-left: 2px;
padding: 5px 0;
}

.sidenote {
	background-color: transparent;
	color: #8c2000;
	font: 10px/1em Verdana, Arial, sans-serif;
	padding-top: 5px;
	margin-left: 1px;
	text-align: left;
	width: 110px;
	padding-bottom: 3px;
}

.wide {
background-color: #ce8a31;    /* header and footer colours */
color: Black;
width: 100%; 
border: 2px solid #000;
}

.wide p {padding: 5px;}

.top {border-width: 0 0 2px;}

.bottom {border-width: 2px 0 0; height: 90px;}


/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}

#centerimages {
	text-align: center;
}

#centercards {
	text-align: center;
}

#footer {
	background-color: transparent;
	border-top: 1px solid #000000;
	clear: both;
	color: #000000;
	font: 10px/1em Verdana, Arial, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	padding: 3px;
	text-align: center;
}

#logo {
	margin-left: 8px;
}

#navcontainer
{
background: #ad4118;
color: Black;
width: 100%;
margin: 0 auto;
padding: 1em 0;
font-family: georgia, serif;
font-size: 11px;
text-align: center;
text-transform: lowercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 74%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #1883ad #000000 #000000 #1883ad;
border-style: solid;
color: #e8835c;
text-decoration: none;
background: #183aad;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #18ad8c;
color: #000000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #efef8c;
background: transparent;
border-color: #000000 #1883ad #1883ad #000000;
}

#sister1, #sister2, #sister3 {
	height: 75px;
	margin: 10px;
	padding: 0;
	width: 100px;
}

#fpsis, #hgsis, #dbsis {
	display: block;
	height: 75px;
	padding: 0;
	width: 100px;
}

#fpsis {
	background-image: url(images/fpadup.gif);
	background-repeat: no-repeat;
}

#hgsis {
	background-image: url(images/hfadup.gif);
	background-repeat: no-repeat;
}

#dbsis {
	background-image: url(images/acsup.gif);
	background-repeat: no-repeat;
}

#rightshift {
	text-align: right;
}

#menu {
	background: #B0C4DE;
	border: 1px dashed #000000;
	color: #000000;
	margin: auto;
	padding: 2px;
	text-align: left; /* IE hack! */
	width: 80%;
}

#menu div {
	display: block;
	margin: .5em .1em;
}

#menu h2 {
	background: #CAB0DE;
	color: #333333;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 1em;
}

#menu h2 a {
	background-color: transparent;
	color: #000000;
	display: block;
	text-decoration: none;
	width: 100%;
}

#menu h2 a:hover {
	background: #C4DEB0;
	color: #000000;
}

#ringdiv {
	padding-right: 170px;
}

#design {
	float: right;
	font-weight: bold;
	font-size: 9px;
	padding: 5px;
	color: #efef8c;
	background-color: transparent;
}

#design a:link, #design a:visited {
	color: #efef8c;
	background-color: transparent;
	text-decoration: none;
}

#design a:hover {
	color: #f6f6f6;
	background-color: transparent;
	text-decoration: underline;
}

#show {
	padding-left: 6px;
}