/* CSS Document */

/* Reference
--------------

salmon red  = #ea8f65
money green = #afd799
mello yello = #ffc885
linked up blue = #42b2eb

*/

@import url(/css/contact_styles.css);

body {
	background-color: #c8ecff;
	background-image: url(../images/background/_communications_sky_repeat.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	
	/* typography */
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif; 	
}


ul {
	margin-left: 15px;
	padding-left: 0px;	
}


li {
	margin-left: 5px;
	padding-left: 0px;
}


/* Typography */

.leadin {
	font-size: 1.7em;
	line-height: 1.2em;
}

.content_leadin {
	font-size: 1.5em;
	line-height: 1.2em;
}

.ccp_highlight {
	color: #fff;
	background-color: #ffc885;
	padding: 4px;
}

.ccp_sub_highlight {
	color: #fff;
	background-color: #333;
	padding: 4px;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 25px;
	margin-bottom: 10px;
	width: 200px;
	text-align: center;
}

.ccp_sub_highlight_white {
	color: #333;
	background-color: #fff;
	padding: 4px;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 25px;
	margin-bottom: 10px;
	width: 200px;
	text-align: center;
}

.ccp_history_one, .ccp_history_two, .ccp_history_three {
	font-size: 1.4em;
}

.ccp_history_one {
	background-color: #ea8f65;
}

.ccp_history_two {
	background-color: #ffc885;
}

.ccp_history_three {
	background-color: #dc291e;
}

.ccp_num_list {
	list-style: decimal;
	margin-top: 8px;
	line-height: 25px;
}

.ccp_sub_highlight_hidden {
	color: #fff;
	background-color: #fff;
	padding: 4px;
	font-size: 1.3em;
	line-height: 1.2em;
	/*margin-top: 25px;*/
	margin-bottom: 10px;
	width: 200px;
	text-align: center;
}

.ccp_sub_sub_highlight {
	color: #fff;
	background-color: #666;
	padding: 4px;
	font-size: 1.15em;
	line-height: 1.1em;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 180px;
	text-align: center;
}

#coming_soon_copywriting {
	width: 475px;
	padding: 25px;
	font-size: 1.2em;
	line-height: 1.5em;
}



#coming_soon_copywriting a:link, #coming_soon_copywriting a:visited {
	color: #fff;
	background-color: #dc291e;
	padding: 2px;
	text-decoration: none;
}

#coming_soon_copywriting a:hover {
	background-color: #dc291e;
}

.ccp_copyright {
	color: #999;
}

a:link {
	color: #4d4e53;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:visited {
	color: #4d4e53;
}

a:hover {
	color: #dc291e;
}

.store-link {
	color: #dc291e;
}

u, li {
	list-style-type: circle;
}

/* Layout */

#ccp-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1010px;
}

#ccp-container {
	position: relative;
	width: 1010px;
}

#ccp_page_intro {
	position: relative;
	padding-bottom: 40px;
}

#ccp_page_intro_title {
	width: 215px;
	float: left;
}

#ccp_page_intro_text {
	font-size: 1em;
	line-height: 1.2em;
	float: left;
	padding-top: 8px;
	padding-left: 25px;
	width: 600px;
}

#ccp_landing_content {
	margin-top: 20px;
	margin-bottom: 20px;
}

#ccp_bottom_bar_container {
	background-image: url(../images/menu/bottom_menu_bar_repeat.jpg);
	background-repeat: repeat-x;
	height: 75px;
	text-align: center;
}

#ccp_bottom_wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1010px;
}

#ccp_bottom_container {
	position: relative;
}

.ccp-column-grey {
	border-left: 1px dashed #666;
}

/* Inside Content Layout */

#ccp_inside_content_top{
	width: 1003px;
	height: 38px;
}

#ccp_inside_content_middle {
	width: 1003px;
}

.ccp_inside_content_middle_inside_ccp {
	background-image: url(../images/inside/side_title_inside_ccp.png);
	background-repeat: no-repeat;
}

.ccp_inside_content_middle_your_cashier {
	background-image: url(../images/inside/side_title_your_cashier.png);
	background-repeat: no-repeat;
}

.ccp_inside_content_middle_ccp_store {
	background-image: url(../images/inside/side_title_ccp_store.png);
	background-repeat: no-repeat;
}

#ccp_inside_content_middle_stretch {
	background-image: url(../images/inside/Inside_content_repeat.png);
	background-repeat: repeat-y;
	width: 1003px;
}

#ccp_inside_content_main {
	width: 580px;
	padding-left: 200px;
	padding-top: 120px;
}

#ccp_inside_content_bottom {
	width: 1003px;
	height: 30px;
}

.ccp_inside_content_read_more_link, .ccp_inside_content_read_more_link_content {
	display: block;
	padding: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 25px;
	background-image: url(../images/menu/menu_dash_bullet_i.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	background-position: 0px 3px;
}

.ccp_inside_content_read_more_link_content {
	display: inherit;
	margin-top: 10px;
	width: 550px;
	height: 55px;
	padding-top: 20px;
	background-image:url(../images/background/_profile_page_link_back.png);
	background-repeat:no-repeat;
	padding-left: 43px;
}

.ccp_inside_content_read_more_link a:link, .ccp_inside_content_read_more_link a:visited {
 	font-size: 1.3em;
	color: #dc291e;	
	text-decoration: none;
}

.ccp_inside_content_read_more_link a:hover {
	color: #fff;
	background-color: #ec9974;
	padding: 4px;
}

.ccp_staff_table td, .ccp_management_table td {
	text-align: center;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
}

.ccp_staff_table a:link, .ccp_staff_table a:visited, .ccp_management_table a:link, .ccp_management_table a:visited {
	font-size: 1.5em;
	color:#dc291e;
	text-decoration: none;
}

.ccp_staff_table a:hover, .ccp_management_table a:hover {
	color:#4d4e53;
}

.ccp_staff_table td {
	padding: 4px;
}

/* FOOTER */



.ccp_footer_yellow_divide {
	width: 100%;
	background-color: #4d4e53;
	height: 20px;
}

.ccp_footer_blue_divide {
	width: 100%;
	background-color: #dc291e;
	height: 20px;
}

.ccp_footer_green_divide {
	width: 100%;
	background-color: #dc291e;
}

.ccp_footer_grey_divide {
	width: 100%;
	background-color: #e5e5e5;
	height: 25px;
}

.ccp_footer_bottom_grey_divide {
	margin: 0 auto;
	background-color: #e5e5e5;
	padding: 15px;
}

#ccp-footer-sustainability-bar {
	width: 100%;
	background-color: #94d372;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #fff;
}

#ccp-footer-sustainability-container {
	margin: 0 auto;
	text-align: left;
	width: 1010px;
}


#ccp-footer-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1010px;
}

#ccp-footer-container {
	position: relative;
	width: 1010px;
	padding: 25px;
}

#ccp-footer-table {
	position: relative;
	width: 950px;
	margin-top: 25px;
}

#ccp-footer-table-a {
	float: left;
	width: 425px;
}

#ccp-footer-table-b {
	float: right;
	width: 425px;
}

.ccp-footer-table-bottom-padding {
	padding-bottom: 10px;
}

.ccp-footer-table-a-table {
	position: relative;
	width: 425px;
	margin-top: 15px;
}

.ccp-footer-table-a-table-a {
	float: left;
	width: 210px;
}

.ccp-footer-table-a-table-b {
	float: right;
	width: 150px;
}

.ccp-footer-table-b-table {
	position: relative;
	width: 425px;
	margin-top: 15px;
}


#ccp-footer-container {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #fff;
}

#ccp-footer-sustainability-container td {
	color: #fff;

}

#ccp-footer-container td {
	color: #fff;
	line-height: 1.5em;
}

.ccp-footer-leadin {
	font-size: 1.5em;
	line-height: 1.3em;
}

.ccp-footer-highlight {
	background-color: #ea8f65;
	color: #ffffff;
	padding: 4px;
}

.ccp-footer-label-yellow {
	background-color: #ffc885;
	color: #ffffff;
	padding: 4px;
	border: #f2aa5e solid 1px;
}

.ccp-footer-highlight-yellow {
	background-color: #ffc885;
	color: #ffffff;
	padding: 4px;
}

.ccp-footer-label-green {
	background-color: #94d372;
	color: #ffffff;
	padding: 4px;
	border: #82c15f solid 1px;
}

.ccp-footer-label-blue {
	background-color: #dc291e;
	color: #ffffff;
	padding: 4px;
	border: #2791d1 solid 1px;
}

.ccp-footer-label-red {
	background-color: #ea8f65;
	color: #ffffff;
	padding: 4px;
	border: #d0673f solid 1px;
}

#ccp-footer-container a:link, #ccp-footer-container a:visited {
	color: #fff;
	text-decoration: none;
}

#ccp-footer-container a:hover {
	color: #000;
}

#ccp-footer-table-a a:hover, #ccp-footer-sustainability-bar a:hover {
	color: #ffffff;
	background-color: #333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


.ccp_content_td {
	padding-left: 25px;
}

.ccp_side_banner_td {
	padding-right: 25px;
}


.ccp_divide_2_c {
	width: 155px;
	background-color: #dc291e;
	height: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}


/* Misc Stuff
========================================== */

/* LOGO */

#ccp_logo, #ccp_landing_logo {
	float: left;
}

#ccp_logo {
	margin-left: 50px;
}

.ccp-15-top-margin {
	margin-top: 15px;
}



/* 	TWITTER STUFF */

.ccp_twitter_container {
	border-right: 2px dashed #ccc;
	padding: 15px;
}

.ccp_twitter_container_right {
	padding: 15px;
}

.ccp-twitter-name {
	padding-left: 10px;
}

.ccp-twitter-title {
	font-size: 1.4em;
	font-weight: bold;
	color: #ea8f65;
}

.ccp-twitter-title-basic {
	font-size: 1.1em;
	font-weight: bold;
	color: #ea8f65;
}

.twitter_update_list {

}

.ccp-twitter_div {

}

/* FLICKR STUFF */

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#999999;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; text-align:left; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#ea8f65;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#999999 !important;}

/* BLOG STUFF */

.ccp-recent-blog li {
	margin-top: 8px;
}

.ccp-recent-blog ul {
	padding-left: 15px;
}

/* CHAT SUPPORT */

#ccp_chat_support {
	position: absolute;
	top: 200px;
	right: 75px;
	z-index: 58;
}

#ccp_chat_support_product {
	position: absolute;
	top: 200px;
	right: 55px;
	z-index: 58;
}

#ccp_chat_support_scripts {
	position: absolute;
	z-index: 68;
	float: left;
	top: 7px;
	left: 48px;
}















