html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
h1,h2,h3 { font-weight: bold; }

h1 {
	font-size: 28px;
	margin-bottom: 4px;
/*	color: #a8996e; */
	color: #153a8a; 
}
h2 {
	font-size: 22px;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	padding: 5px;
}
table.smallpad td {
	padding: 2px;
}
table.nopad td {
	padding: 0px;
}
table.border {
	border-collapse: collapse;
}
table.border td {
	border: solid 1px black;
}
ul { 
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
}
ul li {
	list-style: none;
	padding-top: 2px;
	margin-bottom: 3px;
}
a {
	color: #111;
	text-decoration: underline;
}
a:hover {
	color: #555;
	text-decoration: none;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
}
.yellow {
	color: #fcd025;
}
.red {
	color: red;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
html body {
	font-family: Arial;
	line-height: 1.5;
	font-size: 15px;
}

body {
	padding: 10px;
	text-align: center;
	background: url('../images/layout/roadbg.jpg') top center fixed;
}
body.boat {
	background: url('../images/layout/yachtbg.jpg') top center fixed;
}
body.bike {
	background: url('../images/layout/bikebg.jpg') top center fixed;
}
input { 
	vertical-align: middle;
}
textarea, input[type="text"], select {
	border: solid 1px black;
	padding: 2px;
}
td { vertical-align: top; }

#content {
	background: url('../images/layout/content_rpt.png') top center repeat-y;
}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
.red_btn {
	float: left;
	padding-left: 14px;
	display: block;
	background: url('../../images/layout/btn_l.jpg') top left no-repeat;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
}
.red_btn:hover {
	color: #fff;
}
.red_btn span {
	display: block;
	padding-right: 17px;
	background: url('../../images/layout/btn_r.jpg') top right no-repeat;
}