@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 {
}
body {
	background: #E8E8E8;
}
a, a:visited {
	color: #0973BA;
	text-decoration: none;
}
a:hover {
	color: #0973BA;
	text-decoration: underline; 
}

/* Containers */
#wrap {
	width: 100%;
	background: #FFF url(../Images/cssimg/background.jpg) top repeat-x;
	
}
#footer {
	background: #E8E8E8 url(../Images/cssimg/bottom-border.gif) top repeat-x;
}
#wrapContainer {
	width: 900px;
	height: auto;
	min-height: 550px;
}
#topContainer {
}
#logo {
	padding: 35px 5px 5px;
	height: 42px;
}
#banner {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	height: 140px;
}
#menu {
	height: 32px;
	padding: 2px 0;
}
#mainContainer {
	padding: 10px 20px 10px 242px;
}
#mainContainer ul, #mainContainer li {
	margin-left: 10px;
	padding-left: 10px;
}
#mainContainer li {
	padding-bottom: 8px;
}
#footerContainer {
	width: 770px;
	text-align: right;
	background: url(../Images/cssimg/logo-edge-small.png) 790px 15px no-repeat;
	padding-right: 150px;
}

/* Text */
h1 {
	font: 22px/35px Georgia, "Times New Roman", Times, serif;
	color: #0973BA;
	padding-left: 15px;
	background: url(../Images/cssimg/tl-bullet.png) left top no-repeat;
}
h2 {
	font: 20px/24px Georgia, "Times New Roman", Times, serif;
	color: #0973BA;
}
h3 {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #0973BA;
}
h4 {
	font: 17px/24px Georgia, "Times New Roman", Times, serif;
	color: #0973BA;
}
h5 {
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #0973BA;
}
h6 {
	font: 15px/24px Georgia, "Times New Roman", Times, serif;
	color: #0973BA;
	padding-left: 15px;
	background: url(../Images/cssimg/tl-bullet.png) left top no-repeat;
}
.text {
	font: 13px/24px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.text ul {
	padding-left: 20px;
	list-style-position: inside;	
}
.text ul li{
	padding-left: 40px;
	list-style: disc;
	list-style-position: inside;
}
.footer {
	font: 11px/50px Georgia, "Times New Roman", Times, serif;
	color: #999;
}
.footer a {
	color: #999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.slogan {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #0973BA;
}


/* Menu */
.menu ul {
	font: bold 10px/32px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0973BA;
	list-style-type: none;
}
.menu li {
	display: inline;
	margin-left: none;
}
.menu a {
	color: #0973BA;
	text-decoration: none;
	padding: 10px 15px;
	margin: 0 10px;
}
.menu a:hover {
	background: url(../Images/cssimg/menu-on.jpg) top repeat-x;
}
.menu a.selected {
	font: bold 10px/27px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0973BA;
	text-decoration: none;
	padding: 7px 10px;
	background: url(../Images/cssimg/menu-on.jpg) top repeat-x;
}



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




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