body {
	margin: 0 auto;
	position: relative;
	color: #65565B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px; /* Baseline grid of 20px */
	background: #FFF;
}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #ED5615;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	outline: none;
}

a:active {
	color: #ED5615; 
	text-decoration: none;
}

/* BEGIN Headings */
h1#logoHdr {
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 80px;
	clear: right;
	display: inline;
}

h1#logoHdr a {
	display: block;
	height: 30px;
	width: 220px;
	font-size: 20px;
	font-weight: bold;
	line-height: 500px;
	overflow: hidden;
	background: #FFF url(../img/layout/jaLogoHdr.png) top left no-repeat;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}
/* END Headings */

/* ----------------------------------------- */
/* END General Styles */



/* BEGIN Helper Styles */
/* ----------------------------------------- */

/* BEGIN Forms */
form label {
}

form input.txtFld {
	height: 18px;
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #D3CFD0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #65565B;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
}

form input.sbmt {
	height: 32px;
	width: 160px;
	border: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 12px;
	line-height: 32px;
	vertical-align: middle;
}
/* END Forms */

/* BEGIN Alerts */
div#msgError,
div#msgOk {
	margin-bottom: 10px;
}

div#msgError p,
div#msgOk p {
	line-height: 16px;
	padding: 15px 15px 15px 40px;
	color: #FFF;
	font-size: 11px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

div#msgError p {
	background-image:  url(../img/icons/exclamation.png);
	background-color: #D83116;
	
}

div#msgOk p {
	background-image: url(../img/icons/accept.png);
	background-color: #6AC349;
}
/* BEGIN Alerts */

.required {
	color: #FF0000;
}

/* ----------------------------------------- */
/* END Helper Styles */



/* BEGIN Page Structure */
/* ----------------------------------------- */

div#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #FFF;
}

div#header {
	float: left;
	width: 940px;
	height: 210px;
	margin: 0 10px 35px 10px;
	background: #FFF;
	display: inline;
	clear: both;
}

/* ----------------------------------------- */
/* END Page Structure */



/* BEGIN Page Components */
/* ----------------------------------------- */

div#metaBar {
	width: 900px;
	height: 20px;
	padding: 15px 20px;
	background: #FFF url(../img/layout/metaBarBg.png) top left no-repeat;
	font-size: 11px;
	margin: 0 0 50px 0;
}

a#advBtn,
a#advBtn:visited {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 40px;
	width: 130px;
	height: 90px;
	display: block;
	line-height: 500px;
	overflow: hidden;
	background: transparent url(../img/layout/advBtn.png) left -90px no-repeat;
}

a#advBtn:hover {
	background: transparent url(../img/layout/advBtn.png) top left no-repeat;
}

/* BEGIN ticker */
div#tickerContainer {
	float: left;
	width: 450px;
	height: 20px;
	margin: 0 0 0 300px;
	line-height: 20px;
	overflow: hidden;
	display: inline;
}

div#tickerContainer strong {
	border-right: 1px solid #C8C3C4;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	float: left;
	color: #4F3E44;
}

div#tickerContainer #ticker {
	width:360px;
	margin:0px;
	padding:0;
	float:left;
	height:20px;
	overflow:hidden;
}

div#tickerContainer #ticker li {
	overflow:hidden;
	font-style:italic;
	display:none;
	position:relative;
	top:0px;
	left:0px;
}

div#tickerContainer #ticker li a,
div#tickerContainer #ticker li a:visited  {
	color: #7B6E73;
	text-decoration: none;
}
div#tickerContainer #ticker li a:hover {
	color: #7B6E73;
	text-decoration: underline;
}

/* ENDticker */

/* BEGIN navMeta */
ul#navMeta {
	width: 140px;
	height: 20px;
	line-height: 20px;
	float: right;
}

ul#navMeta li {
	margin: 0 0 0 20px;
	float: right;
	line-height: 20px;
}

ul#navMeta li#lang {
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 500px;
	overflow: hidden;
}

ul#navMeta li#lang.en {
	background-image: url(../img/layout/langEnBg.png);
}

ul#navMeta li#lang.pt {
	background-image: url(../img/layout/langPtBg.png);
}

ul#navMeta li a,
ul#navMeta li a:visited {
	display: block;
	text-decoration: none;
	color: #4F3E44;

}

ul#navMeta li a:hover {
	text-decoration: underline;
	color: #4F3E44;

}

/* END navMeta */

blockquote#quotes {
	width: 280px;
	padding: 0 0 0 20px;
	line-height: 18px;
	color: #65565B;
	text-align: right;
	float: left;
	clear: left;
	margin: 0;
	font-size: 13px;
	color: #7B6E73;
}

/* BEGIN guideBar */
div#guideBar {
	float: left;
	width: 940px;
	height: 50px;
	background: #FFF url(../img/layout/guideBarBg.png) top left no-repeat;
	line-height: 50px;
	overflow: hidden;
	margin: 0 10px 40px 10px;
	display: inline;
}

div#guideBar h2 {
	line-height: 50px;
	margin: 0 20px 0 0;
	float: left;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

div#guideBar h2 a,
div#guideBar h2 a:visited {
	display: block;
	width: 220px;
	padding: 0 40px;
	font-size: 16px;
	color: #FFF;
	text-align: right;
	line-height: 50px;
	text-decoration: none;
}

div#guideBar h2 a:hover {
	color: #FFF;
	text-decoration: none;
}

div#guideBar h3 {
	width: 580px;
	padding: 0 40 0 0;
	font-size: 16px;
	color: #5D494E;
	font-weight: bold;
	line-height: 50px;
	float: left;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* TPC SPECIFIC GUIDEBAR */
div#guideBar.tpc {
	background: #FFF url(../img/layout/guideBarTPCBg.png) top left no-repeat;
}
div#guideBar.tpc h2 a, 
div#guideBar.tpc h2 a:visited, 
div#guideBar.tpc h2 a:hover {
	color:#ED5615;
}
div#guideBar.tpc h3 {
	color:#CCC;
}
/* END guideBar */

.sideMenuGroup {
	margin-bottom:20px;
}

.sideMenuGroup h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px 20px 10px 40px;
	background-repeat: no-repeat;
	background-position: 15px 14px;
	color: #76B900;
}

.sideMenuGroup a {
	font-size:12px;
	color: #4f3e44;
	display: block;
	padding: 8px 20px 8px 40px;
	border-bottom: 1px solid #E9E7E7;
	width: 220px;
}

.sideMenuGroup a.active {
	/* background: #F4F3F3 url(../img/layout/sideMenuBtnBg.png) bottom left repeat-x; */
	background-color:#EAEBEE;
}

.sideMenuGroup .sideSubMenu {
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e7e7;
}

.sideMenuGroup .sideSubMenu li {
	/* background: #FFF url(../img/layout/arrBltMrn20.png) 42px center no-repeat; */
}

.sideMenuGroup .sideSubMenu a {
	padding:3px 5px 3px 60px;
	border-bottom:0px;
}
.sideMenuGroup .sideSubMenu a.active {
	background-color:#fff;
	font-weight:bold;
}

#content {
	float: left;
	width: 960px;
	clear: both;
	display: inline;
	min-height:200px;
	margin-bottom:40px;
}

#content .columnBig {
	float:left;
	width:620px;
	margin:0 10px 0 10px;
}

#content .columnBig.narrow {
	width: 500px;
}

.columnBig h2 {
	padding-left:0px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:10px;
	border-bottom:1px solid #e9e7e7;
	margin-bottom:20px;
}

.columnBig p {
	padding:0px;
	margin-bottom:20px;
	color:#65565b;
	line-height:20px;
}

#content .columnSmall {
	float: left;
	width: 300px;
	margin: 0 10px 0 10px;
}

/*
#content .columnSmall img {
	float:left;
	padding:0 10px 10px 0;
}
*/

#content .columnSmall p {
	/*line-height:20px;*/
}

#content .columnSmall h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

#videoOuter {
	width:620px;
	height:370px;
	overflow:hidden;
	margin-bottom:30px;
}

#video {
	margin-top:-3px;
}

#teamProfile {
	padding:20px;
}

#teamProfile h1 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#teamProfile h2 {
	font-size: 13px;
	margin-bottom: 3px;
}

#teamProfile #teamText {
	margin-top:15px;
	padding:0px;
	color:#65565b;
	line-height:16px;
	font-size:11px;
}

#teamText {
	float:left;
	width:310px;
	margin-right:20px;
}
#teamTags {
	float:left;
	width:250px;
	padding-top:12px;
}

/* BEGIN video */
dl.videoThumb {
	margin-bottom: 30px;
}

dl.videoThumb dt {
	border-bottom: 1px solid #E9E7E7;
	margin: 0 0 15px 0;
	padding: 4;
	color: #ED5615;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

dl.videoThumb dt a,
dl.videoThumb dt a:visited {
	color: #ED5615;
	text-decoration: none;
}

dl.videoThumb dt a:hover {
	color: #ED5615;
	text-decoration: underline;
}

dl.videoThumb dd.thumb {
 	float: left;
	margin: 5px 10px 5px 5px;
	background: transparent url(../img/layout/imgShadowBg.png) right bottom no-repeat;
	width: 118px;
	height: 85px;
}

dl.videoThumb dd.thumb img {
	width: 110px;
	height: 76px;
	padding: 3px;
	border: 1px solid #E9E7E7;
	margin: -5px 0 0 -5px;
	background: #FFF;
	position: relative;
}

dl.videoThumb dd.category {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #7B6E73;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

dl.videoThumb dd.date {
	font-size: 11px;
	line-height: 15px;
}

dl.videoThumb dd.logo {
}

dl.videoThumb dd.description {
	line-height: 20px;
	clear: both;
}
/* END video */

h2.groupTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	color: #7B6E73;
	margin-bottom: 20px;
	border-bottom: 1px solid #E9E7E7;
	padding-bottom: 4px;
}

/* BEGIN foodForThoughtThumbs */
div#foodForThoughtThumbs {
	width: 500px;
}

div.foodForThoughtThumb {
	margin-bottom: 40px;
	clear: both;
}

div.foodForThoughtThumb div.thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

div.foodForThoughtThumb h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
}

div.foodForThoughtThumb h3 a,
div.foodForThoughtThumb h3 a:visited {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 0 0 0 24px;
	line-height: 20px;
	color: #ED5615;
}

div.foodForThoughtThumb h3 a:hover {
	text-decoration: underline;
}

div.foodForThoughtThumb h3.issuu a {
	background-image: url(../img/icons/issuu.png);
}

div.foodForThoughtThumb h3.youtube a {
	background-image: url(../img/icons/youtube.png);
}

div.foodForThoughtThumb h3.pdf a {
	background-image: url(../img/icons/page_white_acrobat.png);
}

div.foodForThoughtThumb h3.ppt a {
	background-image: url(../img/icons/page_white_powerpoint.png);
}

div.foodForThoughtThumb h3.doc a {
	background-image: url(../img/icons/page_white_word.png);
}

div.foodForThoughtThumb h3.pic a {
	background-image: url(../img/icons/picture.png);
}

div.foodForThoughtThumb h3.url a {
	background-image: url(../img/icons/world_link.png);
}

div.foodForThoughtThumb p.author {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #7B6E73;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

div.foodForThoughtThumb p.date {
	font-size: 11px;
	line-height: 15px;
	color: #7B6E73;
	margin: 0 0 10px 0;
}

div.foodForThoughtThumb p.summary {
	margin-bottom: 0;
}
/* END foodForThoughtThumbs */

/* BEGIN foodForThoughtThumbs highlights */
div#foodForThoughtThumbs.highlights {
	width: 300px;
}

div#foodForThoughtThumbs.highlights div.foodForThoughtThumb h3 {
	margin-bottom: 0;
}

div#foodForThoughtThumbs.highlights div.foodForThoughtThumb p.category {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #7B6E73;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
/* END foodForThoughtThumbs highlights *


/* BEGIN booksThumbs */
div#booksThumbs {
	width: 500px;
}

div.booksThumb {
	margin-bottom: 40px;
	clear: both;
}

div.booksThumb div.thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

div.booksThumb h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
}

div.booksThumb h3 a,
div.booksThumb h3 a:visited {
	line-height: 20px;
	color: #ED5615;
}

div.booksThumb h3 a:hover {
	text-decoration: underline;
}

div.booksThumb p.author {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #7B6E73;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

div.booksThumb p.summary {
	margin-bottom: 0;
}
/* END booksThumbs */

/* BEGIN booksThumbs highlights */
div#booksThumbs.highlights {
	width: 300px;
}

div#booksThumbs.highlights div.booksThumb div.thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

div#booksThumbs.highlights div.booksThumb h3 {
	margin-bottom: 0;
}

div#booksThumbs.highlights div.booksThumb p.category {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #7B6E73;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
/* END booksThumbs highlights */


/* BEGIN inTheNewsThumbs */
div#inTheNewsThumbs {
	width: 500px;
}

div.inTheNewsThumb {
	margin-bottom: 40px;
}

div.inTheNewsThumb h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
}

div.inTheNewsThumb h3 a,
div.inTheNewsThumb h3 a:visited {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 0 0 0 24px;
	line-height: 20px;
	color: #ED5615;
}

div.inTheNewsThumb h3 a:hover {
	text-decoration: underline;
}

div.inTheNewsThumb h3.issuu a {
	background-image: url(../img/icons/issuu.png);
}

div.inTheNewsThumb h3.youtube a {
	background-image: url(../img/icons/youtube.png);
}

div.inTheNewsThumb h3.pdf a {
	background-image: url(../img/icons/page_white_acrobat.png);
}

div.inTheNewsThumb h3.ppt a {
	background-image: url(../img/icons/page_white_powerpoint.png);
}

div.inTheNewsThumb h3.doc a {
	background-image: url(../img/icons/page_white_word.png);
}

div.inTheNewsThumb h3.pic a {
	background-image: url(../img/icons/picture.png);
}

div.inTheNewsThumb h3.url a {
	background-image: url(../img/icons/world_link.png);
}

div.inTheNewsThumb p.author {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #7B6E73;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

div.inTheNewsThumb p.date {
	font-size: 11px;
	line-height: 15px;
	color: #7B6E73;
	margin: 0 0 10px 0;
}

div.inTheNewsThumb p.summary {
	margin-bottom: 0;
}
/* END inTheNewsThumbs */

/* BEGIN inTheNewsThumbs highlights */
div#inTheNewsThumbs.highlights {
	width: 300px;
}

div#inTheNewsThumbs.highlights div.inTheNewsThumb {
	margin-bottom: 20px;
}

div#inTheNewsThumbs.highlights div.inTheNewsThumb h3 {
	margin-bottom: 0;
}

div#inTheNewsThumbs.highlights div.inTheNewsThumb p.category {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #7B6E73;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
/* END inTheNewsThumbs highlights */


/* BEGIN carteThumbs */
div#carteThumbs {
	width: 500px;
}

div.carteThumb {
	margin-bottom: 30px;
}

div.carteThumb p.summary {
	margin-bottom: 0;
	clear:left;
}

div.carteThumb h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 5px;
	padding:0;
}

div.carteThumb h3 a,
div.carteThumb h3 a:visited {
	line-height: 20px;
	color: #ED5615;
	padding:0;
}

div.carteThumb h3 a:hover {
	text-decoration: underline;
}

div.carteThumb h4 {
	padding:0 0 0 20px;
	font-size:10px;
	float:left;
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 10px;
	margin:5px 10px 5px 0;
}
div.carteThumb h4.off {
	color:#999999;
}

div.carteThumb h4.issuu {
	background-image: url(../img/icons/issuu.png);
}
div.carteThumb h4.youtube {
	background-image: url(../img/icons/youtube.png);
}
div.carteThumb h4.issuu.off {
	background-image: url(../img/icons/issuu_off.png);
}
div.carteThumb h4.youtube.off {
	background-image: url(../img/icons/youtube_off.png);
}
/* END carteThumbs */

/* BEGIN carteThumbs highlights */
div#carteThumbs.highlight {
	width: 300px;
}

div#carteThumbs.highlight div.carteThumb h3 {
	margin-bottom: 0;
}

div#carteThumbs.highlight div.carteThumb p.category {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #7B6E73;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
/* END carteThumbs highlights */


#footer {
	float: left;
	width: 860px;
	margin: 0 10px 10px 10px;
	padding: 20px 40px;
	font-size: 10px;
	color: #7D6D71;
	line-height:14px;
	border-top: 1px solid #E9E7E7;
	clear: both;
}

#footer .tshirt {
	display:block;
	width:250px;
	height:85px;
	background-image:url(/img/layout/tshirtFtr.png);
	background-repeat:no-repeat;
	top:-15px;
	right:40px;
	position:absolute;
}

#footer .tshirt a {
	display:block;
	top:30px;
	left:0px;
	width:140px;
	line-height:13px;
	padding:7px 10px 7px 15px;
	position:absolute;
}

.noOutline {
	outline: none;
}

#loginBox {

}
#loginBox h3 {
	font-size:15px;
}

#submit {
	margin:15px 0 0 0;
	width:100px;
	height:25px;
}

/* BEGIN progressIndicator */
div#progressIndicator ol {
}

div#progressIndicator ol li {
	/* list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 10px; */
}

div#progressIndicator ol li h3 {
	display: block;
	line-height: 24px;
	background-image: url(../img/layout/advBtnSteps.png);
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 0 0 0 34px;
	margin-top: 5px;
	zoom: 1;
}

div#progressIndicator ol li.one h3 {
	background-position: -24px -24px;
}

div#progressIndicator ol li.one.active h3 {
	background-position: -24px -144px;
}

div#progressIndicator ol li.two h3 {
	background-position: -24px -264px;
}

div#progressIndicator ol li.two.active h3 {
	background-position: -24px -384px;
}

div#progressIndicator ol li.three h3 {
	background-position: -24px -504px;
}

div#progressIndicator ol li.three.active h3 {
	background-position: -24px -624px;
}

div#progressIndicator ol li p {
	padding: 0 0 0 34px;
	margin-tbottom: 5px
}

div#progressIndicator ol li.three p {
	margin-bottom: -1px;
}

#content .columnSmall div#progressIndicator h3 {
	margin-bottom: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
/* END progressIndicator */

div.whitePostIt {
	float: left;
	width: 185px;
	height: 155px;
	margin: 0 10px 10px 10px;
	display: inline;
}

div#ideasPostIt {
	float: left;
	width: 620px;
}

div.whitePostIt a,
div.whitePostIt a:visited {
	display: block;
	width: 145px;
	height: 115px;
	padding: 20px;
	line-height: 24px;
	font-size: 18px;
	font-style: italic;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #65565B;
	background-color: transparent;
	background-image: url(../img/layout/postitBg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.whitePostIt a:hover {
	width: 142px;
	height: 118px;
	padding: 17px 20px 20px 18px;
	text-decoration: none;
	color: #65565B;
	background-position: left -155px;
}
/* ----------------------------------------- */
/* END Page Components */
.tituloh3 {
	font-size:15px;
}
#innerWrapper {
	float: left;
}

#innerWrapper .rounded {
	margin: 0 10px 30px 10px;
	width: 500px;
}

.teamTag {
	font-size:15px;
	line-height: 16px;
	text-align:center;
	padding:5px 10px 5px 10px;
	float:left;
	font-weight:bold;
}
.dyk {
	font-size:11px;
	line-height:14px;
	background-color:#FFC;
	padding:20px;
	margin-bottom:20px;
}
.contactus {
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	background-color:#F5F6F9;
	padding:20px;
	margin-bottom:20px;
}