@charset "utf-8";

/* GLOBAL */

html, body { width:100%; height:100%; }
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, hr, 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:none; outline:none; color:#000; font-size:11px; font-family:"verdana"; vertical-align:baseline; }

/* HEADERS */

h1, h2, h3, h4, h5, h6 { display:block; position:relative; line-height:normal; }
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { display:inline; line-height:normal; margin:0 !important; }

h1, h1 * { display:inline-block; font-size:20px; font-weight:normal; font-style:italic; padding:5px 10px; border:2px solid #FFF; background:#DA4D21; font-family:"georgia",serif; color:#FFF; }
h2, h2 * { font-size:11px; font-weight:bold; color:#8BB13F; text-transform:uppercase; }
h3, h3 * { font-size:11px; font-weight:bold; color:#000; }
h4, h4 * { font-size:11px; font-weight:bold; color:#6799B2; }
h5, h5 * { font-size:14px; font-weight:bold; margin-bottom:5px; }
h6, h6 * { font-size:13px; font-weight:bold; margin-bottom:5px; }

/* BASIC */

div, img, p, blockquote, ul, ol, hr { display:block; position:relative; }

div { min-height:0; }
ul, ol { margin-bottom:10px; }
li { display:list-item; padding:0; }
ul li { list-style:outside disc; margin:0 0 0 15px; }
ul ul { padding-left:15px; }
ul ul li { list-style:outside circle; }
ol li { list-style:outside decimal; margin:0 0 0 20px; }
ol ol { padding-left:20px; }
ol ol li { list-style:outside lower-alpha; }
ol ol ol li { list-style:outside lower-roman; }
p { margin-bottom:15px; }
a { display:inline; text-decoration:none; font-weight:bold; color:#8BB13F; }
a:hover { text-decoration:underline; }
strong, strong *, b, b * { font-weight:bold; }
em, em *, i, i * { font-style:italic; }
hr { margin:20px 0; overflow:hidden; clear:both; height:1px; line-height:0; background:#E4E3D1; }
button { cursor:pointer; padding:2px 4px; }
abbr, acronym { font-style:normal; border-bottom:1px dotted; cursor:help; }
del { text-decoration:line-through; }

/* TABLES */

table    { display:table; table-layout:fixed; border-collapse:collapse; border:none; empty-cells:show; border-spacing:0; text-align:center; }
tr       { display:table-row; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
col      { display:table-column; }
colgroup { display:table-column-group; }
td, th   { display:table-cell; white-space:nowrap; vertical-align:middle; border:1px solid #555; padding:5px; }
caption  { display:table-caption; }


/* FORMS */

form, input, textarea, select, fieldset, label { display:block; position:relative; margin:0; padding:0; }

form label { cursor:text; }
form input.text { cursor:text; padding:3px; }
form input.file { cursor:pointer; padding:3px; }
form input.submit { cursor:pointer; padding:3px 6px; }
form input.hidden { display:none; }
form select { cursor:pointer; padding:3px; }
form textarea { cursor:text; overflow:auto; padding:3px; }

form input.text, form input.file, form select, form textarea { color:#000; border:1px solid #666; background:#FFF; }

/* CLASSES */

.float-L { float:left !important; }
.float-R { float:right !important; }

.clear-L { clear:left !important; }
.clear-R { clear:right !important; }
.clear-B { clear:both !important; }

.hide, .hide * { display:none !important; }
.show { display:block !important; }

sup, .superscript {
font-size: xx-small !important;
vertical-align: text-top !important;
position:relative !important;
top:-1px !important;
display:inline !important;
line-height:normal !important;
}

sub, .subscript {
font-size: xx-small !important;
vertical-align: text-bottom !important;
position:relative !important;
bottom:-1px !important;
display:inline !important;
line-height:normal !important;
}

.inlineblock {
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
}

.corner {

-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari, Chrome */
-khtml-border-radius: 10px; /* KHTML */
border-radius: 10px; /* CSS3 */

}

.clearfix:after { content:"."; }
.clearfix { display:block; clear:both; visibility:hidden; line-height:0; height:0; overflow:hidden; }

/* HACKS */

body { behavior: url("css/csshover3.htc"); }

*:focus { outline:0; } /* remove focus borders from webkit browsers */
* html div { height:1%; zoom:1; } /* ie6 'holly hack' to prevent the 'peekaboo bug' */

