@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;
}
body {
	background: #557E4A url(../Images/cssimg/background.jpg) center 150px no-repeat;
}



/* Containers */
#wrapper {
	width: 918px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#wrap {
	width: 918px;
	background: url(../Images/center-bkg.png) repeat-y;
}
#topBkg {
	background: url(../Images/top-bkg.jpg) top no-repeat;
	padding: 9px 9px 0;
}
#bottomBkg {
	background: url(../Images/bottom-bkg.png) bottom no-repeat;
	height: 10px;
}
#topContainer {
	height: 130px;
}
#banner {
	height: 220px;
	min-height: 220px;
	text-align: left;
	width: 900px;
	overflow: hidden;
}
#leftBorder{
	background: url(../Images/side-border-top.jpg) top left no-repeat;
}
#rightBorder {
	background: url(../Images/side-border-top.jpg) top right no-repeat;
}
#leftBorderBottom {
	background: url(../Images/side-border-bottom.jpg) bottom left no-repeat;
}
#rightBorderBottom {
	background: url(../Images/side-border-bottom.jpg) bottom right no-repeat;
	border-bottom: 1px solid #CDCDCD;
	padding: 0 3px 2px;
	border-top: 4px solid #557E4A;
}
#textContent {
	padding: 20px 50px 20px 20px;
	min-height: 220px;
}
#footer {
	background: url(../Images/bottom-tab.jpg) top no-repeat;
	padding: 10px 0;
	clear: both;
}
#leftFooter {
	float: left;
	width: 450px;
	margin: 15px 0 0 15px;
}
#rightFooter {
	float: right;
	width: 400px;
	margin: 15px 15px 0 0;
	text-align: right;
}
#copyright {
	text-align: right;
	padding: 15px;
}
#menu {
	height: 35px;
	width: 900px;
	margin-top: 33px;
	background: #AABFA5;
	border-bottom: 3px solid #557E4A;
}
#logo {
	padding: 5px;
}
#slogan {
	float: right;
	width: 250px;
	margin: 50px 20px 0 0;
}
div.announcement-list {
	float: left;
	width: 220px;
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 20px;
	height: 300px;
}
.announcement-list span.date {
	display: none;
}
.announcement-list {
	text-align: center;
	background: #FFFFFF;
}



/* Text */
.title {
	font: 20px/26px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
	color: #557E4A;
	padding-bottom: 10px;
}
.text {
	font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
	color: #222;
}
.titleBlueSmall {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
	color: #335F86;
	text-transform: uppercase;
}
.titleGraySmall {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
	color: #333;
	text-transform: uppercase;
}
.address {
	font: 12px/17px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
	color: #333;
}
.address a {
	text-decoration: none;
	color: #333;
}
.address a:hover {
	color: #999;
}
.copyright {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
	color: #FFF;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

/* Menu */
.menu {
	font: bold 11px/25px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
}
.menu a {
	color: #FFF;
	text-decoration: none;
	margin: 0 10px;
}
.opera .menu a {
	padding: 9px 10px 10px;
}
.chrome .menu a {
	padding: 9px 10px 10px;
}
.menu a:hover {
	background: #FF0000;
	color: #003768;
}
.selected {
	background: #557E4A;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 13px;
	text-align: center;
}
.ie #menu {
	top: -39px;
}
.catsub607362 {
	border: none !important;
}

/* Images and Boxes */
.formField {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.logoS {
	padding-right: 10px;
}

table#cat_607362 {

	margin: 0 auto;
	padding: 0;
	width: 860px;
}
.headerimage {
	position: absolute;
	top: 145px;
	width: 900px;
	height: 220px;
	overflow: hidden;
	left: 50%;
	margin-left: -450px;
	clip: rect(0, 900px, 220px, 0);
	border-bottom: 3px solid #557E4A;
}


/* Menu */



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

