/* CSS Document */


h1 {
	font-size: 26px;
	color: #273F57;
	margin: 0px;
	line-height:normal;
}

h2 {
	font-size: 20px;
	color: #6885a7;
	margin: 0px 0px 10px 0px;
	margin-bottom: 6px;
	line-height:normal;
}

h3 {
	font-size: 18px;
	color: #6885a7;
	margin: 0px;
	line-height:normal;
}

h4 {
	font-size: 14px;
	color: #FFFFFE;
	margin: 0px;
	line-height:normal;
}

a {
	color: #273F57;
}

a:hover {
	color: #6885a7;
	text-decoration: none;
}

/* ============ MENU =========== */
.menuitem {
	display: block;
	height: 20px;
	width: 107px;
	padding-top: 3px;
	padding-right: 14px;
	color: #FFFFFE;
	font-weight: bold;
	text-decoration: none;
}

.menuitem:hover {
	display: block;
	height: 20px;
	width: 107px;
	padding-top: 3px;
	padding-right: 14px;
	text-decoration: none;
	color: #FFFFFE;
	font-weight: bold;
	background-image:url(../images/menuarrow2.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.menuitem-selected, .menuitem-selected:hover {
	display: block;
	height: 20px;
	width: 107px;
	padding-top: 3px;
	padding-right: 14px;
	text-decoration: none;
	color: #FFFFFE;
	font-weight: bold;
	background-image:url(../images/menuarrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* ============ SUBMENU =========== */
.submenuholder {}

.submenuitem {
	display: block;
	height: 20px;
	width: 116px;
	padding-left: 14px;
	color: #273F57;
	text-decoration: none;
}

.submenuitem:hover {
	display: block;
	height: 20px;
	width: 116px;
	padding-left: 14px;
	text-decoration: none;
	color: #273F57;
	text-decoration: none;
}

.submenuitem-selected, .submenuitem-selected:hover {
	display: block;
	height: 20px;
	width: 116px;
	padding-left: 14px;
	color: #273F57;
	text-decoration: none;
}

/* ============ CLIENT =========== */
.clientLogo {
	float:left;
	width: 114px;
	height: 114px;
	margin-left: 12px;
	margin-bottom: 12px;
	border: 1px solid #D0D0D0;
}
.clientLogo img {
	margin: 6px;
	border: 0px;
}

.clientLogo a {
	display: block;
}

.clientLogo a:hover {
	background-image:url(../images/stripes.gif);
	background-position:top left;
	background-repeat:repeat;
}
/* ============ TOPMENU =========== */

.headermenu a {
	font-size: 8px;
	color:#C6C6C6;
	text-decoration:none;
	text-transform:uppercase;
	margin: 0px 5px;
}

.headermenu a:hover {
	font-size: 8px;
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
}

/* ============ FORM =========== */
.searchbutton {
	height: 20px;
	width: 16px;
	border: 1px solid #D0D0D0;
	line-height: 10px;
}

/* ============ FOOTER =========== */
.footercolumn a {
	color: #FFFFFE;
	font-size: 9px;
	text-decoration: none;
}

.footercolumn a:hover {
	color: #6885a7;
	font-size: 9px;
	text-decoration: none;
}

