@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: #98B5D3;
	font: 13px/19px "Tahoma", Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: #367EB9;
}
a:hover, a:active {
	text-decoration: none;
}



/* Containers */
#wrapper {
	width: 100%;
}
#wrapperBkg {
	background: #D4E2EB url(../images/main-bkg.jpg) top repeat-x;
}
#wrap {
	width: 900px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#headerContainer {
	margin: 0 22px 0 47px;
	background: url(../images/header-bkg.png) top no-repeat;
	height: 275px;
	position: relative
}
#sloganContainer {
	height: 275px;
	background: url(../images/slogan-bkg.png) right bottom no-repeat;
}
#headerBorder {
	border: 2px solid #367EB9;
	border-width: 2px 2px 0 0;
	margin-left: 147px;
	height: 251px;
	padding: 0 10px 5px 125px;
}
#logo {
	float: left;
	width: auto;
	height: 156px;
}
#phone {
	float: right;
	text-align: right;
	padding-top: 25px;
	width: 170px;
}
#headerTab {
	border-top: 2px solid #BDD73C;
	padding-top: 10px;
	clear: both;
	height: 75px; 
}
#headerTab div, #slogan div  {
	float: right;
	text-align: right;
	width: auto;
	padding-top: 5px;
}
#slogan div {
	padding-top: 0;
}
#mainContainer {
	background: url(../images/water-mark.png) bottom right no-repeat;
	margin: 0 40px ;
	min-height: 100%;
}
#rightContainer {
	float: right;
	width: 520px;
	margin-right: -40px;
}
#rightContainer img {
	padding: 5px;
}
#rightContent {
	padding: 35px 0 10px;
}

#leftContainer {
	float: left;
	width: 305px;
}
#navigationBkg {
	background: url(../images/sidebar-bkg.png) top left no-repeat;
	height: 818px;
}
#navigationPadding {
	padding: 130px 50px 25px 25px;
}
#navigationContent {
	padding-top: 10px;
}
#leftContent {
	padding: 20px 35px 0 0;;
}
.clear {
	clear: both;
	height: 10px;
}
#topImage {
	width: 316px;
	height: 364px;
	position: absolute;
	z-index: 1000;
	top: -5px;
	left: -60px;
}
#footerBkg {
	background: url(../images/footer-content-bkg.png) bottom no-repeat;
	width: 900px;
	height: 105px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#footerContent {
	background: url(../images/social-bkg.png) right repeat-y;
	margin: 0 40px;
	height: 105px;
}
#footerLeft {
	float: left;
	height: auto;
	padding-top: 48px;
}
#footerRight {
	float: right;
	width: auto;
	padding: 25px 25px 15px 190px;
	background: url(../images/follow-us.png) left no-repeat;
}
.team {
	clear: both;
	height: 100%;
	min-height: 100%;
	padding-bottom: 15px;
}




/* Text */
#phone {
	font: 14px/14px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#phone span {
	font: 22px/22px "Times New Roman", Times, serif;
}
#headerTab {
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
}
#headerTab div {
	font: 13px/13px "Times New Roman", Times, serif;
}
#slogan div {
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
}
#slogan div a, #slogan div a:visited {
	color: #FFF;
	text-decoration: none;
}
#slogan div a:hover, #slogan div a:active, #slogan div a.Selected {
	text-decoration: underline;
}
#footerLeft, #footerLeft a, #footerLeft a:visited {
	font: 11px/13px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #FFF;
	text-decoration: none;
}
#footerLeft a:hover, #footerLeft a:active {
	color: #367EB9;
}
h1 {
	font: 22px/31px "Times New Roman", Times, serif;
	font-weight: normal;
	color: #367EB9;
}
h2 {
	font: normal 16px/19px "Tahoma", Arial, Helvetica, sans-serif;
	color: #000;
}
.error_strings{ font-family:Verdana; font-size:10px; color:#660000;}

/* Menu */
.nav {
	font: 13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nav a, .nav a:visited {
	color: #6D6E71;
	text-decoration: none;
}
.nav a:hover, .nav a:active, .nav a.Selected {
	color: #367EB9;
}



/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.subscribe {
	text-align: center;
}
.imageborder {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 7px;
	background: #fff;
}
.smallinput {
	border: 1px solid #ccc;
	padding: 2px;
	width: 150px;
}
.biginput {
	border: 1px solid #ccc;
	padding: 2px;
	width: 400px;
}
.submitbutton {
	border: 1px solid #333;
	background: #f4f4f4;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	margin: 5px;
	cursor: pointer;
}


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