body {
  background: #349D05 url(../images/background_wide.jpg) no-repeat center -180px;
  font-size: 62.5%;
  font-family: Arial, verdana, sans-serif;
  line-height: 1.7;
}

#world {
  position: relative;
  font-size: 1em;
  text-align: center; /* centering the main item */  
}

#wrapper, #wrapper_travel {
  position: relative;
  margin: 16px auto !important;
  text-align: left;
  width: 992px;
}

#wrapper_1012 {
  position: relative;
  margin: 16px auto !important;
  text-align: left;
  width: 1012px;
}

td.header_top,
td.header_body,
td.header_left,
td.header_right {
  background-image: url(../images/header_grn_992.png);
  background-repeat: no-repeat;
}
td.header_top{
  background-position: left top;
  height: 24px;
}
td.header_left {
  width: 7px;
  background-position: left -24px;
}
td.header_right {
  width: 7px;
  background-position: right -24px;
}
td.header_body {
  background-position: -7px -24px;
  height: 64px;
  width: 978px;
  overflow: hidden;
}

#wrapper_1012 .header_top,
#wrapper_1012 .header_body,
#wrapper_1012 .header_left,
#wrapper_1012 .header_right {
  background-image: url(../images/header_grn_1012.png);
  background-repeat: no-repeat;
}

#wrapper_travel #header {
	position: relative;
	width: auto;
	height: 106px;
	}
#wrapper_travel .header_body {
	height: 82px;
	}
#wrapper_1012 td.header_body {
  width: 998px;
}

#wrapper h1.logo,
#wrapper_travel h1.logo, 
#wrapper_1012 h1.logo  {
  position: absolute;
  top: 22px;
  left: 27px;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100;
}

#wrapper h1.logo a,
#wrapper_travel h1.logo a, 
#wrapper_1012 h1.logo a  {
  position: relative;
  display: block;
  width: 250px;
  height: 56px;
  background: transparent;
  background: url(../images/gm_logo_grn.png) no-repeat left top;
  text-indent: -9999px;
}

h5.beta {
	position: absolute;
	top: 34px;
	left: 274px;
	width: 36px;
	height: 26px;
	margin: 0;
	padding: 0;
	z-index: 1000;
	background-image: url(../images/beta.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	}

img.search_ebundle {
	position: absolute;
	top: 12px;
	right: 533px;
	}
img.search_shopping {
	position: absolute;
	top: 12px;
	right: 533px;
	}
img.travel_icon {
	position: absolute;
	top: 0px;
	right: 28px;
	}
form.search {
	position: absolute;
	top: 18px;
	right: 53px;
	margin: 0;
	padding: 0;
	}
form.search label {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	font-style: italic;
	color: #fff;
	/*overflow: hidden;*/
	}
form.search div.search_back {
	position: relative;
	width: 480px;
	height: 31px;
	background:url(../images/search_input.png) no-repeat left top;
	}
form.search input.textinput {
	font-size:14px;
	font-family:arial,helvetica,sans-serif;
	padding: 7px 0;
	margin:0 0 0px 5px;
	border:none;
	outline: none;
	width: 370px;
	background-color: transparent;
	}
form.search a.submit {
	position: absolute;
	top: 0;
	right: -3px;
	font-size:11px;
	padding: 0 !important;
	margin:0 !important;
	border:none !important;
	outline: none !important;
	height: 31px;
	width: 105px;
	line-height: 31px;
	color: #000;
	border: none;
	background: url(../images/search_button_blu.png) no-repeat 0px 0px;
	text-indent:-9999px;
	cursor:pointer;
	}
form.search a.submit:hover {
	background: url(../images/search_button_blu.png) no-repeat 0px -31px;
	}
.footer {
  text-align: center;
  margin: 6px 0;
  color: #FFF;
  cursor: default;
}

.footer a {
  color: #FFF;
  padding: 0 5px;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}


/* Secondary Page Content */

.content_footer {
  height: 28px;
  background: url(../images/content_footer_992.png) no-repeat left bottom;
}

#wrapper_1012 .content_footer {
  background: url(../images/content_footer_1012.png) no-repeat left bottom;
}

.content_body {
  height: 100%;
  width: auto;
  background: url(../images/content_body_992.png) repeat-y;
}

#wrapper_1012 .content_body {
  background: url(../images/content_body_1012.png) repeat-y;
}

.main_content {
  margin: 0 9px;
  font-size: 1.2em;
}

.main_content h2 {
  font-weight: bold;
  font-size: 1.4em;
  color: #036CD0;
  line-height: 1.2;
}

.main_content h3 {
  font-weight: bold;
  color: #009400;
  font-size: 2em;
  line-height: 1.2;
}

/*.main_content {
  line-height: 2;
}*/

.main_content p, .main_content ul, .main_content ol, .main_content blockquote {
  margin: 20px 0;
}

p.overidemargin, ul.overidemargin, ol.overidemargin,  blockquote.overidemargin, li.overidemargin, a.overidemargin{
  margin: 0 0 0 0 !important;
}

.main_content ul, .main_content ol {
  padding-left: 24px;
}

.main_content ul li {
  list-style-type: disc;
}

.main_content ol li {
  list-style-type: decimal;
}

.main_content a {
  color: #046CD0;
}

.main_left {
  margin: 30px 0 0 65px;
}
.main_leftpad {
  float: left;
  width: 620px;
}

/* download sidebar */

#download_sidebar {
  float: right;
  width: 250px;
  margin-right: 46px;
}

#download_button {
  display: block;
  background: url(../images/download_button_transparent.png) no-repeat;
  height: 82px;
  text-indent: -9999px;
  overflow: hidden;
}


.sidebar #download_button {
  background-image: url(../images/download_button_white.png);
}

.hasFlash #download_button {
  background: none;
}


#download_extension_button {
  display: block;
  height: 58px;
  background: url(../images/firefox_extension_button_transparent.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  clear: both;
}

.sidebar #download_extension_button {
  background-image: url(../images/firefox_extension_button_white.png);
}

#spread_the_word_button {
  display: block;
  height: 130px;
  background: url(../images/spread_the_mojo_button.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  clear: both;  
  margin: 0 0 0px 0;
}

#non_profit_services {
  display: block;
  height: 125px;
  width:265px;
  background: url(../images/nonprofit_and_schools.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  clear: both;  
  margin: 0 0 0px 0;
}  

.sidebar_right {
  margin-right: 30px;
}
.sidebar_rightpad {
  float: right;
  width: 290px;
}
.sidebar {
  float: right;
  width: 250px;
  margin-right: 30px;
}
.photo_callout {
  float: left;
  line-height: 1;
  font-size: .9em;
  margin: 10px 10px 10px 0;
}

.photo_callout p {
  margin: 0;
  color: #046CD0;
}

h2#page_shopping,
h2#page_travel,
h2#page_ebundles {
	position: absolute;
	top: 34px;
	left: 320px;
	width: 114px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	}
h2#page_shopping {
	background-image: url(../images/page_shopping.gif);
	}
h2#page_travel {
	background-image: url(../images/page_travel.gif);
	}
h2#page_ebundles {
	background-image: url(../images/page_ebundles.gif);
	}
	
#linkbar {
	position: absolute;
	bottom: 0;
	right: 24px;
	height: 29px;
	width: auto;
	padding: 0;
	overflow: hidden;
	}
#linkbar ul {
	float:right;
	margin: 0;
	padding: 0;
	height: 29px;
	}
#linkbar li {
	float: left;
	list-style-image: none;
	list-style-position : none;
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 29px;
	}
#linkbar a, #linkbar a:link{
	display: block;
	width: 129px;
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 29px;
	color: #fff;
	text-transform: uppercase;
	background-image: URL(../images/new_tabs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #005BBF;
	}
#linkbar a:hover {
	color: #000;
	background-position: 0px -29px;
	background-color: #8CE121;
	}
#linkbar a.active, #linkbar a.active:hover {
	color: #000;
	font-weight:bold;
	cursor: default;
	background-position: 0px -58px;
	background-color: #fff;
	}

.ui-state-error, .ui-widget-content .ui-state-error 
{	border: 1px solid #cd0a0a; 
	background: #fef1ec; 
	color: #cd0a0a; 
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	borer-radius:10px 10px 10px 10px;
}
	
.ui-state-error-text, .ui-widget-content .ui-state-error-text { 
	color: #cd0a0a; 
}

#flashMessage { 
	margin-top: 10px; 
	padding: 5px;
	font-weight:bold; 
}

