/* CSS Document */

body {
	color: #666;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
table#idShell {
	width: 725px;
	border: none;
	color: Black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 9pt;
	font-weight: normal;
	text-align: left;
}
td {
  margin: 0;
  padding: 0;
}
.incomplete {
	color: Fuchsia;
}
a.incomplete img {
	border: 1px solid Fuchsia;
}
p {
  margin: 1em 0 0 0;
}
p.indent {
  margin-left: 7px;
}
a {
	color: Black;
	text-decoration: underline;
}
a img {
	border: none;
}
ul {
	margin: 0 10px 0 1.5em;
	padding: 0;
	list-style: disc;
	list-style-position: outside;
}
ul li {
	margin: 0;
	padding: 0;
}
big {
  color: #C66;
  font-size: 10pt;
  font-weight: bold;
}
/*--------- common styles ----------------------------------------------------*/
#idNav  {
  text-align: left;
  vertical-align: bottom;
  padding: 0 0 10px 14px;
}
#idCopywrite {
  text-align: right;
  vertical-align: bottom;
  font-size: 7pt;
  color: #999;
}
img.headline {
  margin-bottom: 12px;
}
img.hRule {
  margin: 10px 0;
}
#idMainImageTD {
  background-image: url(common/browndot.gif);
  background-repeat: repeat;
}
/*--------- home styles -------------------------------------------------------*/
#idHomeContent {
  padding: 15px;
  background-image: url(common/yellowdot.gif);
  background-repeat: repeat;
  color: Black;
  font-size: 8pt;
  line-height: 10pt;
  vertical-align: top;
}
#idHomeContent ul {
  margin-top: 12px;
  padding-left: 5px;
  color: #666;
  font-size: 9pt;
  line-height: 14pt;
  text-transform: uppercase;
}
#idHomeContent ul a {
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}
#idHomeContent ul a:hover {
  color: #C66;
}
#idSidebar {
  padding: 0 14px;
  background-image: url(common/greendot.gif);
  background-repeat: repeat;
  color: White;
  font-size: 8pt;
}
#idSidebar a {
  color: #FC3;
}
#idSidebar a:hover {
  color: #C66;
}
#idSidebar img {
  margin: 30px 11px 0 0;
}
#idSidebar a img {
  margin: 39px 0 3px 0;
}
/*--------- commerial,  recreational styles -----------------------------------*/
#idContent {
  padding: 15px 0 0 15px;
  background-image: url(common/yellowdot.gif);
  background-repeat: repeat;
  color: Black;
  font-size: 8pt;
  line-height: 10pt;
  vertical-align: top;
}
#idContent div {
  width: 350px;
}
#idContent td {
  padding-right: 11px;
}
#idContent td b {
  font-size: 9pt;
}
/*--------- contact styles ----------------------------------------------------*/
div#idContactInfo {
  padding: 30px 10px;
  background-image: url(common/greendot.gif);
  color: White;
  font-size: 11pt;
  line-height: 13pt;
}
div#idContactInfo span {
  font-size: 13pt;
  font-weight: bold;
}
div#idContactInfo a {
  color: White;
}
div#idContactInfo a:hover {
  color: #FC3;
}
form {
  margin: 0;
}
.bigInput {
  width: 400px;
}
.input {
  width: 250px;
  margin-bottom: 4px;
}
 


