/*
-----------------------------------------------
Print styles
----------------------------------------------- */


/* =Normalize
----------------------------------------------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*=typopraphy
----------------------------------------------- */
body {
font-family:"Times New Roman", Times, serif;
font-size:12pt;
line-height:1.8em;
color:#000;
}

body strong { font-weight:bold; }
body em { font-style:italic; }

a,
a:link { color:#333; text-decoration:none; }
a:hover { color:#333; }
a:active { color:#333; }
a:focus { color:#333; }

h1 { font-size:16pt; margin:12px 0; text-transform:uppercase; }
h2 { font-size:15pt; margin:12px 0; }
h3 { font-size:14pt; margin:12px 0; }
h4 { font-size:13pt; margin:12px 0; }
h5 { font-size:12pt; margin:12px 0; text-transform:uppercase; }
h6 { font-size:11pt; margin:12px 0; }

h6.office_name { font-size:15pt; }


dl { margin:12px 0; } 
p { margin:12px 0; }
ul { list-style:disc inside; margin:12px; }


li.extra,
p.lnk_bt,
a.ext { display:none; }


/*=table
----------------------------------------------- */
table {
margin:12px 1px;
width:99%;
border:1px solid #ccc;
border-collapse:collapse;
}
table th,
table td {
padding:5px;
border:1px solid #ccc;
border-collapse:collapse;
}

/*=form
----------------------------------------------- */
/*
input.input_text, 
select, 
textarea { 
padding:5px;
border:1px dotted #aaa;
background:#ccc;
font-style:italic;
font-weight:bold;
width:325px;
margin:12px 0;
}
*/


/*=layout
----------------------------------------------- */
.navigation,
.sidebar,
.content ul.galery,
.vcard,
.breadcrumb,
.content a.more,
.content a.top {
	display:none;
}
.branding {
	float:left;
	width:100%;
	margin-bottom:50px;
	border-bottom:#ccc 2px solid;
}
.branding h1.logo_tenstep {
	float:left;
	margin-top:52px;
}
.branding ul {
	float:right;
}
.branding ul li {
	list-style:none;
}
.footer {
	margin-top:50px;
	border-top:#ccc 2px solid;
}
































































