﻿#customform label,
#customform input[type=text],
#customform textarea {
  width: 400px;
  display: block;
}
#customform textarea {
  min-height: 100px;
}
#customform input[type=button] {
  margin: 5px 0px;
  display: block;
  width: 200px;
  cursor: pointer;
}
#customform #submittedmessage {
  visibility: hidden;
  color: green;
}
ul.imageslideshow {
  background-image: url('../image/banner_1.jpg');
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
  height: 170px;
}
html {
  margin: 0px auto;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  width: 1024px;
  margin: 0px auto;
  padding: 0px;
  border-left: solid 1px #eaeaea;
}
a,
a:visited {
  color: #0f3c57;
  text-decoration: none;
  padding: 4px 10px 4px 10px;
}
header {
  background-color: #231f20;
}
header img {
  margin: 13px 0px 7px 0px;
  display: inline-block;
}
nav {
  width: 100%;
  background-color: #d1ab42;
  background-repeat: no-repeat;
  border-bottom: solid 1px black;
}
nav a,
nav a:visited {
  color: #231f20;
  padding: 2px 10px 3px 10px;
  border: solid 1px transparent;
}
nav a:hover {
  text-decoration: underline;
}
nav ul {
  list-style: none;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
nav ul li {
  float: left;
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
article {
  min-height: 100%;
  width: 770px;
  float: left;
  line-height: 16pt;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 20px;
}
article p.q {
  font-weight: bold;
}
article h2 {
  padding: 0;
  width: 100%;
  font-size: 14pt;
}
article h1 {
  color: #231f20;
}
article a,
article a:visited {
  padding: 0;
}
article.indented {
  padding-left: 330px;
  width: 670px;
  text-align: justify;
}
aside {
  width: 200px;
  float: right;
  border: 1px solid #eaeaea;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
aside h2 {
  padding: 5px;
  margin: 8px;
  width: 100%;
  font-size: 14pt;
  color: #231f20;
  margin: 0px auto;
}
aside p {
  font-size: 14px;
  color: #231f20;
  margin: 10px 10px 10px 10px;
}
aside p.contact {
  font-size: 13px;
}
aside p.quote {
  font-style: italic;
}
aside a {
  padding: 0;
  color: #0f3c57;
}
aside a:hover {
  text-decoration: underline;
}
footer {
  margin: 0px auto;
  width: 1024px;
  color: #d1ab42;
  background-color: #231f20;
  z-index: 100;
  font-size: 13px;
  background-image: url("../image/goldstandardaccounting.png");
  background-repeat: no-repeat;
}
footer li {
  list-style: none;
}
footer div {
  width: 1024px;
  margin: 0px auto;
}
footer ul {
  margin: 20px;
  margin-bottom: 10px;
  padding: 0px;
  display: inline-block;
}
footer .risnesnet {
  margin-top: 10px;
  float: right;
}
footer .risnesnet a {
  padding: 0px;
  color: #d1ab42;
}
footer .risnesnet a:hover {
  color: #f7f7f7;
}
.clear {
  clear: both;
}
ul.textslideshow {
  background-image: url('../image/banner_1.png');
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
  height: 180px;
}
ul.textslideshow li {
  color: #0f3c57;
  padding-left: 10px;
  padding-top: 10px;
}
ul.textslideshow li h2 {
  font-size: 40px;
}
