html, body {
	background: #999;
	color: #333;
}

#hd {
	background: #fdfdfd url(/static/images/icons/gray_fade.png) 0 bottom;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1.00, #fdfdfd),
		color-stop(0.00, #c4c6ce)
	);
}

ul#primary_nav {
	margin-top: -3em;
	text-align: right;
	margin-bottom: 1em;
}

ul#primary_nav li {
	display: inline;
}

ul#primary_nav li a {
	text-decoration: none;
	padding: .5em;
	font-size: 167%;
	color: #666;
	font-weight: bold;
}

ul#primary_nav li a:hover {
	color: #54a41e;
}

#bd {
	padding-top: 10px;
	border-bottom: 5px solid #999;
	border-top: 5px solid #999;
	background: #787878;
	padding-bottom: 10px;
}

#ft {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #c4c6ce;
	text-align: center;
}

#footer_nav {
	margin: 0;
}

#footer_nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}



ul#secondary_nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}


ul#secondary_nav li {
	display: inline;
	overflow: hidden;	
}

ul#secondary_nav li a {
	text-decoration: none;
	padding: 5px 10px;
	color: #666;
	background: #eee;
	float: left;
	margin-right: 1px;
}

ul#secondary_nav li a:hover, ul#secondary_nav li.active a {
	background: #fff;
}

.side_widget {
	padding: 10px;
	background: #ccc;
	margin-bottom: 10px;
	overflow: hidden;
}






ul#faq {
	overflow: hidden;
	margin: 0;
	padding: 0;
}


ul#faq li {
	overflow: hidden;	
}

ul#faq li a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-right: 1px;
}

ul#faq li a:hover, ul#faq li a.active {
	background: #eee;
}


ul.link_list {
	display: block;
	list-style:none;
}
ul.link_list li{
    border-left:1px solid #777777;
    display:inline;  
    padding-left:5px;
    padding-right:5px;
    margin-top:10px;
}

ul.link_list li.first{
    border-left:0px;
}

.gray_text {
	color: #666;
}

.white_text {
	color: #fff;
}

.green_text {
	color: #54a41c;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.white_box {
	background: #fff;
	overflow: hidden;
	zoom: 1;
}

.dark_box {
	background: #434343;
	overflow: hidden;
	zoom: 1;
}



.gray_box {
	background: #c0c0c0;
	overflow: hidden;
	zoom: 1;
}

.border_right {
	border-right: 1px solid #ccc;
}

.overflow {
	overflow: hidden;
}

.padded {
	padding: 10px;
}

.padded_half {
	padding: 5px;
}

.padded_top_big {
	padding-top: 20px;
}

.padded_top_no {
	padding-top: 0;
}

.margin_top {
	margin-top: 10px;
}

.margin_left {
	margin-left: 10px;
}

.rounded {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.full_width {
	width: 90%;
}

.half_width {
	width: 50%;
}

.green_border {
	border: 2px solid #54a41e;
}

.green_fade, ul#secondary_nav li.add_tab a {
	color: #fff;
	background: #6DC236 url(../images/green_fade.png) top;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1.00, #80c35b),
		color-stop(0.20, #54a41e),
		color-stop(0.00, #80c35b)
	);
	text-shadow: #333 0 -1px 0;
}

.green_fade:hover, ul#secondary_nav li.add_tab a:hover {
	cursor: pointer;
	background: #8AD55F url(../images/green_fade_hover.png) bottom;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1.00, #8ed865),
		color-stop(0.30, #5db721),
		color-stop(0.00, #8ed865)
	);
}

.biggest {font-size:3em;line-height:1;margin-bottom:0.5em;}
.bigger {font-size:2em;margin-bottom:0.75em;}
.big {font-size:1.5em;line-height:1;margin-bottom:1em;}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.icon {
	vertical-align: middle;
}

.margin_bottom {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}

.margin_bottom_big {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}

.no_margin {
	margin: 0;
	padding: 0;
}

.no_bullets {
	list-style-type: none;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
	text-align: center;
}

p {
	text-indent: none;
}

.fixed_upper_right {
  display: inline;
  float: right;
  text-align: right;
  margin-top: 30px;
  margin-right: 20px;
  font-size: 1.7em;
  font-weight: 900;
}
