@charset "utf-8";
/* css document */

html { height:100%; margin:0; padding:0; }
body { height:100%; margin:0; padding:0; }

div,img,p,h1,h2,h3,h4,h5,h6,ul,ol,form,input,textarea,select,fieldset,label { margin:0; padding:0; display:block; position:relative; }
* { font-family:"helvetica","arial",sans-serif; font-size:12px; color:#333; }

h1,h2,h3,h4,h5,h6,blockquote { font-family:"arial narrow","arial",sans-serif; clear:both; line-height:normal; }

h1 { font-size:34px; font-weight:normal; margin-bottom:10px; }
h2 { font-size:18px; font-weight:bold; margin-bottom:10px; }
h3 { font-size:14px; font-weight:bold; margin-bottom:10px; }
h4 { font-size:18px; font-weight:normal; margin-bottom:10px; }
h5 { font-size:13px; font-weight:bold; margin-bottom:15px; margin-top:-15px; }
h6 { font-size:12px; font-weight:bold; margin-bottom:0; }

h1,h1 *	{ font-size:34px!important; font-weight:normal!important; margin-bottom:10px; }
h2,h2 *	{ font-size:18px!important; font-weight:bold!important; margin-bottom:10px; }
h3,h3 *	{ font-size:14px!important; font-weight:bold!important; margin-bottom:10px; }

div { min-height:0; }
ul,ol { margin-bottom:10px; }
ul li { list-style:disc; margin:0 0 0 15px; padding:0; }
ol li { list-style:decimal; margin:0 0 0 20px; padding:0; }
p,blockquote { margin:0 0 10px 0; padding:0; line-height:18px; }
p p { margin:0; }
a { outline:none; text-decoration:none; color:#be4723; }
a:hover { text-decoration:underline; }
a img { display:block; border:none; padding:0; margin:0; }
strong , strong * { font-weight:bold; }
em , em * { font-style:italic; }
hr { margin:20px 0; padding:0; display:block; overflow:hidden; width:424px; height:9px; border:none; line-height:0; background:url("images/h_rule.gif") #FFF 0 0 no-repeat; }
textarea { overflow:auto; }

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

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

.orange , .orange * { color:#be4723 !important; }

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