	/* STYLES SPECFIC TO PAGES WITH BLUE THEME */

/* TEXT */
#cellFooter a:hover, #cellFooter a:active {
	text-decoration: underline;
	color: #0078ba;
}

/* LAYOUT */
#cellMenu {
	height: 20px;
	text-align: right;
	background-color: #0078ba;
}
#cellBanner {
	height: 288px;
	background-color: #0078ba;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#cellContent {
	background-color: #0078ba;
}

/* LIST MENU */
.menulist, .menulist  ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: lowercase;
}
.menulist ul {
	display: none;
 	position: absolute;
 	letter-spacing: 0em;
 	font-weight: normal;
	font-size: 11px;
 	top: 1.0em; margin-top: 14px;
 	right: -1px;
 	width: 150px;
 	text-transform: lowercase;
}
.menulist ul li a {
	color: #efdbc3;
	border: 1px #b2b2b2 solid;
	background-color: #0078ba;
}
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #efdbc3;
	border: 1px #b2b2b2 solid;
	background-color: #016399;
}
.menulist ul li a.highlighted {
	color: #efdbc3;
	background-color:#0078ba;
}
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: -192px;
	width: 190px;
	text-transform: lowercase;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	background: #0078ba;
	margin-right: -1px;
}
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px;
}
.menulist a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #ffffff;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #fff;
}
.menulist a.highlighted {
	color: #fff;
}
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: left;
}
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
.menulist a {
	float: none;
}
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}

/* company biography styles */
#tblBios {
	width: 100%;
}
.tblBiosHeader {
	padding: 10px 0 0 15px;
	background-image: url(../images/profile_header_blue.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.tblBiosHeader h1 {
	font-size: 12px;
	text-transform: none;
}
.tblBiosText {
	padding: 0 0 25px 25px;
}
#tblBios img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
