
body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #dad8d4;
}

a {
	color: #00b0ca;
}
	a:hover {
		color: #ec7a08;
	}
	
	a.email {
		padding-left: 25px;
		background: url('/images/icons/email.png') left center no-repeat;
	}

nav {
	background-color: white;
}

.top-menu {
	margin-left: 92px;
}

.top-menu-spacer {
	height: 50px;
}


table.history {
	margin-bottom:25px;
}

    table.history caption {
		border-bottom:8px solid #002c5f;
		font:normal 40px/40px 'FetteEngschriftDIN1451W', Arial, san-serif;
		color:#002c5f;
	}

	table.history td {

		padding:24px 16px;
		font:normal 13px/22px Arial, Helvetica, sans-serif;
		vertical-align:top;
	}

	table.history th {
		margin:0;
		padding:18px 16px;
		font:normal 56px/56px 'FetteEngschriftDIN1451W', Arial, san-serif;
		color:#58595b;
		text-align:left;
		vertical-align:top;
	}

	table.history tr.alt th {
		color:#002c5f;
	}

	table.history tr.alt {
		background-color:#eaeaeb;
	}


h1 {
	margin-bottom:16px;
	font:normal 40px/42px 'FetteEngschriftDIN1451W', Arial, san-serif;
	text-transform:uppercase;
	color:#d52b1e;
}

    h1.form-header {
	    background-color:#828384;
	    font:normal 34px/34px 'FetteEngschriftDIN1451W', Arial, san-serif;
	    text-transform:uppercase;
	    color:#fff;
	    -moz-border-radius:4px 4px 0 0;
	    border-radius:4px 4px 0 0;
    }


h2 {
	margin-bottom:8px;
	font:normal 32px/38px 'FetteEngschriftDIN1451W', Arial, san-serif;
	text-transform:uppercase;
}

    h2.underline {
        margin:0 -2px 12px -2px;
	    padding:0 2px 4px 2px;
	    border-bottom:2px solid #c1c1c1;
    }

    h2.smpn {
        margin:0 -2px 14px -2px;
	    padding:0 2px 4px 0;
	    border-bottom:6px solid #eaab00;
	    font-size: 36px;
        color: #00b0ca;
    }

    h2 span {
        color:#b6b1a9;
    }


h3 {
	font:normal 24px/28px 'FetteEngschriftDIN1451W', Arial, san-serif;
	text-transform:uppercase;
}

	h3.tipdown-headline {
	    font:normal 26px/30px 'FetteEngschriftDIN1451W', Arial, san-serif;
        color:#ec7a08;
    }


h4 {
    margin-bottom:12px;
	font:normal 18px/22px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
}

    h4 .alert {
        margin-right: 2px;
        padding: 0 4px;
        background-color: #d52b1e;
        font-size: 60%;
        color: #fff;
        letter-spacing: 1px;
        vertical-align: text-top;
        text-transform: uppercase;
    }

    h4 .unbold {
		font:normal 18px/22px 'DIN Next W01 Light', Arial, Helvetica, sans-serif;
	}


h5 {
	margin:16px -2px 6px -2px;
	padding:0 2px 2px 2px;
	border-bottom:1px solid #c1c1c1;
	font:normal 14px/18px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

	h5.blue {
		color: #002c5f;
	}


h6 {
	margin:10px -3px 6px -3px;
	padding:0 3px 2px 3px;
	border-bottom:1px solid #c1c1c1;
	font:normal 13px/16px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
}

    h6:first-child {
        margin-top:0;
    }


.highlight-green {
    background-color:#e7eaab;
}

    .highlight-green h3 {
        margin-bottom:0;
        color:#989f02;
    }

    .highlight-green p {
        color: #989f02;
    }

.highlight-red {
    background-color:#f9dfdd;
    text-align:center;
}

    .highlight-red h3 {
        margin-bottom:0;
        color:#d52b1e;
    }

.maintenance {
    border: none;
}

.specs caption {
	font:normal 36px/36px 'FetteEngschriftDIN1451W', Arial, san-serif;
	color:#002c5f;
}

	.specs caption.two-line {
		padding-top: 4px;
		line-height: 24px;
	}

	.specs caption.two-line span {
		font: normal 20px/20px 'DIN Next W02 Medium', Arial, san-serif;
		color: #ce2328;
		text-transform: uppercase;
	}


.staff-bio {
    margin:25px 0;
}

    .staff-bio h5 {
        margin-top:0;
        font:normal 18px/20px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
    }

    .staff-bio img {
        display:block;
        float:left;
        padding:0 16px 10px 0;
        background-color:#fff;
    }

    .staff-bio p {
        margin-bottom:22px;
    }

        .staff-bio p:last-child {
            margin-bottom:0;
        }

.styles-list {
    background-color:#e5f7fa;
    -moz-border-radius:4px;
	border-radius:4px;
}

    .styles-list h3 {
        color:#00b0ca;
    }

        .tipdown-list > h3 em {
            font:normal 16px/28px 'FetteEngschriftDIN1451W', Arial, san-serif;
            color:#b6b1a9;
        }


.twitter-link {
    display:block;
    margin-left:10px;
    padding-left:33px;
    background:url(/images/icons/link-twitter.png) left center no-repeat;
    font:normal 20px/24px 'FetteEngschriftDIN1451W', Arial, san-serif;
    color:#b6b1a9;
    text-transform:uppercase;
}

footer #copyright {
	margin: -10px 0 20px 0;
    color: #b6b1a9;
}

footer hr {
	 margin-top:15px;
}


h2.block-blue,
h2.block-teal,
h2.block-yellow,
h2.block-red {
	margin: 0 0 25px;
	padding: 16px 0 16px 20px;
	border-left: 50px solid #002c5f;
	font: normal 44px/42px 'FetteEngschriftDIN1451W', Arial, san-serif;
	color: #002c5f;
}

h3.block-blue,
h3.block-teal,
h3.block-yellow,
h3.block-red {
	margin: 25px 0 20px;
	padding: 10px 0 10px 16px;
	border-bottom: none;
	border-left: 40px solid #002c5f;
	font: normal 32px/30px 'FetteEngschriftDIN1451W', Arial, san-serif;
	color: #002c5f;
}

	.block-blue {
		color: #00b0ca !important;
	}

	.block-teal {
		border-color: #00b0ca !important;
	}

	.block-yellow {
		border-color: #eaab00 !important;
	}

	.block-red {
		border-color: #d52b1e !important;
	}


.sha p,
.sha ul.disc li,
.sha ol li {
	font: normal 16px/22px 'DIN Next W01 Light', Arial, Helvetica, sans-serif;
}

	.sha p strong,
	.sha p a,
	.sha li {
		font: normal 16px/22px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
	}

	.sha p.small {
		font: normal 12px/18px 'DIN Next W01 Light', Arial, Helvetica, sans-serif;
	}

.sha h5 {
	font: normal 18px/18px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif
}

.sha h6 {
	margin: 16px 0 8px;
	padding: 0;
	border: none;
	font: normal 14px/18px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
	color: #b6b1a9;
	text-transform: uppercase;
}

.highlight {
	padding-bottom: 13px;
}

span.divider {
	padding: 0 12px;
	color: #bdbdbc;
}

#sticky-block.sticky {
	position: fixed;
	top: 110px;
	width: inherit;
}

/* for document list that show document thumbnails */
.thumbs dd {
	clear: both;
	background-color: #fff;
}

	.thumbs dd a {
		padding: 16px 0 0 104px;
		background: none;
		font: normal 18px/22px 'DIN Next W02 Medium', Arial, Helvetica, sans-serif;
	}

		.thumbs dd a img {
			float: left;
			margin: -16px 0 0 -104px;
		}

		.thumbs dd a span {
			background: url('/images/icons/download.png') left center no-repeat;
		}


/* My Starkey Contacts styles ------------------------------------------- */

.contact-block {
    /* added the following to keep long email address from breaking out of the highlight box */
    -ms-word-break: break-all;
            word-break: break-all;
            word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
                hyphens: auto;
}

.contact-block h4 {
    /* margin-bottom: 4px;  :: originally existed when we had a Job Title displayed underneath the Name */
    margin: 13px 0 5px 15px;
    font-size: 18px;
    line-height: 1.25;
    text-transform: uppercase;
}

.contact-block h6 {
    margin: 0 0 16px;
    font-size: 12px;
    color: #58595b;
}

.contact-block table th {
    width: 50px;
    padding-right: 8px;
    vertical-align: top;
    text-align: right;
}

.contact-block table p {
    margin-bottom: 0;
    font-size: 12px;
}

.contact-block table p strong,
.contact-block table p a {
    font-size: 14px;
}

.contact-block p strong {
    white-space: nowrap;
}
