body {
	background: #219bb9;
	font-family: arial, helvetica, sans-serif;
	}

/*--Main Styles--*/
#section-header {
	float: left;
	display: inline; /*-IE6-*/
	width: 680px;
	margin: 0 0 0 110px;
	padding: 0 0 10px 0;
	}
#section-footer, #account {
	float: left;
	color: #000;
	display: inline; /*-IE6-*/
	1font-size: 12px;
	width: 680px;
	margin: 0 0 0 110px;
	padding: 7px 0;
	}
#section-footer div, #account div {
	float: left;
	display: inline; /*-IE6-*/
	}
#account a {
	color: #000;
	}
#account div {
	width: 400px;
	margin: 10px 140px;
	}
#account div a {
	color: #fff;
	}
em {
	font-style: italics;
	}
h1 {
	color: #345b83;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	height: 50px;
	margin: 20px 0 0 0;
	}
#chatButton {
	float: right;
	position: absolute;
	display: block;
	height: 41px;
	width: 131px;
	top: 66px;
	left: 807px;
	}
#chatButton img {
	border: 0;
	}

strong {
	color: #000;
	font-weight: bold;
	}
.clear {
	clear: both;
	}

/*--Button Related--*/
.button1, .button2, .button3, .button4, .button5 {
	float: right;
	background: #39658c top left no-repeat;
	color: #fff;
	text-decoration: none;
	margin: 0 20px 0 0;
	padding: 6px 0;
	text-align: center;
	border: 0;
	}

/*--Form Section--*/
form a {
	text-decoration: none;
	}
form a:link, form a:visited {
	color: #000;
	text-decoration: none;
	}
form a:hover, form a:active, form a:focus {
	color: #000;
	text-decoration: none;
	}
form {
	float: left;
	display: inline; /*-IE6-*/
	color: #345b83;
	width: 800px;
	margin: 25px 0 0 0;
	}
form p {
	float: left;
	display: block;
	width: 100%;
	margin: 3px 0 0 0;
	}
input, select {
	float: left;
	height: auto;
	border: 0;
	}
option {
	background: #fff;
	}
* html input, * html select {
	background-attachment: fixed; /*-IE6 pushes-*/
	}
.smallerInput {
	width: 60px;
	}
.time {
	width: 80px;
	}
label {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.9;
	padding-right: 10px;
	}
form div h3 {
	float: left;
	display: block;
	color: #fff;
	font-size: 18px;
	width: 140px;
	margin: 0 13px 0 0;
	}
input[type='hidden'] {
	display: none; /*-FF2 is displaying these-*/
	}
input.checkbox {
	float: left;
	background: inherit;
	height: auto;
	width: 14px;
	margin: 5px 0 0 3px;
	padding: 0;
	border: 0;
	}
* html input.checkbox {
	background: none;
	}
input.radio {
	float: left;
	display: inline; /*-IE6-*/
	background: none;
	height: auto;
	width: auto;
	margin: 7px 0 0 20px;
	padding: 0;
	border: 0;
	}
.radioLabel, .checkboxLabel {
	float: left;
	display: inline; /*-IE6-*/
	font-weight: normal;
	width: auto;
	margin: 0 10px;
	}
	
/*--Table Related--*/
table {
	float: left;
	display: inline; /*-IE6-*/
	margin: 10px 0 10px 12px;
	}
table td, table th {
	padding: 0;
	margin: 0;
	}
th {
	background: #064e91 url(../images/bgSavedSearchesTableHeader.gif) top left repeat-x;
	text-align: center;
	height: 30px;
	border-left: 4px solid #dbdbdb;
	empty-cells: hide;
	}
td {
	background: #f3f2f2;
	border-bottom: 4px solid #dbdbdb;
	border-left: 4px solid #dbdbdb;
	}
td p {
	padding: 0 0 0 5px;
	}
