@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;
}
ul, ol, li {
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: square;
}

body {
	font: 12px/21px Arial, Helvetica, sans-serif;
	color: #333333;
}
a {
	color: #0071A3;
}
a:hover {
	color: #777777;
}


/* Containers */
#wrap {
	width: 812px;
}
#logo {
	padding: 25px 40px 20px;
}
#mainBkg {
	background: url(../images/bkg.jpg) repeat-y;
}
#topCorner {
	background: url(../images/top-corner.jpg) top no-repeat;
}
#bottomCorner {
	background: url(../images/bottom-corner.jpg) bottom no-repeat;
	padding: 6px;
}
#banner {
	position: relative;
	z-index: 999999;
}
#mainContainer {
	padding: 30px 30px 10px 0;
}
#rightContainer {
	float: right;
	width: 520px;
}
#leftContainer {
	float: left;
	width: 210px;
	padding-left: 10px;
	border-left: 4px solid #0071A3;
	margin-left: -1px;
}
.clearAll {
	clear: both;
	height: 10px;
}
#footer {
	background: #FFF;
	padding: 10px 30px
}


/* Text */
h1 {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0071A3;
	font-variant: small-caps;
}
h2 {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	color: #333333;
}
h3 {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	color: #0071A3;
}
h4 {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	color: #0071A3;
}
h6, h6 a {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration: none;
}
h6 a:hover {
	color: #BBBBBB;
}

/* Menu */

#menuContainer {
	background: #0071A3;
	text-align: center;
	height: 30px;
	margin-top: 1px;
	position: relative;
	z-index: 999999;
}
#navigationContainer {
	position: absolute;
	z-index: 99999999;
	bottom: 0;
	left: 0;
	height: 36px;
	width: 100%;
}
#navigation {
	margin-left: 10px;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	padding-left: 12px;
	margin-right: 8px;
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 6px;
}

#navigation a span {
	padding-right: 12px;
	margin-right: -8px;
}
#navigation a, #navigation a span {
	display: block;
	float: left;
}
#navigation a.selected, #navigation a:hover {
	color: #0071A3;
	background: url(../images/menu-on.png) left top no-repeat;
	text-decoration: none;
	padding-left: 12px;
	margin-top: 0;
}

#navigation a.selected span, #navigation a:hover span {
	background: url(../images/menu-span-on.png) right top no-repeat;
	padding-right: 12px;
	margin-top: 0;
	padding-top: 6px;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
}
/* End hide */

#navigation ul {
	margin:0 auto;
	padding:0;
	text-align: center;
}
#navigation li {
	margin:0 22px 0;
	padding:0;
	list-style: none;
	float: left;
}
.subclass li {
	list-style-type: disc;
}
/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.investment td {
	border: 1px solid #CCC;
	padding: 10px;
}
td img {
	margin-bottom: 5px;	
}
.border {
	border-top: 1px solid #CCC;
}

/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
