/**
 * Theme Name: Hybrid Original
 * Theme URI: http://themehybrid.com/themes/hybrid-original
 * Description: A throwback to the Hybrid theme's original default style.
 * Version: 0.1
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: threaded-comments, sticky-post, microformats, two-columns, fixed-width, blue
 * Template: hybrid
 *
 * Copyright (c) 2008 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid Original is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */ /* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
	/* @import url('tabs.css'); */ /**
* Body
************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
}

/* Body container */
#body-container {
	overflow: hidden;
	width: 980px;
	margin: 20px auto 18px auto;
}

/**
* Elements
************************************************/ /* Links */
a,a:visited {
	color: #3E5485;
	text-decoration: none;
}

a:hover,a:active, .download_link {
	text-decoration: underline;
}

/* Headers */
h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #903018;
}

.sticky h2,.sticky h3,.sticky h4,.sticky h5,.sticky h6 {
	color: #eee;
}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 21px;
}

.content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 6px;
}

.content .sticky ul li {
	padding-left: 9px;
	background: url(images/bullet-light.gif) no-repeat 0 6px;
}

/* Blockquotes */
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #444;
	border-left: 3px solid #CADAE7;
}

.post blockquote {
	margin: 0 24px 0 0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
}

.sticky blockquote {
	color: #f7f7f7;
	background: url(images/quotes-alt.gif) no-repeat 0 0;
}

blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
}

.sticky blockquote blockquote {
	color: #eee;
}

blockquote em {
	font-style: normal;
}

blockquote.pullquote {
	width: 210px;
	margin-top: 9px !important;
	margin-bottom: 3px !important;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
}

.pullquote p {
	margin: 0;
}

/* Code */
code {
	padding: 0 3px;
	background: #eee;
}

pre {
	background: transparent;
	border: 0 none;
	overflow: auto;
	padding: 0px;
	margin-bottom: 0px;
	font-family: inherit;
	color: #3e5485;
}

pre code {
	padding: 0;
	background: transparent;
}

.sticky pre {
	background: #246F93;
	border: 1px solid #666;
}

.sticky code {
	background: #246F93;
}

/* Tables */
table {
	width: 100%;
	border: 0 none;
}

caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
}

td {
	padding: .3em;
	border: 0 none;
	vertical-align: top;
}

tr {
	background: #fff;
}

tr.alt,tr.even {
	background: #437f9b;
}

th {
	padding: .3em;
	color: #fff;
	background: #274958;
	border: 1px solid #35667c;
}

td a,th a {
	font-weight: bold;
}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin: 3px 3px 0 0;
	font-size: 51px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua",
		Cambria, Georgia, serif;
	color: #666;
}

.sticky .drop-cap {
	color: #eee;
}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
}

/* Warnings/Alerts */
.warning,.alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}

/* Footnotes */
.footnotes {
	margin: 0 0 21px 24px;
	padding: 9px 0 0 0;
	font-size: .8em;
	color: #777;
	border-top: 1px solid #eee;
}

.footnotes a.return {
	padding: 0 1px;
}

.footnotes a.return:hover {
	color: #eee;
	background: #3C738C;
	text-decoration: none;
}

/* Alignment */
.left,.alignleft {
	float: left;
	margin: 0 15px 0 0 !important;
}

.right,.alignright {
	float: right;
	margin: 0 0 0 15px !important;
}

.center,.aligncenter {
	display: block;
	margin: 0 auto 18px auto;
}

.block,.alignnone {
	display: block;
	margin: 0 0 18px 0;
}

.clear {
	clear: both;
}

span.pullquote {
	float: none;
	margin: 0;
}

/**
* Images
************************************************/
.post img {
	max-width: 594px;
}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}

/* Captions */
.wp-caption {
	max-width: 592px;
	padding: 6px 1px 0 1px;
	background: #f9f9f9;
	background: #3c738c;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	color: #fff;
}

.wp-caption img {
	max-width: 586px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
}

.gallery img {
	border: 1px solid #3c738c;
}

/* Author avatar */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 18px 9px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
}

.sticky .thumbnail {
	background: transparent;
	border: 1px solid #000;
}

/**
* Header
************************************************/
#header {
	display: block;
	margin-bottom: 18px;
}

#site-title {
	font-size: 2.3em !important;
	margin-bottom: 9px;
	line-height: 27px;
	float: left;
	width: 500px;
}

#site-title a {
	color: #5f97b1;
}

#site-title img {
	margin-left: 20px;
}

#site-description {
	font-size: 1.1em;
	font-style: italic;
	color: #333;
	text-align: right;
	margin-bottom: 0px;
	float: right;
	width: 400px;
}


#site-description img{ 
       margin-top:20px;
       width:300px;
}
#site-description span {
	font-family: Georgia;
	color: #6C411F;
}

#site-title,#site-description {
	font-family: Arial, Helvetica, sans-serif;
}

/**
* Navigation
************************************************/
#navigation {
	background: #E3E1CC url(images/bg.png) no-repeat scroll 0 0;
	float: left;
	margin-top: 17px;
	width: 975px;
}

#page-nav {
	float: left;
	margin-left: 20px;
	margin-top: 6px;
}

#page-nav li {
	background: #E3E1CC none repeat scroll 0 0;
	border-right: 1px solid #CAC8B6;
	margin: 0;
	padding: 0 2px;
}

#page-nav li li {
	margin: 0;
}

#page-nav li a {
	color: #6d6250;
	float: left;
	font-family: helvetica;
	font-size: 14px;
	font-weight: normal;
	padding: 18px;
}

#page-nav li a:hover {
	text-decoration:none;
}

#page-nav ul li.current_page_item a {
	background: #c5c19c;
}

#page-nav ul li.current_page_item li {
	background: #3c738c;
}

/* Hybrid drop-down styles */
#page-nav ul ul {
	background: #3c738c;
	border-bottom: 1px solid #2e647d;
}

#page-nav li li {
	border-top: 1px solid #2e647d;
}

#page-nav li li a {
	font-size: 14px;
}

#page-nav li:hover ul {
	top: 30px;
}

#page-nav li:hover ul,li.sfHover ul {
	top: 30px;
}

#page-nav li li:hover ul,li li.sfHover ul,#page-nav li li li:hover ul,li li li.sfHover ul
	{
	top: -1px;
}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	float: left;
	overflow: hidden;
	padding-bottom: 21px;
	padding-left: 20px;
	padding-top: 21px;
	width: 980px;
}

.content {
	overflow: hidden;
	float: left;
	width: 590px;
	background: #fff;
	font-size: 14px;
	margin-right: 20px;
}

.no-widgets .content,.no-default-widgets .content,.primary-inactive.secondary-inactive .content
	{
	width: 920px;
}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
}

.single .post,.page .page {
	margin-bottom: 0;
}

.page-template-blog .post,.page-template-quick-post .post {
	margin-bottom: 36px;
}

.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
}

.sticky a {
	color: #A6C2CF !important;
}

/* Post title */
.entry-title {
	font-size: 21px;
	margin-bottom: 3px;
}

.single-title,.page-title {
	font-size: 21px;
}

.page-title,.attachment-title,.error-404-title {
	margin-bottom: 21px;
	display: none;
}

/* Byline */
.byline {
	margin: 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
}

.single .byline,.home .byline {
	margin-bottom: 21px;
}

.sticky .byline {
	color: #f7f7f7;
}

.byline a {
	color: #232c36;
}

/* Post meta data */
.post-meta-data {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	border-top: 1px solid #ddd;
}

.sticky .post-meta-data {
	color: #f7f7f7;
	border: none;
}

.post-meta-data a {
	color: #232c36;
}

/* Page links */
p.pages a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
}

.sticky p.pages a {
	background: #3C738C;
	border: none;
}

/* Series */
.series-title {
	font-size: 1.2em;
}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
}

.page-template-biography .author-profile {
	margin: 0;
}

.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}

.post-box {
	overflow: hidden;
	margin-bottom: 21px;
}

/* Archive templates */
.author-title,.category-title,.date-title,.tag-title,.search-title {
	font-size: 21px;
}

.author-info,.category-info,.date-info,.tag-info,.search-info {
	overflow: hidden;
	margin-bottom: 21px;
}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

.attachment object.video {
	width: 100%;
	height: 360px;
}

.attachment object.audio {
	width: 100%;
}

.attachment-image .post-meta-data {
	clear: left;
}

.attachment .download {
	display: block;
	margin-bottom: 21px;
}

.attachment-icon,.mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
}

.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 21px;
	font-size: .85em;
	color: #666;
}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
}

.next,.previous {
	max-width: 50%;
	font-size: .85em;
}

.previous {
	float: left;
}

.next {
	float: right;
	text-align: right;
}

#comments-template .paged-navigation {
	text-align: center;
	font: .95em Georgia, "Times New Roman", Times;
}

#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
}

#comments-template .paged-navigation .next,#comments-template .paged-navigation .prev
	{
	float: none;
	text-align: left;
	border: none !important;
}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: left;
	width: 350px;
}

#secondary { 
	float: left;
	width: 319px;
	margin-top: 15px;
}

#subsidiary {
	overflow: hidden;
	margin: 0 0 15px 0;
}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 21px 0;
	padding: 18px 15px;
	background: #fff;
}

.content .widget {
	margin: 0;
	padding: 0;
}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #999;
	background: transparent;
}

/* Widget title */
.widget-title {
	font-size: 1.2em;
}

#subsidiary .widget-title {
	color: #999;
}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 9px;
}

.widget ul li {
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 6px;
}

.widget li.current-cat a,.widget li.current_page_item a {
	color: #232c36;
}

.widget li.current-cat li a,.widget li.current_page_item li a {
	color: #2f6eb9;
}

#subsidiary .widget ul {
	margin-left: 0;
}

#subsidiary .widget ul li {
	padding: 3px;
	background: transparent;
	border-bottom: 1px solid #2b3b4a;
}

#subsidiary a {
	color: #678db1;
	color: #ccc;
}

/* Widget search */
.widget-search .search-text {
	width: 230px;
}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
}

/* Widget table (calendar) */
.widget table {
	width: 240px;
}

/**
* Comments
************************************************/
#comments-template {
	
}

/* Comment headers */
#comments-number,#reply {
	font-size: 1.2em;
}

li.author #reply {
	color: #f7f7f7;
}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
}

#comments li {
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color: #333;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#comments li li,#comments li.author li li {
	color: #333;
	margin: 0 9px 9px 18px;
	background: #fff;
}

#comments li.author li,#comments li li li,#comments li li.author li,#comments li.author li.author li
	{
	color: #333;
	background: #f9f9f9;
}

#comments li.author,#comments li li.author,#comments li li li.author,#comments li.author li.author li.author
	{
	color: #f7f7f7;
	background: #232C36;
}

#comments li.author li.author,#comments li li.author li.author,#comments li.author li li.author
	{
	color: #f7f7f7;
	background: #246F93;
}

#comments li li.author,#comments li li.author li.author {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* Comment links */
#comments li a,#comments li.author li a,#comments li.author li.author li a
	{
	color: #3C738C;
}

#comments li.author a,#comments li.author li.author a,#comments li.author li.author li.author a
	{
	color: #A6C2CF;
	border-color: #333;
}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
}

#comments-template li.author .avatar {
	padding: 2px;
	background: #246F93;
}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
}

.comment-text blockquote {
	margin-bottom: 21px;
}

.comment-text blockquote p {
	display: inline;
}

#comments-template li.author blockquote,#comments-template li.author pre
	{
	color: #fff;
	background: #246F93;
	border: none;
}

#comments-template li.author code {
	background: transparent;
}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
}

.page-template-quick-post .text-input {
	width: 97.5%;
}

#comments-template label {
	font-size: .8em;
}

textarea {
	clear: left;
	display: block;
	width: 98.5%;
}

.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: .9em Cambria, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: #eee;
	background: #242D36;
	border: none;
}

li.author .button {
	background: #333C45;
}

.button:hover {
	cursor: pointer;
	background: #333C45;
}

.search-form input {
	margin-right: 9px;
}

.allowed-tags {
	font-size: .8em;
}

/**
* Footer
************************************************/
#footer-container {
	clear: both;
	overflow: hidden;
	color: #999;
}

#footer-container a {
	color: #ccc;
}

#footer {
	clear: both;
	font-style: italic;
}

#footer a {
	font-style: normal;
	color: #f7f7f7;
}

#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
}

/** * NRG Style: Sidebar ****/
#sidebar_header_red  {
	background: url('images/sidebar-top.png') no-repeat 0 0;
	height: 18px;
}
#secondary_header_red {
	background: url('images/contact-sidebar-top.png') no-repeat 0 0;
	height: 18px;
}

#sidebar_inner {
	background: url('images/sidebar-body.png') repeat-y 0 0; 
}
#contact_sidebar_inner {
	background: url('images/contact-sidebar-body.png') repeat-y 0 0; 
}

#sidebar_footer{
	background: url('images/sidebar-bottom.png') no-repeat 0 0;
	height: 31px;
}

#secondary_sidebar_footer {
	background: url('images/contact-sidebar-bottom.png') no-repeat 0 0;
	height: 9px;
}

.sidebar_section {
	border-bottom: 1px dashed #CCCCCC;
	margin: 0 auto;
	width: 315px;
}

.sidebar_img {
	margin: 5px 0 10px 0px;
	width: 315px;
}

.brown_side {
	background: #e6e3d0;
margin:5px 0 0px 17px;
padding-top:20px;
width:315px;
}

.brown_side ul.premier_partners,.premier_partners ul {
	list-style-type: none;
	margin: 0px;
}

.brown_side ul.premier_partners li,.brown_side ul.premier_partners ul li
	{
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0;
	border-top: 1px dashed #ccc;
}
.brown_side ul.premier_partners li.widgetcontainer, #top_link {
	border-top: 0px none;	
}
.insurance {
	margin: 0px 0 0px 20px;
	width: 260px;
	padding-top: 20px;
}

.insurance h3 {
	text-align: center;
	font-size: 16px;
}

.insurance h4 {
	color: #3E5485;
	font-size: 14px;
	margin: 0 0 5px;
}

.insurance p { 
	padding:0 15px 5px 0;
	margin:0 15px 5px 0;
	font-size: 12px;
}
.insurance p.last {
	margin: 0px;
}

.red_side {
	background:none repeat scroll 0 0 #98462E;
margin:5px 0 0px 17px;
padding-top:20px;
width:315px;
}

.red_side h3 {
	color: #e3e1cc;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

.red_side p {
	border-bottom: 1px dashed #CCCCCC;
	padding: 0 20px 15px;
	font-size: 12px;
	color: #ddd;
}
 .red_side p.final_sidebar_item{
	border-bottom: 0px none;
margin-bottom:0; 
}
#myth h3 {
	color: #E3E1CC;
	font-size: 16px;
	margin-bottom: 0;
	padding: 0 15px 0;
	text-align: left;
}

#myth p {
	color: #DDDDDD;
	font-size: 12px;
	padding: 0 15px 5px;
	border-bottom: 0 none;
	margin-bottom: 5px;
}

#news p {
	border-bottom: 0 none;
	color: #DDDDDD;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 5px;
	padding: 0 15px 5px;
}

.memoriam {
	border-top: 1px dashed #CCCCCC;
	margin: 5px 0 10px 15px;
	padding-top: 20px;
	width: 270px;
}

.memoriam h3,.memoriam div.gray {
	color: #DDD;
}

.memoriam div.gray p {
	background: #606060;
	margin-bottom: 0px;
	padding-top: 10px;
}

.memoriam h3 {
	background: #606060;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	text-transform: lowercase;
}

.memoriam p {
	font-size: 13px;
	padding: 0 15px 5px;
}

.centered {
	text-align: center;
}

#nrg_footer {
	border-top: 1px solid #ccc;
}

#nrg_footer_wrapper {
	height: 80px;
	margin-top: 3px;
	background: #e3e1cc;
	padding-top:20px;
}

#nrg_footer_content {
	width: 960px;
	margin: 0 auto;
	color: #903018;
}
#nrg_footer_content p{
	font-size:14px;
}

.align-left {
	margin: 0px;
	float: left;
}

.breadcrumbs {
	display: none;
}

.entry-content p {
	font-size: 13px;
}

.entry-content h3 { 
	font-size: 16px;
	border-bottom: 1px dashed #C5CAB4;
}

.entry-content h4 { 
	font-size: 14px;
	color: #3E5485;
	margin-bottom:0;
    padding-bottom:0;
}

.hero {
	margin-bottom: 30px !important;
	position: relative;
}

.hero_home {
	background: transparent 
		no-repeat 0 0;
	height: 307px;
}

#hero_home_msg {
	background: transparent url(images/bg-trans.png) repeat scroll 0 0;
	bottom: 0;
	color: #aaa;
	left: 1px;
	padding: 10px 15px 10px 20px;
	position: absolute;
	width: 563px;
}

#hero_home_msg p {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 7px;
	color: #E4E1D1;
}

.hero_contact {
	background: #3E5485
		url('http://nrg.siyana.com/wp-content/uploads/2008/09/moonlight.png')
		no-repeat 0 0;
	height: 345px;
}

.contact_large {
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding-top: 40px;
	width: 425px;
}

.contact_small {
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding-top: 40px;
	width: 480px;
}

.contact_small p {
	margin: 0 0 5px;
}

.hero_pair {
	padding-bottom: 10px !important;
	position: relative;
}

#hero_title {
	background: transparent url(images/bg-trans.png) repeat scroll 0 0;
	color: #DDDDDD;
	font-size: 20px;
	left: 0;
	padding: 15px 15px 15px 20px;
	position: absolute;
	top: 235px;
	width: 340px;
}

#hero_news_title {
	background: transparent url(images/bg-trans.png) repeat scroll 0 0;
	color: #DDDDDD;
	font-size: 20px;
	left: 0;
	padding: 20px 15px 20px 20px;
	position: absolute;
	top: 225px;
	width: 340px;
}

#sidebar_testimonial {
	border: 1px solid #CCCCCC;
	margin: 0px auto 30px;
	padding: 10px 15px 0;
	width: 956px;
}

.testimonial_title {
	margin: -50px auto 0;
	padding: 12px;
	width: 980px;
}

.testimonial_title p {
	margin: 0;
	color: #903018;
}

#sidebar_testimonial td {
	vertical-align: middle;
	font-size: 13px;
}

#image_lower,#image_thumb {
	border-top: 1px dashed #CCCCCC;
	padding-top: 10px;
	border-bottom: 0 none;
}

.inner_image {
	border-bottom: 0 none;
	margin: 0 auto;
	width: 270px;
	height: 121px;
}

.inner_img {
	
}

.tour {
	text-align: center;
}

.tour a {
	text-decoration: underline;
	color: #ddd;
}

.peeps {
	height: 260px;
	width: 285px;
	margin: 0 auto;
	background: #fff url(images/peepsimage.jpg) no-repeat 10px 10px;
}

.peeps p {
	background: #333333 none repeat scroll 0 0;
	color: #FFFFFF;
	font-size: 14px;
	margin: 40px 0 0 10px;
	opacity: 0.8;
	padding: 0 13px 5px 15px;
	width: 240px;
}

#safety {
	margin-top: 0px;
}

#safety p {
	border-bottom: 0 none;
}

.home_link {
	padding: 0 !important;
	width: 65px;
}

.smart_car {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
}

}
#last_link {
	border: 0 none !important;
}

.nrg_profile {
	margin-bottom: 15px;
}
.forward_thinking{
	font-size:16px; 
    padding:0 15px;
    text-align:center;
    margin:0 0 5px; 
}
.forward_note{
border-bottom:1px solid #903018;
font-size:12px;
font-weight:bold;
margin:0 0 0 15px;
padding:0 0 15px;
width:285px;
}
	
}
