html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
    background: url('images/background-menu-secondary.png') left 159px repeat-x, url('images/background-over.png') left 45px repeat-x, url('images/background.png');
    color: #555555;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
a {
    color: #1A67B5;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2589EE;
    text-decoration: none;
}

a:focus {
    outline: none;
}
.hytucsaint {
    width: 760px;
    margin: 0 auto;
}
.hytucline {
    padding: 0;
    height: 34px;
    background: #FFFFFF;
    z-index: 400;
    margin-top: 11px;
}
.hytucline ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    line-height: 1.0;
}
.hytucline ul li {
    float: left;
    position: relative;
}
.hytucline ul li a {
    color: #606060;
    padding: 11px 15px;
	text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 2px 0 0;
    display:block;
}
.hytucline ul a:hover {
    color: #2579CD;
    outline: 0;
    box-shadow: inset 0 2px 0 0 #2873BE;
}
.hytucmoss {
    height: auto;
    padding: 26px 0;
}
/* Search
----------------------------*/

#search {
    border: 1px solid #D8D8D8;
    background: #fff;
    text-align: left;
    padding: 6px 6px 6px 6px;
    width:230px;
    float:right;
    margin-right:10px;
    min-height: 16px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: calc(100% - 16px);
    padding: 0;
    margin: 0;
    outline: none;
    float: left;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}
.hytuclands {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 1px rgba(96,96,96,.15);
    box-shadow: 0 0 9px 1px rgba(96,96,96,.15);
    margin-top:15px;
    overflow:hidden;
}
.hytucandafter {
    margin-bottom: 15px;
    color: #FFFFFF;
background: #135DA8;
text-align: center;
padding: 10px 0;
margin-top:10px;
}
.hytuclands h1 {
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}
.hytuclands h2 {
    color: #154577;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
}
.hytucsubtext {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.hytuclands p {	margin: 8px 0;
}
.hytuclands ul, .hytuclands ol {
	margin: 9px 0 9px 18px;
}
.hytuclands li {
	margin: 2px 0;
}
.hytuclands img {	max-width: 100%;
	height: auto;
}
.hytuclands table {	width: auto;
}