@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:#4D3A30; font-size:13px; font-family:"georgia",serif; vertical-align:baseline; }

/* HEADERS */

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

h1, h1 * { font-size:20px; font-weight:bold; margin-bottom:15px; font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif; }
h2, h2 * { font-size:18px; font-weight:bold; margin-bottom:15px; font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif; }
h3, h3 * { font-size:16px; font-weight:bold; margin-bottom:15px; font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif; }
h4, h4 * { font-size:20px; font-weight:bold; margin-bottom:35px; font-family:"lucida sans"; line-height:26px; font-size:16px; font-style:italic; color:#CC6600; }
h5, h5 * { font-size:18px; font-weight:bold; margin-bottom:15px; }
h6, h6 * { font-size:16px; font-weight:bold; margin-bottom:15px; }

/* BASIC */

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

div { min-height:0; }
ul, ol, dl { margin-bottom:10px; }
ul li { display:list-item; list-style:none; background:url("../images/bullet.jpg") 0 1px no-repeat; padding-left:30px; margin-bottom:20px; line-height:18px; }
ol li { display:list-item; list-style:inside decimal; }
p { margin-bottom:15px; line-height:18px; }
blockquote { margin-bottom:35px; line-height:26px; font-family:"lucida sans"; font-size:16px; font-style:italic; font-weight:bold; color:#CC6600; }
a { display:inline; text-decoration:none; color:#CC6600; font-weight:bold; }
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; height:1px; line-height:0; background:#AAA; }
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; border-spacing:0; text-align:center; }
tr { display:table-row; }
td, th { display:table-cell; white-space:nowrap; border:1px solid #555; padding:5px; }

/* FORMS */

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

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:2px; color:#333; }
form textarea { cursor:text; padding:3px; overflow:auto; }

form input.text, form textarea { color:#AAA; }
form input.text:focus, form textarea:focus { color:#333; }
form input.text, form select, form textarea { border:1px solid #AAA; background:#FFF; }

/* CLASSES */

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

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

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

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

/* HACKS */

*:focus { outline:0; } /* remove focus borders from webkit browsers */

/* ie6 'holly hack' to prevent the 'peekaboo bug' */
/*
* html div { height:1%; }
*/

