@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: 15px;
}




/* Containers */
#wrap {
	width: 904px;
}
#logo {
	text-align: center;
	padding: 20px;
}
#border {
	border: 1px solid #000063;
	padding: 1px;
	margin-bottom: 20px;
}
#banner {
	height: 110px;
	padding-bottom: 1px;
	border-bottom: 5px solid #F2F2F2;
}
#menu {
	background: #000063;
	height: 28px;
	text-align: center;
	padding-left: 230px;
	margin-bottom: 1px;
}
#sidebarBkg {
	background: url(../images/sidebar-bkg.jpg) left repeat-y;
	border-bottom: 1px solid #F2F2F2;
}
#sidebar {
	width: 230px;
	float: left;
	padding: 25px 0 15px;
	text-align: right;
}
#rightContainer {
	float: right;
	width: 630px;
	padding: 25px 15px 15px;
	height: auto;
	min-height: 280px;
}
#clear {
	clear: both;
	height: 12px;
	border-bottom: 1px solid #FFF;
}
#footer {
	background: #F2F2F2;
	height: 20px;
	border-top: 1px solid #FFF;
	text-align: right;
	padding: 20px
}



/* Text */
.title {
	font: 20px Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	color: #000063;
}
.text {
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
}
.textSmall {
	font: 11px/21px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}
.textCaps {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #000063;
	text-transform: uppercase;
}
.copyright {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #7979AA;
}
a.copyright {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #7979AA;
	text-decoration: none;
}



/* Menu */
.menuTop {
	font: bold 10px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menuTop a {
	color: #FFF;
	text-decoration: none;
	padding: 0 12px;
}
.menuTop a:hover {
	color: #B8CCE4;
}
.menuTop a.Selected {
	color: #B8CCE4;
}


.menuLeft {
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #B8CCE4;
	margin-bottom: 4px;
}
.menuLeft a {
	color: #000;
	padding-right: 20px;
	text-decoration: none;
}
.menuLeft a:hover {
	color: #FFF;
}
.menuLeft a.Selected {
	color: #FFF;
}
.menuLeftSub {
	font: bold 10px/22px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #DCE6F2;
	margin-bottom: 4px;
	margin-left: 30px;
}
.menuLeftSub a {
	color: #000;
	padding-right: 20px;
	text-decoration: none;
}
.menuLeftSub a:hover {
	color: #000063;
}
.menuLeftSub a.Selected {
	color: #000063;
}


/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.logoS {
	margin-bottom: -5px;
	margin-left: 10px;
}
.map {
	width: 425px;
	float: right;
}
.mapBorder {
	border: 1px solid #000063;
}
.images {
	border: 1px solid #000063;
	padding: 3px;
	margin: 0 10px 0 0;
}


/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
