/* RESET */
* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* GENERIC STYLES */

/* Main Typography */
html { font-size: 62.5%; font-family: "lucida grande", arial, helvetica, "microsoft sans serif", sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 1em; font-family: arial, Helvetica, sans-serif; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* Quotes */
/* blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; } */
blockquote { border: 1px solid #ccc; background: #eef7fb; color: #666; }
blockquote hr { margin: .4em 0; border: #ddd; background: #ddd; }

/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* Note: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* Forms */
fieldset { border: 1px solid #ccc; font-size: 1.2em; margin: 0; padding: 1em; background: #eef9fe url(../images/bg-fieldset.gif) repeat-x; } /* padding-top is margin-top for fieldsets in Opera */
legend { font-weight: 700; padding: 0 5px; font-size: 1.2em; }
	legend span, label span { color: #c00; }
	
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #ddd; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #fff; outline: 2px solid #fc0; }

#findanav input[type='text'], #findanav select { border: 1px solid #aa8e2b; background: #fff; }
#findanav input[type='text']:hover, #findanav input[type='password']:hover, #findanav select:hover { border-color: #cda82c; }
#findanav input[type='text']:focus, #findanav input[type='password']:focus, #findanav select:focus { border-color: #cda82c; outline: 2px solid #fe0; }

input, select { cursor: pointer; }
input[type='text'] { cursor: text; }
label { font-weight: 700;}

/* CONTENT ONLY */

/* Base Sizes */
.content { font-size: 1.2em; line-height: 1.6em; }
.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }
.content big { font-size: 1.3em; font-weight: 700; }

/* HR */
hr { display: block; background: #ddd; color: #ddd; width: 100%; height: 1px; border: none; }

hr.clear {
clear: both;
margin: 0;
padding: 0;
height: 1px;
display: block;
visibility: hidden;
} 

/* Lists */
.content ul.dots li { text-indent: -.85em; margin-left: .85em; }
.content ul.dots li:before { content: "\2022\00a0\00a0"; }
.content ol.dots { list-style-position: outside; list-style-type: decimal; }
.content dt { font-weight: bold; }

/* Tables */
.content thead tr th { font-weight: 700; }
.content tbody { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.content tbody th, .content tbody tr { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* Margins & Paddings */
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 { margin: 1em 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: .5em 1em; margin: .5em 0; }
.content blockquote p { padding: 0; margin: 0; }
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */

textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
label {padding: .3em .4em .3em .4em; vertical-align: text-top; }
textarea { vertical-align: baseline}

.content a { position: relative; padding: 0.3em 0 .1em 0; } /* larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* Colors */
a:link { text-decoration: underline; color: #36c; }
a:visited { text-decoration: underline; color: #99c; }
a:hover { text-decoration: underline; color: #c33; }
a:active, .content a:focus { text-decoration: underline; color: #000; }

/* useful generic styles */
.block { display: block; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.pushTop2 { top: 2em; }
.caps { font-weight: 700; }