/*  CSS reset */
* { outline:none; text-rendering:optimizeLegibility; }

html, body { margin:0 auto; padding:0; background:#fff; color:#000; }
h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, input { margin:0; padding:0; }
body, table { font:normal 12px helvetica, arial, sans-serif; text-align:justify; }
table { margin:1em auto; width:95%; border-collapse:collapse; }
table a { color:#000; font-size:12px;  }
table a strong { font-weight:normal;}
table thead th { border-bottom:1px solid #000; }
table td { border-bottom:1px solid #ccc; }
table tfoot { display:none; }
td, th { vertical-align:top; }
h1, h2, h3, h4, h5, h6 { font-family:Coda,helvetica, arial, sans-serif; }
h1 { font-size:24px; }
h2, h3 { font-size:16px; }
p { padding:10px 0 5px; }
small { font-size:11px; }
a { text-decoration:none; }
ul { margin-top:0; }


.sidebar { display:none; }
#section1 { display:none; }
#alert-box { display:none; }
header {
	height: 100px;
}
header nav { display:none; }
header .hotline { display:none; }
header h1 {
	border:double #444;
	border-width:6px 0;
	text-align:center;
	font-size:44px;
	font-family:times;
	text-transform:uppercase;
	margin-bottom:24px;
	width:100%;
	text-indent: -9999px;
}

header h1 .logo {
	margin:8px 20px 10px 30px;
}

h5 { background-color:#ccc; color:#444; font-weight:normal; font-size:20px; text-transform:capitalize; margin-bottom:15px; }
h5:first-letter { color:orange; font-weight:bold; font-size:23px; }
.nojs { display:none; }

footer a { display:none; }