@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:#666; font-size:14px; font-family:"arial",sans-serif; vertical-align:baseline; }

/* HEADERS */

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

h1, h1 * { font-size:26px; font-weight:bold; margin-bottom:15px; line-height:normal; }
h2, h2 * { font-size:25px; font-weight:bold; margin-bottom:15px; height:30px; line-height:30px; color:#5C712F; font-family:"cambria","georgia",serif; padding-left:40px; background:url("../images/bg_header_playicon.gif") 0 50% no-repeat; }
h3, h3 * { font-size:20px; font-weight:normal; margin-bottom:0; line-height:normal; color:#5C712F; font-family:"cambria","georgia",serif; }
h4, h4 * { font-size:16px; font-weight:normal; margin-bottom:12px; line-height:normal; color:#666666; font-family:"cambria","georgia",serif; font-style:italic; }
h5, h5 * { font-size:14px; font-weight:normal; margin-bottom:0; line-height:normal; color:#666666; font-family:"cambria","georgia",serif; }
h6, h6 * { font-size:26px; font-weight:normal; margin-bottom:10px; line-height:normal; color:#7B6D54; font-family:"cambria","georgia",serif; }

/* BASIC */

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

div { min-height:0; }
ul, ol, dl { margin-bottom:30px; padding-left:25px; padding-top:15px; }
li, li * { font-size:12px; line-height:25px; }
ul li { display:block; list-style:none; margin:0 0 13px 0; padding:0 0 0 18px; background:url("../images/bg_arrow_R_grey.gif") 0 9px no-repeat; }
ol li { display:list-item; list-style:outside decimal; margin:0 0 10px 20px; padding:0; }
p { margin-bottom:15px; line-height:25px; }
blockquote { margin-bottom:10px; line-height:18px; font-style:italic; font-family:cursive; font-size:14px; color:#5E5340; }
cite { font-family:"cambria","georgia",serif; color:#5C712F; font-weight:bold; font-size:12px; }
a { display:inline; text-decoration:none; color:#617732; 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:#DDD; color:#DDD; }
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; 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; overflow:visible; }
form input.hidden { display:none; }
form select { cursor:pointer; padding:2px; }
form textarea { cursor:text; padding:3px; overflow:auto; }

form input.text, form input.file, form select, form textarea { color:#333; border:1px solid #AAA; 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; }

/* HACKS */

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

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

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