* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	font-family: Calibri, Tahoma, "Times New Roman", Serif;
	font-size: 14px;
	background: url(bodybgmin.jpg) repeat #666 0 -300px;
}

a { 
	text-decoration: none;
	color: #000;
}

p {
	margin-bottom: 15px;
}

img {
	border: 0;
}

h2 {
	font-size: 20px;
	color: #458479;
	border-bottom: 1px dotted #458479;
	max-width:515px;
	margin-bottom: 15px;
}

#frame {
	width: 959px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(mainbgmin.png) repeat;	
}

#container {
	width: 929px;
	margin: 0 auto;
	text-align: left;
}

#top {
	width: 929px;
	height: 137px;
}

#logo {
	float: left;
	width: 332px;
	height: 137px;
}

#menu {
	float: left;
	width: 587px;
	margin-left: 10px;
}

#nav {
	width: 587px;
	height: 32px;
	text-align: justify;
	margin-top: 30px;
}

#nav img {
	vertical-align: top;
}

#logon {
	width: 587px;
	height: 20px;
	margin-top: 55px;
	text-align: right;
}

#logon p {
	display: inline-block;
	font-size: 16px;
	color: #999;
	font-weight: lighter;
	vertical-align: super;	
}

#logon img {
	margin-left: 5px;
}

#header {
	clear: both;
	width: 929px;
	height: 129px;
	margin-top: 20px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
}

#nav li {
	display: inline;
}

#nav span {
  display: inline-block;
  width: 100%;
  height: 0;
  margin-top: 50px;
}

#middle { 
	width: 929px;
	margin-top: 20px;
	overflow: auto;
	margin-bottom: 50px;
}

#left {
	float: left;
	width: 300px;
}

#left ul {
	list-style: inside url(../img/icons/vink.png);
	text-indent: 20px; 
	padding: 0;
}


#left li {
	background: url(../img/misc/balk.png) no-repeat;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	margin-bottom: 10px;
}

#left li:hover {
	background: url(../img/misc/balkpush.png) no-repeat;
}

#left .sel {
	background: url(../img/misc/balkpush.png) no-repeat;
}	

#left a {
	color: #FFF;
}

#content {
	float: left;
	width: 600px;
	margin-left: 29px;
}

#content a {
	color: #458479;
	text-decoration: underline;
}

#content ul {
	margin-left: 25px;
	list-style-type: square;
	margin-bottom: 15px;
}

#content li {
	margin: 5px;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 371px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 10px 0;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #458479;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
}

.hor-minimalist-a {
	line-height: 1.6em;
	margin: 0 15px 15px 15px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-a th {
	font-size: 14px;
	text-align: left;
	color: #4b9186;
	padding: 10px 8px;
	border-bottom: 2px solid #458479;
}

.hor-minimalist-a td {
	color: #000;
	padding: 9px 15px 0px 15px;
	border-bottom: 1px solid #ccc;
}

.hor-minimalist-a img {
	padding-bottom: 6px;
	padding-top: 8px;
}
/*
.hor-minimalist-a tbody tr:hover td {
	background-color: #666;
	color: #FFF;
}*/

.hor-minimalist-a tbody tr:hover a {
	color: #FFF;
}

#contact {
	margin: 20px 0; 
}

#contact img {
	margin-right: 4px;
}

#contact span {
	margin-left: 50px;
}

.tableCo {
	width: 550px;
}

.tableCo table {
	float: left;
	width: 200px;
	margin-right: 55px;
}

#bottom {
	clear: both;
	width: 929px;
	text-align: center;
}

#bottom p {
	margin: 0 auto;
	padding: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	border-top: 1px solid #458479;
	width: 800px;
}

#error {
	text-align: center; 	
	margin-bottom: 20px;
}

#error p {
	padding: 25px;
	border: 2px solid #458479;
	background-color: #CCC;
	color: #FFF;	
}