/*	$Id: home.css,v 1.5 2007/11/20 22:52:14 coaster Exp $	*/

			body { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; line-height: 130%; margin: 0px; padding: 0px; background-image: url(../elements/home_navback.jpg); background-position: top left; background-repeat: repeat-x; }

			#container { width: 100%; }

			#header { text-align: left; background: #fff; background-image: url(../elements/all_topback.jpg); background-position: top; background-repeat: repeat-x;  padding: 0; margin: 0;}
			#header table { border: none; border-collapse: collapse; border-spacing: 0px;  }
			#header table td { vertical-align: top; margin: 0px; padding: 0px; }

			dl, dt, dd, ul, li {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}

			#menu {
				position: absolute;
				top: 380px;
				left: 286px;
				z-index:100;

			}
			
			#menu dl {
				float: left;
				width: 13em;
			}
			
			#menu dl.spacer {
				float: left;
				width: 1em;
			}
			
			#menu dl.thin {
				float: left;
				width: 10em;
			}
			
			#menu dl.wide {
				float: left;
				width: 13em;
			}

			#menu dt {
				cursor: pointer;
				text-align: center;
				font-weight: bold;
				color: #3b297b;
				font-size: 12px;
				text-align: center;
				padding: 0 0 4px 0;
			}

			#menu dd {
				border: 1px solid gray;
			}

			#menu li {
				text-align: center;
				background: #3b297b;
			}

			#menu li a, #menu dt a {
				color: #fff;
				text-decoration: none;
				display: block;
				height: 100%;
				border: 0 none;
			}
			
			#menu li a {
				padding: 4px 0;
				font-weight: bold;	
			}

			#menu li a:hover {
				background: #fff;
				color: #3b297b;
			}
			
			#menu dt a {
				color: #3b297b;
			}


/*
			#nav { float: left; position: absolute; top: 366px; left: 286px; }
			
			#nav, #nav ul { /* all lists */
				padding: 0;
				margin: 0;
				list-style: none;
				line-height: 1;
			}

			#nav a {
				display: block;
				width: 12em;
				font-weight: bold;
				line-height: 170%;
				text-decoration: none;
			}

			#nav li { /* all list items */
				float: left;
				width: 12em; /* width needed or else Opera goes nuts */
			}

			#nav li ul { /* second-level lists */
				position: absolute;
				background: #3b297b;
				width: 8em;
				left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			}
			
			#nav li ul a {
				color: #fff;
				text-decoration: none;
				padding: 5px;
			}

			#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
				left: auto;
			}
*/

/*			
			#nav { float: left; position: absolute; top: 366px; left: 286px; }
			#nav table { border: none; border-collapse: collapse; border-spacing: 0px;  }
			#nav table td { vertical-align: top; margin: 0px; padding: 0px; }
*/
/*			#nav a:hover img { border-top: 1px solid #000; border-bottom: 1px solid #000; }	*/
			
			#content { margin-left: 190px; border: 1px solid #999; width: 697px; }
			
			#footer { clear: all; position: absolute; top: auto; bottom: 10px; border: none; width: 900px; text-align: left; font-size: 11px; margin-left: 10px; }
			
			#bowe { position: absolute; top: auto; bottom: 10px; left: auto; right: 10px; }
			#bowe img { border: none; }
			#bowe a { border: none; }
			#bowe a:hover { text-decoration: none; }
			
			.menuCont .options { border: none; background: #3b297b; color: #fff; font-weight: bold; }
			.menu a { text-align: left; display: block; padding: 7px 4px 7px 4px; color: #fff; font-size: 10px; text-decoration: none; font-weight: bold; padding-left: 2px; border:  none; layer-background: #f00; }
			.menu a:hover { text-decoration: none; color: #ff0; layer-background: #f00;  } 
			
			#starnet { position: absolute; left: 343px; top: 82px; border: none; }
			#rec { position: absolute; left: 714px; top: 35px; border: none; }