@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	height: 100%;
	background-color: #4496AB;
	position: relative;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: square;
}
a {
  outline: none;
}
h1 {
	font-size: 1.2em;
	color: #FFF;
	margin-bottom: 1em;
	font-style: normal;
	line-height: normal;
}
h2 {
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #003;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAA11B;
	padding-bottom: 5px;
}
h4 {
	margin-bottom: 0.3em;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #BBB;
}
a:hover {
	text-decoration: none;
	color: #EAA11B;
}
a:active {
	text-decoration: none;
	color: #003;
}
.oneColFixCtrHdr #container {
	width: 1009px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #050032;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #003;
	border-right-color: #003;
	border-left-color: #003;
}
.oneColFixCtrHdr #header {
	background-color: #4496AB;
	background-image: url(images/yell_bkgndStrip.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #050032;
	position: relative;
	height: 198px;
	z-index: 500;
}
.oneColFixCtrHdr #header #manausLogo   {
	margin-left: 114px;
	z-index: 500;
	background-image: url(images/manaus_header.jpg);
	height: 198px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 895px;
	position: relative;
}
.oneColFixCtrHdr #container #header #manausLogo #blank {
	height: 198px;
	width: 200px;
	position: absolute;
}
.oneColFixCtrHdr #header #manausLogo  #contactUs{
	position: absolute;
	left: 87%;
	top: 0px;
}
.oneColFixCtrHdr #container #header #headerPics {
	position: relative;
	left: 354px;
	top: 76px;
	width: 600px;
}
.oneColFixCtrHdr #container #header #headerPics img {
	margin-right: 10px;
}
.oneColFixCtrHdr #container #header #buildCapBlueHoriz {
	position: absolute;
	left: 353px;
	top: 180px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 120px;
	background-color: #4496AB;
	background-image: url(images/yell_bkgndStrip.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 450px;
	position: relative;
}
.oneColFixCtrHdr #mainContent #nav {
	color: #FFF;
	margin-left: 0px;
	position: absolute;
	left: 116px;
	top: 0px;
	width: 858px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #mainHead {
	width: 63%;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAA11B;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent #mainContentTxt {
	font-size: 0.9em;
	line-height: 1.3em;
	float: left;
	width: 63%;
	margin-top: 1em;
}
.oneColFixCtrHdr #container #mainContent #mainContentTxt p  {
	margin-bottom: 0.5em;
}
.oneColFixCtrHdr #container #mainContent #photos {
	width: 30%;
	float: right;
	font-size: 0.7em;
	padding-left: 5px;
	line-height: 1.3em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #003;
	padding-right: 5px;
}
.oneColFixCtrHdr #container #mainContent #writersCredit  {
	text-align: right;
	font-size: 0.8em;
}
.oneColFixCtrHdr #footer {
	font-size: 0.7em;
	background-color: #BBB;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #050032;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #070031;
}
.oneColFixCtrHdr #footer  p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
	color: #000;
}
.oneColFixCtrHdr #footer #credit  {
	margin-top: -20px;
	padding: 0px;
	margin-bottom: -12px;
	color: #777;
	z-index: 500;
}
.oneColFixCtrHdr #footer #credit  p{
	font-size: 0.75em;
	font-style: italic;
	color: #777;
	letter-spacing: 1px;
	font-weight: normal;
}
.oneColFixCtrHdr #container #footer #headCredit {
	font-size: 0.8em;
	color: #777;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
	margin-top: 5px;
	letter-spacing: 1px;
	font-style: italic;
	z-index: 500;
}
.imageMargBot {
	margin-bottom: 5px;
}
.imageMargBotTop {
	margin-top: 10px;
	margin-bottom: 5px;
}
.whiteTxt {
	color: #FFF;
}
.whiteTxtBotMarg {
	color: #FFF;
	margin-bottom: 3
';
	margin-bottom: -3em;
}
.sevenhalfemtxt {
	font-size: 0.75em;
}
.yellow {
	color: #EAA11B;
}

