/* set the fonts to a uniform size, including form fields as well as all headings etc. */

*{
	font-size:100%;
	margin:0;
	padding:0;
}

html{
	min-width: 900px;
}

body {
	font:75%/150% "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color: gray;
	background: white;
	background-attachment: fixed;
	text-align: center;
}

p.divider {
	margin-top: 17px;
	border-top: 1px solid gray;
}

/* link & footer link style */

a,
#footer:hover a {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid gray;
}
#footer a {
	color:#CCC;
	border-bottom: 1px solid #CCC;
}
a:hover,
#footer a:hover {
	color: #ff0000;
	background: #CCC;
	margin: -1px -1px 0 -1px;
	padding: 1px 1px 0 1px;
	text-decoration: none;
}

/* center container */
#container {
	width: 800px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}


/* header and navigation */

#header {
	height: 150px;
	width: 800px;
	background: url(images/hkp_logo.jpg) no-repeat top center white;
	position: fixed;
	vertical-align: bottom;
	padding-bottom: 15px;
	border-bottom: gray 1px solid;
}

ul#navigation {
	padding-left: 23px;
}

ul#navigation li {
	list-style-type: none;
	padding: 0;
	margin: 146px 0 0 0;
	float: left;
}
ul#navigation li.active {
	display: block;
	padding: 4px 14px;
	background: white;
	font-size: 11px;
	color: red;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
ul#navigation a {
	display: block;
	padding: 4px 14px;
	background: white;
	font-size: 11px;
	color: black;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
ul#navigation a:hover {
	color: black;
	background: #CCC;
	text-decoration: none;
	border-bottom: none;
	margin: 0;
	padding: 4px 14px;
}

/* sidebar */

#sidebar {
	margin: 190px 0 0 0;
	padding: 0 0 10px 0;
	width: 180px;
	text-align: left;
	float: right;
}

#sidebar p.headline
{
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#sidebar a:hover {
	text-decoration: none;
}
#sidebar a.pdf {
	background: url(images/pdficon12x12.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
	text-decoration: underline;
}
#sidebar a.html {
	background: url(images/htmlicon12x12.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
	text-decoration: underline;
}
#sidebar a.zip {
	background: url(images/zipicon12x12.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
	text-decoration: underline;
}
#sidebar a.dmg {
	background: url(images/dmgicon12x12.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
	text-decoration: underline;
}
#sidebar a.dl {
	background: url(images/dlicon12x12.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
	text-decoration: underline;
}
#sidebar a.ask {
	background: url(images/askicon11x12.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
	text-decoration: underline;
}
#sidebar a.qt {
	background: url(images/qticon12x12.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: none;
	text-decoration: underline;
}
#sidebar .graybox td {
	padding-bottom: 15px;
}
.graybox {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	margin-bottom: 10px;
}
.graybox th {
	width: 170px;
	padding: 4px 8px 4px 8px;
	background: #CCC;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}
.graybox td {
	padding: 8px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}
.graybox table td {
	border: none;
	padding: 0;
	vertical-align: middle;
}


/* main text box */

#content {
	width: 600px;
	float: left;
	clear: left;
	margin: 170px 0 0 0;
	padding-bottom: 10px;
	background: white;
}
#content p {
	text-align: left;
	margin: 20px 10px 0 5px;
	word-spacing: normal;
}
#content p span.drop-case
{
	float: left;
	padding: .19em .1em 0 0;
	margin: 0;
	font-size: 280%;
	line-height: 65%;
	text-transform: uppercase;
}
#content p img.left {
	float: left;
	margin: 4px 15px 4px 0px;
	vertical-align: middle;
	border: 2px solid gray;
}
#content p img.right {
	float: right;
	margin: 4px 0 4px 15px;
	vertical-align: middle;
	border: 2px solid gray;
}
#content p.headline
{
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 20px 0px -10px 28px;
	word-spacing: 0.25em;
	letter-spacing: 0.1em;
}
#content h1
{
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	text-align: left;
	margin: 20px 0px -10px 28px;
	word-spacing: 0.15em;
	letter-spacing: 0.1em;
}
#content h2
{
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 20px 0px -10px 28px;
	word-spacing: 0.25em;
	letter-spacing: 0.1em;
}

/* footer */
#footer {
	width: 800px;
	position: relative;
	clear: both;
	color:#CCC;
	text-align: left;
	font-size:  80%;
	height: 100px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-top: 1px solid gray;
}
#footer:hover {
	color: gray;
}

