@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 {
	margin-left: 15px;
}
li {
	list-style: square;
}
body {
	background: #FFFFFF;
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #333;
}
a {
	color: #006F3C;
}


/* Containers */
#wrap {
	width: 910px;
}
#topContainer {
	overflow: hidden;
	min-height: 100%;
}
#logo {
	float: left;
	width: auto;
	margin: 10px 10px 10px 20px;
}
#address {
	float: right;
	width: 400px;
	margin: 10px;
	text-align: right;
}
#mainShadow {
	background: url(../images/background.jpg) repeat-y;
	clear: both;
}
#bottomCorner {
	background: url(../images/bottom-corner.jpg) bottom no-repeat;
}
#topCorner {
	background: url(../images/top-corner.jpg) top no-repeat;
	padding: 0 5px 5px;
	overflow: hidden;
	min-height: 100%;
}
#banner {
	height: 241px;
	padding-top: 5px;
}
#menu {
	height: 37px;
	border-top: 1px solid #FFF;
	background: #006F3C;
	text-align: center;
}
#rightContainer {
	float: right;
	width: 600px;
	padding: 20px 26px 0 0;
}
#leftContainer {
	float: left;
	width: 240px;
	padding-top: 20px;
}
#clear {
	clear: both;
	height: 15px;
}
#copyright {
	padding: 5px 40px 10px;
	text-align: right;
}


/* Text */
.address {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #000;
}
.address a {
	color: #006F3C;
}
.address a:hover {
	color: #000;
}
.titleBlue {
	font: bold 17px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #006F3C;
	margin-bottom: 10px;
}
.text {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #333;
}
.titleBlueLucida {
	font: bold 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #006F3C;
	text-transform: uppercase;
}
.titleBullet {
	font: bold 11px/15px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #006F3C;
	background: url(../images/bullet-blue.jpg) left no-repeat;
	padding-left: 15px;
}
.textSmall {
	font: 10px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #000000;
}
.copyright {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #666666;
}
.credits {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #666666;
}


/* Menu */
.menu {
	font: bold 10px/37px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-transform: uppercase;
	color: #FFF;
}
.menu a {
	color: #FFF;
	text-decoration: none;
	padding: 12px 15px 11px;
}
.menu a:hover, .menu a.Selected {
	color: #80B79E;
	background: url(../images/bullet-white.jpg) bottom center no-repeat;
}
.webkit .menu a, .opera .menu a, .mac.gecko .menu a {
	padding: 12px 15px;
}
.mac.webkit .menu a {
	padding: 12px 15px 13px;
}




/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.testimonial {
	padding-left: 45px;
}




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

