/*-----------------------------
  RESETTING
-----------------------------*/

li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  color: #58a000;
  text-decoration: none;
}

a:hover
{
  color: #58a000;
  text-decoration: underline;
}


body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #2f3d62;
}

body
{
   background:  #FFFFFF;
	 background: url(/images/body_bg2.jpg) 50% 0 repeat-x;
}

h1
{
	color: #58a000;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
}

h2
{
  font-size: 1.5em;
  color: #58a000;
}

h3
{
	font-size: 1.1em;
  color: #58a000;
}

/*-----------------------------
  COMMON
-----------------------------*/

.floatLeft
{
	float: left;
}

.floatRight
{
  float: right;
}

img.center
{
  display: block;
  margin: 0 auto;
}

p.center
{
  text-align: center;
}


.noPadding
{
	padding: 0 !important;
}

.noTopPadding
{
  padding-top: 0 !important;
}

.noLeftPadding
{
  padding-left: 0 !important;
}

.paddingTop6
{
	padding-top: 6px;
}

.greenBold
{
	color: #58a000;
	font-weight: bold;
}

.blueLarge
{
  font-size: 1.5em;
  line-height: 1.3em;
}

div.clear
{
  clear: both;
  line-height: 0px;
  overflow: hidden;
}

p.help
{
  font-size: 0.9em;
  color: #979eb0;
}

div.centeredContent
{
  margin: 0 auto;
  width: 944px;
}

/* layout columns */

div.columnFull
{
	position: relative;
	float: left;
	width: 904px;
	min-height: 387px;
	padding: 20px;
	background: url(/images/column_full_bg.png) top left no-repeat;
}

div.columnFull.lessPadding
{
  padding: 20px 19px 20px 19px;
	width: 906px;
}

div.columnInnerFull
{
  float: left;
  width: 840px;
  min-height: 149px;
  padding: 33px;
  background: url(/images/column_inner_full_bg.png) top left no-repeat;
}

div.columnInnerFull div.columnTwoThirds
{
  float: left;
  width: 540px;
  padding: 10px;
}

div.columnOneThird
{
	float: left;
  width: 260px;
	padding: 10px;
}

div.columnTwoThirds
{
	float: left;
	padding: 10px;
	width: 580px;
}

/* green bar headings */

div.heading 
{
	position: relative;
	float: left;
	margin-left: 3px;
	margin-bottom: 13px;
	width: 900px;
	height: 53px;
	background: url(/images/heading_bg.png) top right no-repeat;
  text-align: center;
	letter-spacing: -1px;
}

div.heading div.left 
{
	float: left;
	width: 5px;
	height: 53px;
	background: url(/images/heading_bg_left.png) no-repeat;
}

div.heading h1 
{
	font-size: 2.2em;
  line-height: 53px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	text-shadow: -1px -1px 2px #3d3d3d;
}

div.divider
{
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #979eb0;
	padding: 0px;
  margin: 0px;
  line-height: 0px;
  overflow: hidden;
}

/*-----------------------------
  PAGINATION
-----------------------------*/

div.pagination 
{
	float: left;
	clear: both;
	width: 100%;
}

div.pagination ul
{
	float: right;
  list-style: none;
	margin: 0;
	padding: 0;
}

div.pagination ul li
{
  float: left;
	margin-left: 10px;
}

div.pagination ul li.pageNumber
{
  font-weight: bold;
}

div.pagination ul li a.selected
{
  color: #2F3D62;
}

div.pagination p 
{
  float: left;
}

/*-----------------------------
  FORMS
-----------------------------*/

ul.form {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.form li {
	float: left;
	clear: both;
	width: 682px;
  margin-bottom: 12px;
}

ul.form li label {
	float: left;
	line-height: 33px;
  width: 187px;
}

ul.form li div.help
{
	float: right;
	font-size: 0.9em;
	color: #979eb0;
	margin: 5px 34px 0 0;
}

ul.form li a.toolTip
{
  float: right;
  margin-top: 3px;
}

input.text {
	float: left;
  width: 283px;
  height: 17px;
  font-size: 1em;
  color:#666666;
  border: 1px solid #58a000;
  padding: 7px 7px 7px 7px;
  background: url(/images/form_text_input_bg.png) repeat-x;
}

input.textarea {
  width: 280px;
  height: 106px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  line-height:18px;
  color:#666666;
  border: 0;
  padding: 7px 7px 7px 7px;
  background: url(/images/form_textarea_bg.png) no-repeat;
}

input.hiddenSubmit
{
	position: absolute;
	top: -5000px;
	left: -5000px;
}

/* Choices */

ul.form li ul.radio_list 
{
	float: left;
  list-style: none;
	margin: 0;
	padding: 0;
}

ul.form li ul.radio_list li
{
	float: left;
	clear: none;
	width: auto !important;
	margin-right: 20px;
}

ul.form li ul.radio_list li label
{
  width: auto !important;
  margin-right: 5px;
}

ul.form li ul.radio_list li input
{
  margin-top: 8px;
}



/* errors */

ul.error_list
{
	float: left;
	clear: both;
  width: 100%;
  padding: 0 0 10px 16px;
  margin: 0;
  list-style: disc;
}

ul.error_list li
{
  color: #E03E3E;
  padding: 0;
  margin: 0;
}

/*-----------------------------
  BUTTONS
-----------------------------*/

/* Main Menu Buttons */

a.mainMenuButton
{
  display: block;
  color: #FFFFFF !important;
  text-decoration: none;
  outline: 0px;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
}

a.mainMenuButton span.buttonLeft
{
  display: block;
  float: left;
  clear: none;
  height: 35px;
  padding: 1px 10px 0 14px;
  margin: 0px;
	background: url(/images/button_main_menu_left.png) 0 36px no-repeat;
  cursor: pointer;
}

a.mainMenuButton:hover span.buttonLeft, a.mainMenuButton.selected span.buttonLeft
{
  background-position: 0 0;
}

a.mainMenuButton span.buttonTitle
{
  float: left;
}

a.mainMenuButton span.buttonTitle span
{
	margin-left: 5px;
	font-size: 0.8em;
}

a.mainMenuButton span.buttonRight
{
  display: block;
  float: left;
  clear: none;
  width: 4px;
  height: 35px;
  background: url(/images/button_main_menu_right.png) 0 36px no-repeat;
  cursor: pointer;
}

a.mainMenuButton:hover span.buttonRight, a.mainMenuButton.selected span.buttonRight
{
  background-position: 0 0;
}

/* Light Green Square Small Buttons */

a.lightGreenSquareSmall
{
  display: block;
  color: #FFFFFF !important;
  text-decoration: none;
  outline: 0px;
  font-size: 17px;
  font-weight: bold;
  line-height: 41px;
}

a.lightGreenSquareSmall span.buttonLeft
{
  display: block;
  float: left;
  clear: none;
  height: 41px;
  padding: 0 10px 0 14px;
  margin: 0px;
  background: url(/images/button_light_green_square_small_left.png) no-repeat;
  cursor: pointer;
}

a.lightGreenSquareSmall span.buttonTitle
{
  float: left;
/*
	text-shadow: -1px 0px 2px #4a4a4a;
*/
}

a.lightGreenSquareSmall span.buttonRight
{
  display: block;
  float: left;
  clear: none;
  width: 5px;
  height: 61px;
  background: url(/images/button_light_green_square_small_right.png) no-repeat;
  cursor: pointer;
}

/* Light Green Square Big Buttons */

a.lightGreenSquareBig
{
  display: block;
  color: #FFFFFF !important;
  text-decoration: none;
  outline: 0px;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
}

a.lightGreenSquareBig span.buttonLeft
{
  display: block;
  float: left;
  clear: none;
  height: 61px;
  padding: 0 10px 0 14px;
  margin: 0px;
  background: url(/images/button_light_green_square_big_left.png) no-repeat;
  cursor: pointer;
}

a.lightGreenSquareBig span.buttonTitle
{
  float: left;

}

a.lightGreenSquareBig span.buttonRight
{
  display: block;
  float: left;
  clear: none;
  width: 5px;
  height: 61px;
  background: url(/images/button_light_green_square_big_right.png) no-repeat;
  cursor: pointer;
}

/* Light Green Round Small Buttons */

a.lightGreenRoundSmall
{
  display: block;
  color: #FFFFFF !important;
  text-decoration: none;
  outline: 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

a.lightGreenRoundSmall span.buttonLeft
{
  display: block;
  float: left;
  clear: none;
  height: 26px;
  padding-left: 12px;
  margin: 0px;
  background: url(/images/button_light_green_round_small_left.png) no-repeat;
  cursor: pointer;
}

a.lightGreenRoundSmall span.buttonTitle
{
  float: left;

}

a.lightGreenRoundSmall span.buttonRight
{
  display: block;
  float: left;
  clear: none;
  width: 12px;
  height: 26px;
  background: url(/images/button_light_green_round_small_right.png) no-repeat;
  cursor: pointer;
}

/* Dark Green Round Small Buttons */

a.darkGreenRoundSmall
{
  display: block;
  color: #FFFFFF !important;
  text-decoration: none;
  outline: 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

a.darkGreenRoundSmall span.buttonLeft
{
  display: block;
  float: left;
  clear: none;
  height: 26px;
  padding-left: 12px;
  margin: 0px;
  background: url(/images/button_dark_green_round_small_left.png) no-repeat;
  cursor: pointer;
}

a.darkGreenRoundSmall span.buttonTitle
{
  float: left;

}

a.darkGreenRoundSmall span.buttonRight
{
  display: block;
  float: left;
  clear: none;
  width: 12px;
  height: 26px;
  background: url(/images/button_dark_green_round_small_right.png) no-repeat;
  cursor: pointer;
}

/*-----------------------------
  MAIN MENU
-----------------------------*/

div#main_menu
{
	float: left;
	clear: both;
	margin-top: 18px;
}

div#main_menu ul
{
  list-style: none;
  margin: 0 0 0 40px;
	padding: 0;
}

div#main_menu ul li
{
  float: left;
	margin-left: 10px;
}

/*-----------------------------
  MAIN LOGO
-----------------------------*/

div#main_logo
{
	float: left;
  clear: both;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

/*-----------------------------
  MAIN SEARCH FORM
-----------------------------*/

div#search_form_container
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 20px 0 35px 0;
	padding: 0;
}

ul.searchForm
{
width: 100%;
	list-style: none;
	padding: 0;
  margin-left: 155px;
}

ul.searchForm li
{
  float: left;
	margin-left: 9px;
}

ul.searchForm li input.searchText {
  width: 455px;
  height: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px !important;
  font-weight: bold;
  color:#666666;
  border: 0;
  padding: 11px 7px 4px 7px;
  background: url(/images/search_text_bg.png) bottom left no-repeat;
	vertical-align: top;
	cursor: default;
}


body#phpbb div#search_form_container
{
	padding-top: 8px;
	padding-bottom: 1px;
}

/*-----------------------------
  SEARCH RESULTS HEADER
-----------------------------*/

div#search_results_header
{
	position: relative;
  float: left;
  clear: both;
  width: 904px;
  text-align: center;
  margin: 20px;
  padding: 0;
}

div#search_results_header img#logo_img
{
	float: left;
}

div#search_results_header ul.searchResultsForm
{
	position: absolute;
	bottom: -4px;
	right: 0px;
  list-style: none;
  padding: 0;
	margin: 0;
}

div#search_results_header ul.searchResultsForm li
{
  float: left;
  margin-left: 9px;
}

div#search_results_header ul.searchResultsForm li input.searchText {
  width: 490px;
  height: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px !important;
  font-weight: bold;
  color:#666666;
  border: 0;
  padding: 11px 7px 4px 7px;
  background: url(/images/search_results_text_bg.png) bottom left no-repeat;
  vertical-align: top;
  cursor: default;
}

/*-----------------------------
  COUNTER
-----------------------------*/

div#homepage div#carbon_counter_container
{
	float: left; 
  width: 100%;
  clear: both;
  text-align: center;
}

div#homepage div#carbon_counter
{

  margin: 20px auto;
  width: 350px;

	background: url(/images/counter_bg_home.png) no-repeat;
}

div#homepage div#carbon_counter div.counterWrapContainer 
{ 
  float: left; 
  width: 100%;
  position: relative; 
  display: block;
  text-align: center;
}


div#carbon_counter div.counterWrap 
{ 
  position:relative;
  float: left;
  height: 37px;
  overflow: hidden;
  margin: 20px 0 0 29px;
}

/*

div#homepage div#carbon_counter div.counterWrapContainer 
{ 
  float: left; 
  position: relative; 
  left: 50%;
}


div#carbon_counter div.counterWrap 
{	
	position:relative;
	float: left;
  left: -50% !important;
	height:37px;
	overflow:hidden;
	margin: 20px 0 0 29px;
}
*/

div#carbon_counter div.counterNumber 
{
	position:relative;
	height: 407px;
	width: 27px;
	margin-left: 1px;
	background-image:url(/images/counter_numbers.png);
	float:left;
}

div#carbon_counter div.counterBigText
{
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1em;
  margin: 22px 0 0 12px;
}

div#homepage div#carbon_counter div.counterBigText
{
  position:relative;
  float: left; 
}


div#carbon_counter div.counterSmallText
{
  margin-top: 8px;
  display: block;
  text-align: center;
	font-weight: bold;
  margin-bottom: 10px;
}

#home div#carbon_counter div.counterSmallText
{
  padding-left: 30px;
}

/*-----------------------------
  HOMEPAGE
-----------------------------*/

div#homepage div#search_form_container
{
  margin-top: 70px;
}

/*-----------------------------
  SEARCH
-----------------------------*/

div#search a
{
  color: #072ae5;
	text-decoration: underline;
}

div.headerFooter
{
	float: left;
	width: 881px;
	clear: both;
	padding: 0 10px 0 10px;
	font-weight: bold;
	color: #000000;
}

div.headerFooter img
{
	float: right;
}

div#search div.columnOneThird
{
	border-left: 1px solid black;
}

div#search table#resultsList td
{
	padding: 10px;
}

div#search table#resultsList td.firstSp
{
	background-color: #f0f7fb;
}

div#search table#resultsList td.pagination
{
  text-align: right;
}

div#search table#spResultsList td
{
  padding-bottom: 10px;
}

div#search a.title
{
	font-size: 1.2em;
}

div#search div.description
{
	color: #000000;
	font-size: 0.9em;
}

div#search div.siteHost
{
  color: #008f00;
  font-size: 0.9em;
}

div#search div.sp
{
  float: right;
	font-size: 0.7em;
	color: #6b6b6b;
	font-weight: bold;
	text-transform: uppercase;
}

/*-----------------------------
  PROJECTS
-----------------------------*/

div#projects h1
{
	padding: 0 10px 25px 10px;
}

div#projects div#carbon_counter
{
	position: absolute;
	top: 20px;
	left: 10px;
  width: 284px;
	height: 133px;
  background: url(/images/counter_bg.png) no-repeat;
}

div#projects div.columnOneThird
{
	position: relative;
}

div#projects div.counterWrapContainer
{
  float: left; 
  position: relative; 
  left: 50%;
}

div#projects div.counterWrap
{
	position:relative;
  float: left;
  left: -50%;
	margin: 15px 0 0 0;
}

div#projects div#carbon_counter div.counterBigText
{
	position: absolute;
	margin: 5px 0;
  top: 55px;
  left:-140px;
	width: 284px;
	display: block;
	text-align: center;
  
}

div#projects div#carbon_counter div.counterSmallText
{
  position: absolute;
  margin: 0;
  top:  100px;
  left: 0px;
  width: 284px;
  display: block;
  text-align: center;
}

div#projects div.project
{
	float: left;
	clear: both;
	width: 580px;
	margin-top: 18px;
}

div#projects div.project img.listImage
{
  float: left;
  margin-right: 30px;
}

div#projects div.project div.overview
{
  float: left;
	width: 300px;
}

div#projects div.project div.overview h2
{
	margin-bottom: 5px;
	line-height: 1em;
}

div#projects div.project div.overview img
{
	margin-top: 15px;
}

div#projects_view div.columnTwoThirds img, div#projects_view div.columnOneThird img
{
	float: left;
	clear: both;
	margin-bottom: 25px;
}

div.expertQuote
{
	position: absolute;
  top: 200px;
	left: 30px;
	width: 247px;
}

div.expertQuote div.quote
{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
  margin-bottom: 10px;
}

div.expertQuote p
{
	color: #58A000;
	font-weight: bold;
	font-size: 1.1em;
}

/*-----------------------------
  CALCULATE
-----------------------------*/

div#calculate div.heading h1
{
  background: url(/images/title_calculate.png) 50% 46% no-repeat;
  text-indent: -999999px;
}

div#calculate div.columnInnerFull
{
	position: relative;
}

div#calculate div#ribbon_calculate
{
	position: absolute;
	width: 90px;
	height: 90px;
	top: 5px;
	right: 0px;
	background: url(/images/ribbon_calculate.png) no-repeat;
}

div#calculate div.mainIconContainer
{
	float: left;
	width: 270px;
	height: 226px;
	text-align: center;
}

div#calculate div.mainIconContainer p.icon
{
	margin: 35px 0 35px 0;
}

div#calculate div.divider
{
	float: left;
	clear: none;
	width: 1px;
	height: 220px;
  margin: 0 6px 0 6px;
	background: url(/images/divider_vertical_grey.png) no-repeat;
}

div#calculate div#results
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 50px;
}

div#calculate div#results div
{
  float: left;
}

div#calculate div#results div.row
{
	clear: both;
}

div#calculate div#results div.row div.label
{
  font-weight: bold;
}

div#calculate div#results div#footprint_row
{
	padding-top: 15px;
}

div#calculate div#results div#footprint_row, div#calculate div#results div#price_row
{
	font-size: 1.5em;
}


div#calculate div#results div#footprint_row div, div#calculate div#results div#footprint_amount div
{
  padding-bottom: 10px;
}

div#calculate div#results div#price div#footprint_price
{
	font-weight: bold;
	color: #58a000;
}

div#calculate div#results div.buttons
{
	padding-top: 20px;
	width: 540px;
}

div#calculate div#results div.buttons a
{
	float: left;
	margin-right: 10px;
}

div#calculate img.ajaxLoader
{
	float: left;
	margin: 25px 0 0 20px;
	display: none;
}

/* SINGLE FLIGHT */

div#calculate.singleFlight div.heading h1
{
  background: url(/images/title_offset_your_flight_travel_emissions.png) 50% 46% no-repeat;
}

div#calculate.singleFlight ul.form li
{
	width: 520px;
}

div#calculate.singleFlight ul.form li input.submit
{
	float: left; 
	margin-top: 20px;
}

/* SURFACE TRANSPORT */

div#calculate.surfaceTransport div.heading h1
{
  background: url(/images/title_offset_your_surface_travel_emissions.png) 50% 46% no-repeat;
}

div#calculate.surfaceTransport ul.form li
{
  width: 520px;
}

div#calculate.surfaceTransport ul.form li input.submit
{
	float: left;
  margin-top: 20px;
}

/* HOME */

div#calculate.home div.heading h1
{
  background: url(/images/title_offset_your_home_energy_emissions.png) 50% 46% no-repeat;
}

div#calculate.home ul.form li
{
  width: 500px;
}

div#calculate.home ul.form li.subtitle
{
	padding-top: 10px;
  font-weight: bold;
}

div#calculate.home ul.form li input.submit
{
  margin-top: 20px;
}

/*-----------------------------
  SHOPPING CART
-----------------------------*/

div#shopping_cart div.heading h1
{
  background: url(/images/title_shopping_basket.png) 50% 46% no-repeat;
  text-indent: -999999px;
}

table.cart, table.totals
{
  width: 100%;
  border-collapse: collapse;
}

table.cart th, table.cart td, table.totals td
{
  padding: 10px;
}

table.cart th 
{
  text-align: left;
  background-color: #65b205;
  color: #FFFFFF;
}


table.cart tr th.left
{
  background: url(/images/cart_top_left.png) no-repeat;
}

table.cart tr th.middle
{
  background: url(/images/cart_top_middle.png) repeat-x;
}

table.cart tr th.right
{
  background: url(/images/cart_top_right.png) top right no-repeat;
}

table.cart td
{
  border-bottom: 1px solid #cdd0d9;
} 

table.cart td.price, table.cart td.tonnes, table.totals td.price
{
	text-align: right;
}



table.cart td.empty
{
  text-align: center;
}

table.totals td.price
{
	font-weight: bold;
}

td.totalLabel
{
	text-align: right;
	font-weight: bold;
}



/* Mini Cart */

div#mini_cart 
{
	float: left;
	width: 100%;
	margin-top: 10px;
}

div#mini_cart div.title
{
	float: left;
	clear: both;
	width: 100%;
	height: 24px;
	margin: 10px 0 10px 0;
}

div#mini_cart table
{
  clear: both;
}

div#mini_cart div.title h2
{
	float: left;
	margin: 2px 0 0 10px;
}

div#mini_cart td.button
{
  padding-left: 0;
}


/*-----------------------------
  LIFESTYPE
-----------------------------*/

div#lifestyle div.columnTwoThirds h2
{
  line-height: 1.4em;
}

div#lifestyle div#news_list div.divider
{
	margin: 10px 0 10px 0;
}

div#lifestyle div#recommended_sites 
{
	float: left;
	width: 100%;
	clear: both;
}

div#lifestyle div#recommended_sites div.recommendedSite
{
  float: left;
  width: 100%;
  clear: both;
	margin-top: 20px;	
}

div#lifestyle div#recommended_sites div.recommendedSite div.logo
{
  float: left;
  width: 240px;
	text-align: center;
	vertical-align: top;
}

div#lifestyle div#recommended_sites div.recommendedSite div.description
{
  float: right;
  width: 310px;
}

div#lifestyle div#recommended_sites div.recommendedSite div.description a
{
	float: left;
	clear: both;
  margin-top: 10px;
}

div#lifestyle div#energy_saving_tips
{
	float: left;
	width: 280px;
	height: 189px;
	margin-bottom: 20px;
	background: url(/images/energy_saving_tips_bg.png) no-repeat;
}

div#lifestyle div#energy_saving_tips div#tip
{
	float: left;
	width: 230px;
  margin-top: 50px;
	padding: 0 24px 0 24px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2em;
	text-align: center;
}

/*-----------------------------
  NEWS
-----------------------------*/

div#news div.heading h1
{
	background: url(/images/title_news.png) 50% 46% no-repeat;
  text-indent: -999999px;
}

div#news h2
{
	font-size: 1.1em;
}

div#news div.columnInnerFull
{
	position: relative;
}

div#news a.rssIcon
{
	position: absolute;
	top: 17px;
	right: 13px;
}

/*-----------------------------
  GENERIC PAGES
-----------------------------*/

div#generic_page div.columnSubmenu
{
  float: left;
	width: 222px;
	min-height: 387px;
	background: url(/images/column_submenu_bg.png) top left no-repeat;   
}

div#generic_page div.columnSubmenu ul
{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	width: 222px;
}

div#generic_page div.columnSubmenu ul li
{
	position: relative;
	width: 222px;
	height: 41px;
  border-top: 1px solid #f2f3f5;  
  border-bottom: 1px solid #e0e3e7; 
}

div#generic_page div.columnSubmenu ul li.first
{
	border-top: 0px;
}

div#generic_page div.columnSubmenu ul li a
{
	position: absolute;
	display: block;
	width: 211px;
  height: 35px;
	padding: 22px 0 0 30px;
	left: -9px;
	top: -10px;
	background: url(/images/column_submenu_anchor_bg.png) top left no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #2f3d62;
}

div#generic_page div.columnSubmenu ul li a:hover, div#generic_page div.columnSubmenu ul li a.selected
{  
	color: #58a000;
	text-decoration: none;
}

div#generic_page div.columnSubmenu ul li a.selected
{
	line-height: 20px;
	background: url(/images/column_submenu_anchor_bg.png) bottom left no-repeat;
}


div#generic_page div.columnSubmenuPage
{
  float: left;
  width: 682px;
	min-height: 387px;
  padding: 20px;
  background: url(/images/column_full_bg.png) top right no-repeat;   
}

/*-----------------------------
  FIXED FOOTER RELATED
  (keeps footer at base on short pages)
-----------------------------*/

html, body 
{
  height: 100%;
}

div#site_container 
{
  min-height: 100%;
}

* html div#site_container 
{
  height: 100%;
}

div#footer 
{
  margin: -290px auto 0 auto;
}

div#clear_footer 
{
  height: 280px;
}


/*-----------------------------
  FOOTER
-----------------------------*/

div#footer 
{
	font-size: 14px;
  height: 280px;
	width: 100%;
	text-align: center;
  background: url(/images/footer_bg2.gif) 50% bottom no-repeat;
}

div#footer div.row
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 6px;
}

div#footer a
{
	color: #979eb0;
	margin: 0 11px 0 11px;
}

div#footer a.subscribe
{
	padding-left: 15px;
	background: url(/images/icon_rss_small.png) left 1px no-repeat;
}

div#footer div#copyright_notice
{
	font-size: 0.9em;
	color: #979eb0;
  margin-top: 10px;
}

div#footer div#copyright_notice a
{
	margin: 0;
}
