@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 {
	padding-left: 10px;
	margin-left: 10px;
}
li {
	padding-left: 5px;
	list-style-type: disc;
}
body {
	font:  13px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
a, a:visited {
	color: #001347
}
a:hover {
	color: #4C597E;
}


/* Containers */
#wrap {
	width: 770px;
	margin-top: 5px;
}
#logo {
	padding: 25px 0 0 25px;
	float: left;
	width: auto; 
}
#topShadow {
	background: url(../images/top-corner.jpg) top no-repeat;
}
#bottomShadow {
	background: url(../images/bottom-shadow.jpg) bottom no-repeat;
}
#centerShadow {
	background: url(../images/center-shadow.jpg) repeat-y;
}
#footer {
	padding: 5px 60px 0;
	text-align: right;
	height: auto;
	min-height: 28px;
	background: url(../images/logo-small.jpg) right top no-repeat;
	margin: 3px 15px;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}
#padding {
	padding: 7px;
}
#banner {
	position: relative;
}
#titleBkg {
	position: absolute;
	left: -49px;
	bottom: -5px;
	width: 850px;
	height: 117px;
	background: url(../images/title-bkg.png)  top left no-repeat;
}
#title {
	text-align: right;
	padding: 15px 60px 0 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
}
#mainContainer {
	padding: 15px 35px;
}
#topBkg {
	position: absolute;
	top: 0px;
	width: 756px;
	height: 117px;
	background: url(../images/top-bkg.png) top left no-repeat;
}



/* Text */




/* Menu */
#navigation {
	float: right;
	width: 450px;
	padding: 15px;
	height: 86px;
}
.navigation {
	float: right;
	width: 70px;
	height: 70px;
	padding: 8px;
	margin-right: 3px;
	background: url(../images/menu-off.png);
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a .navigation, a:visited .navigation {
	color: #001347 !important;
	text-decoration: none;
}
a:hover .navigation, a.selected .navigation{
	background: #FFF;
	color: #001347 !important;
}




/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}




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