html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
  font-family: arial, sans-serif;
	font-size: 80%;
	margin: 0pt;
	padding: 0pt;
	text-align: center;
	color: #2a382e;
  background: url(/images/bg-grass.jpg) top left repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.growl-smoke {
	width: 298px;
	height: 83px;
	position: absolute;
	right: 10px;
	margin-top: 10px;
	z-index: 999;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	background: url(/images/smoke.png) no-repeat;
}
.growl-smoke img {
	float: left;
	display: inline;
	margin: 12px;
}
.growl-smoke h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 13px;
  font-weight: bold;
	line-height: 17px;
	color: #fff;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.9999;
}
.growl-smoke p {
	margin: 0 10px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.9999;
}

div#flash-notice {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: black;
  border: 2px solid #17d03a;
  background: #80fb97;
  padding: 10px;
  margin: 4px;
}

div#flash-warning {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: black;
  border: 2px solid #d09517;
  background: #f3cf82;
  padding: 10px;
  margin: 4px;
}

div#flash-error {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: black;
  border: 2px solid #d71a1a;
  background: #f38282;
  padding: 10px;
  margin: 4px;
}

div#flash-notice span#close, div#flash-error span#close, div#flash-warning span#close {
  background: url(/images/close.png) top left no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  float: right;
  top: 2px;
  right: 2px;
}

div#flash-notice span#close:hover, div#flash-error span#close:hover, div#flash-warning span#close:hover {
  cursor: pointer;
}
/*------Base Styles------*/
a {
	color: #0c7e31;
	text-decoration: none;
}

a:visited {
	color: #0c7e31;
}

a:hover, a:visited:hover {
	color: #0f351c;
}

img {
	border: none;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}

p.center {
  text-align: center;
}

h1 {
  color: #0C7E31;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0em;
}

h2 {
  color: #0C7E31;
  font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0em;
}

h3 {
  color: #0C7E31;
  font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0em;
}

.hidden {
	display:none;
}

.clear {
	clear:both;
}


div#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	width: 860px;
	background: #ffffff;
}

div.centerline {
  display: block;
  background: transparent url(/images/white-stripe.png) top left no-repeat;
  width: 77px;
  z-index: -10;
  height: 20px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}

div#header {
	position: relative;
	height: 174px;
	width: 860px;
	text-align: center;
	background: url(/images/header.png) no-repeat top left;
}

span#site-title {
  display: none;
}

div#content {
  position: relative;
  clear: both;
  width: 858px;
  border-left: 1px solid #68e17f;
  border-right: 1px solid #68e17f;
  border-bottom: 1px solid #68e17f;
  z-index: 0;
}

ul.menu {
  display: block;
  position: relative;
  width: 100%;
  height: 33px;
  list-style-type: none;
  background: url(/images/menu.jpg) top left repeat-x;
  margin: 0;
  padding: 0;
}

ul.menu li {
  display: block;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  height: 33px;
  color: #ffffff;
  margin-right: 3px;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
}

ul.menu li a {
  color: #ffffff;
  padding: 10px 13px 10px 13px;
  font-size: 13px;
  float: left;
  position: relative;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
}

ul.menu li a:hover {
  color: #0c7e31;
  background: #ffffff;
}

ul.menu li.current {
  background: #ffffff;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
}

ul.menu li.current a {
  color: #0c7e31;
  padding-left: 25px;
  margin-left: -12px;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  background: transparent url(/images/football.png) no-repeat 5px 5px;
}

div#account {
  display: block;
  float: left;
  position: absolute;
  top: 10px;
  right: 2px;
}

div#account ul {
  display: block;
  float: left;
}

div#account ul li {
  display: block;
  position: relative;
  float: left;
}

div#account ul li a {
  padding: 5px;
  font-size: 13px;
  line-height: 14px;
  margin-right: 3px;
  color: #0c7e31;
}

div#account ul li a:hover {
  color: #fff;
}

td#page {
  padding: 5px;
  width: 688px;
  text-align: center;
  vertical-align: top;
}

td#sidebar {
  background: #68e17f;
  width: 170px;
  padding: 0px 5px;
  vertical-align: top;
}

p.ad {
  margin: 0;
  padding: 0;
  text-align: center;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}

form {
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

form fieldset {
  margin-right: auto;
  margin-left: auto;
  width: 450px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  padding: 5px;
  text-align: left;
  margin-bottom: 10px;
  background: #68e17f;
}

form.score fieldset {
  background: #fff;
  width: 640px;
}

form.score fieldset input {
  width: 30px;
}

form fieldset legend {
  padding: 5px 20px 5px 20px;
  color: #0c7e31;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #68e17f;
}

form fieldset li {
  margin-bottom: 4px;
}

form fieldset li a {
  display: block;
  padding: 6px 2px 2px 2px;
}

li.hide {
  display: none;
}

form fieldset ul.events li {
  margin-bottom: 4px;
}

form fieldset ul.events li label {
  width: 300px;
}

form fieldset ul.events li input {
  width: 100px;
}

form fieldset label {
  display: block;
  float: left;
  padding: 3px;
  padding-top: 6px;
  margin-right: 10px;
  text-align: right;
  width: 125px;
  color: #0c7e31;
}

form fieldset input.check {
  border: 0;
  width: auto;
}

form fieldset input, form fieldset textarea {
  width: 300px;
  text-align: left;
  border: 1px solid #0c7e31;
  padding: 2px;
  color: #333;
  font-weight: bold;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
}

form fieldset select {
  text-align: left;
}

form fieldset ul.errors {
  margin-left: 160px;
  width: 280px;
  padding: 2px;
  list-style-type: disc;
  color: #ff0000;
}

div.fieldWithErrors label {
  color: #ff0000;
}

div.fieldWithErrors input, div.fieldWithErrors textarea {
  border: 1px solid #ff0000;
  background: #ff0000;
  color: #ffffff;
}

table.games {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}

table.games th {
  padding: 3px;
  background: #68e17f;
  color: #0c7e31;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 149px;
}

table.games .time {
  text-align: left;
}

table.games th.vs {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  width: 40px;
}

table.games td.vs {
  width: 40px;
  vertical-align: middle;
}

table.games tr {
  border-bottom: 1px solid #68e17f;
}

table.games td {
  vertical-align: top;
  color: #68e17f;
  padding: 4px;
  width: 149px;
  font-weight: bold;
}

table.games td.home a, table.games td.away a, table.games td.home a:visited, table.games td.away a:visited, table.games td.home, table.games td.away {
  color: #0c7e31;
}

table.tips td.home:hover, table.tips td.away:hover {
  background: #c6fbcf;
  cursor: pointer;
}

table.games span.date {
  display: block;
  color: #0c7e31;
  font-weight: bold;
}

table.games span.logo {
  display: block;
  text-align: center;
  padding: 4px;
}

table.games span.score {
  display: block;
  text-align: center;
  padding: 4px;
}

table.games span.name {
  display: block;
  padding: 4px;
  text-align: center;
}

table td.home {
  display: block;
  position: relative;
}

table.tips td.tip {
  background: #07ec2d;
}

table.results td.tip {
  background: #c6fbcf;
}

table td.home span.tip {
  position: absolute;
  display: block;
  float: left;
  top: -8px;
  left: -10px;
  width: 35px;
  height: 35px;
  background: transparent url(/images/tipping-icons.png) no-repeat 0px 0px;
}

table td.home span.lose {
  position: absolute;
  display: block;
  float: left;
  top: -8px;
  left: -10px;
  width: 35px;
  height: 35px;
  background: transparent url(/images/tipping-icons.png) no-repeat 0px -70px;
}

table td.home span.win {
  position: absolute;
  display: block;
  float: left;
  top: -8px;
  left: -10px;
  width: 35px;
  height: 35px;
  background: transparent url(/images/tipping-icons.png) no-repeat 0px -35px;
}


table td.result {
  vertical-align: middle;
}

table td.away {
  display: block;
  position: relative;
}

table td.away span.tip {
  position: absolute;
  display: block;
  float: left;
  top: -8px;
  right: -10px;
  width: 35px;
  height: 35px;
  background: transparent url(/images/tipping-icons.png) no-repeat 0px 0px;
}

table td.away span.lose {
  position: absolute;
  display: block;
  float: left;
  top: -8px;
  right: -10px;
  width: 35px;
  height: 35px;
  background: transparent url(/images/tipping-icons.png) no-repeat 0px -70px;
}

table td.away span.win {
  position: absolute;
  display: block;
  float: left;
  top: -8px;
  right: -10px;
  width: 35px;
  height: 35px;
  background: transparent url(/images/tipping-icons.png) no-repeat 0px -35px;
}

table.games td.win {
  font-weight: bold;
  font-size: 14px;
  color: #0c7e31;
  background: #08ed2e;
}

table.games td.lose {
  font-size: 14px;
  font-weight: bold;
  background: #f11212;
  color: #fff;
}

table td.empty {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  background: #c6fbcf;
  color: #0c7e31;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}

div#events {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 3px;
}

div#events ul {
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 3px;
  padding: 0px;
  text-transform: uppercase;
  width: 100%;
}

div#events ul li {
  display: block;
  float: left;
  position: relative;
}

div#events ul li span, div#events ul li a {
  display: block;
  padding: 4px;
  font-weight: bold;
  font-size: 0.8em;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
}

div#events ul li span {
  background: #fff;
  color: #0c7e31;
}

div#events ul li a {
  background: #68e17f;
  color: #0c7e31;
}

ul.rounds {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  clear: left;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 3px;
  padding: 0px;
  text-transform: uppercase;
}

div#events ul li a:hover, div#events ul li.selected a:hover {
  background: #fff;
  color: #0c7e31;
}

div#events ul li.selected a {
  background: #0c7e31;
  color: #fff;
}

div#round {
  display: block;
  float: left;
  position: relative;
  clear: left;
  width: 100%;
}

.clear {
  clear: both;
}

div.content {
  clear: both;
  border-right: 1px solid #025d9e;
  border-bottom: 1px solid #025d9e;
  border-left: 1px solid #025d9e;
  padding: 8px;
}

div.event-details {
  display: block;
  position: relative;
}

div.event-details span.title {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  width: 98%;
  padding: 1%;
  text-transform: uppercase;
  text-align: center;
}


span.controls {
  display: block;
  position: relative;
  text-align: center;
}

span.controls ul {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0.8em;
  width: 100%;
  text-align: center;
}

span.controls ul li {
  position: relative;
  float: left;
  display: block;
  margin: 1px;
  border: none;
}

span.controls ul li a {
  position: relative;
  display: block;
  float: left;
  padding: 2px;
  text-transform: uppercase;
}

a.new, a.destroy, a.edit, a.score, div#events ul li a.new, div#events ul li a.edit, div#events ul li a.destroy, div#events ul li a.score, #sidebar span.controls a {
  display: block;
  padding: 4px;
  font-weight: bold;
  font-size: 0.8em;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  background: #3672a8;
  color: #fff;
}

a.new:hover, a.destroy:hover, a.edit:hover, a.score:hover, div#events ul li a.new:hover, div#events ul li a.edit:hover, div#events ul li a.destroy:hover, div#events ul li a.score:hover, #sidebar span.controls a:hover {
  color: #3672a8;
  background: #fff;
}

div.rounds {
  display: block;
}

div.rounds ul li {
  margin-top: 5px;
  border: 1px solid #4c88b1;
}

div.rounds ul li ul li {
  margin: 0;
  border: none;
}

div.rounds span.name {
  display: block;
  height: 16px;
  padding-top: 4px;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 3px solid #4c88b1;
}

div.teams {
  display: block;
}

div.teams ul li {
  margin-top: 5px;
  border: 1px solid #4c88b1;
}

div.teams ul li ul li {
  margin: 0;
  border: none;
}

div.teams span.name {
  display: block;
  height: 16px;
  padding-top: 4px;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 3px solid #4c88b1;
}


span.localtime {
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  margin-left: 2px;
  margin-right: 2px;
  background: url(/images/clock.png) top left no-repeat;
}

span.localtime span {
  display: none;
}

span.localtime:hover span {
  display: block;
  float: left;
  position: relative;
  padding: 3px;
  border: 2px solid black;
  background: yellow;
  font-size: 16px;
  font-weight: solid;
  color: #333;
  width: 200px;
}

p.login {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
}

p.login a {
  padding: 3px;
  margin-right: 10px;
}

p.center {
  text-align: center;
}

ul.prizes {
  margin: 5px 20px 20px;
  display: block;
  position: relative;
  float: left;
  text-align: left;
}

ul.prizes li {
  padding: 3px;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

ul.prizes li span {
  display: block;
  float: left;
  clear: none;
  position: relative;
  line-height: 1.2em;
}

ul.prizes li span.place {
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  width: 100px;
  margin-right: 10px;
}

ul.prizes li span.details {
  color: red;
}

table.prizes {
  width: 670px;
}

table.prizes tr {

}

table.prizes td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #68e17f;
  margin-bottom: 10px;
}

table.prizes td span {
  padding: 5px 20px;
  display: block;
  line-height: 1.2em;
}

table.prizes td span.details {
  color: red;
  font-size: 14px;
}

table.prizes td span.place {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
}

ol.terms {
  text-align: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 10px 30px;
  line-height: 1.2em;
}

ol.terms li {
  padding: 4px;
}

ol.terms ol {
  list-style-type: lower-alpha;
  margin: 3px 20px;
}

ol.terms ol li {
  padding: 0px;
}

table.leaderboard {
  margin-top: 20px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

table.leaderboard th {
  background: #68E17F;
  color: #0C7E31;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 3px;  background: #68e17f;
  color: #0c7e31;
}

table.leaderboard td {
  padding: 5px;
  border-bottom: 1px solid #68E17F;
}

table.leaderboard td span {
  font-weight: bold;
}

table.leaderboard .position {
  width: 20%;
  text-align: center;
}

table.leaderboard td.name {
  text-align: left;
}

table.leaderboard .score {
  width: 20%;
  text-align: center;
}

ul.teams {
  display: block;
  position: relative;
  float: left;
  list-style-type: none;
}

ul.teams li {
  display: block;
  position: relative;
  float: left;
  width: 326px;
  height: 106px;
  border: 1px solid #68E17F;
  margin: 3px;
}

ul.teams li:hover {
  border: 1px solid #0C7E31;
}

ul.teams li span {
  text-align: left;
  padding: 3px;
  display: block;
  position: relative;
  float: left;
}

ul.teams li span.logo {
  width: 100px;
  height: 100px;
}

ul.teams li span.name {
  font-size: 1.6em;
  font-weight: bold;
  width: 214px;
  color: #0C7E31;
}

ul.teams li span.website {
  width: 214px;
}

ul.teams li span.venue {
  width: 214px;
}

ul.teams span.controls li {
  height: auto;
  width: auto;
}

ul.teams span.controls li:hover {
  border: none;
}

li.logo {
  text-align: center;
}

div.team {
  display: block;
  float: left;
  position: relative;
  width: 668px;
}

div.team span {
  text-align: left;
  padding: 3px;
  display: block;
  position: relative;
  float: left;
}

div.team span.logo {
  width: 100px;
  height: 100px;
}

div.team span.name {
  font-size: 1.6em;
  font-weight: bold;
  color: #0C7E31;
  width: 556px;
}

div.team span.website {
  width: 556px;
}

div.team span.venue {
  width: 556px;
}

table.users {
  width: 668px;
}

table.users th {
  padding: 3px;
  background: #68e17f;
  color: #0c7e31;
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table.users td {
  text-align: left;
  padding: 3px;
  border-bottom: 1px solid #68e17f;
}

table.users tr:hover {
  background: #c6fbcf;
}

table.users .login {
  width: 100px;
}

table.users .active, table.users .admin, table.users .results {
  width: 50px;
  text-align: center;
}

div.user fieldset {
  margin-right: auto;
  margin-left: auto;
  width: 450px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  padding: 5px;
  text-align: left;
  margin-bottom: 10px;
  background: #68e17f;
}

div.user fieldset legend {
  padding: 5px 20px 5px 20px;
  color: #0c7e31;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #68e17f;
}

div.user fieldset li {
  margin-bottom: 4px;
}

div.user span.label {
  padding: 2px;
  margin-right: 3px;
  font-size: 0.9em;
  font-weight: bold;
}

div.user span.value {
  padding: 2px;
}

p.important {
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1.1em;
  margin: 4px;
  padding: 3px;
}

a.deleteme {
  display: block;
  padding: 5px;
  background: #f12b2b;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

a.deleteme:hover {
  background: #eca3a3;
  color: #000;
}

div#faq {
  text-align: left;
}

div#faq p {
  line-height: 1.1em;
  font-size: 1.1em;
}

div#faq h2 {
  margin-top: 10px;
}

div#faq img {
  margin-top: 3px;
  margin-bottom: 10px;
}

span#help {
  position: relative;
  float: right;
  display: block;
}

span#help a {
  display: block;
  padding: 4px;
  margin: 2px;
  background: #68e17f;
  color: #0c7e31;
  font-size: 0.8em;
  text-transform: uppercase;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
}

span#help a:hover {
  color: #0c7e31;
  background: #fff;
}

span.yourstats {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 527px;
  height: 87px;
  background: url(/images/score-board.png) top left no-repeat;
}

span.yourscore {
  display: block;
  float: left;
  position: absolute;
  top: 23px;
  left: 242px;
  height: 37px;
  width: 78px;
  text-align: right;
  background: url(/images/nil.png) top left repeat-x;
}

span.yourposition {
  display: block;
  float: left;
  position: absolute;
  top: 23px;
  left: 425px;
  height: 37px;
  width: 78px;
  text-align: right;
  background: url(/images/nil.png) top left repeat-x;
}


div#footer {
  display: block;
  position: relative;
  border: 1px solid #68E17F;
  background: #68E17F;
  padding: 3px;
  text-align: right;
	color: #0c7e31;
  text-transform: uppercase;
}

div#footer a {
  font-size: 0.8em;
}


.jimmy_logo {
  display: block;
	position: absolute;
	float: right;
  bottom: 6px;
	right: -100px;
	height: 24px;
	width: 94px;
  text-align: left;
}

a#logo {
	background: url(/images/jimmy.png) no-repeat top left;
	display: block;
	height: 25px;
	width: 16px;
}

a#logo:hover {
	background: url(/images/jimmy.png) no-repeat bottom left;
	display: block;
	height: 25px;
	width: 94px;
}

a#logo span {
	display: none;
}

/*---IE Hacks---*/
* html form fieldset {
  position: relative;
  margin-top:1em;
  padding-top:.75em;
}

* html form legend {
  position:absolute;
  top: -.5em;
  left: .5em;
}

