/* CSS Document */

h1 {
	color: #006963;
	font-size: 24px;
	text-align: left;
}
h2 {
	color: #006963;
	text-align: center;
	font-size: 24px;
}


#header-bottom {
	margin: 0px;
	padding: 5px;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
	background-color: #71a4a1;
  height: 1%;
}
#header-bottom ul {
  text-align: left;
	margin: 0;
  padding: 0 0 0 30px;
}
#header-bottom li {
  display: inline;
  color: #015a55;
	font-weight: bold;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  color: #015a55;
}
#header-bottom a:hover {
  text-decoration: none;
  color: #ffffff;
}
#header-bottom p {
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
	color: #015a55;
	font-weight: bold;
}

td.content {
	padding: 20px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.inner-box {
  margin: 15px 10px;
	padding: 5px;
	background-color: #f7eadf;
	border: 1px solid #b27d44;
}

#sidebar .box {
	margin: 10px;
	padding: 5px;
	color: #9B6D38;
	background-color: #f7eadf;
	border: 1px solid #b27d44;
}
#sidebar .box p {
	margin: 0px;
}
#sidebar a:link, #sidebar a:visited {
	font-weight: bold;
  color: #C1731A;
	text-decoration: none;
}
#sidebar a:hover {
  color: #E28A25;
	text-decoration: none;

}
#sidebar ul {
	margin: 5px 5px 5px 20px;
	padding: 0;
	color: #b27d44;
	list-style-position: outside;
}
#sidebar li {
	font-size: 90%;
  line-height: 1.4em;
}
#content {
  color: #666666;
}
#content .home ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .home li {
	padding: 0px 10px 10px 30px;
	border-bottom: 1px solid #006963;
}

#content .features h2 a:link, #content .home .features h2 a:visited {
	color: #006963;
	font-size: 24px;
	text-align: left;
}
#content .home a:link, #content .home a:visited {
  color: #006963;
	text-decoration: none;
}
#content .home a:hover {
  color: #006963;
	text-decoration: underline;
}
#content .home .features li img {
  float: left;
  margin: 0 20px 5px 0;
}
#content img {
	border: 1px solid #128B84;
}
#content a:link, #content a:visited {
  color: #004844;
	text-decoration: underline;
}
#content a:hover {
  color: #006963;
	text-decoration: underline;
}
#footer {
	color: #FFFFFF;
	text-align: center;
}
#footer a:link, #footer a:visited {
  color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
  color: #F6F0E8;
	text-decoration: none;

}
#header-bottom .phone {
	font-weight: bold;
	position: top right;
}
tr.orange {
	background-color: #FFCC99;
}
.error {
    color: #AA0000;
		font-weight: bold;
}
.controlerror {
    background-color: #ffffdd;
    border: 1px solid #AA0000;
}
