@charset "utf-8";

* {
	margin: 0;
	padding: 0; }

a {
	color: #007d9d;
	outline: none; }

body {
	background: #000 top center url('tile.gif') no-repeat;
	color: #fff;
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif; }

br { }

	br.clear {
		clear: both;
		display: block;
		font-size: 0;
		line-height: 0; }

button,
input,
select,
textarea {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif; }

form {
	display: inline-block; }

	form button {
		clear: left;
		float: left;
		margin: 10px 0 0 110px;
		padding: .1em .3em .2em; }
	
	form label {
		clear: left;
		display: block;
		float: left;
		margin: .3em 0;
		padding-right: 10px;
		text-align: right;
		width: 100px; }
	
		form label + input,
		form label + select {
			float: left;
			margin: .3em 0; }
		
			form label + input + span,
			form label + select + span {
				float: left;
				margin: .3em 0 .3em .5em; }

h1 {
	font-size: 1.5em;
	margin-bottom: 1em; }

h2 {
	font-size: 1.3em;
	margin-bottom: 1em; }

p {
	margin: 1em 0; }

ul {
	list-style-position: inside; }

#content {
	background: url('topMain.gif') repeat-x;
	display: block;
	margin: 200px auto 0;
	width: 900px; }

#workZip,
#workPhoneExt {
	width: 50px; }

.eg {
	color: #999; }

.inner {
	background: top left url('topMainLeft.gif') no-repeat;
	display: block; }
	
	.inner .inner {
		background: top right url('topMainRight.gif') no-repeat;
		min-height: 323px;
		padding: 25px 30px; }

.nav {
	float: left;
	list-style: none;
	width: 130px; }
	
	.nav li.selected { }
	
		.nav li.selected a {
			font-weight: bold;
			text-decoration: none; }

.req {
	color: #007d9d; }

.section {
	display: none;
	margin-left: 150px; }
