/*
 * Firefox has page bouncing on short pages.
 * We're forcing a veritcal scrollbar.
 * Users can disable this by adding
 * html { overflow: -moz-scrollbars-auto !important; }
 * to their userContent.css file
 */
html {
	overflow: -moz-scrollbars-vertical;
}

a:link, a:visited, a:active {
	background-color: transparent;
	/* color: #ffee00; */
	color: #0000cc;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	/* color: #ffee00; */
	text-decoration: underline;
}

body {
	background-color: #ccd6e0;
	color: #1e365a;
	font-family: Verdana;
	font-size: 9pt;
	margin: 0px;
}

div.contact {
	/* background-color: #ffffff; */
	background-color: #c5d6e6;
	border: 1px solid #1e365a;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	width: 355px;
}

div.error {
	border: 1px solid #ff0000;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	text-align: left;
	width: 355px;
}

form {
	margin: 0px;
}

hr {
	color: #1e365a;
}

img {
	border: 0px;
}

img.baseline {
	padding-right: 4px;
	vertical-align: baseline;
}

img.inline {
	padding-right: 4px;
	vertical-align: middle;
}

img.treeview {
	margin: 0px;
	vertical-align: middle;
}

input.contact, select.contact, textarea.contact {
	background-color: #ffffff;
	border: 1px solid #1e365a;
	margin-bottom: .75em;
	margin-left: 15px;
	margin-right: 15px;
	width: 325px;
}

input.contactbutton {
	/* background-color: #c1c68e; */
	border: 1px solid #1e365a;
	width: 80px;
}

table {
	/* background-color: #ffffff; */
}

table.block {
	background-color: #c5d6e6;
	border: 1px solid #1e365a;
}

table.block-right {
	border: 1px solid #1e365a;
	border-right: 0px none;
}

table.chart {
	background-color: #000000;
	border: 1px solid #1e365a;
}

table.package {
	border-bottom: 1px solid #1e365a;
	border-right: 1px solid #1e365a;
}

td {
	text-align: left;
	vertical-align: top;
}

td.breadcrumb {
 	border-bottom: 1px solid #1e365a;
 	padding-bottom: 7px;
}

td.form {
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
}

td.info {
	padding: 15px;
}

td.menu {
	background-color: #c5d6e6;
	/* font-size: 8pt; */
	padding: 5px;
}

td.package {
	border-bottom: 1px solid #1e365a;
	border-right: 1px solid #1e365a;
}

th {
	background-color: #1e365a;
	/* color: #ffffff; */
	color: #c5d6e6;
	font-style: italic;
	padding: 4px;
	text-align: left;
	text-transform: uppercase;
}

th.menu {
	background-color: #1e365a;
	color: #c5d6e6;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

ul {
	list-style: square;
	margin-bottom: 2px;
	margin-top: 0px;
}

.breadcrumb {
	font-size: 8pt;
	vertical-align: middle;
}

.copyright {
	font-size: 8pt;
	/* text-align: center; */
}

.ordernow {
	margin-top: 12px;
	float: left;
	font-size: 8pt;
	text-align: left;
}

.readmore {
	margin-top: 12px;
	float: right;
	font-size: 8pt;
	text-align: right;
}

.highlight {
	color: #FF0000;
	font-weight: bold;
}

tr.nav td {
	background: url('/images/nav/navspacer.png');
	border-bottom: 1px solid #1e365a;
	border-top: 1px solid #1e365a;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

tr.nav td a:link, tr.nav td a:visited {
	color: #1e365a;
}

tr.nav td a:hover {
	color: #ffe400;
	text-decoration: none;
}