/* @override http://localhost:3000/stylesheets/layout.css */

body {
	margin: 0;
	padding: 0;
	font: small/1.25em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #222;
	background: #743724 url(/images/woodpattern1.jpg) left top;
}

#utility_bar {
  background: #544238 url(/images/top_bar_gradient.jpg) repeat-x left top;
  color: #fff;
  margin: 0;
  z-index: 10;
}

#utility_bar .wrapper {
  width: 971px;
  margin: 0 auto;
  padding: 0 7px;
  height: 33px;
}

#global_nav {
  padding: 4px 0 0;
}

#global_nav ul {
  float: left;
  margin: 0;
  padding: 3px 0 0;
  line-height: 1em;
}

#global_nav li {
  list-style: none;
  float: left;
  padding: 0 2px;
  margin: 0;
}

#global_nav a.selected, #global_nav a:hover {
  background-image: url('/images/global_nav_active.png');
  padding: 3px 8px 2px;
  border-color: #fff;
  top: 2px;
}

#global_nav a {
  top: 5px;
  position: relative;
  display: block;
  padding: 1px 8px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #bcd174;
  border-width: 1px 1px 0 1px;
  background: url('/images/global_nav_inactive.png') repeat-x left top;
}

#search_form {
	padding: 0;
	margin: 0 50px 0 0;
	float: right;
}

#search_form input {
 	border: 1px solid #777;
 	background: #fff;
	padding: 4px 5px 0;
	color: #333;
	font-size: 13px;
	width: 237px;
	height: 18px;
	margin: 4px 5px;
	top: 0;
}

#search_form .image {
	margin: 0;
	padding: 0;
	width: 22px;
	height: 33px;
	border: none;
	float: left;
}

#container {
	margin: 0 auto;
	width: 1000px;
	z-index: 1;
	text-align: left;
}

.floating_box {
	background: url(/images/big_box_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	margin: 10px 0 25px;
}

.floating_box .wrapper_1 {
  	background: url(/images/big_box_top.jpg) no-repeat left top;
  	padding-top: 4px;
}

.floating_box .wrapper_2 {
  background: url(/images/big_box_middle.jpg) repeat-y left top;
  width: 945px;
  padding: 10px 12px;
}

.first_box {
  margin-top: 0;
}

.first_box .wrapper_1 {
  background: none;
  padding-top: 0;
}

.first_box .wrapper_2 {
  padding-top: 0;
  padding-bottom: 6px;
}

#masthead {
  position: relative;
  padding: 20px 0 70px 0;
  border-bottom: 1px solid #e2e2e2;
}

#masthead h2 {
  margin: 0 0 0 3px;
}

#masthead h2 a {
  display: block;
  background: url(/images/spend_save_live_logo.jpg) no-repeat left top;
  height: 62px;
  text-indent: -5000px;
}

#masthead h3 {
  background: url(/images/tagline.jpg) no-repeat left top;
  height: 41px;
  width: 677px;
  text-indent: -5000px;
  margin: 21px 0 0 3px;
  top: 85px;
  z-index: 30;
  position: absolute;
}

#coffee {
  position: absolute;
  right: -42px;
  top: 0;
  z-index: 20;
}

.home #sidebar {
  display: none;
}

#tools-and-resources {
  height: 180px;
}

#tools-and-resources .summary {
  width: 449px;
  float: left;
  margin: 0 10px;
}

#tools-and-resources .resources {
  margin-right: 0;
  margin-left: 13px;
  width: 455px;
}

#tools-and-resources .summary h2 {
  margin: 0 0 13px;
  padding: 0;
}

#tools-and-resources h2 a {
  display: block;
  background: url(/images/tools_bar.png) no-repeat left top;
  height: 33px;
  text-indent: -5000px;
}

#tools-and-resources .resources h2 a {
  background-image: url(/images/resources_bar.png);
}

#tools-and-resources p {
  font-size: 16px;
  line-height: 1.5em;
  padding: 12px 5px 40px 157px;
  background: url(/images/tools_big.png) no-repeat 17px top;
}

#tools-and-resources .resources p {
  background-image: url(/images/resources_big.png);	
}

#sidebar {
  width: 205px;
  float: right;
  padding-top: 10px;
  padding-right: 5px;
}

#sidebar h3 {
  padding: 0 0 12px 0;
  border-bottom: 2px solid #dbdbdb;
}

#secondary_nav ul {
  list-style: none;
  margin: 5px 0 0 0;
}

#secondary_nav li {
  list-style: none;
  margin: 0;
  padding: 3px 4px 3px;
  border-bottom: 1px solid #dbdbdb;
}

#content {
  margin-right: 250px;
}

#footer {
  clear: both;
  border-top: 1px dashed #dbdbdb;
  padding: 10px 0 0;
  margin: 10px 0 0 0;
}

#footer .verity-logo {
  float: left;
}

#footer #cc_license {
  margin-left: 534px;
  font-size: 11px;
}

#footer #cc_license img {
  float: left;
  margin: 0 10px 0 0;
}