html {
	background: #116691 url(images/bg_radial_blue_1210w750h.jpg) no-repeat 50% 0;
	height: 100%;
}

body {
    background: transparent url(images/bg_logomark_1602w1084h.png) no-repeat 50% -220px;
	color: #313131;
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	height: 100%;
	margin: 0 auto;
    text-align: center;

}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    /*outline: none;*/
}

a,
a:link {
    color: #1695ca;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
	cursor: pointer;
    text-decoration: underline;
}

a:visited {
    color: #1695ca;
    text-decoration: none;
}

.shell {
	margin: 0 auto;
    position: relative;
    text-align: left;
    width: 580px;
}

.header {
	padding: 20px 0 0 0;
	text-align: left;
}

/*
IE7, 8 and 9 do not support text-shadow. Thus the filter properties.
Filters need display:block and height to work. The *:first-child+html hack targets IE7.
*/
.header h1 {
	color: #fff;
	display: block;
	filter: glow(color=#025171,strength=2);
	filter: dropshadow(color=#167fa9,offX=1,offY=1);
	font-size: 250%;
	margin: 0;
	padding: 12px 0 16px 0;
	text-align: center;
	text-shadow: 0 1px 2px #025171;
}

.header h2 {
	color: #fff;
	display: block;
	filter: glow(color=#025171,strength=2);
	filter: dropshadow(color=#167fa9,offX=1,offY=1);
	font-size: 150%;
	margin: 0;
	padding: 0px 0 16px 0;
	text-align: center;
	text-shadow: 0 1px 2px #025171;
}

*:first-child+html .header h1 {
	height: 1%;
}

.contentTop {
	background: transparent url(images/sprite.png) no-repeat;
	background-position: 0 -15px;
	font-size: 0;
	height: 7px;
	line-height: 0;
}

.content {
	background: #fff;
	padding: 3px 10px;
	position: relative;
}


.break {
	display: block;
}

.jobTitle {
	font-size: 90%;
}

.listTop {
	background: transparent url(images/sprite.png) no-repeat 0 0;
	font-size: 0;
	height: 7px;
	line-height: 0;
}

ul {
	background: #f1f9fc;
	border-left: 1px solid #e4f1f6;
	border-right: 1px solid #e4f1f6;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	border-bottom: 1px solid #dff0f6;
	border-top: 1px solid #fff;
	display: block;
}

ul li a {
	display: block;
	line-height: 19px; /*IE9 wants line-height set*/
	padding: 6px 20px;
}

ul li a:active,
ul li a:focus,
ul li a:hover {
	background: #fff url(images/sprite.png) no-repeat -588px 12px;
}

.firstItem {
	border-top: none;
}

.lastItem {
	border-bottom: none;
}

.listBottom {
	background: transparent url(images/sprite.png) no-repeat;
	background-position: 0 -9px;
	font-size: 0;
	height: 7px;
	line-height: 0;
}

.contentBottom {
	background: transparent url(images/sprite.png) no-repeat;
	background-position: 0 -25px;
	font-size: 0;
	height: 14px;
	line-height: 0;
}