/**
 *
 * Copyright (c) Ari Puusaari 2008
 *
 */

body {
	background: #1f637c;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	margin: 0;
}
form {
	margin: 0;
}
input[type=text], textarea {
	border: 1px solid #ccc;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	background: #f6f6f6;
	padding-left: 2px;
}
input[type=submit] {
	background: #E0DFE3 url("../img/bg_button.gif") bottom repeat-x;
	border-left: 1px solid #F2F0EE;
	border-top: 1px solid #F2F0EE;
	border-right: 1px solid #75736E;
	border-bottom: 1px solid #75736E;
	padding: 2px 10px 2px 10px;
	font-size: 8pt;
}
img {
	border: 1px solid #888;
}
h4 {
	background: url("../img/bg_h4.gif") left no-repeat;
	font-family: "courier new", verdana, arial, tahoma;
	font-size: 14pt;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: #666;
	padding-left: 18px;
	border-bottom: 1px dotted #dd7d00
}
h4.biguppermargin {
	margin-top: 25px;
}
p {
	margin-top: 10px;
	margin-bottom: 0;
}
a {
	color: #dd7d00;
	text-decoration: none;
}
a:hover {
	color: #dd7d00;
	text-decoration: underline;
}
#top_container {
	width: 100%;
	height: 105px;
	background: url("../img/bg_top.gif") bottom repeat-x;
}
#header {
	margin: 0 auto;
	width: 796px;
	height: 80px;
	background: #1f627b url("../img/header.gif") bottom no-repeat;
}
#navigation {
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	margin: 0 auto;
	height: 25px;
	width: 796px;
	background: #fff;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 0 0 0 20px;
}
#navigation a {
	display: block;
	height: 18px;
	color: #9d9d9d;
	padding: 5px 0px 0 0;
	text-decoration: none;
}
#navigation a#current {
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	color: #1f637c;
}
#navigation a:hover {
	color: #ff9000;
}
#middle_container {
	background: #fff url("../img/bg_middle.gif");
}
#content {
	margin: 0 auto;
	width: 756px;
	padding: 15px 20px 0 20px;
	background: #fff url("../img/bg_content_top.gif") top repeat-x;
}
#content_footer {
	margin: 0 auto;
	width: 796px;
	height: 15px;
	background: #fff url("../img/bg_content_bottom.gif") bottom repeat-x;
}
#bottom_container {
	height: 141px;
	background: url("../img/bg_bottom.gif") repeat-x;
}
#footer {
	margin: 0 auto;
	height: 67px;
	width: 796px;
	background: #fff url("../img/bg_footer.gif") bottom no-repeat;
	padding: 5px 0 0 0;
	text-align: center;
}
th, td {
	vertical-align: top;
	padding: 5px;
}
table#cv {
	width: 90%;
}
table#cv th {
	text-align: right;
	width: 120px;
	padding-right: 13px;
}
table#cv td, th {
	line-height: 150%;
}
table#cv p {
	margin-top: 3px;
}
table#contact th {
	text-align: left;
	padding-left: 20px;
	width: 70px;
}
table#contact td, th {
	line-height: 150%;
}
input.focused, textarea.focused {
	background: #fffcd1;
}
.pitem {
	border: 1px solid #ccc;
	background: #f6f6f6;
	margin-top: 10px;
	padding: 10px;
	min-height: 76px;
	line-height: 140%;
	display: block;
	clear: right;
}
.pitem table {
	width: 100%;
}
.pitem h5 {
	font-size: 9pt;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.pitem img {
	float: right;
	margin-left: 10px;
}
