/* gkn home page */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Helvetica, sans-serif;
}

/* main layout divs */

#container {
	background: #fff;
	width: 800px; /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\""; /* real width + l/r border + l/r padding = false value */
	voice-family:inherit; /* end false value for IE4-5.x/Win */
	width: 800px; /* real value for compliant browsers */
}

html>#container {
	width: 800px; /* be nice to Opera */
}

#container table {
	width: 800px;
}

div.logo {
	width: 320px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

div.search {
	width: 350px;
	height: 20px;
	margin: 35px 0 0 25px;
	padding: 0;
	float: left;
}

div.search ul {
	margin: 0;
	padding: 0;
}

div.search li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div.search a {
	float: left;
	margin: 0;
	padding: 0;
}

div.subsearch {
	width: 320px;
	height: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	background: lightgrey;
	font-size: 9px;
	color: #585858;
}

div.subsearch ul {
	margin: 0;
	padding: 0 0 0 10px;
}

div.subsearch li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div.subsearch a {
	float: left;
	line-height: 16px;
	font-weight: bold;
	margin: 0 10px 0 5px;
	text-decoration: none;
	color: #595959;
}

div.subsearch a.active {
	color: black;
}

div.subsearch a:hover {
	color: white;
	background: gray;
}

div.subsearch a.active:hover {
	color: black;
	background: none;
}

div.nav {
	width: 800px;
	margin: 0;
	padding: 0;
}

div.nav ul {
	margin: 0;
	padding: 0;
}

div.nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div.nav a {
	float: left;
	margin: 0;
	padding: 0;
}

div.graybar {
	width: 800;
	height: 15px;
	background-image: url(../images/graybar.gif);
	background-repeat: repeat-x;
}

div.graybar h1 {
	margin: 0;
	padding: 0;
}

div.graybar h1 span {
	display: none;
}

div.subnav {
	width: 800px;
	margin: 0;
	padding: 0;
	height: 20px;
	background: lightgrey;
	font-size: 9px;
	color: #585858;
}

div.subnav ul {
	margin: 0;
	padding: 0 0 20px 17px;
}

div.subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div.subnav a {
	float: left;
	line-height: 21px;
	font-weight: bold;
	margin: 0 7px -1px 10px;
	text-decoration: none;
	color: #595959;
}

div.subnav a.active {
	color: black;
}

div.subnav a.subcat {
	color: white;
	background: url(../images/subcatbar.gif) repeat-x center left;
}

div.subnav a:hover {
	color: black;
}

div.subnav a.active:hover {
	color: black;
	background: none;
}

div.subnav a.subcat:hover {
	background-image: url(../images/subcatbar.gif);
	background-position: center;
	background-repeat: repeat-x;
	background-color: lightgrey;
}

div.title {
	padding: 20px 0 10px 0;
	font-size: 14px;
	text-indent: 2.5em;
	letter-spacing: .25em;
	width: 800px;
}

div.title hr {
	margin-left: 32px;
	margin-right: 0;
}

div.content_left {
	float: left;
	text-align: left;
	font-size: 12px;
	color: #3b3b3b;
	width: 600px;
	padding-left: 35px;
	padding-right: 15px;
	line-height: 1.5em;
}

div.content_left h1 {
	margin-top: 0;
	font-size: 14px;
}

div.content_left a, div.content_right a, div.content_right_copy a {
	color: #3a6e8f;
}

div.content_left a:hover, a:active, div.content_right a:hover, a:active, div.content_right_copy a:hover, a:active {
	color: goldenrod;
}

div.content_left span.fnote, div.content_right span.fnote, div.content_right_copy span.fnote {
	font-size: 9px;
	line-height: normal
}

div.captions {
	float: left;
	font-size: 9px;
	width: 60px;
	font-style: italic;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

div.captions_left {
	float: left;
	font-size: 9px;
	width: 60px;
	font-style: italic;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

div.content_right_copy {
	float: left;
	width: 300px;
	text-align: left;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 1.5em;
	padding-left: 50px;
	padding-right: 15px;
}

div.content_right {
	float: left;
	width: 300px;
	text-align: left;
	font-size: 12px;
	color:  #3b3b3b;
	line-height: 1.5em;
}

div.footer {
	color: #3a6e8f;
	text-indent: 3em;
	font-size: 11px;
	padding: 10px 0 0 0;
	width: 800px;
}

div.footer a {
	color: #3a6e8f;
	text-decoration: none;
}

div.footer a:hover, a:active {
	text-decoration: underline;
}