/* -----------------------------------------------
Print Style Sheet
----------------------------------------------- */

/* -------------------
Reset
---------------------- */

html, body, blockquote, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, label, legend, li, ol, p, pre, textarea, th, td, ul { 
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	display: block;
	float: left;	
	font-size: 100%;
	font-weight: bold;
	}
q:before, q:after {
	content:'';
	}
abbr, acronym {
	border: 0;
	}
	
/* -------------------
Base
---------------------- */

* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #fff;
	color: #000;
	font: normal 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 5%;
	width: 90%;
	}
em, italic {
	font: inherit;
	font-style: oblique;
	}
#wrapper p {
	clear: both;
	margin: 0 0 15px 0;
	width: auto;
	}
strong, bold {
	font: inherit;
	font-weight: bold;
	}
body.level2, body.level3, body.level4 {
	background-image: none;
	}
hr {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0 0;
	clear: both;
	height: 0;
	margin: 20px 0;
	}

/* -------------------
Headers
---------------------- */

h1.logo, .logo {
	display: block;
	float: left;
	height: 40px;
	margin: 5px 0 10px 0;
	width: 290px;
	}
h1.logo a, .logo a {
	background: url("../images/bkgds/gaohd_logo.gif") no-repeat 0 0;
	clear: none;
	display: block;
	float: left;
	height: 0 !important;
	height /**/:40px;
	overflow: hidden;
	padding: 40px 0 0 0;
	width: 290px;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	width: 100%;
	}
h1 {
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	}
h2 {
	font-size: 13px;
	line-height: 16px;
	margin: 6px 0 10px 0;
	text-transform: uppercase;
	}
h3 {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	}
h3.blog {
	text-transform: none;
	}
h4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	}
h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	}
h6 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	}

/* -------------------
Links
---------------------- */

a {
	border: 0;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
	}

/* -------------------
Layout
---------------------- */

#header {
	background-image: none;
	clear: both;
	display: block;
	float: left;
	height: 60px;
	padding: 15px 0 5px 0;
	position: relative;
	text-align: left;
	width: 100%;
	}
#container {
	clear: both;
	display: block;
	float: left;
	margin: 5px 0 20px 0;
	width: 100%;
	}
#content, #content2 {
	clear: none;
	display: block;
	float: left;
	margin: 15px 0 0 0;
	position: relative;
	width: 100%;
	}
#content2 {
	margin: 15px 0 0 0;
	width: 100%;
	}
#content ul, #content ul ul,
#content ol, #content ol ol,
#content2 ul, #content2 ul ul,
#content2 ol, #content2 ol ol {
	clear: both;
	display: block;
	float: left;
	list-style-position: outside;
	margin: 0 0 10px 10px;
	padding-left: 15px;
	width: auto;
	}
#content ul, #content ul ul,
#content2 ul, #content2 ul ul {
	list-style-type: disc;
	}
#content ol, #content ol ol,
#content2 ol, #content2 ol ol {
	list-style-type: decimal;
	}
#content ol ol,
#content2 ol ol {
	list-style-type: lower-alpha;	
	}
#content ul li, #content ol li,
#content ul ul li, #content ol ol li,
#content ul ol li, #content ol ul li,
#content2 ul li, #content2 ol li,
#content2 ul li, #content2 ol li,
#content2 ul ol li, #content2 ol ul li {
	clear: both;
	margin: 0 0 10px 0;
	vertical-align: top;
	width: 100%;
	}
#content ul ul, #content ol ol, #content ul ol, #content ol ul,
#content2 ul ul, #content2 ol ol, #content2 ul ol, #content2 ol ul {
	margin: 10px 0 0 10px;
	clear: both;
	vertical-align: top;
	width: 100%;
	}
#content img, #content2 img {
	clear: none;
	display: inline;
	float: left;
	padding: 0 15px 15px 0 !important;
	}
blockquote {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 15px 20px;
	}
#welcome {
	clear: none;
	display: block;
	float: left;
	margin: 15px 0 10px 0;
	padding: 0;
	width: 100%;
	}

/* -------------------
Columns = c1, c2, c3
---------------------- */

#c1, #c2, #c3 {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	width: 100%;
	}

/* -------------------
Clearfix
force 100% height
---------------------- */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline;
	}
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}

/* -------------------
Footer Navigation
---------------------- */

#footer {
	clear: both;
	display: block;
	font-size: 10px;
	height: 120px;
	line-height: 13px;
	margin: 0 auto 0 auto;
	width: 100%;
	}
#footer_container {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
	}
#footer_c2 {
	display: block;
	float: left;
	width: 100%;
	}

/* -------------------
Tables
---------------------- */

#container table {
	height: auto;
	table-layout: fixed;
	width: 100%;
	}
#container table tr {
	height: auto;
	width: auto;
	}
#container table th, #container table td {
	border: 1px solid #000;
	height: auto;
	padding: 10px;
	vertical-align: top;
	width: auto;
	}
#container table th {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	}

/* -------------------
Blog
---------------------- */

hr.blog {
	border-color: #000;
	border-style: dashed;
	}
.date {
	font-weight: bold;
	}

/* -------------------
Content Style Guide
---------------------- */

div.csg {
	clear: both;
	display: block;
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
	}
hr.csg1, hr.csg2 {
	border-color: #000;
	border-style: dashed;
	border-width: 1px 0 0 0;
	clear: both;
	height: 0;
	margin-bottom: 10px;
	}
h3.csg {
	font-weight: bold !important;
	}

/* -------------------
Nonprinting Elements
---------------------- */

canvas, h3.hide, #nav, #searchbox, #sidebar_signup, ul#map, #menu, #breadcrumb, #c3, #container h2, #sidebar, #nav_blog, #wrapper form, #footer_c1, #footer_c3 {
	display: none;
	visibility: hidden;
	}
