@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;
}
 ol {
	padding-left: 10px;
}
body {
	background: #0B5884;
}


/* Containers */
#wrap {
	width: 100%;
	background: #007DC3 url(../images/background.jpg) bottom repeat-x;
}
#topContainer {
	background: #FFF;
	height: 79px;
	border-top: 5px solid #007DC3;
}
#topContent {
	width: 979px;
	height: 79px;
	background: url(../images/wave-big.jpg) right no-repeat;
}
#address {
	float: right;
	width: 400px;
	padding: 10px 20px 0 0;
	text-align: right;
}
#texture {
	background: url(../images/texture.jpg) top no-repeat;
	width: 979px;
	padding: 10px 0;
}
#topCorner {
	background: url(../images/top-corner.png) top no-repeat;
}
#bottomCorner {
	background: url(../images/bottom-corner.png) bottom no-repeat;
	padding: 20px 0;
}
#center {
	background: url(../images/center.png) repeat-y;
	overflow: hidden;
	min-height: 100%;
}
#mainContainer {
	width: 979px;
}
#leftContainer {
	float: left;
	width: 160px;
	margin-left: 17px;
}
#rightContainer {
	float: left;
	width: 755px;
	margin-left: 36px;
	padding-top: 170px;
}
#flash {
	height: 170px;
	z-index: 99999;
	position: absolute;
	top: 103px;	
}
#textContent {
	padding: 15px 15px 0;
}
#menu {
	text-align: right;
	border-top: 1px solid #83BFE2;
}
#clear {
	clear: both;
	height: 10px;
}
#footer {
	height: 100px;
}
#footerLeft {
	float: left;
	width: 690px;
	margin: 30px 0 0 10px;
}
#footerRight {
	float: right;
	width: 200px;
	margin: 25px 10px 0 0;
	text-align: right;
	padding: 0 0 0 20px;
	border-left: 1px solid #FFF;
}





/* Text */
.address {
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
	color: #002D62;
}
.phoneaddress {
	font: 18px/21px Georgia, "Times New Roman", Times, serif;
	color: #002D62;
}
.title {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #002D62;
	padding-bottom: 15px;
}
.text {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #333;
}

ul.text {
	margin: 10px 0 10px 30px;
}

a.text {
	text-decoration: none;
}

/* Menu */
ul .menu {
	font: 13px/26px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #83BFE2;
	padding-left: 0;
	margin:0;
	padding:0;
}
ul.menu li {
  	border-width: 0px;
	list-style: none;
	display: inline;
	padding-left: 0;
}
ul.menu li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	list-style: none;
  	display: block;
  	text-decoration: none;
	padding-left: 0;
}
ul.menu li a:hover {
	color: #002D62;
	background: #B8DAED;
	padding-left: 0;
}
ul.menu li a.Selected {
	font: 13px/26px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #83BFE2;
	color: #002D62;
	background: #B8DAED;
	padding-left: 0;
}
.menuBottom {
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
}
.menuBottom a {
	color: #FFF;
	text-decoration: none;
}
.menuBottom a:hover {
	color: #B8DAED;
}
.footeraddress {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.logo {
	padding: 15px 0 0 10px;
}
.imagesborder {
	padding: 3px;
	border: 1px solid #ccc;
}
.footerlogos {
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
}
.footeraddressimg {
	margin-bottom: 7px;
}

/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
