@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 {
	background: #AFC8C1;
	font: 13px/26px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #444444;
}
blockquote {
	padding-left: 30px;
}
a {
	color: #3A487D;
}
a:hover {
	color: #444444;
}


/* Containers */
#wrap {
	width: 810px;
}
#navigationBkg {
	background: url(../images/menu-bkg.jpg) top no-repeat;
	height: 43px;
	margin-bottom: 60px;
}
#navigationContent {
	height: 36px;
	text-align: center;
}
#navigationContent img {
	margin-top: -8px;
}
.opera #navigationContent img {
	margin-top: -2px;
}
.ie #navigationContent img {
	margin-top: 0;
}
#mainBkg {
	background: url(../images/main-bkg.jpg) repeat-y;
}
#bottomCorner {
	background: url(../images/bottom-corner.jpg) bottom no-repeat;
}
#topCorner {
	background: url(../images/top-corner.jpg) top no-repeat;
	height: auto;
	min-height: 350px;
	padding: 17px 40px;
}
#content {
	margin: 25px 180px 10px 0;
}
#copyright {
	padding: 0 40px;
	margin-bottom: 5px;
}
/* Text */
h1 {
	font: normal 25px/62px Georgia, "Times New Roman", Times, serif;
	color: #3A487D;
}
h2 {
	font: bold 13px/26px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #3A487D;	
}
h5, h5 a {
	font: normal 10px/25px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF;
	text-decoration: none;
}
h5 a:hover {
	text-decoration: underline;
}



/* Menu */
.navigation {
	font: bold 11px/36px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.navigation a {
	padding: 11px 20px;
	text-decoration: none;
	color: #FFF;
}
.ie .navigation {
	line-height: 44px;
}
.navigation a:hover, .navigation a.Selected {
	background: url(../images/menu-on.jpg) top repeat-x;
}



/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.padding {
	padding: 5px;
	border: 1px solid #3A487D;
	margin: 10px 15px 15px 0;
}




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