@charset "utf-8";
/* CSS Document */

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote {
	padding: 0 20px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, ol, li {
	padding-left: 10px;
	margin-left: 10px;
}
table ul {
	margin-left: 0 !important;
	list-style-position: inside;

}

body {
	background: #CCC  url(../Images/background.jpg) top repeat-x;
	font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #333;
}




/* Containers */
#wrap {
	width: 930px;
	padding-top: 14px;
	margin: auto;
}
#border {
	border-top: 1px solid #A59A64;
	border-left: 1px solid #A59A64;
	border-right: 1px solid #A59A64;
	background: #FFF;
	padding: 1px 1px 0;
}
#topContainer {
	height: 95px;
	background: #65A837 url(../Images/top-bkg.jpg) top repeat-x;
}
#logo {
	float: left;
	width: 256px;
	margin: 12px 0 0 15px;
}
#address {
	float: right;
	width: 300px;
	margin: 12px 15px 0 0;
	text-align: right;
}
#banner {
	height: 200px;
	margin-top: 1px;
	border-bottom: 5px solid #635E67;
}
#photo {
	position: absolute;
	z-index: 999999;
	float: left;
	width: 182px;
	height: 224px;
	margin-top: -10px;
	margin-left: -10px;
}
#menu {
	background: url(../Images/menu-bkg.jpg) top repeat-x;
	height: 38px;
	text-align: center;
	margin-bottom: 1px;
}
#mainContent {
	background: url(../Images/text-bkg.jpg) repeat-y;
	overflow: hidden;
	min-height: 100%;
}
#rightContainer {
	float: right;
	width: 190px;
	margin-right: 10px;
	margin-top: 15px;
}
#leftContainer {
	float: left;
	width: 216px;
	margin-left: 2px;
}
#centerContainer {
	margin-top: 15px;
	width: 460px;
	float: left;
	margin-left: 20px;
}
#centerContainerBlog {
	margin-top: 15px;
	width: 670px;
	float: left;
	margin-left: 20px;
}
#clear {
	clear: both;
	height: 10px;
}
#leftMenu {
	margin: 0 10px;
	text-align: right;
}
#contactBox {
	margin: 10px 8px 0;
	background: #46424C url(../Images/form-corners.jpg) top no-repeat;
	padding: 3px;
}
#textBox {
	background: #D1D0D3;
	padding: 10px;
}
#fieldBox {
	background: #A3A1A6;
	padding: 5px;
}
#footer {
	background: url(../Images/bottom-bkg.jpg) top repeat-x;
	height: 40px;
	text-align: center;
	margin-bottom: 15px;
}


/* Text */
.contact {
	font: bold 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #46424C;
}
.address {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF; 
}
.address a {
	color: #FFF !important;
	font: bold 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
}
h1, .titleGreenBig {
	font: 26px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	padding-bottom: 15px;
	color: #9BB973; 
}
.titleGreenSmall {
	font: 18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	padding-bottom: 15px;
	color: #7F985E; 
}
h2 {
	font: 18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	padding-bottom: 5px;
	color: #3399CC; 
}
.text {
	font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #333;
}
a, a:link, a:active, a:visited {
	color: #0099CC;
}
a:hover, a:active:hover, a:visited:hover {
	color: #5D6F45;
}
.textSmall {
	font: 12px/13px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #333;
}
.testimonies {	
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.titleWhite {
	font: bold 13px/29px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF;
	background: #635E67;
	text-transform: uppercase;
}
.titleWhiteBig {
	font: 18px/29px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF;
	padding-left: 8px;
}
.textBox {
	font: 12px/15px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;;
	color: #46424C;
}
.textWhite {
	font: bold 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF;
}
.copyright {
	font: 12px/40px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #CEC8A9;
}
.copyright a {
	color: #CEC8A9;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}


/* Menu */
.menu {
	font: bold 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
}
.menu a {
	color: #fff;
	padding: 11px 12px;
	text-decoration: none;
}
.menu a:hover {
	background: #635E67;
}
.webkit .menu a {
	padding: 12px 14px;
}
.chrome .menu a {
	padding: 11px 12px;
}
.ie .menu a {
	padding: 12px 12px;
}
.menu a.Selected {
	font: bold 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
	color: #fff;
	padding: 11px 12px;
	text-decoration: none;
	background: #635E67;
}
.ie .menu a.Selected {
	padding: 12px 12px;
}


.leftMenu {
	font: bold 11px/29px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;;
	text-transform: uppercase;
}
.leftMenu a {
	color: #FFF;
	text-decoration: none;
}


/* Images and Boxes */
.formInputs {
	height: 12px;
	padding: 2px;
	border: 1px solid #666666;
	background: #FFF;
	width: 130px;
}
.tab {
	margin: 25px 0;
}
.submit {
	font: bold 11px/13px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #666666;
	background: #FFF;
	border: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
}
.submit a {
	color: #666666;
	text-decoration: none;
}
.submit a:hover {
	color: #CCC;
}

/* CMS */
table#cat_11160 td {
	border-bottom: 1px dotted #000000;
	text-align: right;
}
table#cat_11161 {
	width: 926px;
}
.author {
	display: none;
}
ol.blogsitesummary {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

ol.blogsitesummary li {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 8px;
}
.blog-post p.titleGreenSmall {
	padding-bottom: 0;
}
.breadcrumbs {
	font: 11px/15px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #333;
}
.authorline {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-size: 11px;
}	


/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
