@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;
}
.text ul , .text li {
	list-style-position: inside;
	margin-left: 10px;
}
body {
	background: #426282 url(../images/background.gif) top repeat-x;
}

a:link, a:active, a:visited {
	color: #fff;
}
a:hover {
	color: #99CC00;
}

/* Containers */
#wrap {
	width: 870px;
}
#leftContainer {
	float: left;
	width: 185px;
}
#rightContainer {
	float: right;
	width: 685px;
}
#rightShadow {
	background: url(../images/shadow-right.jpg) right top no-repeat;
}
#leftShadow {
	background: url(../images/shadow-left.jpg) left top no-repeat;.
	height: 423px auto;
	min-height: 423px;
	padding: 112px 15px 0; 
}
#banner {
	height: 266px;
	width: 655px;
}
#textContent {
	padding: 15px;
}
#topLeft {
	height: 72px;
	text-align: center;
	padding-top: 20px;
}
#topLeftMenu {
	height: 20px;
	text-align: right;
}
#menu {
	background: #426282 url(../images/menu-left.jpg) left no-repeat;
	margin: 19px 0;
	height: 224px;
	padding-top: 4px;
	text-align: right;
	margin-left: 7px;
}
#footer {
	clear: both;
	text-align: center;
	padding-left: 185px;
	padding-top: 30px;
}
#logo {
	position: relative; 
	z-index: 2000;
	top: -302px;
	left: 25px;
}
.padding {
	padding-bottom: 10px;
}
#bottomLeft {
	text-align: center;
	padding-top: 5px;
}

/* Text */

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menuTop {
	font: bold 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
}
.menuTop a {
	color: #FFF;
	text-decoration: none;
	padding: 0 5px;
}
.menuTop a:hover {
	color: #99CC00;
}
.title {
	font: 28px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99CC00;
	padding-bottom: 10px;
}
.titleSmall {
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99CC00;
	padding-bottom: 5px;
}




/* Images and Boxes */
.menu {
	padding: 3px 0;
}
.banners {
	margin-top: 20px;
}
.imageRight {
	float: right;
	padding: 0 0 10px 10px;
}
.imageLeft {
	float: left;
	padding: 0 10px 10px 0;
}


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

table#wrapper {
	border: 1px solid #fff;
}


/* Resources */ 
ul#catList {
    margin-left: 20px;
}

ul.subCats {
    margin-left: 20px;
}


/* Stories */ 
ul#faqList {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* testimonies */

div.testimonie {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.testimonieName {
    text-align: right;
width: 100% ;
display: block
}

/* Audio gallery */
.mediaIn ul {
    list-style: none;
    margin-left: none;
}

.mediaIn li{
    list-style: none;
    margin-left: none;
}
