@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;
}


/* Containers */
#wrap {
}
#header {
	height: 210px;
	background: url(../images/top-degrade.jpg) top repeat-x;
	padding-top: 11px;
}
#menu {
	background: url(../images/top-corner.png) top no-repeat;
	height: 32px;
	padding-top: 5px;
	width: 1008px;
	text-align: center;
}
#banner {
	background: url(../images/header.png) no-repeat;
	height: 211px;
	width: 1008px;
	text-align: left;
	min-height: 173px;
	z-index: 2;
}
#logo {
	width: 210px;
	height: 207px;
	background: url(../images/bar-black.png) repeat-y;
	margin: 4px 0 0 12px;
}
#bottom {
	background: url(../images/bottom-corner.png) top no-repeat;
	height: 45px;
	width: 1008px;
	min-height: 100%;
	text-align: center;
	min-height: 45px;
	z-index: 2;
}
#starfish {
	float: right;
	width: 80px;
	height: 57px;
	position: absolute;
	z-index: 50000;
	margin-top: 40px;
}
#blueBkg {
	background: url(../images/blue-bkg.png) top repeat-x;
}
#mainContainer {
	background: url(../images/shadows.png) repeat-y;
	width: 1008px;
}
#lightBlueBkg {
	background: url(../images/light-blue-bkg.png) top no-repeat;
	margin: 0 7px;
}
#floatContainer {
	padding: 0 5px;
	background: url(../images/bar-green.png) center repeat-y;
}
#leftColumn {
	float: left;
	width: 210px;
	position: relative;
	z-index: 1000;
	padding: 10px 0;
}
#centerColumn {
	float: left;
	width: 525px;
	padding: 20px 20px 0 20px;
	position: relative;
	z-index: 1000;
}
#rightColumn {
	float: left;
	width: 180px;
	position: relative;
	z-index: 1000;
	padding: 20px 14px;
}
.clear {
	clear: both;
}
#bottom {
	background: url(../images/bottom-corner.png) top no-repeat;
	height: 45px;
	width: 1008px;
	padding-bottom: 25px;
	text-align: center;
}



/* Text */
.textBlack {
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #000;
}
.logo {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.titleWhite {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

.textWhite {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.textBlackGeorgia {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}	
.titleBlue {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #01464A;
	padding-bottom: 15px;
}
.subtitleBlue {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #01464A;
	padding-bottom: 15px;
}
.titleBlueSmall {
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	color: #01565B;
	text-transform: uppercase;
	padding-left: 10px;
}
.copyright, copyright a {
	font: 12px/40px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
ul.textBlack {
	margin-left: 30px;
}
/* Menu */
ul.menu {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
  	margin-left: 0;
	margin: 0;
	padding: 0;
}
ul.menu li {
  	border-width: 0px;
	list-style: none;
	display: inline;
}
ul.menu li a {
	list-style: none;
  	display: block;
  	text-decoration: none;
	padding-right: 20px;
	color: #663300;
	padding: 6px 10px;
}
ul.menu li a:hover {
	background: #01565B;
	border-left: 5px solid #000;
	color: #FFFFFF;
}
ul.text {
	margin-left: 30px;
}
ul.text li {
	margin-left: 30px;
}
ul.textBlack {
	margin-left: 30px;
	padding: 7px 0
}
ul.textBlack li {
	margin-left: 30px;
}


/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.banner {
	padding-top: 2px;
	margin: 0 7px;
	border-top: 1px solid #C1B19B;	
}
.advertisement {
	margin-top: 10px;
}
.footerlogos {
	padding: 5px 7px 7px 7px;
}


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

/* Styles for the report */

#freeGuideContainer {
 padding: 10px 0;
}
.freeGuideBorder {
 border: 1px solid #3DB0C4; /* ---- main border color ---- */
 background: #FFF; /* ---- main background color ---- */
 width: 174px; /* ---- main width ---- */
 padding: 5px;
 margin-bottom: 30px;
 position: relative;
}
#rightcolumn .freeGuideBorder {
 border: 3px solid #00CCFF;
}
.freeGuideTitle {
 float: none; /* ---- position of the title content ---- */
 width: auto; /* ---- width of the title content ---- */
 padding: 5px;
 text-align: center;
}
.freeGuideImage, .freeGuideImage img {
 width: auto;
 max-width: 200px; /* ---- Width of the image container = width of image [image max-size = 223px] ---- */
 height: auto;
}
.freeGuideImage {
 position: relative;
 float: none; /* ---- position of the image container ---- */
 left: -10px; /* ---- Left position of the image, if aligned to the left or centered ---- */
 /*right: 0;*/ /* ---- Right position of the image if aligned to the right ---- */
 top: 0;
}
.freeGuideSlogan {
 text-align: center;
 clear: both;
 font: 14px/17px Georgia, "Times New Roman", Times, serif; /* ---- Slogan Font ---- */
 color: #18366E; /* ---- Slogan Font Color ---- */
 font-style: italic;
 padding: 5px 0 10px;
}
.freeGuideFormContainer {
}
.freeGuideFormFields {
}
.freeGuideFormFields ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.freeGuideFormFields li {
 padding: 0;
 margin: 0;
 float: left;
 height: 20px;
 display: block;
 float: left;
 padding-bottom: 2px;
}
.freeGuideFormFields li.label, .freeGuideFormFields li.largeLabel {
 width: 74px;
 font: 11px/20px Arial, Helvetica, sans-serif;
 color: #003399;
}
.freeGuideFormFields li.largeLabel {
 padding-bottom: 0;
 width: 174px;
}
.freeGuideFormFields li.field {
 width: 100px;
}
.freeGuideFormFields li.field input {
 width: 94px;
 padding: 2px;
 border: 1px solid #CCC;
 height: 14px;
}
.freeGuideFormFields li.largeField {
 width: 174px;
}
.freeGuideFormFields li.largeField textarea {
 width: 168px;
 padding: 2px;
 border: 1px solid #CCC;
 height: 28px;
}
.freeGuideFormFields li.field input:focus, .freeGuideFormFields li.largeField textarea:focus {
 border: 1px solid #FF9900;
}
.freeGuideFormButton {
 clear: both;
 height: 30px;
}
.freeGuideFormButton input {
 background: url(../images/free-guide-button.png) top no-repeat;
 position: relative;
 bottom: -23px;
 height: 53px;
 width: 186px;
 text-indent: -9999px;
 left: -6px;
 border: none;
 cursor: pointer;
}
