@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;
	margin-left: 10px;
}
body {
	font: 12px/22px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #333333;
}



/* Containers */
#wrap {
	width: 808px;
}
#header {
	padding: 30px;
}
#mainbkg {
	background: url(../images/center-border.jpg) repeat-y;
}
#mainbkgTop {
	background: url(../images/top-border.jpg) top no-repeat;
	padding: 4px 5px 5px;
}
#mainbkgBottom {
	background: url(../images/bottom-border.jpg) bottom no-repeat;
}
#menuContainer {
	height: 38px;
	text-align: center;
}
#banner {
	border-bottom: 5px solid #001F3F;
	padding-top: 1px;
	margin-bottom: 1px;
}
#mainContainer {
	border-top: 1px solid #001F3F;
}
#padding {
	padding: 30px;
}
#footerContainer {
	padding: 10px 20px;
}
#footerContent {
	background: url(../images/logo-small.jpg) right no-repeat;
	text-align: right;
	padding-right: 35px;
	height: auto;
	min-height: 28px;
	color: #999;
	font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}


/* Text */
h1 {
	color: #006699;
	text-transform: uppercase;
	font: bold 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#footerContent a, #footerContent a:visited {
	color: #999999;
	text-decoration: none;
}
#footerContent a:hover {
	color: #333;
}
.contact a, .contact a:visited {
	color: #999;
}
.contact a:hover, .contact a:active {
	color: #333;
}
.contact span {
	font-weight: bold;
	color: #006699;
}
.smallText {
	font: 10px;
}


/* Menu */
.menu {
	font: bold 10px/38px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-transform: uppercase; 
}
.menu a, .menu a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 12px 20px 13px;
}
.menu a:hover, .menu a.Selected {
	background: url(../images/menu-on.jpg) bottom no-repeat;
}


/* Images and Boxes */





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

/* iFrame */

#mainWidth {
	width: 738px;
}
.secure-loginTitle {
	float: right;
	width: 230px;
}
.secure-loginTitle h1 {
	padding: 0 0 10px 18px;
}
#pageContent {
	float: left;
	width: 500px;
}
.secure-login .cat_textbox_small {
	width: 192px;
}
.secure-login .cat_button {
	font: bold 10px/28px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF;
	background: #006699;
	padding: 3px 5px;
	text-transform: uppercase;
}
.cat_textbox_small {
	border: 1px solid #CCC;
	padding: 3px;
}
.cat_textbox_small:focus {
	border-color: #006699;
}
