/*----------------------------------------------------------------------------*/
/*---- GLOBAL OVERRIDES ----*/
/*----------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Corbel, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	display: block; /*overriding Salesforce CSS declarations*/
}
a {
	color: #2A8A1F;
	text-decoration: none;
        font-weight: bold;
}
a:hover {
	background-color: #2A8A15;
        color: #FFFFFF;
}
big {
	
	font-size: 1.5em;
}
textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #2D1C02;
}
select {
	font-size: 1em;
	color: #2D1C02;
}
h1 {
	margin-top: 0;
}
.col-b h2.top {
	margin-top: 0;
}
h2 p {
    font-size: 1.1em;
}

/*---- Forms ----*/
form {
	margin: 0;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

div.profile-form div.error p,
form div.error p {
	text-transform: uppercase;
	font-weight: bold;
	color: #f00;
}
form span.error label {
	color: #f00;
}
form input {
	color: #2D1C02;
}

/*---- Stylized Form Buttons ----*/
form span.sbx_button {
	height: 26px;
	display: block;
	float: left;
	background: transparent url(../images2/global/button_bg_1b.gif) 0 0 no-repeat;
	color: #2D1C02;
	text-decoration: none;
}
form span.sbx_button input.sbx_button {
	border: none;
	height: 26px;
	margin: 0; /*2009-12-11*/
	padding: 0 10px 0 10px;
	display: block;
	background: transparent url(../images2/global/button_bg_2b.gif) 100% 0 no-repeat;
	cursor: pointer;
	color: #2D1C02;
	font-size: 1em;
	vertical-align: top;
}

/*----------------------------------------------------------------------------*/
/* HEADER */
/*----------------------------------------------------------------------------*/

#header {
	width: 100%;
	min-width: 990px;
	_width: auto;
	height: 240px;
	background-color: #fff;
	overflow: hidden;
}
#header .content {
background:url("../images2/customer/header_logo.jpg") no-repeat scroll 22px 30px transparent; /* !!! IMAGEUPDATED */
height:195px;
margin:0 auto;
position:relative;
width:990px;
}

/*---- Titles ----*/
#header h1#corp-title {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#header h2#site-title {
	position: absolute;
	left: 21px;
	top: 11px;
	overflow: hidden;
}
#header h2#site-title a {
	display: block;
	width: 260px;
	height: 70px;
	text-indent: -10000px;
	overflow: hidden;
	margin: 0 0 0 30px;
}
#header h2#site-title a:hover {
    background-color: transparent;
}

/*---- Primary Navigation ----*/
ul#nav1 {
	position: absolute;
	left: 315px;
	top: 109px;
	overflow: hidden;
	width: 640px;
	height: 80px;
	margin: 0;
	padding: 0;
}
ul#nav1 li {
	float: left;
	display: inline;
	margin: 0 6px 0 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin:0 0 0 -1px;
	overflow: hidden;
        color:#fff;
}

ul#nav1 li li {
    color:#2A8A1F;
    font-weight: bold;
    line-height: 16px;
}
ul#nav1 li a {
	display: block;
	
	color:#000;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	_float: left;
}


ul#nav1 li a span {
	display: block;
	height: 22px;
	padding: 5px 18px 0;
	cursor: pointer;
	_float: left;
}
ul#nav1 li.hilite a:hover,
ul#nav1 li.active a:hover {
	text-decoration: none;
	color: #2D1C02;
        
}
/*subnav*/
ul#nav1 li ul.subnav {
	display: none;
	position: absolute;
	left: 55px;
	top: 45px;
	width: auto;
	_width: 650px;
	margin: 0;
	padding: 0;
}
ul#nav1 li.hilite ul.subnav,
ul#nav1 li.active ul.subnav {
	display: block;
}
ul#nav1 li.hilite ul.subnav li,
ul#nav1 li.active ul.subnav li {
	margin: 0 15px 0 0;
}
ul#nav1 li.hilite ul.subnav li a,
ul#nav1 li.hilite ul.subnav li a span,
ul#nav1 li.active ul.subnav li a,
ul#nav1 li.active ul.subnav li a span {
	background: none;
	height: auto;
        color: #000;
	text-decoration: none;
}
ul#nav1 li ul.subnav li a{
    text-transform: none;
}
ul#nav1 li.hilite ul.subnav li a,
ul#nav1 li.active ul.subnav li a {
        color: #000;
	font-size: 1em;
	text-decoration: none;
}
ul#nav1 li.hilite ul.subnav li.active a,

ul#nav1 li.active ul.subnav li.active a {
	text-decoration: none;
	color: #2D1C02;
}

ul#nav1 li.hilite ul.subnav li a:hover,
ul#nav1 li.active ul.subnav li a:hover {
    background-color: #2A8A15 !important;
    color: #FFFFFF !important;

}



#skip-nav {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*---- Site Toggle ----*/
#site-toggle {
	position: absolute;
	left: 766px;
	top: 28px;
	z-index: 100;
	width: 200px;
	overflow: hidden;
}
#site-toggle ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#site-toggle ul li {
	font-size: 0.8em;
	float: left;
	border-right: 1px solid #f3f3f3;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	line-height: 1.2em;
}
#site-toggle ul li.last {
	border-right: none;
	margin: 0;
	padding: 0;
}
#site-toggle ul li a {
	display: block;
	color: #353636;
	text-decoration: none;
}
#site-toggle ul li a:hover {
	
}

/*---- User Area ----*/
#user-area {
    left:28px;
    overflow:hidden;
    position:absolute;
    top:196px;
}
#user-area span {
display:block;
float:left;
margin:0 10px 0 0;
padding:5px 0 0;
}
#user-area span.greeting {
font-family:Corbel,Arial,Verdana,sans-serif;
font-size:1.25em;
font-weight:900;
padding:3px 0 0;
}
#user-area span.username {
font-family:Corbel,Arial,Verdana,sans-serif;
font-size:1.25em;
font-weight:bold;
padding:3px 3px 0 0;
}
#user-area a.sbx_button {
background:url("../images2/global/button_bg_1b.gif") no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
color:#FFFFFF;
display:block;
float:left;
font-size:1em;
height:28px;
margin:0 8px 0 0;
overflow:hidden;
text-decoration:none;
background-position: left top;
}

#user-area a.sbx_button:hover {
    background-position: left bottom;

}

#user-area a.sbx_button span {
color:#FFFFFF;
cursor:pointer;
display:block;
height:22px;
margin:0;
padding:6px 20px 0;
}



/*---- Signed-in Menu ----*/
#user-menu {
left:334px;
overflow:hidden;
position:absolute;
top:196px;
}
#user-menu ul {
	margin: 0;
	padding: 0 0 0 18px;
	overflow: hidden;
	list-style: none;
	background: transparent url(../images2/global/user_menuitem_bg.gif) 0 50% no-repeat;
	_width: 100%;
}
#user-menu ul li {
	float: left;
}
#user-menu ul li a.sbx_button {
background:url("../images2/global/button_bg_1b.gif") no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
color:#2D1C02;
display:block;
float:left;
font-size:0.9em;
height:28px;
margin:0 5px 0 0;
overflow:hidden;
text-decoration:none;
}
#user-menu ul li a.sbx_button span {

color:#FFFFFF;
cursor:pointer;
display:block;
height:21px;
margin:0;
padding:7px 15px 0;
text-transform:capitalize;
}

/*---- Social Networks ----*/
ul#social-networks {
left:806px;
margin:0;
padding:0;
position:absolute;
top:194px;
width:150px;
}
ul#social-networks li {
	margin: 0 0 5px 0;
	overflow: hidden;
	line-height: 1em;
}
	ul#social-networks li h5 {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 0.75em;
		font-weight: normal;
	}
	ul#share-links {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}
	ul#share-links li {
		float: left;
		display: inline;
		margin: 0 5px 0 0;
		line-height: 1em;
	}
	ul#share-links a {
		display: block;
		width: 11px;
		height: 11px;
		overflow: hidden;
		text-indent: -10000px;
		background-image: url(../images2/global/icon_social_network.gif);
		background-repeat: no-repeat;
	}
	ul#share-links li.facebook a {
		background-position: 0 0;
	}
	ul#share-links li.del-icio-us a {
		background-position: -20px 0;
	}
	ul#share-links li.myspace a {
		background-position: -40px 0;
	}
	ul#share-links li.stumbleupon a {
		background-position: -60px 0;
	}
	ul#share-links li.cocomment a {
		background-position: -80px 0;
	}
	ul#share-links li.twitter a {
		background-position: -100px 0;
	}
	ul#share-links li.reddit a {
		background-position: -120px 0;
	}
	ul#social-networks li a.twitter {
		float: left;
		display: block;
		width: 53px;
		height: 11px;
		background: transparent url(../images2/global/icon_twitter.gif) 0 0 no-repeat;
		text-indent: -10000px;
		margin: 1px 0 0 0;
	}

/*----------------------------------------------------------------------------*/
/*---- MAIN ----*/
/*----------------------------------------------------------------------------*/

/*---- Moderator flag ----*/
.moderator {
	color: #00704a;
}

/*---- Main Content ----*/
#main {
	background-color: #fff;
	min-width: 990px;
	border-top: 1px solid #ECECEC;
	background: transparent url(../images2/global/main_fade_bg.jpg) 0 100% no-repeat;
}
#main .content {
	margin: 0 auto 0 auto;
	padding: 40px 30px 100px 30px;
	width: 930px;
	overflow: hidden;
	background: transparent url(../images2/global/main_bg.png) 0 20px no-repeat;
	_background: transparent url(../images2/global/main_bg.gif) 0 20px no-repeat;
}
#main big.uline {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #BDBCB9;
}
#main .content .col-a {
	float: right;
	width: 624px;
}
#main .content .col-b {
	float: left;
	width: 262px;
}

/*---- Home Page Intro ----*/
.home-intro {
	width: 624px;
	overflow: hidden;
	padding: 5px 0 20px 0;
}

/*---- Headings ----*/
#main h1 {
	font-size: 1.8em;
	font-weight: normal;
	background: transparent url(../images2/global/heading_line.gif) 0 78% no-repeat;
}
#main h1 span {
	background-color: #fff;
	padding: 0 6px 0 0;
}
#main h2 {
	font-size: 1.7em;
	font-weight: normal;
	background: transparent url(../images2/global/heading_line.gif) 0 78% no-repeat;
	margin-bottom: 13px;
}
#main h2 span {
	background-color: #fff;
	padding: 0 6px 0 0;
}
#main h3 {
	font-size: 1.4em;
	font-weight: normal;
}

/*---- Search Field ----*/

.search_module {
	display: block;
	overflow: hidden;
	margin: 0 0 17px 0;
	width: 261px;
    background:url("../images2/global/field_search.gif") no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
}
.search_module .search_module_textbox {
    background:url("../images2/global/field_search.gif") no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
border:medium none;
color:#000000;
display:block;
float:left;
font-size:1.1em;
height:27px;
padding:3px 0 0 8px;
width:226px;
}
.search_module .search_module_button {
background:url("../images2/global/field_search.gif") no-repeat scroll 100% 0 transparent; /* !!! IMAGEUPDATED */
border:medium none;
cursor:pointer;
display:block;
float:right;
height:30px;
text-indent:-10000px;
width:27px;
}

.search_module .search_module_button:hover{
    background-position: 100% 100%;
}
/*---- Partner Category ----*/
.partner-category {
	margin: 0 0 50px 0;
	_width: 100%;
}
#main .partner-category h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 20px 0;
}
.partner-category ul {
	margin: 0 0 25px 0;
	padding: 0 0 15px;
	list-style: none;
	_width: 100%;
        background: transparent url(../images2/global/heading3_line.gif) 0 100% no-repeat;
	
}
.partner-category ul li {
	overflow: hidden;
	margin: 0 0 5px 0;
	_float: left;
	_clear: both;
	_width: 100%;
}
.partner-category ul li span {
        font-size: 1.1em;
	float: left;
	display: block;
	width: 60px;
	text-align: center;
}
.partner-category ul li a {
	float: left;
	display: inline-block;
	
	font-size: 0.98em;
}
.partner-category ul li div {
	float: right;
	display: block;
	width: 202px;
	font-size: 0.9em;
}
.archives_module{
    padding-top: 6px;
    margin-bottom: 25px;
}
.archives_module #ArchiveSideBar a{
    line-height: 1.56em;
}
/*---- tags_module ----*/
div.tags_module
{
    display:block;
}

div.tags_module .tags_level1 {
	font-size:11px;
}
div.tags_module .tags_level2 {
	font-size:15px;
}
div.tags_module .tags_level3 {
	font-size:16px;
	font-weight:bold;
}
div.tags_module .tags_hidden {
	display:none;
}

/*---- Idea List Key ----*/
ul.idea-list-key {
    width: 218px;
    margin: 0 0 25px 0;
    padding: 20px 20px 10px 20px;
    overflow: hidden;
    list-style: none;
    border: 1px solid #DCDBD4;
}
ul.idea-list-key li {
	margin: 0 0 10px 0;
}
ul.idea-list-key li small {
	display: block;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 1.8em;
	font-size: 0.90em;
	_float: left;
}
ul.idea-list-key li small.launched {
	background-image: url(../images2/global/icon_launched.gif);
	padding: 0 0 0 25px;
}
ul.idea-list-key li small.reviewed {
	background-image: url(../images2/global/icon_reviewed.gif);
	padding: 0 0 0 25px;
}
ul.idea-list-key li small.coming-soon {
	background-image: url(../images2/global/icon_in_progress.gif);
	padding: 0 0 0 25px;
}
ul.idea-list-key li small.under-review {
	background-image: url(../images2/global/icon_under_rev.gif);
	padding: 0 0 0 23px;
}
ul.idea-list {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background: transparent url(../images2/global/uline_main.gif) 0 0 no-repeat;
}
ul.idea-list li {
	line-height: 1.6em;
	margin: 0 0 2px 0;
	overflow: hidden;
	clear: both;
	font-size: 0.9em;
}
ul.idea-list li a {
	float: left;
	margin: 0 5px 0 0;
	text-decoration: none;
}
ul.idea-list li a:hover {
	
}
ul.idea-list li small {
	display: block;
	float: left;
	width: 22px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -10000px;
}
ul.idea-list li small.launched {
	background-image: url(../images2/global/icon_launched.gif);
}
ul.idea-list li small.reviewed {
	background-image: url(../images2/global/icon_reviewed.gif);
}
ul.idea-list li small.in-the-works {
	background-image: url(../images2/global/icon_in_progress.gif);
}
ul.idea-list li small.under-review {
	background-image: url(../images2/global/icon_under_rev.gif);
}

/*---- RSS Feed, Pagination ----*/
div.page-actions {
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;
	clear: both;
}
div.page-actions .pagination {
	float: right;
}
div.page-actions .pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	_float: right;
}
div.page-actions .pagination ul li {
	float: left;
	display: inline;
	margin: 0 8px 0 0;
	font-size: 1em;
	color: #2D1C02;
	padding-top: 2px;
        font-family: Arial, sans-serif;
}
div.page-actions .pagination ul li a {
	text-decoration: none;
}
div.page-actions .pagination ul li.last {
	margin: 0;
}
div.page-actions .pagination ul li.next {
	font-size: 1em;
	margin-left: 2px;
	
}
a.rss-link {
    display: block;
    height: 16px;
    font-size: 0.9em;
    background: transparent url(../images2/global/icon_rss.gif) 0 0 no-repeat;
    padding: 0 0 0 20px;
}

a.rss-link:hover {
    background-color: #2A8A15
}

div.add-this {

}
div.page-actions a.rss-link {
	float: left;
}
div.page-actions div.add-this {
	float: right;
}

/*---- Article Entry ----*/

.entry,
.entry_individual {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 15px;
	_width: 100%;
}
.entry .entry_title {
	font-size: 1.6em;
	font-weight: 100;
	margin: 0 0 2px 0;
	overflow: hidden;
	
}

.entry_title a {
    color:#000;
}

.entry_title a:hover {
    color:#fff;
}

.entry_individual .entry_title {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	overflow: hidden;
	
}
.entry_individual .entry_title a {
	color: #2D1C02;
}
.entry_individual .entry_title a:hover {
	text-decoration: none;
	cursor: default;
}
.entry .entry_title img.key,
.entry_individual .entry_title img.key {
	margin-left: 5px;
}


div.comments div.comment small.meta, div.comments-inbox div.comment small.meta, small.meta {
    font-size: .90em;
}

span.entry_author {font-weight: bold}

.entry_meta {
	margin: 0 0 24px 0;
	overflow: hidden;
}
.entry_meta table {
	width: 624px;
}
.entry_meta table td {
	vertical-align: top;
}
.entry_meta table td.col-1 {
	width: 429px;
}
.entry_meta table td.col-2 {
	width: 70px;
}
.entry_meta table td.col-3 {
	width: 125px;
}
.entry .entry_body,
.entry_individual .entry_body {
	margin: 0 0 22px 0;
	line-height: 1.55em;
        font-size: 1.1em;
}
.entry .entry_body .entry_avatar,
.entry_individual .entry_body .entry_avatar {
	float: left;
	margin: 2px 15px 5px 0;
}
.entry .entry_meta_bottom,
.entry_individual .entry_meta_bottom {
	clear: both;
}
.entry .entry_meta_bottom td,
.entry_individual .entry_meta_bottom td {
	vertical-align: top;
}
.entry .entry_meta_bottom .comments div,
.entry_individual .entry_meta_bottom .comments div{
    padding-right: 20px;
}
.entry .entry_meta_bottom a,
.entry_individual .entry_meta_bottom a {
	display: block;
	font-size: 0.9em;
	line-height: 1.75em;
	background-position: 0 60%;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-right: 10px;
}
.entry .entry_meta_bottom td.posttags,
.entry_individual .entry_meta_bottom td.posttags
{
    background-image:url("../images2/global/icon_tags.gif"); /* !!! IMAGEUPDATED */
    background-repeat: no-repeat;
    padding:0 0 0 25px;


}
.entry .entry_meta_bottom td.posttags a,
.entry_individual .entry_meta_bottom td.posttags a
{
    display:inline;
    margin-right: 0;

}
.entry .entry_meta_bottom a:hover,
.entry_individual .entry_meta_bottom a:hover {
	background-color: #2A8A15;
    color: #FFFFFF;
}
.entry .entry_meta_bottom a.comments,
.entry_individual .entry_meta_bottom a.comments {
    background-image:url("../images2/global/icon_comment.gif"); /* !!! IMAGEUPDATED */
	padding: 0 0 0 30px;
	white-space:nowrap;
        line-height: 19px;
}


.entry_body ul {
	margin: 1em 0 1em 1em;
	padding: 0 0 0 1em;
}
.entry_body ul li {
	margin: 0 0 1em 0;
}

/*---- Comments ----*/
.comment {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #BDBCB9;
	clear: both;
	_width: 100%;
}
.comment .comment_left {
	width: 140px;
	float: left;
	font-size: 0.98em;
	overflow: hidden;
	padding: 1.3em 0 1.3em 0;
	_padding-top: 0.25em;
}
.comment .comment_right {
	width: 460px;
	float: right;
	border: none;
	padding: 0;
        font-size: 1.1em;
}
.comment .comment_right_mod
{
    width: 460px;
	float: right;
	border: none;
	padding: 0;
	color:#de8e16;
        font-size: 1.1em;
}
.comment .comment_author {
	font-weight: bold;
	margin: 0 0 2px 0;
}
.comment .comment_author_mod
{
    font-weight: bold;
	margin: 0 0 2px 0;
	color:#de8e16;
}
.comment .comment_date {
}

.post_comment_container {
	clear: both;
}
.post_comment_container .post_comment_left {
	float: left;
	width: 88px;
	margin-top: 12px;
	padding-right: 20px;
	text-align: right;
}
.post_comment_container .post_comment_right {

}
.post_comment_container .post_comment_right .sbx_buttons {
	padding: 20px 0 0 108px;
	_padding-top: 0;
	overflow: hidden;
	clear: both;
}
.post_comment_container .post_comment_right .post_comment_field {
	float: left;
	width: 494px;
	_width: 491px;
	height: 242px;
	border: 1px solid #D3D2D0;
	background-color: #fff;
	padding: 10px;
	font-size: 1.25em;
}
.post_comment_container .post_comment_right .post_comment_button {
	padding: 0 0 0 108px;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
}
/*Sign-in Message*/
.entry_individual_makeacomment {
	padding-top: 5px;
	overflow: hidden;
}
.entry_individual_makeacomment span {
	line-height: 2em;
	_float: left;
}
.entry_individual_makeacomment a.sbx_button {
	background:url("../images2/global/button_bg_1b.gif") no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
color:#FFFFFF;
display:block;
float:left;
height:28px;
text-decoration:none;
margin-right: 10px;
}
.entry_individual_makeacomment a.sbx_button span {
	background:url("../images2/global/button_bg_2b.gif") no-repeat scroll 100% 0 transparent; /* !!! IMAGEUPDATED */
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:1em;
height:28px;
margin:0;
padding:0 20px;
vertical-align:top;
}


/*----------------------------------------------------------------------------*/
/* FOOTER */
/*----------------------------------------------------------------------------*/

#footer {
background-color:#282828;
border-top:5px solid #71B43A;
min-width:990px;
width:100%;
}
#footer .content {
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 48px 30px 20px 30px;
	overflow: hidden;
	background: transparent url('../images2/global/logo_footer_starbucks.gif') no-repeat 905px 53px; /* !!! IMAGEUPDATED */
}

/*---- Secondary (bottom) Navigation ----*/
#nav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav3 li {
	float: left;
	width: 165px;
	color: #fff;
	margin: 0 0 40px 0;
}
#nav3 li h5 {
	font-size: 0.8em;
	margin: 0 0 10px 0;
}
#nav3 li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav3 li ul li {
	margin: 0 0 5px 0;
	line-height: 0.7em;
}
#nav3 li ul li a {
	color: #fff;
	font-size: 0.7em;
	text-decoration: none;
}
#nav3 li ul li a:hover {
	
}
#sf-link a {
	display: block;
	width: 135px;
	height: 33px;
	background: transparent url(../images2/global/icon_salesforce.gif) 0 0 no-repeat; /* !!! IMAGEUPDATED */
	text-indent: -10000px;
}
/*---- Tertiary (copyright) Navigation ----*/
#nav4 {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#nav4 li {
	float: left;
	display: inline;
	font-size: 0.65em;
	color: #fff;
	padding: 0 15px 0 0;
}
#nav4 li a {
	color: #fff;
	text-decoration: none;
}
#nav4 li a:hover {
	
}



.module_heading{
    display:block;
    color:#2D1C02;

    display: block;
    margin: 20px 0px 20px 0px;

    background-color:#FFFFFF;
    padding:0 6px 0 0;
    background: transparent url(../images2/global/heading_line.gif) 0 78% no-repeat;

    font-size:2em;
    font-weight:normal;
}

.rule
{
    border-bottom:1px solid #BDBCB9;
    clear:both;
    margin:0 0 15px;
    overflow:hidden;
    padding:0 0 15px;
}

.archiveYearLink span.minus
{
	display: none;
	font-size: 1.0em;
}

.archiveYearLink span.plus
{
	display: inline;
	font-size: 1.0em;
}

div.archiveItem
{
	padding-left: 15px;
}

.monthsShown span.minus
{
	display: inline;
	font-size: 1.0em;
}

.monthsShown span.plus
{
	display: none;
	font-size: 1.0em;
}

