h1 {
  margin: 0 0 1em 0;
  font-size:1.675em;
  line-height:2.5em;
  color:#001414;
}

h2 {
  margin: 1em 0 0 0;
  font-size:1.25em;
  color:#00272b;
}

h3 {
	font-size:0.875em;
}

hr {
	height:1px;
	background:#333;
	color:#333;
	margin: 1em 0;
}
.txt-right {
	text-align:right;
}
.txt-center, .center {
	text-align:center;
}
.txt-sml {
	font-size:11px;
}
#content a {
	color:#961422;
	text-decoration: none;
}
#content a:visited {
	color:#770511;
}
#content a:hover {
	color:#f89320;
}

#content a.button{
	background: transparent url('../images/i-button.gif') no-repeat right bottom;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding: 13px 40px 11px 20px;
}
#content a.button:hover {
	background-position: right top;
}


/* Contact Form */
.contact-form {
	float:right;
	width:319px;
	margin: 0 0 0 20px;
	background: transparent url('../images/g-contact-mid.gif') repeat-y;
}
.contact-form-top {
	background: transparent url('../images/g-contact-top.gif') no-repeat;
}
.contact-form-btm {
	background: transparent url('../images/g-contact-btm.gif') no-repeat left bottom;
	min-height:200px;
	padding: 20px;
}
.contact-form input, .contact-form textarea {
	font-size:0.875em;
	padding: 3px;
	width:170px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}
.contact-form label {
	display:inline-block;
	width:90px;
	vertical-align:top;
	font-size:0.875em;
	color:#fff;
}
.contact-form input.submit {
	background: transparent url('../images/g-contact-submit.gif') no-repeat;
	padding: 7px 20px 9px 4px;
	color:#fff;
	width: 145px;
	margin: 0 0 0 130px;
}
.contact-form input.submit:hover {
	color:#000;
}


/* Content Tables */
#content table {
	font-size:0.875em;
	line-height:1.675em;
	border-collapse: collapse;
}
#content table td, #content table th {
	border: 1px solid #adb0a2;
	background:#f8f3e0;
	padding: 2px 10px;
}

#flashcontent {
	z-index: 20000;
}

