body {
	margin: 0;
	padding: 0;
	background: #c7c7c7;
	}
#networkbar {
	position: absolute;
	top:1;
	left:1;
	width:100%;
	background: url('../images/bg-networkbar.gif') repeat-x;	
	border-bottom: 1px solid #c7c7c7;
	height:26px;
	z-index:20;
	}
	
#networkbar h2 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}
#networkbar h2 a {
	display: block;
	overflow: hidden;
	width: 109px;
	height: 26px;
	background: url('../images/epic.gif') 0 0 no-repeat;
	text-indent: -9999px;
	}
	
#networkbar select {
	float: left;
	font-size: 10px;
	height: 15px;
	margin-top: 4px;
	margin-right:10px;
	border: 1px solid #999;
	}	
	
	
#networkbar ul.links {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}
#networkbar ul li {
	float:left;
	height:26px;
	}
#networkbar ul li a {
	display:block;
	padding:0 10px 0 10px;
	height:26px;
	background:url('../images/btn-bg.gif') 0 0 no-repeat;
	_background:url('../images/btn-bg.gif') 0 1px no-repeat; /* IE6 fix */
	
	float:left; /* IE6 fix */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:2.25em;
	text-decoration:none;
	text-transform:uppercase;
	}
	
#networkbar ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-position:0 -26px;
	_background-position:0 -25px;
	}	

a.subscribe {
	float:left;
	display:block;
	overflow:hidden;
	width:22px;
	height:16px;
	margin:5px 0 0 5px;
	background: url('../images/rss.gif') 0 0 no-repeat;
	text-indent: -9999px;
	}
	
	
/* SEARCH FORM
--------------------------------------------*/
img#googlePower {
	float:right;
	margin:-20px 5px 0 5px;
	margin:0 5px 0 5px;
	}
button {
	margin:0;
	padding:1px;
	border:1px outset #7917D5;
	font-size:.7em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#7917D5;
	width:55px;
	}
button:active {
	border:1px inset #6100c3;
	}
input[type=text] {
	width:115px;
	height:14px;
	font:Helvetica, Arial, sans-serif;
	font-size:11px;
	padding:0;
	}
input[type=radio] {
	margin:4px 0 0 0;
	padding:0;
	}
form {
	float:right;
	}
label {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:14px;
	margin-right:2px;
	}


#search1.show {
	display:block;
	float:right;
	padding:0;
	margin:4px 5px 0 0;
	}

#search1 a {
	display:block;
	background:#7917D5;
	font-size:.7em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	height:16px;
	text-align:center;
	width:55px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	border:1px outset #7917D5;
	}
#search1 a:active {
	border:1px inset #7917D5;
	}
	
.hide {
	display:none;
	}
.show {
	display:inline;
	}	