@charset "utf-8";
/* CSS Document */

/*
Design CSS by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #2E3192 url(../images/bkg.jpg) top repeat-x;
}
/* Containers */
#wrap {	
	width: 100%;
	text-align: center;
}
#topContainer {	
	width: 900px;
	text-align: left;
}
#footer {	
	background: #E8E8E8;
	width: 100%;
	text-align: center;
	height: 55px;
}
#header {
	height: 57px;
	padding: 18px 32px 11px;
}
#menu {
	height: 30px;
	background: url(../images/menu-bkg.jpg) center;
	text-align: center;
	margin-bottom: 2px;
}
#banner {
	height: 155px;
}
#mainContainer {
	margin: 2px 5px 10px;
	background: #FFF;
	border-top: 5px solid #E8E8E8;
	padding: 2px;
}
#mainTextBkg {
	background: url(../images/text-bkg.jpg) bottom repeat-x;
	padding: 15px;
}
#textTab {
	background: url(../images/tab.jpg) 235px repeat-y;
	padding: 10px 0;
}
#leftContainer {
	float: left;
	width: 210px
}
#rightContainer {
	float: right;
	width: 600px;
}
#clear {
	clear: both;
}
#footerContent {
	width: 870px;
	text-align: left;
	padding-top: 10px;
}
#footerRight {
	float: right;
	width: 240px;
	text-align: right;
}



/* Text */

.titleRed {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #981B1E;
	padding-bottom: 10px;
}
.titleBlue {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #2E3192;
	padding-bottom: 5px 0 10px;
}
.titleBlueSmall {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #2E3192;
	padding: 5px 0 8px;
}
.text {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #333;
}
.textLightGray {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #666666;
}
.textBlue {	
	font: 11px/30px Georgia, "Times New Roman", Times, serif;
	color: #2E3192;
}
.textBlueFooter {	
	font: 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #2E3192;
}
.textLightGrayGeorgia {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.menu {	
	font: 14px/30px Georgia, "Times New Roman", Times, serif;
}
.menu a {
	color: #2E3192;
	text-decoration: none;
	margin: 0 10px;
	padding: 3px 0;
}
.menu a:hover {
	border-bottom: 3px solid #981B1E;
}
.menu a.selected {
	font: 14px/30px Georgia, "Times New Roman", Times, serif;
	color: #2E3192;
	margin: 0 10px;
	padding: 3px 0;
	border-bottom: 3px solid #981B1E;
}
.webkit .menu a.selected {
	padding: 3px 0 4px;
}
.opera .menu a.selected {
	padding: 3px 0 4px;
}
.webkit .menu a {
	padding: 3px 0 4px;
}
.opera .menu a {
	padding: 3px 0 4px;
}
.text li {
	padding-left: 5px;
	margin-left: 40px;
}
.textLightGray li {
	padding-left: 5px;
	margin-left: 40px;
	list-style: square;
}
.newsletter {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-left: 15px;
}

/* Images and Boxes */
.tabRed {
	border-bottom: medium double #981B1E;
}
.redBorder {
	border: 3px solid #981B1E;
	margin: 3px 3px 3px 0;
}
.buttons {
	margin: 10px 30px 0 0;
}
.form {
	height: 20px;
	width: 132px;
	border: 1px solid #CCC;
	margin-top: 4px;
}
.form2 {
	height: 20px;
	width: 450px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.error_strings{ 
	font-family:Verdana; 
	font-size:9px; 
	color:#660000;
} 
div#myform_errorloc ul { 
	padding-left: 7px; 
	font-size: 9px;
}
.newsletterform {
	border: 1px solid #ccc;
	padding: 2px;
	width: 150px;
	margin: 2px 0 2px 15px;
}

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