@charset "utf-8";
/* CSS Document AI/CORE */
body {
	background-image:url(images/natures_uphoria/page_bg.jpg);
	background-color:#e5e5e5;
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
IMG {
	border: none;
}
#main_cont {
	width: 981px;
	margin: 0 auto;
	text-align: left;/* position: relative; */
}
#header_logo_top {
	/* position: absolute;
	top: 0;
	left: 39px; */
	width: 980px;
	height: 192px;
	background: url(images/natures_uphoria/header_upper.jpg) top center no-repeat;
	z-index: 100;
}
/*
#header_slogan {
	width: 975px;
	border: 3px solid #ffffff;
	border-top-width: 0;
	background: #015293;
	height: 33px;
	text-indent: 255px;
	font-size: 20px;
	color: #ffffff;
	line-height: 33px;
}
#header_background {
	width: 981px;
	background: url(images/niada/header_lower.jpg) top center no-repeat;
	height: 109px;
}
*/
#body_tl {
	background: url(images/natures_uphoria/page_bg_left.jpg) top right no-repeat;
	width: 10px;
	height: 156px;
}
#body_tr {
	background: url(images/natures_uphoria/page_bg_right.jpg) top left no-repeat;
	width: 10px;
	height: 156px;
}
#body {
	padding: 0 20px 20px 20px;
}
#body_cont {
	background: #ffffff url(images/natures_uphoria/page_bg_white.jpg) center 32px no-repeat;
	width: 960px;
	vertical-align: top;
}
#body_table {
	padding-top: 20px;
}
.body_cont_inner {
	height: 250px;
}
.right_column {
	text-align: center;
	color: #666666;
	font-weight: bold;
}
#body_tr {
	border-left: 0;
	border-bottom: 0;
}
td#main_body_cell {
	text-align:left;
	vertical-align:top;
	padding:0 10px 0 10px;
}
.menu_cont {
	background: url(images/natures_uphoria/page_menu_bg.jpg) top center no-repeat;
	height: 27px;
	padding-top: 5px;
}
.body_footer {
	text-align:center;
	color:#666666;
	font-weight:bold;
	background: #ffffff;
	margin: 0 11px 0 10px;
	padding: 5px 0 15px 0;
}
.footer_menu_cont {
	text-align:center;
	color:#666666;
	font-weight:bold;
	height: 105px;
	background: #9e9e9e;
	margin: 0 11px 0 10px;
	line-height: 105px;
	font-size: 20px;
	padding: 15px 0 0 15px;
	width: 930px;
	overflow: hidden;
	border-right: 15px solid #9e9e9e;
}
.footer_menu_cont a:link, .footer_menu_cont a:visited, .footer_menu_cont a:hover, .footer_menu_cont a:active {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
#footer_push {
	height:60px;
}
#footer {
	color:#666666;
	font-size:10px;
	text-align:center;
	margin-top: 10px;
}
#google_translate_element {
	height: 50px;
}
/** New Control Panel layout ~May 2010 **/

#control_panel_columns {
	width: 1000px;
}
#control_panel_columns td {
	vertical-align: top;
}
#control_panel_columns h2 {
	font-size: 21px;
	margin: 0;
	padding: 5px 0;
}
#control_panel_columns h2 span {
	display: block;
	float: left;
	padding-top: 15px;
}
#control_panel_columns div.icon {
	float: left;
	margin: 15px 0;
	text-align: center;
	width: 88px;
}
#control_panel_columns div.icon img {
	border: 0;
}
#control_panel_columns div.icon span {
	display: block;
}
.epr_body, .epr_rightcol {
	margin-bottom: 25px;
}
/* BASIC "SLIDING DOORS" BUTTON STYLING */
button.gloss_button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
button.gloss_button::-moz-focus-inner {
 border: 0; /* override extra padding in Firefox */
}
button.gloss_button span {
	position: relative;
	display: block;
	white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
 margin-top: -1px;
}
}
/* CUSTOM "SLIDING DOORS" BUTTON STYLING */
button.gloss_button {
	background: transparent url(images/gloss-button-orange.png) no-repeat scroll right -50px;
	font-size: 16px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	text-align: center;
}
button.gloss_button span {
	background: transparent url(images/gloss-button-orange.png) no-repeat scroll 0 0;
	color: #fff;
	height: 25px;
	padding: 5px 0 0 5px;
}
#website_wall {
	border: 0;
	border-collapse: collapse;
	margin: 25px 0;
	width: 100%;
}
#website_wall td {
	padding: 3px 10px;
	vertical-align: top;
}
#website_wall td.website_wall_icon {
	height: 48px;
	width: 48px;
}
#website_wall td.website_wall_status {
	font-size: 16px;
}
#website_wall td.website_wall_date {
	width: 48px;
}
#website_wall td.website_wall_date .month {
	background: #fff;
	border: 1px solid #888;
	border-bottom: 0;
	color: #888;
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	width: 48px;
}
#website_wall td.website_wall_date .day {
	background: #fff;
	border: 1px solid #888;
	border-top: 0;
	color: #888;
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px;
	text-align: center;
	width: 48px;
}
#notifications {
	margin: 25px 0;
}
#notifications .notification {
	background: #ff8;
	border: 1px solid #300;
	color: #300;
	overflow: hidden;
	padding: 2px;
	text-align: left;
}
#notifications .notification a.close {
	background: #ff9;
	border: 1px solid #888;
	display: block;
	float: right;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 15px;
}
#control_panel_menu {
	background: transparent url(images/cp-menu-bg.png) no-repeat scroll right -45px;
	padding: 0 15px 0 0;
}
#control_panel_menu table {
	background: transparent url(images/cp-menu-bg.png) no-repeat scroll 0 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#control_panel_menu table td {
	border-left: 1px solid #888;
	height: 25px;
	padding: 5px 0 0 0;
	text-align: center;
}
#control_panel_menu table td.first {
	border: 0;
	padding-left: 25px;
}
#control_panel_menu table td a {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
#control_panel_columns h1 {
	margin: 0 0 15px;
	text-align: left;
}
#control_panel_columns img {
	vertical-align: middle;
}
.tl {
	width: 3px;
	height: 3px;
	background: url(images/natures_uphoria/tl.gif) bottom right no-repeat;
}
.t {
	height: 3px;
	background: url(images/natures_uphoria/t.gif) bottom right repeat-x;
}
.tr {
	width: 3px;
	height: 3px;
	background: url(images/natures_uphoria/tr.gif) bottom left no-repeat;
}
.l {
	width: 3px;
	background: url(images/natures_uphoria/l.gif) center right repeat-y;
}
.r {
	width: 3px;
	background: url(images/natures_uphoria/r.gif) center left repeat-y;
}
.bl {
	width: 3px;
	height: 3px;
	background: url(images/natures_uphoria/bl.gif) top right no-repeat;
}
.b {
	height: 3px;
	background: url(images/natures_uphoria/b.gif) top right repeat-x;
}
.br {
	width: 3px;
	height: 3px;
	background: url(images/natures_uphoria/br.gif) top left no-repeat;
}
.used_car_dealer {
	float: right;
	width: 275px;
	margin: 15px 17px 0 0;
	_margin-right: 8px;
}
.used_car_dealer_div {
	height: 163px;
	background: url(images/natures_uphoria/dealer_magazine.gif) center center no-repeat;
	position: relative;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	padding: 46px 109px 0 13px;
}
.used_car_dealer_div IMG {
	position: absolute;
	top: 19px;
	right: 11px;
	width: 85px;
	height: 112px;
}
.used_car_dealer_div IMG.button {
	position: absolute;
	bottom: 14px;
	top: auto;
	right: auto;
	left: 10px;
	width: 246px;
	height: 31px;
}
.used_car_dealer H2 {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #005192;
	padding-left: 0px;
	margin-top: 75px;
	margin-bottom: 0;
}
.state_affiliate_area {
	float: left;
	/*
	width: 440px;
	margin: 40px 0 0 0;
	text-align: left;
	padding-left: 15px;
	_padding-left: 7px;
*/
	margin: 15px auto auto 30px;
}
.state_affiliate_area H2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #005192;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 7px;
}
.state_affiliate_area DIV {
	padding-left: 0;
	padding-bottom: 6px;
}
.state_affiliate_area A {
	color: #015293;
	font-size: 10px;
	line-height: 16px;
}
#quicklinks {
	padding-left: 15px;
}
#quicklinks H2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #005192;
	padding: 0;
	margin: 10px 0 2px 0;
	text-align: left;
}
.quicklinks {
	font-weight: normal;
	float: left;
	width: 172px;
	text-align: left;
	padding: 12px 0 20px 5px;
	color: #000000;
	font-size: 11px;
}
.quicklinks B {
	font-size: 12px;
}
.quicklinks A {
	display: block;
}
.quicklinks A:link, .quicklinks A:visited {
	color: #000000;
}
.style5 {
	color: #000000;
	font-weight: bold;
}
.style6 {
	color: #FFFFFF;
	font-weight: bold;
}
.resources {
	background: url(images/natures_uphoria/resources_bg_2.gif) bottom left no-repeat;
	margin-left: 30px;
	height: 137px;
	width: 602px;
	position: relative;
}
.resources2 {
	background: url(images/natures_uphoria/resources_bg_3.gif) top left no-repeat;
	margin-left: 30px;
	height: 137px;
	width: 602px;
	position: relative;
}
.resources FORM {
	margin: 0;
}
.resources_01 {
	position: absolute;
	top: 65px;
	left: 8px;
}
.resources_02 {
	position: absolute;
	top: 95px;
	left: 8px;
}
.resources_03 {
	position: absolute;
	top: 43px;
	left: 348px;
	width: 135px;
	text-align: left;
	font-size: 11px;
}
.resources_04 {
	position: absolute;
	top: 95px;
	left: 348px;
}
.resources_05 {
	position: absolute;
	top: 35px;
	left: 8px;
	width: 155px;
	text-align: left;
	font-size: 11px;
}
.resources_06 {
	position: absolute;
	top: 85px;
	left: 8px;
}
.resources_07 {
	position: absolute;
	top: 17px;
	left: 335px;
}
.menu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 27px;
}
/* Mega Menu */
.menu TH {
	text-align: center;
	width: 106px;
	font-size: 13px;
	border-right: 1px solid #1263A4;
}
.menu TH:last-child {
	border-right: 0;
}
.menu TH A {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 27px;
	height: 27px;
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.menu TH a:hover {
	color: #AAAAAA;
}
.megamenu {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 0 3px 2px 3px;
	border: 1px solid #000000;
	border-width: 0 1px 1px 1px;
	font: normal 11px Verdana;
	z-index: 10000;
	background: #ffffff;
}
.megamenu A {
	color: #000000;
	display: block;
	line-height: 23px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	background: #0167AF;
	padding: 0 10px;
	outline: none;
}
.megamenu A:link, .megamenu A:visited, .megamenu A:active {
	color: #ffffff;
	text-decoration: none;
}
.megamenu A:hover {
	color: #cccccc;
	text-decoration: none;
}
.slider_skin {
	position: relative;
}
#slider {
	width: 660px;
	height: 330px;
	overflow: hidden;
}
#slider IMG {
	border: 0;
	width: 660px;
	height: 330px;
}
#slider A {
	text-decoration: none;
	color: #ffffff;
}
#slider A:hover {
	color: #dddddd;
}
.news_feed {
	float: left;
	width: 660px;
	height: 330px;
}
.news_feeds {
	float: left;
	width: 660px;
	margin-left: 0px;
	_margin-left: 0px;
}
.white {
	background: #ffffff;
}
.black {
	background: #000000;
}
.dynamic_area {
	height: 92px;
	background: #356e9f;
	color: #ffffff;
	text-align: left;
	padding: 6px 11px;
	font-size: 12px;
	line-height: 18px;
}
.bx_pager {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 165px;
	background: url(images/natures_uphoria/news_bg.png) top left no-repeat;
	z-index: 100;
	display:none;
}
.bx_pager A {
	width: 25px;
	margin-left: 1px;
	float: left;
	margin-top: 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	outline: none;
	line-height: 21px;
	text-align: center;
}
.bx_pager a:hover, .bx_pager a.active {
	background: url(images/natures_uphoria/news_hover.png) top center no-repeat;
}
/* Video Thumbnail Specific */
#video_cont {
	float: left;
	width: 455px;
}
.main_video_cont {
	width: 438px;
	height: 295px;
	background: #000000;
	color: #ffffff;
}
.thumbnail_area {
	width: 105px;
	float: left;
	text-align: left;
}
.thumbnail_item {
	width: 97px;
	height: 65px;
	background: #000000;
	color: #ffffff;
	text-align: center;
}
.thumbnail_item IMG {
	width: 97px;
	height: 65px;
	border: none;
}
.thumbnail_title {
	width: 91px;
	padding: 2px 3px;
}
.thumbnail_title A {
	font-size: 11px;
}
.thumbnails_titles {
	width: 438px;
	height: 25px;
	line-height: 25px;
	background: #356e9f;
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5px;
}
#video_container {
	background: #ffffff;
	padding: 13px 0 0 13px;
	color: #356e9f;
}
.archive_link {
	text-align: center;
	clear: both;
	padding-top: 28px;
	height: 26px;
	background: #ffffff url(images/natures_uphoria/button_bg.gif) bottom center no-repeat;
	line-height: 22px;
	font-size: 24px;
	color: #356e9f;
}
.archive_link A {
	text-decoration: none;
}
#news_links {
	height: 179px;
	background: #ffffff;
	text-align: left;
}
#news_links UL {
	list-style-image: url(images/natures_uphoria/arrow.gif);
	line-height: 24px;
	margin-top: 5px;
}
.more_news_link {
	text-align: center;
	clear: both;
	padding-top: 28px;
	height: 26px;
	background: #ffffff url(images/natures_uphoria/button_bg_small.gif) bottom center no-repeat;
	line-height: 22px;
	font-size: 20px;
	color: #356e9f;
}
.more_news_link A {
	text-decoration: none;
}
.news_links_title {
	color: #356e9f;
	font-size: 18px;
	padding: 15px 0 0 20px;
	font-weight: bold;
}
.demo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.demo li {
	margin: 5px;
	padding: 0;
	width: 298px;
	float: left;
	border: 1px solid #333333;
	height: 548px;
}
.ui-state-highlight {
	margin: 5px;
	padding: 0;
	width: 298px;
	float: left;
	background: #cccccc;
	height: 550px;
}
.image {
	background: #ffffff;
}
.info {
	background: #333333;
	color: #ffffff;
	width: 278px;
	height: 65px;
	padding: 10px;
}
.info A {
	color: #ff0000;
	text-decoration: none;
	margin-left: 72px;
	line-height: 25px;
}
.info A.update_bookmark {
	margin-left: 5px;
	line-height: 20px;
}
.info A:hover {
	text-decoration: underline;
}
.table_info {
	background: #333333;
	color: #ffffff;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
.table_info DIV {
	height: 35px;
	font-size: 12px;
}
.table_info A {
	line-height: 18px;
	color: #ff0000;
	text-decoration: none;
	font-size: 11px;
}
dd INPUT {
	margin: 5px;
}
.admin_menu { text-align: right; margin: 2px 10px; font-size: 11px; color: #666666; }
