body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E7EEEE url(images/page_bground_sliver.jpg) repeat-x top ;
	padding: 0;
	margin: 0;
	margin-top: 27px;
}
#flash {
	margin-left: 60px;
}
.clear {
	font-size: 1px;
	clear: both;
}
.profile {
	font-weight: bold;
	padding: 0px;
	clear: both;
	width: 383px;
	border-bottom: 1px dashed black;
	margin: 10px 0 0 0;
}
h1 {
	margin: 0;
	padding: 0;
}	
h5 {
	background:  url(images/headingbground.gif) left no-repeat;
	font-size: 11px;
	padding: 1px 5px;
	height: 13px;
	color: white;
	width: 383px;
}
h4 {
	background:  url(images/headingbground2.gif) left no-repeat;
	font-size: 11px;
	padding: 1px 5px;
	height: 26px;
	color: white;
	width: 383px;
}
		
#wrapper {
	width: 700px;
	height: auto !important;
	height: 565px;
	min-height: 565px;
	border: 1px solid #408080;
	background: #ecf1f1 url(images/wrapper_manaia_bground.jpg) top no-repeat;
	margin-left: 44px;
	overflow: visible;
}
	
#photo_banner {
	border: 1px solid #408080;
	border-left: none;
	position: absolute;
	top: 7px;
	left: 0;
}	

/* Content Stuff */
#content img {
	padding: 0 10px;
	margin: 0;
	z-index: 2;
}
#content img.nopad {
	padding: 0;
	margin:10px;
}	
#content a{
	color: #477575;
}		
#content {
	height: auto !important;
	height: 150px;
	min-height: 150px;
	margin: 40px 190px 0 0;
	padding: 30px 40px 10px 140px;
	font-size: 11px;
	padding-left: 70px;
}
.content {
	border: 1px solid #458383;
	border-left: none;
	background-image:url(images/transparent60.png) !important; /* Moz */
	background-color: transparent !important; /* Moz */
	xxxbackground-image: none; /* IE */
	xxxbackground-color: #fff; /* IE */
	xxxfilter:alpha(opacity=80); /* IE */
}

.content h3 {
	margin: 0 0 10px;
	padding: 0;
}


/* Footer Stuff */

h3 strong {
	padding: 1px 10px;
	border: 1px solid #477474;
	border-top: none;
	border-left: none;
	background: #ccdbdb url(images/companies_bground_sliver.jpg) repeat-x top;
	color: #477474;
	font-size: 11px;
}	
#footer {
	width: 509px;
	float:left;
	clear: both;
}	
#footer img {
	float: left;
	margin-left: 41px;
}
#littlefoot {
	margin-left: 2px;
	float: left;
	width: 110px;
	border-left: 1px solid #477474;
}	
#footer {
	height: 180px;
	margin: 2px 0;
}	

/* This is the navigation menu stuff */

#menu { /* Positions the menu */
	list-style: none;
	position:absolute;
	top: 88px;
	left: 18px;
	text-decoration: none;
	width: 74px;
	padding:0;
	margin:0;
}		
#menu li {
	height:auto !important;
	height:10px;
	padding: 0 0 3px 0;
}
#menu li a{  /* The look of Main menu */
	display: block;
	font-weight: bold;
	line-height: 17px;
	padding: 0 0 0 5px;
	margin:0;
	width: 74px;
	font-size: 11px;
	border: 1px solid #2b1d15;
	color: #dce6e6;
	background: #408080 url(images/button_bground_sliver.jpg) bottom repeat-x;
	text-decoration: none;
}
#menu ul a { /* The look of second level links menu */
	display: block;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	color: white;
	border:none;
	background:none;
	margin: 1px 0 !important;
	padding: 2px 5px;
	text-align: center;
}
#menu a:hover { /* Hover state of main menu */
	color: white;
	margin:0; /* ie hack */
}	
#menu ul a:hover {
 }
#menu li li a:hover, #menu li li a.over {
	color: #009999;
}
#menu ul {
	list-style: none;
	margin:-19px 0 0 0;
	padding:0;
	overflow:visible;
	position: absolute;
	left: 81px;
	width: 90px;
	border: 1px solid #458383;
	background: #408080 url(images/wrapper_manaia_bground.jpg) 45px 26px fixed !important;
	background: #9fb2b0;
	z-index: 3;
}
#menu ul, #menu ul li:hover ul, #menu ul li.over ul {
	display: none;
}
#menu li:hover ul, #menu li.over ul {
	display: block; /* enables second layer menu visible */
}
#news {
	width: 163px;
	height: auto !important;
	height: 130px;
	min-height: 130px;
	position: absolute;
	background: #E8EDED;
	top: 232px;
	left: 562px;
	border: 1px solid #458383;
	padding: 5px;
	font-size: 10px;
}
#news h6 {
	background: #4A7974 url(images/news_header.gif) no-repeat top;
	color: white;
	font-size: 10px;
	margin: -5px -5px;
	padding: 2px 5px 5px 5px;
}	
 	
#staff_profiles {
	width: 393px;
	padding: 4px;	
}
#staff_profiles img{
	display:block;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #4A7974;
}	
#staff_profiles a {
	text-decoration: none;
	display: block;
	float: left;
	width: 33%;
	text-align: center;
	height: auto !important;
	height: 110px;
	min-height:110px;
}
#staff_profiles a:hover {
	color: #009999;
	
}	
#staff_profiles.director a{
	width: 20%;
}	
#staff_profiles a:hover img {
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}	
.borderme {
	border: 1px solid #4A7974;
	padding: 0;
	margin: 0px;
	width: 200px;
}	