@charset "utf-8";
/* CSS Document */

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: url(../images/background.gif) top repeat-x;
}
#wrap {
	width: 980px;
}


/* Containers */
#topContainer {
	height: 110px;
	padding: 9px 0 0 15px;
}
#topRight {
	float: right;
	width: 215px;
	padding: 45px 8px 0 0;
}
#menu {
	height: 30px;
	margin-left: 10px;
}
#mainContainer {
	margin-top: 5px;
	border: 1px solid #CCC;
	padding: 1px;
}
#columnBkg {
	background:url(../images/column-bkg.gif) right repeat-y;
}
#globe {
	background: url(../images/globe.png) bottom right no-repeat;
	overflow: hidden;
}
#leftContainer {
	float: left;
	width: 716px;
	background: url(../images/top-shadow.png) top no-repeat;
	padding: 15px;
}
#rightContainer {
	float: right;
	width: 208px;
	padding: 15px 10px 200px;
}
#rightContent {
	border-top: 1px solid #D6D3D1;
	padding-top: 10px;
}
.clear {
	clear: both;
}
#footer {
	background: url(../images/bottom-bkg.png) center top no-repeat;
	text-align: right;
	padding: 10px;
	height: 70px;
}


/* Text */
.text12 {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #555555;
}
.copyright {
	font: 10px/35px Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-stretch:expanded;
}
.titleBlue {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #008FD5;
	padding: 5px 0 15px;
}
.titleWhite {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding: 5px 0 8px;
}

.text13 {
	font: 13px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #555555;
}
.titleOrange {
	font: 18px/22px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FF9900;
}
.date {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #999;
	margin-bottom: 15px;
}
.button {
	font: bold 10px/15px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #00AEEF;
	padding: 3px 9px;
}
.button a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.button a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.button a:hover {
	text-decoration: none;
	color: #000000;
}
.button a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */
.menu {
	font: 13px/30px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.menu a {
	color: #999;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 10px;
}
.menu a:hover {
	color: #00AEEF;
	border-top: 5px solid #F2F2F2;
	padding-top: 2px;
}


/* Images and Boxes */
.logo-s {
	padding: 10px 0 10px 10px;
	margin: 0 0 -13px 10px;
	border-left: 1px solid #999;
}
.formField {
	width: 120px;
	height: 20px;
}



/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
