/*	$Id: site.css,v 4.9 2009/10/05 20:22:42 spud Exp $	*/

			* {
				font-family: Arial, Helvetica, Sans-Serif;
			}
			
			body {
				background-color: #ccc;
				margin: 0 auto;
			}
			
			#container {
				width: 1004px;
				margin: 0 auto;
				background-color: #fff;
				position: relative;
			}
			
			#outer {
				padding: 0;
				margin: 0;
				width: 994px;
				border-left: 10px solid #999;
			} 
			
			#home_outer {
				padding: 0;
				margin: 0;
				width: 820px;
				border-left: 183px solid #66f;
			}
			
/*	HEADER CSS DEFINES	*/
		
			#header {
				position: relative;
				height: 100px;
				width: 1004px;
				z-index: 1;
			}
			
			#rube {
				position: absolute;
				top: 5px;
				left: 10px;
				width: 286px;
				height: 90px;
				z-index: 10;
			}
			
			#starnet {
				position: absolute;
				top: 25px;
				right: 25px;
				width: 130px;
				height: 50px;
				z-index: 10;
			}
			
/*	NAVBAR CSS DEFINES	*/

			#navbar {
				background-color: #4c4c4c;
				height: 33px;
				text-align: center;
			}
			
			#navbar a {
				display: inline;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				padding: 10px;
				font-family: Arial, Helvetica, Sans-Serif;
				font-size: 13px;
			}
			
			#navbar a:hover, #dropmenudiv a:hover {
				color: #6071d9;
			}
			
			#navbar a.selected, #navbar a.selected:hover {
				color: #6071d9;
			}
			
			#dropmenudiv {
				position: absolute;
				border: none;
				padding: 5px;
				border-bottom-width: 0;
				line-height: 18px;
				z-index: 100;
			}

			#dropmenudiv a {
				width: 100%;
				display: block;
				text-indent: 3px;
				border-bottom: none;
				padding: 1px 0;
				text-decoration: none;
				font-weight: bold;
				color: #fff;
				font-size: 12px;
			}
			
			#dropmenudiv a:hover {
				background-color: #4c4c4c;
			}
		
/*	SIDENAV CSS DEFINES	*/
			
			#sidenav {
				float: right;
				width: 230px;
				padding: 20px 0 0 0;
				margin: 0;
				font-size: 12px;
			}
			
			#sidenav ul li {
				list-style-type: none;
				margin-bottom: 10px;
				margin-left: -30px;
				margin-right: 10px;
			}
			
			#sidenav ul li a {
				text-decoration: none;
				color: #000;
				font-weight: bold;
			}
			
			#sidenav ul li a:hover, #sidenav ul li a.active, #sidenav ul li a.active:hover {
				color: #6071d9;
			}
			
/*	BODY CONTENT CSS DEFINES	*/
		
			#inner {
				padding: 20px 0 0 40px;
				margin: 0 250px 0 0;
				text-align: justify;
				font-size: 12px;
				width: 694px;
			}
		
			#home_inner {
				padding: 50px 0 0 0;
				margin: 0;
				font-size: 12px;
				position: relative;
			}
			
			#home_overborder {
				position: absolute;
				left: -182px;
				top: 0;
				width: 182px;
			}
			
			#article_hook {
				position: absolute;
				left: -183px;
				top: 0;
				width: 202px;
				height: 285px;
				z-index: 1000;
			}
			
			#top25_hook {
				position: absolute;
				left: -183px;
				top: 310px;
				width: 183px;
				height: 48px;
				z-index: 1000;
			}
			
			#home_movie {
				text-align: center;
			}
			
			#home_buckets {
				padding-top: 40px;
				width: 100%;
			}
			
			.home_bucket, .home_bucket_left, .home_bucket_right {
				float: left;
			}
			
			.home_bucket {
				padding: 0 12px;
			}
			
			.home_bucket_left {
				padding-left: 38px;
			}
			
			#locphotos img {
				margin: 5px 10px 10px 0;
			}
			
			h1 {
				color: #009;
				font-size: 16px;
				font-weight: bold;
			}
			
			h2 {
				color: #999;
				font-size: 14px;
				margin: 0;
				margin-top: 10px;
				padding: 0;
			}
			
			h3 {
				color: #009;
				font-size: 14px;
				margin: 0;
				margin-top: 10px;
				padding: 0;
			}
			
			p.nopad {
				padding: 0;
				margin: 0;
			}
			
			div.addressbloc {
				float: left;
				padding-right: 30px;
			}
			
			table.address th {
				color: #999;
				text-align: right;
				font-size: 12px;
				padding: 0;
			}
			
			table.address td {
				text-align: left;
				font-size: 12px;
				padding: 0;
			}
			
			table.address a {
				color: #000;
				text-decoration: none;
			}
			
			table.address a:hover {
				color: #009;
			}
			
			div.project {
				float: left;
				margin: 5px 10px 10px 0;
				font-size: 9px;
				max-width: 222px;
			}
			
			sup {
				vertical-align: top;
				font-size: .65em;
			}

/*	SLIDESHOW CSS DEFINES	*/
			
			#imageSlideshowHolder{
				width:690px;
				height:518px;
				background-color: #fff;
				position:relative;  /* Never change this value */
			}
  
			.imageInGallery{    
				width: 690px;
				height: 518px;
				background-color: #fff;
    
				/* Never change these 3 value */
				left:0px;
				top:0px;
				position:absolute;  
			}			
	
/*	FOOTER CSS DEFINES	*/
		
			#footer {
				padding: 10px 0 10px 0;
				margin: 0;
				text-align: center;
				font-size: 12px;
			}
			
			#footer a {
				text-decoration: none;
				color: #000;
			}
			
			#footer a:hover {
				color: #66f;
			}
			
/*	7-10 split css defines	*/

			.lefty {
				float: left;
				text-align: left;
				width: 62px;
			}

			.righty {
				float: right;
				text-align: right;
				width: 475px;
				font-size: 12px;
			}
			
			div.spacer {
				clear: both;
			}
			
/*	PROJECT LOADER CSS	*/

			#bml {
				float: right;
				padding-left: 10px;
				font-size: 10px;
				font-weight: normal;
			}
			
			.bmltag {
				color: #f60;
				font-size: 10px;
				font-weight: bold;
			}

			label {
				color: #000;
				font-size: 12px;
				padding: 4px 4px 4px 0;
				font-weight: bold;
			}
			
			input, select, textarea {
				display: block;
				margin-bottom: 1.0em;
			}
			
			select {
				width: 200px;
			}
			
			textarea {
			}
			
			.button {
				width: 75px;
				margin-left: 75px;
				color: #2a2a2a;
			}
			
			.levelbutton {
				display: inline;
				width: 75px;
				color: #2a2a2a;
			}
			
			.bigbutton {
				width: 150px;
				margin-left: 75px;
				color: #2a2a2a;
			}
			
			.error {
				color: #f00;
				font-weight: bold;
			}
			
			table.image_loader {
				border-collapse: collapse;
				border-spacing: 0;
			}
			
			table.image_loader td {
			}
			
			table.image_loader td.radio {
				width: 20px;
			}
			
			fieldset {
				border: 1px solid #009;
				padding: 10px;
			}
			
			legend {
				margin: 0 5px;
				color: #009;
				font-size: 12px;
			}
			
/*	STARLOG TABLE CSS	*/
			
			table#starlog { border-collapse: collapse; border-spacing: 0; width: 100%; }
			#syndata2thumb { border: none; border-collapse: collapse; border-spacing: 0; }
			#syndata2thumb td img { margin: 20px 0 0 0; border: 1px solid #009; }

			#syndata2 {  border: none; border-collapse: collapse; }
			#syndata2 tr { padding: 10px; }
			#syndata2 th { text-align: left; padding: 4px; border-right: none; font-size: 12px; }
			#syndata2 th.synissue { color: #009; }
			#syndata2 th.syntitle { color: #009; }
			#syndata2 th.synsize { color: #009; }
			#syndata2 th.synnew { }
			
			#syndata2 td { vertical-align: middle; border: 1px solid #009; padding: 4px; }
			#syndata2 td.synissue { border-right: 1px solid #009; }
			#syndata2 td.syntitle { border-left: 1px solid #009; border-right: 1px solid #009;  }
			#syndata2 td.syntitle a { color: #009; text-decoration: none; }
			#syndata2 td.syntitle a:hover { color: #335c64; }
			#syndata2 td.synsize { border-left: 1px solid #009; text-align: right; }
			#syndata2 td.synnew { width: 23px; border: none; vertical-align: middle; text-align: center; }
			#syndata2 td.synnew img { border: 1px solid #009; }
			
			#syndata2 td.synthumb { padding: 2px 10px 0 10px; }
			#syndata2 td.synstats { padding: 0 10px 10px 10px; font-size: 10px; font-style: italic; border: none; }
			#syndata2 td.synsummary { padding: 0 10px 5px 10px; border: none; text-align: justify; }
			#syndata2 td.syninstruct { padding: 10px; font-size: 10px;  border: none; border-top: 1px solid #009; }
			#syndata2 td.synadobe { padding: 10px; text-align: center; }
			
			#syndata1 { border: 1px solid #009; border-collapse: collapse; }
			#syndata1 tr { padding: 10px; }
			#syndata1 td { border: 1px solid #009; }
			#syndata1 td.synthumb { padding: 10px; text-align: center; }
			#syndata1 td.syntitle { width: 99%; padding: 5px 10px 0 10px; font-weight: bold; font-size: 14px; border: none; border-top: 1px solid #009; line-height: 102%; }
			#syndata1 td.syntitle a { color: #009; text-decoration: none; }
			#syndata1 td.syntitle a:hover { color: #335c64; }
			#syndata1 td.synstats { padding: 0 10px 5px 10px; font-size: 12px; font-style: italic; border: none; }
			#syndata1 td.synsummary { padding: 0 10px 10px 10px; font-size: 12px; line-height: 115%;  border: none;}
			#syndata1 td.syninstruct { padding: 10px 10px 10px 10px; font-size: 12px; line-height: 115%;  border: none; border-top: 1px solid #009; }
			#syndata1 td.synadobe { padding: 10px; text-align: center; }
			
			#syndata1 td.synthumb img { border: 1px solid #009; }
			
			td.starthumb { padding: 10px 0 10px 10px;}
			td.starthumb img { border: 1px solid #009; }
			td.startitle { font-size: 11px; font-weight: bold; margin: 10px; text-align: left; background: #f60; }
			td.starstats { font-style: italic; font-size: 12px; }
			td.starsummary { font-size: 10px; line-height: 100%; }