/*=== general CSS rules ===*/
html {
	position: relative;
	margin: 0;
	padding: 0;
	
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #394801;
	text-align: center;
	background: #aee0eb url(../images/bg_sky.jpg) repeat-x;
}

p {
	margin: 0;
	padding: 0 0 14px 0;
}
ul {
	margin: 0;
	padding: 2px 0 2px 0;
}
li {
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 30px;
	list-style: none;
	background: url(../images/li_dot.png) no-repeat;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
	line-height: 0;
	background: #d6d6d6;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #394801; /*#788E1E;*/
	/*font-weight: bold;*/
}
h1.carat {
	padding: 2px 0 0 30px;
	margin: 0;
	font-size: 22px;
	color: #394801; /*#788E1E;*/
	/*font-weight: bold;*/
	background: url(../images/h1_bg.png) no-repeat;
}
h2 {
	font-size: 14px;
	color: #394801; /*#788E1E;*/
	font-weight: bold;
	margin: 0;
}
h3 {
	
}
a:link, 
a:visited, 
a:active {
	color: #394801;
	text-decoration: underline;
}
a:hover {
	color: #F3A126;
}
.blue {
	color: #5496CC;
}
.green {
	color: #7EBB42;
}
.yellow {
	color: #F3A126;
}
.brown {
	color: #C86D29;
}
.footnotes {
	font-size: 8px;
}
.float_left {
	float: left;
	padding: 0 10px 0 0;
}
.float_right {
	float: right;
	padding: 0 0 0 10px;
}
.clr_right {
	clear: right;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_left {
	clear: left;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_both {
	clear: both;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.center_me {
	width: 100%;
	text-align: center;
}
#body_bg {
	background: url(../images/bg_footer_wide.jpg) no-repeat;
	background-position: bottom center;
}
#wrapper {
	width:940px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../images/bg_wrapper.jpg) repeat-y;
}
#header {
	height: 170px;
}
#content {	
	background: url(../images/bg_content_bottom.jpg) no-repeat;
	background-position: bottom;
}
#content_inner {
	min-height: 627px; /*this is the combined height of the bg_content images(787) - footer height( 160)*/
	padding: 0 10px 0 10px;
	background: url(../images/bg_content_top.jpg) repeat-x;	
}
#footer {
	height: 130px;
	padding: 100px 0 0 0;
	color: #ffffff;
	
}
.footer_copy {
	margin: 0 auto 0 auto;
}

/*=================== BEGIN HOMEPAGE STYLES ==================*/
.home_left_col {
	float: left;
	width: 460px;
	line-height: 2;
}
.home_right_col {
	float: left;
	width: 450px;
	padding: 0 0 0 10px;
}
.home_quarters {
	padding: 0 0 20px 0;
	font-size: 10px;
	color: #000000;
	line-height: 1;
}
.home_quarters_col {
	float: left;
	width: 106px;
	margin: 0 9px 0 0;
}
.home_quarters_col_top {
	height: 65px;
	padding: 5px 6px 0 6px;
	background: url(../images/home/quarters_col_top.png) no-repeat;	
}
.home_quarters_col h3 {
	font-size: 11px;
	margin: 0;
	padding: 2px 0 2px 0;
}
.home_quarters_col_bottom {
	height: 90px;
	padding: 0 6px 5px 6px;
	text-align: center;
	background: url(../images/home/quarters_col_bottom.png) no-repeat;	
	background-position: bottom;
}
.thrive_tooltip {
	background: url(../images/home/popup_bg_thrive.png) no-repeat;
	width: 360px;
	height: 220px;
	padding: 20px;
}
.satisfy_tooltip {
	background: url(../images/home/popup_bg_satisfy.png) no-repeat;
	width: 360px;
	height: 220px;
	padding: 20px;
}
.recharge_tooltip {
	background: url(../images/home/popup_bg_recharge.png) no-repeat;
	width: 360px;
	height: 220px;
	padding: 20px;
}
.resolve_tooltip {
	background: url(../images/home/popup_bg_resolve.png) no-repeat;
	width: 360px;
	height: 220px;
	padding: 20px;
}
.home_tooltip_copy {
	width: 120px;
	padding: 20px 0 0 0px;
	margin: 0 0 0 190px;
	font-size: 12px;
}
.home_tooltip_copy h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 16px;
}
a.home_bottom {
	padding: 0 0 0 25px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/home_carat.png) no-repeat;	
}
a.home_bottom:hover {
	text-decoration: underline;
	cursor: pointer;
}
.right_box {
	width: 450px;
}
.right_box_top {
	width: 100%;
	height: 16px;
	background: url(../images/right_box_top.png) no-repeat;
}
.right_box_middle {
	padding: 2px 16px 0 16px;
	background: #ffffff;
}
.right_box_bottom { 
	width: 100%;
	height: 16px;
	background: url(../images/right_box_bottom.png) no-repeat;
}
.right_box_left_col {
	float: left;
	width: 170px;
}
.right_box_right_col {
	float: left;
	width: 245px;
	padding: 0;
}
.home_bold {
	font-size: 16px;
	font-weight: bold;
}
/*=================== END HOMEPAGE STYLES ==================*/


/*=================== BEGIN SOCIAL MEDIA STYLES ==================*/
.socmed_left_col {
	float: left;
	width: 665px;
}
.socmed_left_col_top {
	width: 100%;
	height: 16px;
	background: url(../images/socmed/sm_white_top.png) no-repeat;
}
.socmed_left_col_middle {
	padding: 0 16px 0 16px;
	background: #ffffff;
}
.socmed_left_col_middle_inner {
	padding: 10px 30px 10px 30px;
}
.socmed_left_col_bottom {
	width: 100%;
	height: 16px;
	background: url(../images/socmed/sm_white_bottom.png) no-repeat;
}
.socmed_right_col {
	float: left;
	width: 242px;
	padding: 0 0 0 10px;
}
.socmed_right_col_inner {
	padding: 0 0 0 10px;
}
a.download_link {
	display: block;
	padding: 36px 0 30px 75px;
	font-size: 24px;
	color: #394801;
	text-decoration: underline;	
	background: url(../images/socmed/download_icon.png) no-repeat;
}
a.download_link:hover {
	text-decoration: none;
}
/*=================== END SOCIAL MEDIA STYLES ==================*/


/*=================== BEGIN CUSTOMIZABLE SIGNAGE STYLES ==================*/
.signage_left_col{
	float:left;
	width:272px;
	padding: 10px 0 0 20px;
}
.signage_left_col_inner{
	padding: 0 30px 0 0;
}
.signage_left_col a.download_link {
	display: block;
	padding: 36px 0 30px 75px;
	font-size: 24px;
	color: #394801;
	text-decoration: underline;	
	background: url(../images/custom/download_icon.png) no-repeat;
}
.download_indent {
	padding: 0 0 0 20px;
}
.signage_right_col{
	float:left;	
	width:618px;	
}
.signage_right_col_top {
	width: 100%;
	height: 16px;
	background: url(../images/custom/cust_white_top.png) no-repeat;
}
.signage_right_col_middle {
	padding: 0 16px 0 16px;
	background: #ffffff;
}
.signage_right_col_middle_overview {
	padding: 50px 0 50px 0;
}
.signage_right_col_middle_overview_col_1 {
	float: left;
	width: 290px;
}
.signage_right_col_middle_overview_col_2 {
	float: left;
	width: 270px;
	padding: 0 0 0 16px;
}
.signage_right_col_middle_product {
	width: 470px;
	margin: 0 auto 0 auto;
	padding: 80px 0 80px 0;
	text-align: left;
}
.signage_right_col_middle_custom_col_1 {
	float: left;
	width: 250px;
}
.signage_right_col_middle_custom_col_2 {
	float: left;
	width: 315px;
	padding: 0 0 0 20px;
}
.green_block {
	width: 250px;
}
.green_top {
	display: block;
	height: 16px;
	background: url(../images/custom/green_top.png) no-repeat;
}
.green_middle {
	min-height: 170px;
	padding: 0 10px 0 10px;
	color: #ffffff;
	background: url(../images/custom/green_middle.png) repeat-y;
}
.green_middle_left {
	float: left;
	width: 95px;
}
.green_middle_right {
	float: left;
	width: 125px;
	padding: 10px 0 0 10px;
}
.green_bottom {
	width: 100%;
	height: 16px;
	background: url(../images/custom/green_bottom.png) no-repeat;
}
.signage_right_col_bottom {
	width: 100%;
	height: 16px;
	background: url(../images/custom/cust_white_bottom.png) no-repeat;
}
a.section_link,
a.section_link:visited,
a.section_link:active,
a.section_link:hover {
	color: #ffffff;
	cursor: pointer;
}
.tabs_all {
	width: 315px;
	background: url(../images/custom/tabbed_section_top.png) no-repeat;
}
.tab {
	float: left;
	margin: 0;
	padding: 0;
}
.tab a {
	cursor: pointer;
}
.tabbed_section_middle {
	min-height: 430px;
	width: 295px;
	padding: 10px 10px 0 10px;
	background: url(../images/custom/tabbed_section_middle.png) repeat-y;
}
.tabbed_section_bottom {
	width: 315px;
	height: 16px;
	background: url(../images/custom/tabbed_section_bottom.png) no-repeat;
}
.tab_text {
	padding: 0 10px 0 10px;
	text-align: left;
}
.tab_text ul {
	margin: 0;
	padding: 0;
}
.tab_text li {
	margin: 0 0 0 20px;
	padding: 0;
	background: none;
	list-style: disc;
}
/*=================== END CUSTOMIZABLE SIGNAGE STYLES ==================*/


/*=================== BEGIN THANK YOU STYLES ==================*/
.thanks {
	padding: 100px 0 0 0;
}
.thanks h1 {
	color: #788E1E;
	font-size: 48px;
}
/*=================== END THANK YOU STYLES ==================*/


/*=================== BEGIN LOGIN STYLES ==================*/
.login {
	width: 630px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.login_left_col {
	float: left;
	width: 370px;
	padding: 60px 0 0 0;
}
.login_right_col {
	float: left;
	width: 230px;
	padding: 0 0 0 10px;
}
/*=================== END LOGIN STYLES ==================*/


/*=================== BEGIN MEMBER STYLES ==================*/
.become_member {
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #ffffff;
}
.become_member h1 {
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 24px;
	color: #ffffff; 
	background: url(../images/h1_bg.png) no-repeat;
}
.become_member_top {
	width: 100%;
	height: 24px;
	background: url(../images/member/become_member_top.png) no-repeat;
}
.become_member_middle 
{
	padding: 10px 40px 10px 40px;
	background: url(../images/member/become_member_middle.png) repeat-y;
}
.become_member_bottom {
	width: 100%;
	height: 24px;
	background: url(../images/member/become_member_bottom.png) no-repeat;
}
.become_member form {
	width: 520px;	
}
.become_member table td {
	padding: 0 10px 0 0;
}
.MemberInput1 {
	width: 100%;
	border: 2px solid #364500;
	padding: 3px;
}
.MemberCheckBox 
{
	width: 250px;
	display: block;
}
.become_member input.small,
.already_member input.small {
	width: 20px;
	border: 0;
}
.become_member input.submit,
.already_member input.submit {
	border: 0;
	width: 292px;
	height: 71px;
	margin: 0 auto 0 auto;
}
.become_member select,
.already_member select {
	width: 100%;
	padding: 2px;
	border: 2px solid #364500;
}
.already_member {
	width: 334px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #ffffff;
}
.already_member h1 {
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 24px;
	color: #ffffff; 
	background: url(../images/h1_bg.png) no-repeat;
}
.already_member_top {
	width: 100%;
	height: 24px;
	background: url(../images/member/already_member_top.png) no-repeat;
}
.already_member_middle {
	padding: 0 10px 0 10px;
	background: url(../images/member/already_member_middle.png) repeat-y;
}
.already_member_middle_inner {
	padding: 0 11px 0 11px;
}
.already_member_bottom {
	width: 100%;
	height: 24px;
	background: url(../images/member/already_member_bottom.png) no-repeat;
}
.already_member form {
	width: 284px;
}
.already_member input {
	width: 100%;
	border: 2px solid #364500;
	padding: 3px;
}

#CritCommWrapper {
	background: #000 url(http://library.kelloggs.com/critcomm/assets/alert_red.png) no-repeat;
	height: 55px;
	margin: 20px auto;
	padding: 0 0 0 70px;
	width: 970px;
}

#CritCommWrapper p {
	height: 25px;
	padding: 10px 0;
}

#CritCommWrapper a {
	color: #fff;
	font-size: 18px;
}

#CritCommWrapper a:hover {
	color: #cf000d;
}

/*=================== END MEMBER STYLES ==================*/
