@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: #5E4921 url(../images/bkg.jpg) top no-repeat;
}
ul {
	list-style-position: inside;
	list-style-type: square;
}

/* Containers */
#wrap {
	width: 962px;
}
#topContainer {
	height: 191px;
	background: url(../images/top-bkg.png) bottom no-repeat;
}
#mainContainer {
	background: url(../images/main-bkg.png) repeat-y;
	overflow: hidden;
	min-height: 100%;
	padding: 0 6px;
}
#bottomContainer {
	background: url(../images/bottom-bkg.png) top no-repeat;
	height: 210px;
	padding: 0 6px;
}
#logo {
	padding: 50px 25px 0;
	height: 50px;
	margin-bottom: 1px;
}
#menu {
	margin: 50px 6px 0;
	height: 40px;
	background: url(../new/images/menu-bkg.jpg) repeat-x;
}
#leftContainer {
	float: left;
	width: 685px;
}
.articlesTop {
	background: #FFFFFF url(../images/articles-bkg.jpg) top repeat-x;
	padding: 25px;
	text-align: justify;
}
.articles {
	background: #FFFFFF url(../images/articles-bkg.jpg) top repeat-x;
	padding: 25px;
	border-top: 1px solid #4E8F9D;
	text-align: justify;
}
#rightContainer {
	background: #EAF5FA;
	float: right;
	width: 264px;
}
.rightContent {
	padding: 25px 25px 50px;
}
#footer {
	border-top: 5px solid #5E4921;
	background: #3399CC url(../images/footer-bkg.png) right no-repeat;
	height: 32px;
	padding-left: 25px;
}


/* Text */
.title {
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
}
.title a {
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
}
.title a:hover {
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
}
.title a:visited {
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
}
.title a:active {
	font: 20px/30px Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
}
.date {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
}
.smallCaps {
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	color: #3399CC;
	text-transform: uppercase;
}
.smallCaps a {
	color: #3399CC;
}
.smallCaps a:hover {
	color: #5E4921;
}
.text {
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #5E4921;
}
.text a {
	color: #5E4921;
}
.text a:hover {
	color: #3399CC;
}
.text a:visited {
	color: #5E4921;
}
.text a:active {
	color: #5E4921;
}
.copyright {
	font: 12px/32px  Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFF;
	text-decoration: none;
}
.copyright a:active {
	color: #FFF;
	text-decoration: none;
}
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}


/* Menu */
.menu {
	font: bold 11px/40px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #5E4921;
	padding: 0 15px;
	text-decoration: none;
}
.menu a:hover {
	background: #5E4921;
	padding: 13px 15px;
	color: #FFF;
}
.webkit .menu a:hover {
	padding: 13px 15px 14px;
}
.chrome .menu a:hover {
	padding: 12px 15px 13px;
}
.gecko .menu a:hover {
	padding: 13px 15px 12px;
}
.opera .menu a:hover {
	padding: 12px 15px 13px;
}

.menu a.Selected {
	font: bold 11px/40px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background: #5E4921;
	padding: 13px 15px;
}
.webkit .menu a.Selected {
	padding: 13px 15px 14px;
}
.chrome .menu a.Selected {
	padding: 12px 15px 13px;
}
.gecko .menu a.Selected {
	padding: 13px 15px 12px;
}
.opera .menu a.Selected {
	padding: 12px 15px 13px;
}



/* Images and Boxes */
.formWrapper {
	border: 1px solid #4E8F9D;
}
table#wrapper {
	border-top: 1px solid #4E8F9D;
	border-left: 1px solid #4E8F9D;
	border-bottom: 1px solid #4E8F9D;
}
table#wrapper th {
	background: #EAF5FA;
	border-right: 1px solid #4E8F9D;
	padding: 3px;
	text-align: center;
}
table#wrapper td {
	border-right: 1px solid #4E8F9D;
	padding: 3px 5px;
}
.textField {
	width: 300px;
	line-height: 22px;
	padding: 1px;
	background: #FFFFFF;
	border: 1px solid #5E4921;
	color: #5E4921;
	margin: 2px 0;
}
.textFieldSmall {
	width: 200px;
	line-height: 22px;
	padding: 1px;
	background: #FFFFFF;
	border: 1px solid #5E4921;
	color: #5E4921;
	margin: 2px 0;
}
.areaFieldSmall {
	width: 400px;
	padding: 1px;
	background: #FFFFFF;
	border: 1px solid #5E4921;
	color: #5E4921;
	margin: 2px 0;
}
.areaFieldLarge {
	width: 600px;
	padding: 1px;
	background: #FFFFFF;
	border: 1px solid #5E4921;
	color: #5E4921;
	margin: 2px 0;
}
.formButton {
	width: 100px;
	font: bold 10px/40px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	background: #5E4921;
	color: #FFFFFF;
}	





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