body {
	background: #4D87C7 url(/_img/bg_blue-15x600.png) repeat-x fixed 0 0;
	padding: 0;
}

dt {
	background-color: #eee;
	padding: 3px 5px 1px 9px;
	font-size: 1.1em;
	font-weight: bold;
}

dd {
	border-left: solid 5px #eee;
	padding: 5px 0 0 10px;
}

input.text {
	border: solid 1px #aab;
}

textarea {
	border: solid 1px #aab;
}

form label.error {
	margin-top: 0;
	background-color: #ABADB3;
	padding: 2px 5px;
	color: #c00;
	font-weight: bold;
}

.container_12 {
	background-color: white;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header {
	margin: 10px 0 0 0;
	background: #369 url(/_img/sandiego.jpg) repeat-x 0 -395px;
	padding: 10px 0 0 0;
	color: white;
}

.header table {
	margin-bottom: 0;
}

.header .logo-top {
	padding-left: 20px;
	white-space: nowrap;
	text-align: center;
}

.logo-top h1 {
	margin: 0;
	border: solid 1px #ccc;
	padding: 0 30px;
	background-color: #135;
	font-family: 'Times New Roman';
	font-weight: normal;
	font-size: 30pt;
}

.logo-top h1 span {
	color: #aaa;
}

.header .logo-bottom {
	padding: 0 0 5px 20px;
	white-space: nowrap;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}

.header .contact {
	width: 100%;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
	color: khaki;
	line-height: 15pt;
}

.header .contact strong {
	font-size: 18pt;
	font-weight: bold;
	color: white;
}

.header .nav {
	border-top: 1px #135 solid;
	border-bottom: 1px #aaa solid;
	background: #ccc url("/_img/nav_shinybuttons/background.png") repeat-x center right;
	padding: 0 20px;
}

.header .nav td {
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
	padding: 1px 0 0 0;
	white-space: nowrap;
	line-height: 1.6em;
}

.nav td a {
	padding: 0.3em 0;
	line-height: 1.6em;
	vertical-align: baseline;
	text-decoration: none;
	color: #a21;
	font-weight: bold;
}

.nav td a:focus,
.nav td a:hover,
.nav td a:active  {
	background: #aaa;
	text-decoration: none;
}

.nav td.active {
	background-color: #aaa;
}

.nav td.active a {
	color: #12b;
}

.intro {
	margin-bottom: 10px;
	height: 139px;
	background: #fff url('/_img/redman-940x163.jpg') repeat-x 0 0;
	padding: 12px 30px 12px 20px;
	color: white;
}

.intro h3 {
	margin: 0;
	padding: 0;
	color: #ddd;
}

.title {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: +2px;
	border-bottom: dotted 1px silver;
	color: #369;
	margin-bottom: 5px;
}

.pane1 form {
	background-color: #cde;
	padding: 5px 12px;
}

.pane1 form div {
	margin-bottom: 5px;
}

.pane1 label {
	margin-left: -3px;
	color: #333;
}

.pane1 textarea {
	width: 100%;
	margin-left: -3px;
}

.pane1 input.text {
	width: 100%;
	margin-left: -3px;
}

.pane2 em, .pane2 strong {
	background-color: #ffd;
}

.footer {
	margin-top: 10px;
	padding: 5px 10px;
	background: #ccc url("/_img/nav_shinybuttons/background.png") repeat-x center right;
	text-align: center;
}
