@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: #334464;
}


/* Containers */
#wrap {
	width: 100%;
}
#topContainer {
	background: #00153D;
	height: 100px;
}
#mainContainer {
	background: #FFFFFF;
	overflow: hidden;
	min-height: 100%;
}
#bottomContainer {
	border-top: 3px solid #00153D;
}
#topContent {
	width: 850px;
}
#leftTopBorder {
	background: url(../images/border-top.gif) left top no-repeat;
	width: 850px;
}
#rightTopBorder {
	background: url(../images/border-top.gif) right top no-repeat;
}
#leftBottomBorder {
	background: url(../images/border-bottom.gif) left bottom no-repeat;
}
#rightBottomBorder {
	background: url(../images/border-bottom.gif) right bottom no-repeat;
	height: auto;
	min-height: 630px;
}
#topMenu {
	height: 30px;
	margin-left: 225px;
}
#leftMenu {
	float: left;
	width: 170px;
	padding: 0 50px 0 5px;
	text-align: right;
	margin-top: 54px;
}
#rightContainer {
	float: left;
	width: 590px;
	margin-top: 50px;
}
.clear {
	clear: both;
}
#footer {
	width: 800px;
	text-align: right;
	padding: 0 25px;
}

/* Text */
.menuBottom {
	font: 13px/50px "Lucida Grande","Lucida Sans Unicode",Arial, Helvetica, sans-serif;
}
.menuBottom a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 25px;
}
.menuBottom a:hover {
	color: #00153D;
}
.menuTop {
	font: 14px/70px "Lucida Grande","Lucida Sans Unicode",Arial, Helvetica, sans-serif; 
}
.menuTop a {
	color: #999999;
	text-decoration: none;
	padding-right: 25px;	
}
.menuTop a.Selected {
	color: #990000; 
}
.webkit .menuTop a {
	padding-right: 40px;
}
.menuTop a:hover {
	color: #990000;
}
.menuLeft {
	font: 14px "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
	padding-bottom: 22px;
}
.menuLeft a {
	color: #999999;
	text-decoration: none;
}
.menuLeft a:hover {
	color: #990000;
}
.menuLeft a.Selected {
	color: #990000;
}
.text {
	font: 13px/21px "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
	color: #333333;
}
.titles {
	font: 13px/21px "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: 	#334464;
}
.webdesign, webdesign a {
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #717C93;
	text-decoration: none;
	padding: 5px 0;
}



/* Images and Boxes */
.logo {
	padding: 70px 0 0 21px;
}
.padding {
	padding: 70px 5px 0 0;
}
.images {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 4px;
}




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

a.menuAct, a.menuAct:link, a.menuAct:hover, a.menuAct:active, a.menuAct:visited {
	color: #990000;
}
