@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 1010px;
	margin: 0 auto;
	background: #FFFFFF url(../gfx/tile.jpg) repeat-y;
	text-align: left;
}

#header {
	width: 1010px;
	height: 140px;
	background: #dddddd url(../gfx/header.jpg) no-repeat;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#header h1 {
	font-size: 60px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
}

#header p {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}


#navi {
	width: 300px;
	margin: 40px 0 40px 40px;
	float: left;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li {
	margin-left: 10px;
	margin-bottom: 19px;
	padding-left: 35px;
}

#navi a:link, #navi a:visited {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
}

#navi a:hover, #navi a:focus {
	border-bottom: 2px solid #000;
}

#navi li.selected {
	background: url(../gfx/selection.jpg) no-repeat left center;
}

#navi li.last {
	margin-bottom: 0;
}

#navi img {
	border: none;
	margin-top: 20px;
	margin-left: 40px;	
}

#content {
	width: 570px;
	min-height: 602px;
	margin: 40px 0;
	padding-left: 40px;
	border-left: 1px solid #000;
	float: left;
}

#content h2 {
	font-size: 20px;
	margin-top: 0;
}

#content h2.center {
	text-align: center;
}

#content h2.fltLeft {
	line-height: 60px;
	float: left;
}

#content h3 {
	font-size: 18px;
}

#content p {
	font-size: 16px;
}

#content img {
	border: none;
	height: 60px;
	margin-left: 20px;
}

#content img.portrait {
	border: 1px solid #000;
	width: 568px;
	height: 379px;
	margin-left: 0;
}

#content img.map {
	border: 1px solid #000;
	height: 280px;

}

#content a:link, #content a:visited {
	color: #000;
	text-decoration: none;
}

#content a:hover, a:focus {
	text-decoration: underline;
}

#content ul {
	list-style-type: square;
}

#content li {
	padding-left: 10px;
	margin-top: 15px;
}

#footer {
	clear: both;
	width: 1010px;
	height: 101px;
	background: #dddddd url(../gfx/footer.jpg) no-repeat;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#footer p {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 84px;
}

form ul {
	margin-left: -50px;
	padding-top: 15px 15px 0 15px;
	list-style: none;
}

form li {
	padding-bottom: 15px;
	list-style: none;
}

li.submit {
	margin-left: 155px;
}

label {
	float: left;
	width: 140px;
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
}

label.text {
	line-height: 20px;
}

input.text {
	width: 352px;
	height: 20px;
	border: 1px solid black;
	background: #f0f0f0;
}

textarea.textarea {
	width: 352px;
	border: 1px solid black;
	background: #f0f0f0;
}

input.button {
	width: 165px;
	height: 30px;
	font-weight: bold;
	margin-right: 20px;
	border: 1px solid #000;
	cursor: pointer;
	background: #f0f0f0;
}

.error {
	color: #F00;
}

.iso {
  width: 120px;
}

.certified {
  font-size: 12px;
}