@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;
	list-style-position: inside;
	list-style-type: disc;
}
body {
	background: #EEF0EF;
	font: 13px/20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #5E4F39;
}
a, a:visited {
	color: #507282;
}
a:hover {
	text-decoration: none;
}

/* Containers */
#wrap {
	width: 100%;
	background: #FFF;
	overflow: hidden;
	min-height: 100%;
}
#navigationContainer {
	background: #507282;
}
#locationContainer {
	height: 52px;
	background: #D8D8AB;
}
#header {
	background: #5E4F39;
}
#headerContainer {
	height: 200px;
	width: 830px;
}
#leftHeader {
	float: left;
	width: 520px;
	height: 200px;
	margin-left: -230px;
	padding-left: 230px;
	background: url(../images/top-bkg.png) left top no-repeat;
} 
#location {
	height: 52px;
	width: 830px;
}
#logo {
	position: relative;
	z-index: 999;
	height: 187px;
	width: 210px;
	top: 57px;
	float: right;
}
#mainContainer {
	width: 830px;
	background: url(../images/colorfull-bkg.jpg) right bottom no-repeat;
	overflow: hidden;
	min-height: 100%;
	clear: none;
}
#leftContainer {
	float: left;
	width: 560px;
	margin-bottom: 20px;
} 
#rightContainer {
	float: right;
	width: 228px;
	margin-bottom: 10px;
	margin-top: 60px;
}
.list {
	border-bottom: 1px dotted #5E4F39;
}	
.textContent {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
.clearAll {
	clear: both;
	height: 20px;
}
.bt-bkg {
	background: url(../images/bt-bkg.jpg) left top no-repeat;
	height: 25px;
	width: 105px;
	padding-right: 25px;
	float: left;
	text-align: center;
}
#footer {
	width: 830px;
	overflow: hidden;
	min-height: 100%;
}
#footerLeftContent {
	float: left;
	width: 218px;
	padding-right: 25px;
	text-align: right;
	background: url(../images/footer-tab.jpg) right no-repeat;
}
#footerRightContent {
	float: right;
	width: 580px;
	text-align: center;
	padding: 10px 0 0;
}
#copyright {
	text-align: center;
	margin-top: 15px;
}







/* Text */
h1 {
	font: normal 44px/44px "Garamond", "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
h2 {
	font: normal 14px/23px "Garamond", "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	color: #D8D8AB;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3, h3 a, h3 a:visited {
	font: normal 12px/52px "Garamond", "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	color: #5E4F39;
	text-transform: uppercase;
	text-decoration: none;
}
h3 a:hover {
	color: #917C4F;
}

h4 {
	font: normal 40px/60px "Garamond", "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	color: #507282;
}
h5 {
	font: normal 24px/28px "Garamond", "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	color: #5E4F39;
}
.bt-title, .bt-title a {
	font: bold 10px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
}
.titleGrayFooter {
	font: 22px/86px Georgia, "Times New Roman", Times, serif;
	color: #5E4F39;
}
.copyright, .copyright a, copyright a:visited {
	font: 12px/20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #575757;
	text-decoration: none;
}
.copyright a:hover {
	color: #999;
}
.title {
	font: normal 26px/28px "Garamond", "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	color: #507282;
}
.list p {
	color: #5E4F39;
	border-top: 1px dotted #5E4F39;
	line-height: 35px;
	padding-left: 10px;
}
.list a, .list a:visited {
	color: #5E4F39;
	text-decoration: none;
}
.list a:hover, .list a.selected {
	color: #507282;
}


/* Menu */
#navigation {
	width: 830px;
	height: 42px;
	text-align: center;
	list-style-type:none;
	padding:0;
	font: bold 14px/42px "Garamond", "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
}
#navigation li {
	float:left; padding:0;
	position:relative;
	width:90px;
	height:42px;
	z-index:100;
	list-style-type:none;
}
#navigation li dl {
	position:absolute;
	top:0;
	left:0;
}
#navigation li a, #menu li a:visited {
	text-decoration:none;
	color: #FFF;
}
#navigation li dd {
	display:none;
	width: 200px;
}
#navigation li:hover, #navigation dt a.Selected {
	border:0;
	background: url(../images/menu-on.png) top center no-repeat;
}
#navigation li:hover dd, #navigation li a:hover dd {
	display:block;
}
#navigation li:hover dl, #navigation li a:hover dl {
}
#navigation dl {
	width: 90px;
	margin: 0;
	padding: 0;
	text-align:center;
	cursor:pointer;
}
#navigation dt {
	margin:0;
	color: #fff;
}
#navigation dd {
	margin:0;
	padding:0;
	color: #fff;
	height: 25px;
	line-height: 25px;
	text-align:left;
}
.gallery dt a, .gallery dt a:visited {
	display:block;
	color:#444;
}
.gallery dd a, .gallery dd a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	padding-left: 20px;
	background: url(../images/submenu-off.png); 
	width:150px;
}
.gallery dd a:hover {
	background: #507282;
}








/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.border {
	width: 240px;
	padding: 10px;
	background: #FFF;
	border:1px solid #D7D7AA;
	float: left;
	height: 200px;
	margin: 5px 10px 5px 0;
}
.borderLarge {
	width: 510px;
	padding: 10px;
	background: #FFF;
	border:1px solid #D7D7AA;
	float: left;
	height: 400px;
	margin: 5px 10px 5px 0;
}
.topQuotes {
	background: url(../images/top-quotes.jpg) top left no-repeat;
	margin-bottom: 10px;
}
.bottomQuotes {
	background: url(../images/bottom-quotes.jpg) bottom right no-repeat;
	padding: 10px 5px 0;
	text-align: right;
}
.logos {
	margin: 0 10px;
}





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

