html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

body { line-height:1.22; }
ul { list-style:none; }

nav ul { list-style:none; }

em, var { font-style:normal; }

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

/* remember to highlight inserts somehow! */
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse:collapse; border-spacing:0; }

/* remember to define focus styles! */
:focus { outline:0; }

::-moz-selection{ background: #fff2a8; color:#000; text-shadow: none; }
::selection { background:#fff2a8; color:#000; text-shadow: none; }

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

.clearfix { zoom:1; } /* ie fix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
	font-size:0;
}

/* hide only visually, but have it available for screenreaders */
.visuallyhidden {
    position:absolute !important;
    clip: rect(1px 1px 1px 1px); /* ie */
    clip: rect(1px, 1px, 1px, 1px);
}

.hidden { display:none !important; }


/*---------------------------------- base styles -----------------------------------*/
html { font-size:100%; } /* 16px */
html, body { height:100%; }

body { background:#fff; color:#31332f; font-size:12px; font-family:Calibri, Arial, Helvetica, sans-serif; }

table { empty-cells:show; font-size:1em; }
table th { vertical-align:top; text-align:left; font-weight:normal; }
table td { vertical-align:top; }
table caption { text-align:left; }


/*---------------------------------- links -----------------------------------*/
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a { color:#0078a9; }
a[rel=toggle] { border-bottom:1px dotted #0078a9; text-decoration:none; }
a:hover { color:#0078a9; }
a[rel=toggle]:hover { border-bottom-color:#0078a9; }


/*---------------------------------- forms -----------------------------------*/
input, select { vertical-align:middle; }

textarea { resize:none; }

input,
select,
textarea { font:14px Calibri, Arial, Helvetica, sans-serif; }
button,
input[type=button],
input[type=submit] { padding-left:10px; padding-right:10px; overflow:visible; font-size:16px; }
input[type=password] { font-family:Arial, Helvetica, sans-serif; }
input.big,
select.big,
textarea.big { font-size:18px; }
input.small,
select.small,
textarea.small { font-size:12px; }

input.default { color:#7f7f7f; }

label input { vertical-align:middle; }

input.stretch, select.stretch, textarea.stretch { width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

span.error { color:#f00; font-size:11px; }
label.error { color:#f00; }

option.project { font-weight:bold; }


/*-------------------------------- typography --------------------------------*/
p { margin-bottom:15px; }

h1, h2, h3 { color:#000; font-family:Georgia,"Times New Roman",Garamond,serif; font-weight:normal; }
h2 { margin-bottom:15px; font-size:36px; }
h3 { margin-bottom:7px; font-size:18px; }


.formatted h1       { margin-bottom:7px; font-size:36px; }
.formatted h2       { margin-bottom:11px; font-size:24px; }
.formatted h3       { margin-bottom:11px; font-size:19px; }
.formatted ul       { margin:0.42em 0 1.66em 0; padding-left:10px; }
.formatted ul li    {
	background:url(../images/public/mrk_1.gif) 0 0.4em no-repeat;
	margin-bottom:0.83em; padding-left:15px;
	list-style:none;
}
.formatted ul ul    { margin:0.42em 0 1.25em 0; }
.formatted ul li li {
	background:url(../images/public/mrk_2.gif) 0 0.45em no-repeat;
	margin-bottom:0.67em; padding-left:8px;
}
.formatted ol       { margin:0.42em 0 1.25em 0; padding-left:30px; }
.formatted ol li    { margin-bottom:0.42em; }
.formatted dl       { margin:0 0 1.25em 0; }
.formatted dl dt    { margin-bottom:1.143em; font-weight:bold; color:#000; }
.formatted dl dd    { margin:0 0 1.286em 15px; }



