.object {
	padding-bottom:24px;
	position:relative;	
}

.body ul {
	line-height: 180%;
	margin-bottom: 12px;
	margin: 0px 6px 12px 6px;	
	list-style: disc;
	margin-left: 24px;
}

.body .ul_two {
	padding-left:48px;
}	

#markup-14 .body ol{
	line-height: 180%;
	margin-bottom: 12px;
	margin: 6px 6px 12px 6px;	
	margin-left: 24px;
}	

#markup-8 .body ul p,
#markup-9 .body ul p,
#markup-11 .body ul p,
#markup-14 .body ul p,
#markup-14 .body ol p{
	margin-bottom: 0px;
	margin-left: -24px;	
}

.list .body {
	display:none;
}

.list .shortform {
	display:block;
}

.detail .body {
	display:block;
}

.detail .shortform {
	display:none;
}

.post-image {
	margin-bottom:12px;
}

.list .post-image {
	float:left;
}

.title {
	float:left;
	margin:0 0 12px -6px;
	color:#000;
}

.body p {
	margin-bottom:12px;
}

.title h3 {
	font-size:20px;
	padding:0 16px 0 0px;
	background:url(../imgs/tiling-title-bg-right.png) repeat-y right top;
}

.title h3 span {
	padding:0 0 0 6px;
	background:url(../imgs/tiling-title-bg-left.png) repeat-y left top;
	line-height:28px;
	display:block;
}

.subtitle {
	clear:both;
	position:relative;
	/*background:url(/imgs/object-btm.gif) repeat-x scroll bottom left;*/
	border-bottom:1px solid #e5e5e5;
	margin:0 0 6px 0;
}

.subtitle h3,
.subtitle strong {
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:140%;	
}

.pseudo-r .subtitle h3 {
	font-size:12px;
}

.subtitle strong {
	float:none;
}	

.subtitle img {
	position:absolute;
	bottom:-1px;
}

.subtitle .fadel {
	left:-12px;
}

.subtitle .fader {
	right:0;
}

.date {
	font-style:italic;
}

.title .date {
	font-weight:bold;
	font-size:10px;
	font-style:normal;
	margin:12px 0;
	display:block;
}

.icon {
	-moz-box-shadow:0 0 6px #AAAAAA;
	-webkit-box-shadow:0 0 6px #AAAAAA;
	box-shadow:0 0 6px #AAAAAA;
	background:none repeat scroll 0 0 #FFFFFF;
	float:left;
	margin-right:12px;
	padding:5px;
	margin-bottom:6px;
}

.icon img {
	border:1px solid #FFFFFF;
}

.body {
	clear:both;
	font-size:14px;
	line-height:180%;
	margin-bottom:6px;
}

.object .content-body .body {
	margin-bottom:0px;
}

.pseudo-r .body {
	font-size:12px;
}

#section-title {
	margin-bottom: 10px;
}

#two .date {
	margin-bottom: 6px;
}

#two .bodyshortform a {
	background: transparent;
	color: #f2f2f2;
}

.more-post {
	font-size:10px;
	margin-top:-12px;
	padding-right:6px;
	text-align:right;
}

.object .content-body {
	float:left;
	width:450px;
}

.object .viewmore {
	font-size:11px;
	margin-bottom:-3px;
}

.object .viewmore a {
	color:#0073CF;
	display:block;
	line-height:1;
	margin-top:12px;
}

.object .viewmore .tags a {
	display:inline;
	margin-top:0px;
}


.object .content-body .title {
	margin:0 0 6px;
}

.object .title h4 {
	font-size:16px;
}
	
.object-btm {
	border-bottom:1px solid #E5E5E5;
	clear:both;
	font-size:10px;
	margin:24px 0 0;
	position:relative;
}

.object-btm img {
	position:absolute;
	top:-1px;
}

.object-btm .fadel {
	left:0;
	display:none;
}

.object-btm .fader {
	right:0;
	display:none;
}

.object-btm table {
	width:100%;
	border-collapse:collapse;
}

.object-btm table tr .more {
	text-align:right;
}

.pagination {
	text-align:right;
	margin:-18px 0 24px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:right;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.pagination a,
.pagination span {
	border-left:1px solid #C5C5C5;
	float:left;
	line-height:10px;
	padding:0 6px 1px 6px;
}

.pagination a:hover,
.pagination .current {
	padding-bottom:0;
	border-bottom:none;
	color:#262626;
}

.pagination .prev {
	border-left:none;
}

.main-form {
	clear:both;
}

.toggle-object {
	display:none;
}

.toggle-object.open {
	background:transparent url(/imgs/arrow-down.png) no-repeat scroll left 9px;
}

.toggle-object.close {
	background:transparent url(/imgs/arrow-up.png) no-repeat scroll left 9px;
}

/* create new admin.css stylesheet where it is only called if admin is logged in */
.admin-actions {
	float:left;
	position:relative;
	z-index:20;
	text-transform:uppercase;
	clear:left;
}

.admin-actions a {
	padding:3px 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#222 url(/imgs/btn.png) repeat-x left 5px;
	border:1px solid #222;
	color:#fff;
	text-align:center;
	float:left;
	margin:4px 6px 0 0;
	font-size:10px;
}

.admin-actions .admin-delete-link {
	background:#cc0000 url(/imgs/btn.png) repeat-x left 5px;
	border:1px solid #cc0000;
}

.admin-actions .admin-cancel-link {
	background:#222 url(/imgs/btn.png) repeat-x left 5px;
	border:1px solid #222;
	display:none;
}

.object .admin-actions a,
.object .admin-actions .admin-delete-link,
.object .admin-actions .admin-cancel-link {
	background:transparent;
	padding:0;
	color:#3B8C9F;
	font-size:12px;
	border:none;
	margin:0 6px 0 0;
}

.object .admin-actions .admin-delete-link {
	color:#cc0000;
}

.admin-actions a:hover {
	border:1px solid #fff;
}

.admin-action .admin-delete-link:hover {
	border:1px solid #fff;
}

.object .admin-actions a:hover,
.object .admin-actions .admin-cancel-link:hover,
.object .admin-actions .admin-delete-link:hover {
	border:none;
}

.create-new {
	display:block;
	margin-bottom:24px;
	float:none;
	clear:both;
}

.object .create-new {
	padding-top:6px;
	margin:0 auto 12px 0;
} 

.create-new a,
.object .create-new a {
	display:block;
	width:190px;
	font-size:16px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	float:none;
	margin:0 auto;
	text-align:center;
}

.create-new a:hover {
	border:1px solid #fff;
}
/* - */




/* create a new tags.css file that is only called if the content in the section is taggable */
.tags {
	font-weight:bold;
}

.tags {
	font-style:italic;
	font-size:10px;
	text-align:left;
	margin-top:6px;
}

#tag-cloud {
	line-height:14px;
}

#tag-cloud a {
	margin:0 6px 6px 0;
	padding:3px;
	border:1px solid #fff;
	float:left;
}

#tag-cloud a:hover,
#tag-cloud .current {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:#262626;
	color:#fff;
	border-color:#000;
	text-decoration:none;
}

.toggle-object {
	bottom:19px;
	font-size:10px;
	left:0;
	position:absolute;
	z-index:1;
	padding-left:8px;
}
/* - */






/* std-features */
.std-features {
	clear:both;
}

.std-features a {
	float:left;
	display:block;
	height:104px;
	width:320px;
	background:url(/imgs/sprite2.png) no-repeat scroll -1936px top;
	color:#999;
	font-size:12px;
	font-weight:normal;
}

.std-features a:hover {
	border:none;
	background-position:-1936px -104px;
	text-decoration:none;
}

.std-features .french-feature {
	font-size:10px;
}

.std-features .french-feature strong {
	margin-bottom:4px;
}

.std-features .middle-feature {
	margin:0 4px;
}

.std-features .feature-img {
	margin-right:4px;
	float:left;
	cursor:pointer;
}

.std-features strong {
	font-size:16px;
	font-weight:bold;
	display:block;
	color:#262626;
}

.std-features .french-feature strong {
	font-size:12px;
}

.std-features .feature-text {
	padding: 16px 16px 16px 0;
	display:block;
	cursor:pointer;	
}

.std-features #home-feature-3 .feature-text {
	padding-right:12px;
}

#home-feature-1 .feature-img {
	padding:5px 0 0 0;
}

#home-feature-2 .feature-img {
	padding:9px 0 0 0;
}

#home-feature-3 .feature-img {
	padding:7px 0 0 0;
}
/* - */


.body .std-features {
	margin:0 -4px 48px -4px;
}

.body .std-features a {
	float:left;
	height:97px;
	margin:0;
	padding:0;
	width:296px;
	background-position:-2256px top;
	line-height:140%;
}

.body .std-features a:hover {
	background-position:-2256px -104px;
	text-decoration:none;
}

.body .std-features #send-money-feature-1 .feature-img {
	padding:12px 8px 0 0;
}

.body .std-features #send-money-feature-2 .feature-img {
	padding:13px 0 0 15px;
}

.body .std-features #send-money-feature-3 .feature-img {
	padding:16px 0 0 5px;
}

.body .std-features #send-location .feature-img {
	padding:14px 0 0 12px;
}

.body .std-features #send-network .feature-img {
	padding:20px 0 0 8px;
}

.FR_CA .body .std-features #send-network .feature-img {
	padding:20px 0 0 0px;
}

.body .std-features #send-network .feature-text {
	font-size:11px;
	padding-top:14px;
}

.body .std-features #send-network .feature-text strong {
	font-size:14px;
}

.middle-feature {
	margin:0 24px;
}

.body .trans-features {
	margin-right:-10px;
	line-height:120%;
}


.trans-features {
	padding-bottom:48px;
	line-height:140%;
	font-size:12px;
	margin:0 -12px;
}

.trans-features .feature {
	float:left;
	width:250px;
	background:transparent;
	padding:9px 17px 0;
}

.trans-features .middle-feature {
	margin:0 36px;
}

.trans-features .feature-top {
	height:6px;
	background:url(/imgs/features/top.png) no-repeat scroll left top;
}

.trans-features .feature-btm {
	background:url(/imgs/features/btm.png) no-repeat scroll left bottom;
	padding:0 19px 14px 19px;
}	

.trans-features .feature strong {
	border-bottom:1px solid #E5E5E5;
	display:block;
	font-size:16px;
	margin-bottom:9px;
	padding-bottom:4px;
	color:#3B8C9F;
}

.trans-features .feature .feature-img { 
	left:-20px;
	position:relative;
	height:140px;
}

.trans-features .feature .feature-img img {
	margin:0 0 0 10px;
	width:230px;
	float:none;
}

.trans-features .feature .feature-text {
	padding:12px;
	height:auto;
	border:none;
	background:transparent;
	margin:0;
}

.long-features {
	margin:0 -4px;
	clear:both;
}

.long-features a {
	display:block;
	width:546px;
	height:56px;
	background:url(/imgs/features/long-feature.png) no-repeat top left;
	color:#999;
	font-size:12px;
	font-weight:normal;
	padding:18px 23px 23px 23px;
	line-height:140%;
	margin-bottom:4px;
}

.long-features .more-text {
	font-size:10px;
}

.long-features a:hover {
	text-decoration:none;
	background:url(/imgs/features/long-feature-over.png) no-repeat top left;
}

.long-features a strong {
	display:block;
	color:#262626;
	font-size:16px;
}

.long-features .more-text strong {
	font-size:12px;
}

.long-features a .feature-img {
	float:left;
	margin-right:12px;
}



.long-features .clear {
	display:block;
}

.notes {
	width:80%;
	margin:0 auto;
	padding:1px;
	position:relative;
	background:url(/imgs/notes.png) repeat-x scroll bottom left;
}

.notes .fadel,
.notes .fader {
	position:absolute;
	bottom:5px;
	display:none;
}

.notes .fadel {
	left:-1px;
}

.notes .fader {
	right:-1px;
}

.notes ul {
	font-size:12px;
	line-height:160%;
	list-style:none;
	color:#6F6F6F;
	font-style:italic;
	padding:18px;
	margin:0;
}

.notes ul li {
	padding-left:13px;
	background:transparent url(/imgs/subsection.png) no-repeat scroll 0 5px;
}

.notes .subtitle {
	list-style:none;
	margin:0 0 6px 0;
	padding:0;
	background:transparent;
	font-style:normal;
	color:#5f5f5f;
	border:none;
}

.notes .subtitle strong {
	font-size:16px;
}
	
/**/
.img-text img {
	width:180px;
	float:left;
	margin:0 12px 0 0;
}

.img-links {
	border-top:1px solid #e5e5e5;
}

.img-links img {
	float:left;
	margin-right:12px;
}

.img-links a {
	display:block;
	color:#666;
	line-height:140%;
	font-size:12px;
	padding:24px 0;
	border-bottom:1px solid #e5e5e5;	
}

.img-links a:hover {
	border-bottom:1px solid #e5e5e5;	
	text-decoration:none;
	background:#f2f2f2;
}

.img-links strong {
	display:block;	
	color:#000;
	font-size:16px;
}

.img-links .clear {
	display:block;
}

.large-number {
	font-size:24px;
	font-weight:bold;
	padding:24px;
	margin:0 96px 36px 96px;
	border-top:1px solid #FFDE1B;
	background:#FFFADF;
	text-align:center;
}
	
	
	
	
	
	
	
	
	