/*
@font-face {
	font-family: "Junction";
	src: url("/fonts/junction 01.eot");
	src: local("Junction 01"), url("/fonts/junction 01.otf") format("opentype");
}
*/

body {
	margin:0;
	font-family:Arial;
	font-size:10pt;
}

input {
	font-size:  80%;
}

h1 {
	display:none;
}

h2, h3 {
	font-family:Arial;
	font-size:12pt;
}
}

a:hover {
	color:#A3BD0A;
}

puna\:motto {
	font-weight:500;
	font-size:150%;
	color:#99B300;
	position:absolute;
	right:12em;
	top:13px;
	text-shadow:1px 0 0 #E3FD4A;
	word-spacing: 1.5pt;
	letter-spacing: 1.5pt;
}

/* navigation tabs */

puna\:navigation {
	display:block;
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:20;
	overflow:visible;
	background:#151515 url(/images/shortbanner-l.png) repeat-x bottom;
	padding-left:140px;	
}

puna\:navigation h2 {
	display:none;
}

puna\:navigation ul {
	margin:28px 0 0 0;
	border:0;
	padding:0;
	float:left;
	overflow:none;
}

puna\:navigation ul li {
	margin:0;
	border:0;
	list-style:none;
	float:left;
	padding:0 1em 0 0.6em;
	min-height:30px;
	background:url(/images/shaped.gif) no-repeat right bottom;
}

puna\:navigation ul li:nth-child(odd){
	background-color:inherit;
}

puna\:navigation ul li a {
	text-decoration:none;
	color:#8D8D8D;
	font-weight:bold;
	font-size:0.8em;
}

puna\:navigation ul li a:hover {
	color:#A3BD0A;
}

/* search box */

puna\:search {
	position:fixed;
	z-index:20;
	right:10px;
	top:8px;
}

puna\:search h2 {
	display:none;
}

puna\:search input.text {
	margin:0;
	border:0;
	padding:0.25em 32px 0.25em 0.25em;
	width:16em;
	background:url(/images/search_bkg.png) no-repeat top left;
	color:#444;
	xborder-left:2px solid #a3bd0a;
}

puna\:search input.submit {
	margin:0;
	border:0;
	padding:0;
	background:url(/images/search.png);
	width:32px;
	height:32px;
	margin-left:-32px;
	text-indent:-9999px;
	color: transparent;
}

puna\:resources #login {
	display:block;
	position:fixed;
	z-index:20;
	top:20px;
	left:20px;
	width:88px;
	height:132px;
	background:url(/images/p-login-small.png) no-repeat center center;
	text-indent:-9999px;
	outline:none;
	margin:0;
}

puna\:resources #quotes {
	display:none;
}

puna\:content {
	display:block;
	padding:70px 20px 20px 125px;
}

div.signin {
  position:absolute;
  background:#fff url(/images/p-login-small-green.gif) no-repeat 3px 3px;
  border:2px solid #A3BD0A;
  top:-5px;
  left:-5px;
  width:0px;
  height:0px;
  opacity:0;
  z-index:2;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-radius-topright: 9px;    
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-radius-bottomright: 9px;  
}

div.signin iframe {
  margin:0 0 0 90px;
  padding:60px 0 0 0;
  border:0;
  background:url(/images/signinbkg.png);
  height:220px;
  width:310px;
  z-index:3;
}

div.bookmarks {
	overflow:none;
	width: 0;
	height: 0;
	zIndex: 2;
	padding: 10px;
	border:3px solid #A3BD0A;
	border-top: 0;
	position: absolute;
	background: #bace49;
	color: #fff;
	opacity: 0;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-radius-bottomright: 9px;
}

div.bookmarks a {
  float:left;
  margin:0.5em 1em 0 0;
  width:15em;
}

li div.bookmarks a,
li div.bookmarks a:hover,
li div.bookmarks a:visited {
  color:#fff;
  float:left;
  margin:0.4em 1% 0 1%;
  width:30%;
}

