/* **************************************** Notes start **************************************** */
/* color shorthand. eg: #FFF */
/* remove spaces */
/* remove line breaks */
/* remove comments */
/* compress */

/* **************************************** Notes end **************************************** */

/* **************************************** Page start **************************************** */
html,head,body,p,div,h1,h2,h3,h4,h5,span,a {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

html {
	position: relative;
	height: 100%;
	width: 100%;
	background: url(/images/koruBackground.png) repeat top left;
}

body {
	position: relative;
	font-family: arial, sans-serif, verdana;
	color: #4A4A4A;
	background-color: #FFF;
	padding: 1em 0 1em 1em;
	min-width: 60em;
	max-width: 80em; /* Aproxmiates 1300 pixels */
	margin: 0 auto;
	border-left: solid 1px #989898;
	border-right: solid 1px #989898;
}

h1 {
	font-size: 1.7em;
	font-weight: 600;
}

h2 {
	font-size: 1.5em;
	font-weight: 500;
}

h3 {
	font-size: 1.1em;
	font-weight: 500;
}

h4 {
	font-size: 1em;
	font-weight: 500;
}

h5 {
	font-size: 0.9em;
	font-weight: 500;
}

h6 {
	font-size: 0.8em;
	font-weight: 500;
}

p {
	font-size: 0.8em;/**/
	margin: 0.3em 0 0.6em 0;
	line-height: 1.5em;
}

.glossary p {
	margin-bottom: 1.1em;
}

a {
	color: #1122CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	line-height: 1.5em;
	font-size: 0.8em;/**/
}

ul ul {
	font-size: 1em;
}

.siteMap {
	line-height: 1.5em;
	font-size: 1.1em;
}

.siteMap ul {
	font-size: 0.8em;
}

.siteMap ul ul {
	font-size: 1em;
}

ol {
	line-height: 1.5em;
	font-size: 0.8em;/**/
}

ol ol {
	font-size: 1em;
}

table.data td {
	text-align: right;
}

tr.header {
	background-color: #DDD;
}

table {
	border-collapse: collapse;
	margin: 0.5em;
}

tr,td,th {
	border: solid 1px #666666;
}

.noBorder tr,td,th,.noBorder {
	border: none !important;
}

td,th {
	padding: 0.3em;
}

td {
	font-size: 0.8em;/**/
}

td ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
}

th {
	font-size: 0.9em;
	font-weight: 600;
	text-align: left;
}

img {
	border: none;
	font-size: 0.7em;  /* This is to make alt text look nicer */
}

.map img {
	display:block;
}

/* **************************************** Page end **************************************** */

/* **************************************** Header start **************************************** */
#jump {
	position: absolute;
	white-space: nowrap;
	color: #000000;
	right: 18px;
	top: 0px;
	font-size: 0.7em;
	font-weight: bold;
}

#jump a {
	color: #000000;
	text-transform: uppercase;
}

#header {
	position: relative;
	z-index: 1; /* Keep on top of anything undesireable floating up from below */
	height: 101px;
	/*background: #000000 url(/images/swoosh.png) no-repeat right;*/
	background: #000000;
	border-bottom: solid 6px #FFFFFF;
	color: #FFFFFF;
	border-right: solid 1em white;
}

#skipNav { /* hides navigation skip link from CSS browsers */
	display: none;
}

#tpk_logo {
	display: block;
	position: relative;
	float:left;
	top: 17px;
	}

#tkm_logo {
	display: block;
	position: relative;
	float:right;
	top:0px;
}

#headerLinkWrapper {
	position: absolute;
	right: 0;
	top: 2px;
}

#header a {
	position: relative;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

#headerLinkWrapper span {
	position: absolute;
	white-space: nowrap;
	top:3px;
	font-size: 0.7em;
}

#siteMap {
	right: 410px;
}

#language {
	right: 255px;
}

#search {
	right: 15px;
}

#searchBox {
	position: absolute;
	top: 1px;
	right: 70px;
	font-size: 0.7em;
}

#topSearchButton {
	position: absolute;
	right:15px;
	top:2px;
	margin:0;
	padding:0;
	background: none;
	border: none;
	color: #FFFFFF;
	font-family: arial, sans-serif, verdana;
	font-weight: bold;
	font-size: 0.7em;
	text-transform: uppercase;
	cursor: pointer;
}

#topSearchButton:hover {
	text-decoration: underline;
}
/* **************************************** Header end **************************************** */

/* **************************************** Nav start **************************************** */
#navBar {
	position: relative;
	z-index: 2;
	height: 2.4em;
	border-bottom: 6px solid #FFFFFF;
	background-color: #98A74A; /*999933rawa*/
	font-weight: bold;
	border-right: solid 1em white;
}

#navBar a {
	position: relative;
	display: block;
	padding: 0 9px 0 18px;
	line-height: 2.9em; /* This has to be the same as #navBar li ul top */
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	background: #98A74A url(/images/weaveGreen.png) no-repeat left;
}

#navBar a:hover {
	text-decoration: underline;
}

#navBar ul {
	position: relative;
	list-style: none;
	margin: 0 0 0 9px;
	padding: 0;
}

#navBar li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/* Hide embedded lists */
#navBar li ul {
	display: none;
	position: absolute;
	top: 2.9em; /* This has to be the same as #navBar a line-height */
	left: 0;
	background-color: #2E8C7C;
	border-top: 0;
	border-bottom: solid 2px #98A74A;
	border-left: solid 2px #98A74A;
	border-right: solid 2px #98A74A;
	font-size: 1em;
}

/* Reset <li>'s in embedded lists so that they are displayed vertically */
#navBar li ul li {
	float: none;
}

/* Restyle <a> elements in embedded lists to remove background hover images, and allow wrapping of text */
#navBar li ul a {
	background-image: none;
	white-space: normal;
	width: 12em;
	border-bottom: 1px solid white;
	background-color: #DDDDDD;
	color: #666666;
	line-height: 1.5em;
	padding: 0.8em;
}

#navBar li ul a:hover {
	background-image: none;
	background-color: #DDDDDD;
	color: #666666;
}

/* Hover rule for displaying the hidden embedded lists.  This does not work in
   IE 6, so a supplimental rule on the class 'over' is added, and javscript is
   used to add 'over' to the class of the currently hovered over menu */
#navBar li:hover ul, #navBar li.over ul {
	display: block;
}
/* **************************************** Nav end **************************************** */

/* **************************************** Page start **************************************** */
#container {
	position:relative;
}
#nonFooterHome {
	position: relative;
	margin:0; padding:0;
	background: #ECECEC url(/images/leftBackHome.png) top left repeat-y;
	border-right: solid 1em #FFFFFF;
}

#leftImgColumn {
	position: relative;
	float: left;
	width: 204px;
	margin: 0;
	padding: 0;
	background: #00150E url(/images/leftImgHome.jpg) no-repeat top left;
	height: 635px;
}

#rightContentColumn {
	position: relative;
	margin:0;
	margin-left: 216px;
	padding: 0 0 0 2em;
}

#rightLinksColumn {
	position: relative;
	float: right;
	width: 15em;
}

#middleNewsColumn {
	position: relative;
	margin:0;
	padding: 0;
	padding-top: 0.5em;
	border-top: double 5px #FFFFFF;
	height: 100%;
}

#clearFooterHome {
	position: relative;
	clear: both;
	margin: 0 0 0 216px;
	padding: 0;
	height: 86px;
	background: #ECECEC url(/images/bodyCorner.png) no-repeat bottom right;
}

#nonFooterLevel2 {
	position: relative;
	margin:0; padding:0;
	background: #ECECEC url(/images/leftBackLevel2.png) top left repeat-y;
	border-right: solid 1em #FFFFFF;
	height: 100%;
}

#nonFooterLevel2 #leftImgColumn {
	width: 80px;
	background: #00150E url(/images/leftImgLevel2.jpg) no-repeat top left;
	height: 630px;
}

#nonFooterLevel2 #rightContentColumn {
	margin-left: 92px;
	padding: 0 2em;
}

#nonFooterLevel2 #middleNewsColumn {
	margin:0;
}
/* **************************************** Page end **************************************** */

/* **************************************** Footer start **************************************** */
#footer {
	position: relative;
	height: 150px;
	background-color: #FFFFFF;
	clear: both;
	padding: 0;
}

#footer p {
	margin: 0;
	height: 25px;
	padding: 36px 0 0 0;
	/*font-size: 0.7em;*/
}

#footerImg {
	position: absolute;
	height: 18px;
	width: 70%;
	background: url(/images/koruBackground.png) repeat-x top right;
	left: 0;
	margin: 0;
	border-bottom: solid 10px #FFFFFF;
	border-top: solid 10px #FFFFFF;
}

#footer a {
	color: #000000;
}

#footer span {
	padding: 0 0.3em;
}
/* **************************************** Footer end **************************************** */

/* **************************************** Random start **************************************** */
#introBox {
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 10px 0;
}

 #contentStart {
	color: #000;
	font-weight: bold;
}

 #contentStart a {
	color: #000;
}

.sideLinksBox {
	position:relative;
	background-color: #DDDDDD;
	margin: 0 0 15px 0;
	padding:0.7em;
}

.sideLinksBox p {
	padding:0;
	margin:0;
}

.list1 {
	position: relative;
	list-style: none;
	padding: 0.5em 0;
	margin: 0;
}

.list1 li {
	padding: 0.3em 0 0 1em;
}

.list1 li a {
	background: #DDDDDD url(/images/weaveGray.png) no-repeat left;
	padding: 0 0 0 1.5em;
	color: #0747A9;
	text-decoration: none;
	font-weight:bold;
}

.list2 {
	position: relative;
	/*list-style: none;
	list-style-type:georgian;*/
	padding: 0.5em 2em;
	margin: 0;
}

.list2 ul {
	margin: 0 1.5em;
	padding: 0;
	list-style: none;
}

.list2 li {
	padding: 0.3em 0 0 0;
}

.list2 li a {
	padding: 0;
	/*color: #FFF;*/
	text-decoration: none;
	font-weight: bold;
	display: block;
	/*background:  url(/images/weaveGray.png) no-repeat left;*/
}

.list2 li a:hover {
	color: #FFF;
	text-decoration: underline;
}

.list2 li li a {
	font-weight: normal;
}

.list2 .selected {
	color: #C80000;
}
/* **************************************** Random end **************************************** */

/* **************************************** Text start **************************************** */
.greenTitle h2, .grayTitle h2, .blueTitle h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em 0.7em;
	text-align: left;
}

.grayTitle h2 {
	background: #666666 url(/images/cornerGray.png) no-repeat top right;
}

.blueTitle h2 {
	background: #809FCF url(/images/cornerBlue.png) no-repeat top left;
}

.greenTitle h2 {
	background: #98A74A;
	font-size: 1.4em;
	padding: 1em 0;
}

.grayText {
	color: #666666;
}

.whiteText {
	color: #FFFFFF;
}

.centeredText {
	text-align: center;
}

.boldText, .highlight {
	font-weight: bold;
}

.lightGrayBack {
	background-color: #ECECEC;
}

.darkGrayBack {
	background-color: #999999;
}

.greenBack {
	background-color: #98A74A;
}

.greenBack a {
	color: #FFF;
	font-weight: bold;
}

.grayBorder {
	border: solid 1px #999999;
}

.fancy {
	padding: 2em;
	font-size: larger;
	margin: 0 auto;
}

.fancy p {
	margin: 0 auto;
	width: 12em
}
/* **************************************** Text end **************************************** */
