﻿html {
}

body {
	background: #00aeef url(bg_top.gif) repeat-x;
	font: 1em/100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #00aeef;
}

#container {
	background: url(bg_content.gif) repeat-y center top;
	margin: 0 auto;
	width: 975px;
}

#header {
	background: url(header.jpg);
	width: 975px;
	height: 130px;
}

#menu {
	font-size: 80%;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	padding: 95px 0 0 0;
	width: 687px; /* adjust to center top navigation */
}
	#menu ul, #menu li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu a {
		color: #008dd4;
		float: left;
		height: 38px;
		padding: 0 0 0 28px;
		text-decoration: none;
	}
	#menu a:hover {
		color: #00688f;
	}


#banner-left,
#banner-right {
	float: left;
	height: 630px;
}
#banner-left {
	background: url(bg_left.gif) no-repeat;
	width: 153px;
}
#banner-right {
	background: url(bg_right.gif) no-repeat;
	width: 153px;
	 
	
}
	#banner-left .inner,
	#banner-right .inner {
		overflow: hidden;
		width: 153px;
	}
	#banner-left .inner {
	}
	#banner-left .title,
	#banner-right .title {
		color: #008dd5;
		font-size: 90%;
		height: 30px;
		margin: 0 15px;
		text-align: center;
	}

#content {
	width: 667px;
	float: left;
}

#flash {
	display: none;
}
#faqflash{
	background: url(/faq.jpg);
	height: 153px;
	width: 667px;
}
#manflash{
	background: url(/manager-center.jpg);
	height: 153px;
	width: 667px;
}
#movflash{
	background: url(/moving-center.jpg);
	height: 153px;
	width: 667px;
}
#claimflash{
	background: url(/claim.jpg);
	height: 153px;
	width: 667px;
}
#srchflash{
	background: url(/search.jpg);
	height: 153px;
	width: 667px;
}
#srchflash1{
	background: url(/search.jpg);
	height: 153px;
	width: 667px;
}
#content-inner {
	font-size: 90%;
	margin: 0 20px 20px 20px;
}

#success {
	background: url() no-repeat left bottom;
	float: left;
	width: 250px;
	padding-bottom: 0px;
}

#footer {
	background: url(bg_footer.gif) no-repeat right bottom;
	clear: both;
	font-size: 60%;
	padding-bottom: 30px;
}
	#footer hr {
		border: 0;
		border-top: solid 1px #333;
		margin: 0 150px;
		width: 630px;
	}
	#footer ul, #footer li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#footer ul {
		margin: 0 auto;
		width: 678px;
	}
	#footer li {
		display: inline;
	}
	#footer a {
		color: #6d6e70;
		letter-spacing: 2px;
		padding: 0 16px 0 17px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#footer a:hover {
		color: #333;
	}
	
.clear {
	clear: both;
}

#search_title {
	color: #6d6e70;
}
#search_title span {
	font-size: 170%;
	line-height: 150%;
}
#search_title a {
	color: #00aeef;
	text-decoration: underline;
}
#search_title a.change {
	color: #6d6e70;
	text-decoration: none;
}


label {
	background: url(form_label_bg.gif) no-repeat left top;
	color: #008dd4;
	line-height: 24px;
	padding: 0 6px;
}
label b {
	background: url(form_label_bg-right.gif) no-repeat right top;
	line-height: 24px;
	padding: 2px 0;
}


/* HOMEPAGE */
#homepage #flash {
	background: url(flash.jpg);
	display: block;
	height: 153px;
	width: 667px;
}
#homepage #content-inner {
	margin: 20px;
}


/* SEARCH RESULTS */
.search-results {
	background: url(content_header.gif) no-repeat;
	width: 657px;
}
.search-results table {
	margin: 0;
}
.search-results td h3 {
	color: #00aeef;
	font-size: 22px;
	margin: 4px;
}
.search-results td p {
	font-size: 12px;
	margin: 0 4px;
}
.search-results td p select {
	font-size: 12px;
	vertical-align: absmiddle;
}

.search-results table.result {
	border: solid 1px #00aeef;
}
	table.result,
	table.result tr,
	table.result td {
		border-collapse: collapse;
		font-size: 12px;
	}
	table.result td {
		padding: 0 4px;
	}
	.search-results tr.spacer td {
		border: solid 1px #00aeef;
	}
	.search-results tr.heading td {
		background: #dcdcde;
		height: 25px;
	}
		.search-results tr.heading td.links {
			text-align: right;
		}
		.search-results tr.heading td h3 {
			color: #000;
			font-size: 16px;
			line-height: 25px;
			margin: 0;
		}
		.search-results tr.heading td.img {
			width: 150px;
			background: #fff;;
			padding: 0;
			vertical-align: top;
		}
	.search-results tr.titles td {
		background: #f0f0f0;
		color: #00aeef;
		padding: 0 4px;
		font-size: 10px;
		font-weight: bold;
		height: 18px;
		line-height: 18px;
	}
	.search-results tr.data td {
		color: #333;
		font-size: 11px;
		padding: 2px 4px;
		vertical-align: top;
	}
	.search-results a img {
		border: solid 1px #00aeef;
	}
	
.listing,
.listing tr,
.listing th,
.listing td {
	border: solid 1px #f0f0f0;
	border-collapse: collapse;
}
.listing th {
	background: #f0f0f0;
	color: #00aeef;
}
.listing td {
	text-align: center;
}
