@charset "utf-8";
/* CSS Document */

/* elements */
body {
	font-family:Arial, Helvetica, sans-serif;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

button {
	cursor:pointer;
}

/* classes */
.hidden {
	visibility:hidden;
	display:none;
}
.visible {
	visibility:visible;
	display:block;
}
.to_appear {
	position:absolute;
	float:left;
	visibility:hidden;
	display:none;
}
.to_disappear {
	position:absolute;
	float:left;
	visibility:visible;
	display:block;
}
.outter {
	margin:0; padding:0;
	background:top left repeat-y;
}
.inner {
	margin:0; padding:0;
	background:top right repeat-y;
}
.cleaner {
	clear:both;
}
.two_even_columns_left_column {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:49%;
}
.two_even_columns_right_column {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:49%;
}
.two_onethird_twothirds_columns_left_column {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:33%;
}
.two_onethird_twothirds_columns_right_column {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:66%;
}
.three_even_columns_left_column {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:33%;
}
.three_even_columns_middle_column {
	position:relative;
	top:0;
	left:.5%;
	float:left;
	width:33%;
}
.three_even_columns_right_column {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:33%;
}
.three_standard_columns_left_column {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:125px;
	background-color:#F3F3F3;
}
.three_standard_columns_middle_column {
	position:relative;
	top:0;
	left:5px;
	float:left;
	width:600px;
}
.three_standard_columns_right_column {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:160px;
}
.two_columns_first_nav_second_content_nav {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:125px;
	background-color:#F3F3F3;
}
.two_columns_first_nav_second_content_content {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:770px;
}
.position_relative_t0_l0 {
	position:relative;
	top:0;
	left:0;
}
.position_relative_t5_l5 {
	position:relative;
	top:5px;
	left:5px;
}
.position_relative_t0_r0 {
	position:relative;
	top:0;
	right:0;
}
.position_relative_t5_r5 {
	position:relative;
	top:5px;
	right:5px;
}
.position_absolute_t0_l0 {
	position:absolute;
	top:0;
	left:0;
}

.page_header_links {
	color:#BCC4CD;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
}
.page_header_links a {
	color:#BCC4CD;
	text-decoration:none;
	font-weight:bold;
}
.page_header_links a:hover {
	color:#BCC4CD;
	text-decoration:underline;
	font-weight:bolder;
}
.background_lightgray {
	background-color:#F3F3F3;

}
a.in_text_link {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
a.in_text_link:hover {
	color:#666666;
	text-decoration:underline;
	font-weight:bolder;
}
a.in_header_link {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}
a.in_header_link:hover {
	color:#666666;
	text-decoration:none;
	font-weight:bolder;
}
a.in_page_header_link {
	color:#9B2019;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}
a.in_page_header_link:hover {
	color:#9B2019;
	text-decoration:none;
	font-weight:bolder;
}
.all_caps {
	text-transform:uppercase;
}
.bold_italic {
	font-weight:bold;
	font-style:italic;
}
.font_size_8 {
	font-size:8px;
}
.font_size_9 {
	font-size:9px;
}
.font_size_10 {
	font-size:10px;
}
.font_size_11 {
	font-size:11px;
}
.font_size_12 {
	font-size:12px;
}
.font_size_13 {
	font-size:13px;
}
.font_size_14 {
	font-size:14px;
}
.font_size_15 {
	font-size:15px;
}
.font_size_16 {
	font-size:16px;
}
.font_size_18 {
	font-size:18px;
}
.font_size_20 {
	font-size:20px;
}
.font_size_22 {
	font-size:22px;
}
.font_size_24 {
	font-size:24px;
}
.font_size_30 {
	font-size:30px;
}
.font_weight_bold{
	font-weight:bold;
}
.font_weight_bolder{
	font-weight:bolder;
}
.font_weight_lighter{
	font-weight:lighter;
}
.font_weight_normal{
	font-weight:normal;
}
.font_weight_100{
	font-weight:100;
}
.font_weight_200{
	font-weight:200;
}
.font_weight_300{
	font-weight:300;
}
.font_weight_400{
	font-weight:400;
}
.font_weight_500{
	font-weight:500;
}
.font_weight_600{
	font-weight:600;
}
.font_weight_700{
	font-weight:700;
}
.font_weight_800{
	font-weight:800;
}
.font_weight_900{
	font-weight:900;
}
.text_align_left {
	text-align:left;
}
.text_align_center {
	text-align:center;
}
.text_align_right {
	text-align:right;
}
.text_align_justify {
	text-align:justify;
}
.vertical_align_middle {
	vertical-align:middle;
}
.background_white {
	background-color:#FFFFFF;
}
.color_black {
	color:#000000;
}
.color_SellingPowerRed {
	color:#9D0804;  /*#C4161C*/
}
.color_darkgray {
	color:#666666;
}
.color_lightgray {
	color:#999999;
}
.color_titleblue {
	color:#2665AC;
}
.font_style_italic {
	font-style:italic;
}
.width_120 {
	width:120px;
}
.width_125 {
	width:125px;
}
.padding_0 {
	padding:0;
}
.padding_b_0 {
	padding:0;
}
.padding_3 {
	padding:3px;
}
.padding_5 {
	padding:5px;
}
.padding_10 {
	padding:10px;
}
.padding_lr_0 {
	padding-left:0px;
	padding-right:0px;
}
.padding_lr_5 {
	padding-left:5px;
	padding-right:5px;
}
.padding_lr_10 {
	padding-left:10px;
	padding-right:10px;
}
.padding_lr_15 {
	padding-left:15px;
	padding-right:15px;
}
.padding_lr_20 {
	padding-left:20px;
	padding-right:20px;
}
.padding_lrb_5 {
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.padding_tlb_5 {
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
}
.padding_tlb_10 {
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
}
.padding_trb_5 {
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
}
.padding_lrb_10 {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.padding_tlr_10 {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.padding_tb_5 {
	padding-top:5px;
	padding-bottom:5px;
}
.padding_tb_10 {
	padding-top:10px;
	padding-bottom:10px;
}
.padding_tb_15 {
	padding-top:15px;
	padding-bottom:15px;
}
.padding_tb_20 {
	padding-top:20px;
	padding-bottom:20px;
}
.padding_t_15_b_10 {
	padding-top:15px;
	padding-bottom:15px;
}
.padding_t_5 {
	padding-top:5px;
}
.padding_t_10 {
	padding-top:10px;
}
.padding_t_15 {
	padding-top:15px;
}
.padding_t_20 {
	padding-top:20px;
}
.padding_b_5 {
	padding-bottom:5px;
}
.padding_b_10 {
	padding-bottom:10px;
}
.padding_b_15 {
	padding-bottom:15px;
}
.padding_b_20 {
	padding-bottom:20px;
}
.padding_l_5 {
	padding-left:5px;
}
.padding_l_10 {
	padding-left:10px;
}
.padding_l_15 {
	padding-left:15px;
}
.padding_l_20 {
	padding-left:20px;
}
.padding_l_25 {
	padding-left:25px;
}
.padding_r_5 {
	padding-right:5px;
}
.padding_r_10 {
	padding-right:10px;
}
.padding_r_15 {
	padding-right:15px;
}
.padding_r_20 {
	padding-right:20px;
}
.padding_r_25 {
	padding-right:25px;
}
.margin_0 {
	margin:0;
}
.margin_5 {
	margin:5px;
}
.margin_t_5 {
	margin-top:5px;
}
.margin_t_10 {
	margin-top:10px;
}
.margin_t_15 {
	margin-top:15px;
}
.margin_t_20 {
	margin-top:15px;
}
.margin_b_0 {
	margin-bottom:0;
}
.margin_b_5 {
	margin-bottom:5px;
}
.margin_b_10 {
	margin-bottom:10px;
}
.margin_b_15 {
	margin-bottom:15px;
}
.margin_b_20 {
	margin-bottom:20px;
}
.margin_l_0 {
	margin-left:0;
}
.line_height_1_25 {
	line-height:1.25;
}
.line_height_1_5 {
	line-height:1.5;
}
.vertical_align_top {
	vertical-align:top;
}
.vertical_align_bottom {
	vertical-align:bottom;
}
.vertical_align_middle {
	vertical-align:middle;
}
.border_none {
	border:0;
}
.border_1px_black {
	border: 1px solid black;
}
.border_1px_darkgray {
	border: 1px solid #999999;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
.cursor_pointer {
	cursor:pointer;
}
.list_style_decimal {
	list-style:decimal;
}
.list_style_lower_latin{
	list-style:lower-latin;
}
.list_style_disc {
	list-style:disc;
}
.list_style_circle {
	list-style:circle;
}
.list_style_none {
	list-style:none;
}
.list_position_inside {
	list-style-position:inside;
}
.list_position_outside {
	list-style-position:outside;
}
.divider_dotted{
	border-top:1px #999999 dotted;
	margin:10px;
}
.table_borders_gray {
	width:100%;
}
.table_borders_gray thead th {
	font-size:14px;
	font-weight:600;
	border-left:4px solid #333333;
	border-top:2px solid #000000;
	border-right:6px solid #666666;
	border-bottom:8px solid #999999;
	padding-left:5px;
}
.table_borders_gray tbody th {
	font-size:14px;
	font-weight:600;
	border-left:4px solid #333333;
	border-top:2px solid #000000;
	border-right:6px solid #666666;
	border-bottom:8px solid #999999;
	padding-left:5px;
}
.table_borders_gray tbody td {
	font-size:12px;
	font-weight:200;
	border-left:2px solid #333333;
	border-top:1px solid #000000;
	border-right:3px solid #666666;
	border-bottom:4px solid #999999;
	padding-left:5px;
}
.table_borders_gray tfoot th {
	font-size:14px;
	font-weight:600;
	border-left:4px solid #333333;
	border-top:2px solid #000000;
	border-right:6px solid #666666;
	border-bottom:8px solid #999999;
	padding-left:5px;
}
.table_borders_gray tfoot td {
	font-size:12px;
	font-weight:200;
}
.DarkTableborder {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.GrayBorder {
	border:1px solid #E6E6E6;
}
.img-shadow {
	float:left;
	background: url(/img/site/backgrounds/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/img/site/backgrounds/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 1px solid #a9a9a9;*/
  margin: -6px 6px 6px -6px;
  /*padding: 4px;*/
} 
.img-shadow_lb {
	float:left;
	background: url(/img/site/backgrounds/shadowAlpha_lb.png) no-repeat bottom left !important;
	background: url(/img/site/backgrounds/shadow_lb.gif) no-repeat bottom left;
	margin: 10px 10px 0 0  !important;
	margin: 10px 5px 0 0;
}

.img-shadow_lb img {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 1px solid #a9a9a9;*/
  margin: -6px -6px 6px 6px;
  /*padding: 4px;*/
} 
.article_title {
	font-size:16px;
	font-weight:800;
}
.article_subtitle {
	font-size:14px;
	font-weight:600;
}
.article_author {
	font-size:12px;
	font-weight:400;
	font-style:italic;
}
.adTarget {
	padding-top:5px;
	padding-bottom:5px;
}
.NormalTitle {font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.NormalText {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.NormalText2 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.NormalText a {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000;}
.DateText {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #bec5cd; text-decoration:none;}
.LoginText a {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #bec5cd; text-decoration:none;}
.NormalTextSmall {font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.NormalTextSmall a:link {
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
#menu2
{
	padding:0;
	margin:0;
}

.NormalTextSmall a:visited {
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
.NormalTextSmall a:hover {
	color:#000000;
	font-size:11px;
	text-decoration:underline;
}
.NormalTextLink {font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-bottom:10px; text-decoration:none;}
.NormalTextMenu {font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration:none;margin:0;padding:0;list-style:none;}
.NormalTextMenu a {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration:none;}
.NormalTextMenu a:hover {
	text-decoration:underline;
}

.Link a:hover {
	text-decoration:underline;
}

a.link_underline_on_hover {
	text-decoration:none;
	cursor:pointer;
}
a.link_underline_on_hover:hover {
	text-decoration:underline;
}
a.link_nounderline_on_hover {
	text-decoration:underline;
}
a.link_nounderline_on_hover:hover {
	text-decoration:none;
}

a.link_pointer_only {
	text-decoration:none;
	cursor:pointer;
}

a.link_pointer_only:hover {
	text-decoration:none;
	cursor:pointer;
}

a.link_pointer_only:visited {
	text-decoration:none;
	cursor:pointer;
}


.article_body {
	font-size:12px;
	font-weight:200;
	font-family:Cambria,helvetica,serif;
}
.smallbold {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
.smallcopy {
	font-family: Arial, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}
.smallcopy a:link {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

.smallcopy a:visited {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.smallcopy a:hover {
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}
.smallcopynav {
	line-height:20px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#818181;
	font-size: 11px
}
.smallercopy {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.smallercopy a:link {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.smallercopy a:visited {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.smallercopy a:hover {
	color:#000000;
	font-size:10px;
	text-decoration:underline;
}

.smallcopyred {
	color:#9d0804;
	font-size:11px;
	text-decoration:none;
}

.smallcopyred3 {
	color:#9d0804;
	font-size:14px;
	text-decoration:none;
}

.smallcopy2 a:link {
	color:white;
	font-size:12px;
	text-decoration:none;
}

.smallcopy2 a:visited {
	color:white;
	font-size:12px;
	text-decoration:none;
}
.smallcopy2 a:hover {
	color:white;
	font-size:12px;
	text-decoration:underline;
}

.smallercopy2 a:link {
	color:white;
	font-size:10px;
	text-decoration:none;
}
.smallercopy2 a:visited {
	color:white;
	font-size:10px;
	text-decoration:none;
}
.smallercopy2 a:hover {
	color:white;
	font-size:10px;
	text-decoration:underline;
}
a.redlink-nounderline  {
	color : #9D0804;  /*#bc0022;*/
	font-weight : bolder;
	text-decoration : none;
}
a.redlink-nounderline:visited {
	color :  #9D0804;  /*#bc0022;*/
	font-weight : bolder;
	text-decoration : none;
}
a.redlink-nounderline:hover {
	text-decoration : underline;
} 
a.blacklink-nounderline {color:#000000; text-decoration:none; font-weight:bold;}
a.blacklink-nounderline:visited {color:#000000; text-decoration:none; font-weight:bold;}
a.blacklink-nounderline:hover {color:#000000; text-decoration:underline; font-weight:bold;}
.section_title {
	color:#9D0804;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform:capitalize;
	line-height:30px;
	text-align:left;
}
.page_title {
	color:#9D0804;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	/*text-transform:capitalize;*/
	line-height:35px;
	text-align:left;
}
.long_page_title {
	color:#9D0804;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform:capitalize;
	line-height:35px;
	text-align:left;
}
.long_page_title a{
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform:capitalize;
	line-height:35px;
	text-align:left;
	text-decoration:none;
}
.long_page_title a:hover {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform:capitalize;
	line-height:35px;
	text-align:left;
	text-decoration:underline;
}
.page_top_title {
	color:#9D0804;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-transform:capitalize;
	line-height:20px;
	text-align:left;
}

.spacer_dark_tan {
	width:100%;
	/*background-image:url(/img/site/components/spacer-dark-tan.gif);*/
	text-align:center;
}
.spacer_dark_tan img {
	width:1px;
	height:1px;
	width: 100%;
}
.full_width {
	position:relative;
	top:0;
	left:0;
	width:100%;
}
.cover_image_medium {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	width:112px;
	height:165px;
	text-align:center;
}
.cover_image_large {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	width:253px;
	height:343px;
	text-align:center;
}
.newsletter_image {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	width:207px;
	height:110px;
	text-align:center;
}
.current_issue {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:333px;
/*	height:357px;*/
	height:100%;
	border: 1px solid rgb(230, 230, 230); 
	padding-top: 2px; 
	padding-right: 5px;
	padding-left:10px;
	vertical-align:top;
	text-align:left;
}
.current_issue_cover {
	float:left;
	top:0;
	left:0;
	padding-right:10px;
	padding-top:10px;
}
.current_issue_title {
	font-family:Georgia, Helvetica, Times, serif;
	position:relative;
	top:0;
	left:0;
	color:#2665AC;
	font-size:15px;
	font-weight:700;
}
.current_issue_subtitle {
	font-family:Georgia, Helvetica, Times, serif;
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	font-weight:300;
}
.current_issue_author {
	font-family:Georgia, Helvetica, Times, serif;
	position:relative;
	top:0;
	left:0;
	font-size:x-small;
}
.current_issue_blurb {
	font-family:Georgia, Helvetica, Times, serif;
	position:relative;
	top:0;
	left:0;
	line-height:20px;
	font-size:12px;
}
.current_issue_link {
	position:relative;
	top:0;
	left:0;
	color:#2665AC;
	font-size:12px;
	text-decoration:none;
	font-weight:700;
}
.current_issue_link:hover {
	text-decoration:underline;
}
.current_issue_link:visited {
	color:#2665AC;
	font-size:12px;
	text-decoration:none;
	font-weight:700;
}
.current_issue_footer {
/*
	padding-top:10px;
	padding-bottom:10px;
*/
}
.current_issue_footer_link {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #9f0601; 
	text-decoration:none;
}
.current_issue_footer_link:hover {
	text-decoration:underline;
}
.current_issue_footer_link:visited {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #9f0601; 
	text-decoration:none;
}
.current_issue_links {
/*
	position:relative;
	top:5px;
	left:5px;
*/
	padding-top:5px;
	width:340px;
	height:45px;
/*
	padding-top:10px;
	padding-bottom:10px;
*/
}
.current_issue_links_link {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #9f0601; 
	text-decoration:none;
}
.current_issue_links_link:hover {
	text-decoration:underline;
}
.current_issue_links_link:visited {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #9f0601; 
	text-decoration:none;
}
.latest_news {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:240px;
/*	height:357px; */
}
.latest_news_list {
	margin:0;
	padding:0;
	list-style-image:url(http://www.sellingpower.com/img/site/bullets/red-bullet.jpg);
	background-color:#ffffff;
}
.latest_news_list_2 {
	margin:0;
	padding-left:12px;
	list-style-image:url(http://www.sellingpower.com/img/site/bullets/red-bullet-2.jpg);
	background-color:#ffffff;
}
.latest_news_list_item {
	margin:0;
	padding:0;
	color:#000000;
	font-size:12px;
	text-align:left;
	border-bottom:3px solid white;
	padding-left:0px;
	padding-right:5px;
}
.latest_news_list_item a {
	text-decoration:none;
	color:#000000;
	font-size:12px;
}
.latest_news_list_item a:hover {
	text-decoration:underline;
}
/*
.latest_news_list_item a:visited {
	text-decoration:none;
	color:#000000;
	font-size:12px;
}
*/
.sponsored_link_bullet {
	border-bottom:solid #e6e6e6 1px; 
	padding-top:14px;
	vertical-align:top;
}
.sponsored_link_content {
	border-bottom:solid #e6e6e6 1px;  
	padding-top:8px;  
	padding-bottom:8px;
	text-align:left;
	vertical-align:top;
}
.free_webinar_content {
	padding-top:3px;  
	padding-bottom:3px;
	text-align:left;
	vertical-align:top;
}

.sponsored_link_content a {
	font-size: 12px; 
	font-family: Georgia, Helvetica, sans-serif; 
	color: #2665AC; 
	text-decoration:none;
}
.red_bullet_list {
	padding-top:10px;
	list-style-image:url(http://www.sellingpower.com/img/site/bullets/red-bullet.jpg);
	list-style-position:outside;
	margin-left:15px;
}
.red_bullet_list_item {
	color:#000000;
	font-size:12px;
	text-align:left;
	border-bottom:3px solid white;
	padding-left:5px;
	padding-right:10px;
}
.red_bullet_list_item a {
	text-decoration:none;
	color:#000000;
	font-size:12px;
}
.red_bullet_list_item a:hover {
	text-decoration:underline;
}
/*
.red_bullet_list_item a:visited {
	text-decoration:none;
	color:#000000;
	font-size:12px;
}
*/
.panel_top_bar {
	position:relative;
	top:0;
	left:0;
	height:25px;
	width:100%;
	background-color:#CCCCCC;
	cursor:move;
}
.panel_button_close {
	float:right; 
	right:2px; 
	height:21px; 
	width:21px; 
	padding-top:2px; 
	padding-bottom:2px; 
	padding-right:2px; 
	cursor:pointer;
}
.panel_content {
	position:relative;
	top:0;
	left:0;
	width:100%;
	background-color:#FFFFFF;
}
.featured_advertiser_image {
	float:left;
	padding-top:10px;
	padding-right:10px;
	padding-left:5px;
	padding-bottom:10px;
	width:60px;
	height:82px;
}
.gray_border_background_red_bold_text {
	border: 1px solid #E6E6E6; 
	padding-top: 2px; 
	padding-right: 10px; 
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #9D0804;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
}
.gray_border_background_red_bold_text_centered {
	border: 1px solid #E6E6E6; 
	padding-top: 2px; 
	padding-right: 10px; 
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #9D0804;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
}
.gray_border_background_red_bold_text_justified {
	border: 1px solid #E6E6E6; 
	padding-top: 2px; 
	padding-right: 10px; 
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #9D0804;
	font-weight:bold;
	font-size:12px;
	text-align:justify;
	text-transform:uppercase;
}
.gray_background_black_text {
	background-color:#E6E6E6;
	color:#000000;
}
.gray_border {
	border: 1px solid #E6E6E6;
	padding-bottom:10px; 
}
.light_gray_background_black_text {
	background-color:#F3F3F3;
	color:#000000;
}
.light_gray_background_dark_gray_text {
	background-color:#F3F3F3;
	color:#666679;
}
.gray_background_white_text {
	background-color:#B0AFB5;
	color:#FFFFFF;
}
.gray_background_SellingPowerRed_text {
	background-color:#E6E6E6;
	color:#C4161C;
}
.SellingPowerRed_background_white_text {
	background-color:#9D0804;  /*#C4161C*/
	color:#FFFFFF;
}
a.link_box {
	font-size:11px;
	text-decoration:none;
	color:#2665AC;
	font-family:Georgia, Helvetica, Times, serif;
}
a.link_box:hover {
	text-decoration:underline;
	color:#2665AC;
}
.link_box_blue {
	font-size:10px;
	color:#2665AC;
	text-transform:uppercase;
}
.link_box_black {
	font-size:10px;
	color:#000000;
	font-weight:400;
	text-transform:uppercase;
}
.div_article {
	text-align:left;
	font-size:12px;
	height:500px;
	overflow:auto;
	margin-bottom:10px;
	scrollbar-arrow-color: #000000; 
	scrollbar-highlight-color: #000000;
	scrollbar-face-color: #F3F3F3;
	scrollbar-track-color: #B0AFB5;
	scrollbar-darkshadow-color: #003399;
	scrollbar-shadow-color: #000033;
	scrollbar-3dlight-color: #000033;
}
.div_article p {
	padding-bottom:10px;
}
.div_article h5 {
	font-size:12px;
}
.div_article_tease {
	text-align:left;
	font-size:12px;
	margin-bottom:10px;
	/*
	height:350px;
	*/
}
.div_article_tease p {
	padding-bottom:10px;
}
.div_article_tease h5 {
	font-size:12px;
}
.div_one_minute_tip {
	text-align:left;
	font-size:12px;
	margin-bottom:10px;
}
.div_one_minute_tip p {
	padding-bottom:10px;
}
.div_one_minute_tip h5 {
	font-size:12px;
}
.div_article_page {
	position:absolute;
	font-family:Georgia,helvetica,sans-serif;
	left:0;
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
	/*padding-bottom:10px;*/
}
.div_article_page p {
	padding-bottom:10px;
}
.div_article_page h5 {
	font-size:12px;
}
.div_article_page ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:2em;
}
.div_thought {
}
.thought_header {
	border: 1px solid #E6E6E6; 
	padding-top: 2px; 
	padding-right: 10px; 
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #9D0804;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}
.div_thought_quote {
	padding-bottom:10px;
	font-size:10px;
	text-align:left; 
}
.div_poll {
}
.poll_header {
	border: 1px solid #E6E6E6; 
	padding-top: 2px; 
	padding-right: 10px; 
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #9D0804;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}
.div_poll_form {
	padding-bottom:10px; 
}
.div_poll_question {
	text-align:left;
	padding-top:5px;
	padding-left: 10px; 
	padding-right: 10px; 
	background-color: #FFFFFF;
}
.poll_question {
	text-align:left;
	font-family: Arial, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #000000
}
.poll_question_option {
	text-align:left;
	font-family: Arial, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}
.percent_label {
	font-size:12px;
	text-align:left;
}
.ul_poll_question_options {
	text-align:left;
	margin:0;padding:0;list-style:none;
	padding-bottom:10px;

}
.li_poll_question_option {
	font-size:11px;
	margin:0;padding:0;list-style:none;
	padding-top:5px;
}
.button_poll_submit {
	background-color:#9C9A9C;
	border-left:3px solid #898A89;
	border-top:3px solid #7A787A;
	border-bottom:3px solid #585658;
	border-right:3px solid #141214;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
}


/* ids */
#divBody {
	/*width: 100%;*/
	width:909px;
	text-align:center;
	padding-left:9px;
}
#header {
	position:relative;
	top: 0;
	left: 0;
	width:100%;
	padding-bottom:10px;
}
#header_left {
	position:relative;
	float:left;
	left:0;
	top:0;
	width:420px;
}
#header_middle {
	position:relative;
	float:left;
	left:0;
	top:0;
	width:250px;
	text-align:left;
}
#header_right {
	position:relative;
	float:right;
	right:0;
	top:0;
	width:230px;
}
#date_string {
	color:#BCC4CD;
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
}
#search {
	position:relative;
	top:0;
	left:0;
	padding-left:5px;
}
#inputSiteSearchTerm {
	position:absolute;
	top:4px;
	left:5px;
	border:1px solid #8BC1B0; 
	font-size:12px;
	height:17px;
	width:139px;
	z-index:5;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px; 
}
#selectSiteSearchKeyword {
	position:relative;
	top:0;
	left:0;
	border:1px solid #8BC1B0; 
	font-size:12px;
	height:19px;
	width:167px;
	z-index:3;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px; 
}
#search_button {
	position:relative;
	top: 4px;
	left:-3px;
	cursor:pointer;
}
#spanLoginWelcome {
	position:relative;
	top:0;
	left:0;
}
#Main_Title {
	visibility:hidden;
	display:none;
	position:relative;
	top:0;
	left:0;
	height:20px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border: 0px  solid #666666;
	font-size:16px;
	color:#666666;
	/*
	letter-spacing:-1px;
	*/
	font-weight:bold;
	}

#Main_Title a {
	color:#666666;
	text-decoration:none;
}
#content {
	position:relative;
	top:0;
	left:0;
}
#footer {
	position:relative;
	top:0;
	left:0;
	height:90px;
	width:100%;
	padding-top:15px;
}
#footer_left {
	position:relative;
	float:left;
	left:0;
	top:0;
	width:0;
}
#footer_middle {
	position:relative;
	float:left;
	left:0;
	top:0;
	width:100%;
}
#footer_right {
	position:relative;
	float:right;
	right:0;
	top:0;
	width:0;
}
#divTopMiddle {
	height:310px;
}

#Cartoon_Content {
	width:760px;
}

/* Blog related styles */
#gerhard_blog {
	display:none;
	visibility:hidden;
	overflow:hidden;
	font-size:12px;
	width:600px; 
	height:70px;
	padding-top:2px;
}

#gerhard_blog_inner {
	overflow:hidden;
	padding-top:2px;
	font-size:12px;
	width:100%; 
	height:100%;
	/*background-color:#ececec;*/
}


#bloglinksIntro{
	text-decoration:none;	
	text-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	height:72px;
	display:block;
	font-size:12px;
	line-height:13px;
	font-weight:500;
}


#bloglinks{
	display:none;
	visibility:hidden;
	text-decoration:none;	
}

#bloglinks a:hover{
	text-decoration:underline;
}


.bloglinks{
	display:none;
	visibility:hidden;
	text-decoration:none;	
}

.bloglinks a:hover{
	text-decoration:underline;
}

.bloglinks a{
	text-decoration:none;
}


.ggbloglinks{
	text-decoration:none;
	font-size:12px;
}

.ggbloglinks a{
	text-decoration:none;
	font-size:12px;
}

.ggbloglinks a:hover{
	text-decoration:underline;
}
/*twitter roll styles*/
.twitter_container_header{
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	width:170px;
	height:35px;
	margin: 0 auto;
	background-color:#CCCCCC;
	color:#000000;
	font-weight:600;
	padding: 5px 0px 5px 5px;
}
.twitter_container{
}
.twitter_container a{
}
.twitter_roll
{
	overflow:auto;
	height:275px;
}
.twitter_status{
	width:125px;
	padding:6PX;
	border-bottom:solid 1px #DEDEDE;
	overflow:hidden;
	text-align:left;
	font-family: Arial, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #000000
}
.twitter_status a{
	color:#000000;
}
.twitter_header{
	border: 1px solid #E6E6E6; 
	padding-top: 2px; 
	padding-right: 10px; 
	padding-left: 10px;
	background-color: #F3F3F3;
	text-align:left;
	font-family: Arial, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #000000
}
.twitter_header a{
	color:#000000;
}
.twitter_small{
 font-size:8px;
 padding-top:4px;
 color:#999;
}

.required {
	color:#000000;
}

