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

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

/* Containers */
#wrap {
	width: 870px;
}
#leftContainer {
	float: left;
	width: 185px;
}
#rightContainer {
	float: right;
	width: 685px;
	position: relative;
}
#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; 
}
#header {
	height: 266px;
	width: 655px;
	position: absolute;
	clip: rect(0, 655px, 266px, 0);
	top: 112px;
}
#textContent {
	padding: 200px 15px 15px 15px;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#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 34px;
	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: -36px;
	left: 25px;
}
.padding {
	padding-bottom: 10px;
}
#sidebar {
	text-align: center;
	padding-top: 5px;
	font: 13px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#sidebar img {
	width: 168px;
	height: auto;
	max-width: 168px;
}
#media {
	float: right;
	width: auto;
	margin: 30px 30px 0 0;
}
#media img {
	padding-right: 10px;
}
iframe a {
	color: #FFF;
}

/* Text */

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;
    display: block;
}
.titleSmall {
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99CC00;
    display: block;
}




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


.headerimage {
	position: absolute;
	top: 0;
	width: 655px;
	height: 266px;
	overflow: hidden;
	left: 50%;
	margin-left: -327px;
	clip: rect(0, 655px, 266px, 0);
}

#sidebar img {
 	max-width: 165px;
	height: auto;
}

#textContent img {
	padding: 7px;
}
.arrow {
	background: url(../images/iconblue.gif) left center no-repeat;
	padding-left: 15px;
}
table#wrapper input.textField, textarea.formtextarea, textarea.formtextareasmall {
	height: 18px;
	padding: 2px;
	border: 2px solid #527AA3;
	width: 200px;
}
table#wrapper input.textField:focus ,:focus textarea.formtextarea, textarea.formtextareasmall:focus {
	border-color: #99CC00;
}
textarea.formtextarea {
	height: 80px;
	width: 400px;
}
textarea.formtextareasmall {
	height: 40px;
}
.btSubmit {
	background: #99CC00;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid #527AA3;
}


/* 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;
}
table#wrapper td {
	padding: 3px;
}

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

