@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: 10px;
	margin-left: 10px;
}
body {
	background: #C3C3C3 url(../images/background.jpg) top no-repeat;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}
a, a:link, a:hover, a:visited {
	color: #056839;
}


/* Containers */
#wrap {
	width: 870px;
}
#header {
	padding: 18px 40px 8px;
}
#topBorder {
	background: url(../images/top-border.png) top no-repeat;
	padding-top: 35px;
}
#sideBorder {
	background: url(../images/side-border.png) repeat-y;
}
#bottomBorder {
	background: url(../images/bottom-border.png) bottom no-repeat;
	padding-bottom: 35px;
}
#shadowPadding {
	padding: 0px 5px;
	position: relative;
}
#bannerContainer {
	position: absolute;
	top: -30px;
	width: 860px;
}
#menuBkg {
	position: absolute;
	bottom: 00px;
	height: 62px;
	background: url(../images/menu-bkg.png) bottom no-repeat;
	width: 860px;
}
#menuContainer {
	text-align: center;
	margin-top: 24px;
	height: 38px;
}
#mainContainer {
	padding: 300px 240px 0 35px;
	overflow: hidden;
	min-height: 100%; 
}
#rightContainer {
	float: right;
	width: 165px;
	margin-right: -225px;
}
#rightContainer p {
	color: #666666;
}
#rightContainer a, #rightContainer a:visited {
	color: #0B9344;
}
#rightContainer a:hover {
	text-decoration: none;
}
#footerContainer {
	padding: 8px 20px 13px 0;
}
#footerContent {
	background: url(../images/logo-small.png) right top no-repeat;
	padding-right: 43px;
	text-align: right;
	min-height: 31px;
	height: auto; 
}
#footerContent p, #footerContent a, #footerContent a:visited {
	font-size: 11px;
	line-height: 17px;
	color: #999999;
	text-decoration: none;
}
#footerContent a:hover {
	color: #056839;
}

/* Text */
h1 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #056839;
}
.textGreen {
	font-weight: bold;
	color: #056839;
}
.quotes {
	font: italic 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.author {
	font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #555555;
}


/* Menu */
.navigation {
	font-size: 11px;
	font-weight: bold;
	line-height: 38px;
	text-transform: uppercase;
}
.navigation a, .navigation:visited {
	color: #FFF;
	text-decoration: none;
	padding: 12px 10px;
}
.navigation a:hover, .navigation a.selected {
	background: url(../images/menu-on.png) bottom no-repeat;
}



/* 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;
}
