@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 {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #222;
}



/* Containers */
#wrap {
	width: 918px;
	background: url(../Images/center-bkg.png) repeat-y;
	margin-bottom: 5px;
	margin-top: 5px;
}
#topBkg {
	background: url(../Images/top-bkg.jpg) top no-repeat;
}
#bottomBkg {
	background: url(../Images/bottom-bkg.jpg) bottom no-repeat;
	padding: 9px;
}
#topContainer {
	height: 130px;
}
#banner {
	height: 184px;
	text-align: left;
	width: 900px;
}
#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;
}
#textBkg {
	background: url(../Images/text-bkg.jpg) top repeat-x;	
}
#textContent {
	padding: 20px;
	min-height: 220px;
}
#footer {
	background: url(../Images/bottom-tab.jpg) top no-repeat;
	height: 55px;
	clear: both;
}
#leftFooter {
	float: left;
	width: 450px;
	margin: 15px 0 0 15px;
}
#rightFooter {
	float: right;
	width: auto;
	margin: 15px 15px 0 0;
	text-align: right;
	background: url(../Images/logo-s.jpg) right no-repeat;
	height: auto;
	min-height: 25px;
	padding: 8px 40px 0;
}
#copyright {
	text-align: right;
	padding: 15px;
}
#menu {
	height: 35px;
	width: 900px;
	text-align: center;
	background: url(../Images/menu-bkg.png) repeat;
}
#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: 330px;
}
.announcement-list span.date {
	display: none;
}
.announcement-list {
	text-align: center;
	background: #FFFFFF;
}



/* Text */
.titleBlue {
	font: 20px/26px Georgia, "Times New Roman", Times, serif;
	color: #00325B;
	padding-bottom: 10px;
}
.text {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #222;
}
.titleBlueSmall {
	font: bold 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #00325B;
	text-transform: uppercase;
}
.titleGraySmall {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-transform: uppercase;
}
.address {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.address a {
	text-decoration: none;
	color: #333;
}
.address a:hover {
	color: #999;
}
.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
}
.copyright a {
	color: #999;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

/* Menu */
.menu ul {
	font: 13px/25px Georgia, "Times New Roman", Times, serif;
}
.menu li {
	list-style-type: none;
	display: inline;
}
.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: #E1E1E1;
	color: #003768;
	text-decoration: none;
	padding: 0 13px;
}
.headerimage {
	position: absolute;
	top: 145px;
	width: 900px;
	height: 184px;
	overflow: hidden;
	left: 50%;
	margin-left: -450px;
	clip: rect(0, 900px, 184px, 0)
}
#movie {
	margin-left: 260px;
}



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

table#cat_675406 {
	margin: 0 auto;
	padding: 0;
	width: 860px;
}
.catdiv607362 {
	position: absolute !important;
}

/* Menu */

#cat_607362_divs div {
	top: auto !important;
	left: 100px !important;
}
.catmain0607362 {
	padding: 0 15px;
}
#cat_607362_divs {
	z-index: 10000000000;
}


/* tables */

#textContent table {
	border: 1px solid #CCC;
}
#textContent td {
	background: #efefef;
	padding: 5px;
}
table.webform {
	margin-right: 535px;
	width: auto;
}

/* input */

input.cat_textbox, textarea.cat_listbox {
	background: #FFF;
	padding: 2px;
	height: 20px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
textarea.cat_listbox {
	height: 150px;
}
input.cat_button {
	background: #333;
	border: 1px solid #CCC;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 10px;
}
input.cat_textbox:focus, textarea.cat_listbox:focus {
	border: 1px solid #00325B;
	background: #D9E0E7;
}

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

}


