
html, body {
   background-color: #FFFFFF;
   margin: 0;
   padding: 0;
}

html, body, a, div, label, input, p, span, h3, h4 { font-family: Arial, Helvetica, Verdana, sans-serif; }
img { border: 0; }

a { color: #606060; text-decoration: underline; }
a:visited { color: #606060; text-decoration: underline; }
a:active { color: #606060; text-decoration: underline; }
a:hover { color: #808080; text-decoration: none; }

.cf { clear: both; }
.cf10 { clear: both; height: 10px; }
.cf20 { clear: both; height: 20px; }
.cf40 { clear: both; height: 40px; }

.mr0 { margin-right: 0px; }
.mr10 { margin-right: 10px; }
.fl { float: left; }
.fr { float: right; }

.container {
   margin: 0 auto;
   position: relative;
}

#widgetContainer {
   margin: 0 auto;
   position: relative;
   background-color:#e8e8e8;
   background-position: top left;
   background-repeat: repeat-y;
   max-width: 920px;
   padding: 20px 20px 14px 20px;
   width: 920px;
}

#widgetContainer .w940 {
   max-width: 940px;
   width: 920px;
}

#widgetContainer .box  {
   background-position: top left;
   background-repeat: repeat-all;
   padding: 10px;
}

#widgetContainer .box .innerBox {
   background-color: #e8e8e8;
   padding: 5px 5px;
}

#widgetContainer .sponsorheader3{
    color:#007777;
    font-weight:bold;
}

.widgetColumn {
   float: left;
   margin-right: 15px;
}

#topbar {
   background-color: #e6e6e6;
   height: 26px;
   padding: 10px 0;
   width: 100%;
}
#topbar .container { width: 920px; }
.menu_ad { width: 920px; }

.logo { width: 960px; z-index: 100; }
h1 { margin: 0 }
h1#logo a {
   background-image: url(../images/crslogo2.jpg);
   background-repeat: no-repeat;
   display: block;
   height: 110px;
   left: 10px;
   margin: 0;
   overflow: hidden;
   position: absolute;
   text-indent: -9999px;
   top: 45px;
   width: 171px;
   z-index: 100;
}

.login {
   clear: both;
   color: #808080;
   float: right;
   font-size: 12px;
   line-height: 25px;
}
.login a { color: #808080; text-decoration: underline; }
.login a:visited { color: #808080; text-decoration: underline; }
.login a:active { color: #808080; text-decoration: underline; }
.login a:hover { color: #606060; text-decoration: none; }

.login label, .login input { margin-right: 10px; }
.login label.light { color: #a6a6a6; margin-right: 20px; }
.login input#login_email, .login input#login_pass {
   background-color: #fff;
   border: 1px inset #fff;
   color: #797979;
   font-size: 12px;
   height: 23px;
   max-height: 25px;
   line-height: 25px;
   padding: 0 2px;
}
.login input#login_email { width: 160px; }
.login input#login_pass { width: 100px; }
.login input.btn_submit {
   background-color: transparent;
   border: 0;
   background-image: url(../images/crb_sprite.png);
   background-position: 0 -14px;
   background-repeat: no-repeat;
   color: #eee;
   cursor: pointer;
   font-size: 12px;
   height: 25px;
   line-height: 25px;
   max-height: 25px;
   padding: 0;
   width: 57px;
}
.login input.btn_submit:hover { background-position: 0 -39px; }
.login input.btn_submit:active { background-position: 0 -64px; }

.social { float: left; margin: 10px 0 0 192px; position: relative; }
.social a {
   background-image: url(../images/crb_sprite.png);
   background-repeat: no-repeat;
   display: inline-block;
   height: 32px;
   margin-right: 5px;
   overflow: hidden;
   /*text-indent: -9999px;*/
   width: 32px;
}
.social a.fb { background-position: 0 -89px; }
.social a.tw { background-position: -32px -89px; }
.social a.li { background-position: -64px -89px; }
.social a.my { background-position: -96px -89px; }
.social a:hover { opacity: 0.65; filter:alpha(opacity=65); }
.social a:active { position: relative; top: 1px; }


.submenu {
   float: right;
   margin: 20px 0 20px 0;
}

.submenu a { color: #737373;float: left;font-size: 13px;line-height: 13px;margin-left: 20px;}
.submenu a:visited { color: #737373;float: left;font-size: 13px;line-height: 13px;margin-left: 20px;}
.submenu a:active { color: #737373;float: left;font-size: 13px;line-height: 13px;margin-left: 20px;}
.submenu a:hover { color: #979797; text-decoration: none; }

#menu {
	margin:0 auto;
	max-width:963px;
	padding:0 0px 0px;
	position:relative;
	width:963px;
}

#menu a {
  /* background-image: url(../images/bg_menu.jpg); */
  background-image: none; background-color: #aaa; 
   border-left: 1px solid #fff;
   border-right: 1px solid #d9d9d9;
   border-bottom: 1px solid #d9d9d9;
   color: #222222;
   display: block;
   float: left;
   font-size: 16px;
   font-weight: bold;
   height: 44px;
   line-height: 44px;
   padding: 0 24.5px;
   text-align: center;
   text-decoration: none;
   text-shadow: #999 1px 1px 1px;
   text-transform: uppercase;
}
#menu a:hover { background-image: none; background-color: #bbb; }
#menu a:active { background-image: none; background-color: #ccc; line-height: 46px; }

#menu a.bl0 { border-left: 0px; }
#menu a.br0 { border-right: 0px; }

#menu a span.menu_text {
   display: inline-block;
   margin-right: 8px;
}

#menu a span.arrow {
   background-image: url(../images/crb_sprite.png);
   background-position: -18px 0;
   background-repeat: no-repeat;
   display: inline-block;
   height: 6px;
   position: relative;
   top: -1px;
   width: 13px;
}

#menu_corner_left, #menu_corner_right {
   background-image: url(../images/crb_sprite.png);
   background-repeat: no-repeat;
   height: 9px;
   position: absolute;
   top: 0;
   width: 9px;
}
#menu_corner_left { background-position: 0 0; left: -9px; }
#menu_corner_right { background-position: -9px 0; right: -9px; }

#rotator {
   margin: 0 auto;
   position: relative;
   width: 960px;
}

#rotator .container {
   background-color: #a6a6a6;
   height: 260px;
   width: 960px;
}

#rotator_menu {
   background-image: none;
   background-color: #555555;
   float: left;
   height: 240px;
   padding: 6px 20px 0 16px;
   width: 180px;
}

#rotator_menu a {
   /*border-bottom: 1px dashed #000;*/
   clear: both;
   float: left;
   display: block;
   /*height: 28px;
   max-height: 28px;*/
   overflow: hidden;
   padding: 6px 0 6px 0;
   text-decoration: none;
   text-transform: uppercase;
   width: 180px;
}

#rotator_menu a span.rotator_menu_text {
   color: #fff;
   display: block;
   float: left;
   font-size: 12px;
   font-weight: bold;
   letter-spacing: 1px;
	line-height:14px;
   width: 160px;
}


rotator_menu a.off span.rotator_menu_text { color: #d9d9d9; }
#rotator_menu a.on span.rotator_menu_text,
#rotator_menu a:hover span.rotator_menu_text { color: #fff; }
#rotator_menu a:active span.rotator_menu_text { margin-top: 1px; }

#rotator_menu a span.rotator_menu_arrow,
#rotator_menu a.off span.rotator_menu_arrow,
#rotator_menu a.on span.rotator_menu_arrow,
#rotator_menu a:hover span.rotator_menu_arrow {
   background-image: url(../images/crb_sprite.png);
   background-repeat: no-repeat;
   display: block;
   float: right;
   height: 10px;
   margin-top: 11px;
   width: 12px;
}

#rotator_menu a span.rotator_menu_arrow,
#rotator_menu a.off span.rotator_menu_arrow {
   background-position: -43px 0px;
}

#rotator_menu a:hover span.rotator_menu_arrow,
#rotator_menu a.on span.rotator_menu_arrow { background-position: -31px 0px; }

#rotator_menu a:active span.rotator_menu_arrow { margin-top: 12px; }

#rotator_content {
   float: left;
   width: 740px;
}

.rotator_photo {
   float: left;
   width: 390px;
}

.rotator_text {
   background-color: #737373;
   float: left;
   width: 350px;
}

.rotator_text .story {
   height: 210px;
   max-height: 210px;
   overflow: hidden;
   padding: 20px 20px 0 20px;
}

.rotator_text .story h3 {
   color: #e5e5e5;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: 1px;
   line-height: 17px;
   margin: 0 0 8px 0;
   text-transform: uppercase;
}

.rotator_text .story p {
   color: #f2f2f2;
   font-size: 12px;
}

.rotator_text .btn_continue a {
   background-color: #595959;
   color: #c5c5c5;
   display: block;
   font-size: 14px;
   font-weight: bold;
   height: 30px;
   letter-spacing: 2px;
   line-height: 30px;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
}

.rotator_text .btn_continue a:hover {
   background-color: #3b3b3b;
   color: #c5c5c5;
}
.rotator_text .btn_continue a:active { line-height: 32px; }

.btn_continue a span.continue_arrow {
   background-image: url(../images/crb_sprite.png);
   background-position: -43px 0;
   background-repeat: no-repeat;
   display: inline-block;
   height: 10px;
   margin-left: 5px;
   width: 12px;
}

#main {
   background-color: #fff;
   padding: 20px;
   width: 920px;
}

#main .main_box {
   background-color: #f2f2f2;
   padding: 10px;
}

.home_3col {
   clear: both;
   float: left;
   max-height: 150px;
   overflow: hidden;
}

.home_3col .ad150, .home_3col .video247 {
   display: block;
   float: left;
}

.corner {
   color: #595959;
   font-size: 14px;
   line-height: 19px;
}
.corner p { margin: 0; }

.home_1col {
   float: left;
   height: 200px;
   margin-right: 10px;
   width: 280px;
}
#main .mr0 { margin-right: 0; }

h4.pageHeader {
	border-bottom: 1px dashed #737373;
	color: #737373;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

h4.pageHeader_noborder {
	color: #737373;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
}

.header_div {
	border-bottom: 1px dashed #737373;
}

ul.arrow_list {
   list-style-type: none;
   margin: 10px 0 0 0;
   padding: 0;
}

ul.arrow_list li {
   background-image: url(../images/listarrow.png);
   background-position: 0px 3px;
   background-repeat: no-repeat;
   clear: both;
   float: left;
   /*line-height: 16px;
   height: 16px;*/
   margin: 0 0 14px 0;
   width: 100%;
}

ul.arrow_list li a { color: #595959;display: block;font-size: 16px;line-height: 16px;padding: 0 0 0 20px;text-decoration: none;}
ul.arrow_list li a:visited { color: #595959;display: block;font-size: 16px;line-height: 16px;padding: 0 0 0 20px;text-decoration: none;}
ul.arrow_list li a:active { color: #595959;display: block;font-size: 16px;line-height: 16px;padding: 0 0 0 20px;text-decoration: none;}

ul.arrow_list li a:hover { color: #8e8e8e; }

.industry_spotlight a { color: #595959; display: block; font-size: 16px; text-decoration: none; }
.industry_spotlight a:visited { color: #595959; display: block; font-size: 16px; text-decoration: none; }
.industry_spotlight a:active { color: #595959; display: block; font-size: 16px; text-decoration: none; }
.industry_spotlight a:hover { color: #8e8e8e; }
.industry_spotlight a:hover table img { opacity: 0.65; filter:alpha(opacity=65); }
.industry_spotlight a table img { border: 1px solid #737373; }

.ad728_bot {
   margin: 20px auto;
   width: 728px;   
}

#footer {
   background-color: #a6a6a6;
   margin: 0 auto;
   position: relative;
   max-width: 920px;
   padding: 0px 20px 14px 20px;
   width: 920px;
}

#footer .topline {
   background-color: #858585;
   border-bottom: 1px solid #b8b8b8;
   font-size: 0;
   height: 1px;
   line-height: 0;
   width: 920px;
}

#footer .container { margin-top: 25px; width: 920px; }

#footer ul { float: left; list-style-type: none; margin: 0 25px 0 0; padding: 0; }
#footer ul.fr { float: right; }
#footer ul li, #footer ul li a {
   color: #f2f2f2;
   font-size: 14px;
   line-height: 20px;
   text-decoration: none;
}
#footer ul li a:hover { color: #d7d7d7; }

#footer ul li.title {
   color: #d9d9d9;
   font-size: 16px;
   font-weight: bold;
   line-height: 30px;
}

#footer .copyright {
   color: #e5e5e5;
   font-size: 9px;
   letter-spacing: 5px;
   margin: 0 auto;
   text-align: center;
   text-transform: uppercase;
   width: 920px;
}

.article {
   background-color: #e8e8e8;
   color: #797979;

}

.article a { color: #606060; text-decoration: underline; }
.article a:hover { color: #808080; text-decoration: none; }

.articletitle { 
   color: #797979;
   font-size: 18px;
   height: 23px;
   max-height: 25px;
   line-height: 25px;
   padding: 0 2px; 
}
.articledate { 
   color: #797979;
   font-size: 12px;
   height: 23px;
   max-height: 25px;
   line-height: 25px;
   padding: 0 2px; 
}
.articletext { 
   color: #000;
   font-size: 14px;
}
.articlesummary { 
   color: #797979;
   font-size: 12px;
   height: 23px;
   max-height: 25px;
   line-height: 25px;
   padding: 0 2px; 
}
.articlesummarydate { 
   color: #797979;
   font-size: 16px;
   font-weight: bold;
   height: 23px;
   max-height: 25px;
   line-height: 25px;
   padding: 0 2px; 
}
.articlesummarytitle { 
   color: #000;
   font-size: 16px;
   height: 23px;
   max-height: 25px;
   line-height: 25px;
   padding: 0 2px; 
}

/* For the "back" link from cms preview*/
.renderFooter a{
    color:black;
}
.renderFooter{
	position:fixed;
	bottom:0Px;
	height:15Px;
	width:100%;
    padding:6Px;
	background-color:#FFFFFF;
    color:black;
	z-index:9999;
}


h4.homeMenuHeader {
	color: #6C9D31;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 3px 0 3px 0;
	padding: 10px 0 5px 0px;
}
