/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:#003d7d;
}

h1 {
	margin:0 0 20px 0;
	font-size:105%;
	padding:0;
	color:#003d7d;
	font-weight:lighter;
}

h2 {
	margin:0 0 25px 0;
	padding:0 25px 0 0;
	font-size:105%;
	color:#333333;
	float:right;
	font-weight:lighter;
}

img {
border:none;
}

p {
	color:#333333;
	font-size:80%;
}

a {
	text-decoration:none;
	color:#003d7d;
}

a:hover {
	text-decoration:underline;
}

hr {
	background-color:#f8981d;
	color:#f8981d;
	border:none;
	margin:0 0 25px 0;
	height:1px;
	padding:0;
}

#Wrapper {
	padding:0 0 0 75px;
	margin:0 auto 0 auto;
	width:775px;
}

#Header {
	padding:25px 0 25px 25px;
	background:#ffffff;
	width:675px;
}

#Nav {
	padding:0 25px 0 0;
	margin:0;
	background:url(images/NavGrad.gif) no-repeat;
	width:425px;
	min-height:30px;
	height:auto !important;
	height:30px;
	float:right;	
}

#Nav li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

#Nav li a {
	background:url(images/NavLeft.gif) no-repeat bottom left #002c5b;
	margin-left:5px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:90%;
	float:right;
}

#Nav li a:hover {
	background:url(images/NavLeftHover.gif) no-repeat bottom left #ad6a14;
}

#Nav li a span {
	padding:5px 10px 5px 10px;
	background:url(images/NavRight.gif) no-repeat bottom right;
	display:block;
}

#Nav li a:hover span {
	background:url(images/NavRightHover.gif) no-repeat bottom right;
}

.FLeft {
	float:left;
}

.FRight {
	float:right;
}

#Header .FRight {
	width:480px;
}

.clear, .result_clear {
	clear:both;
	height:1px;
	font-size:1px;
	display:block;
}


#Content {
	padding:0 25px 25px 25px;
	background:#ffffff;
	width:650px;
}

#Content p {
	line-height:120%;
}


#Content .FLeft {
	width:390px;
}

#Content .FRight {
	width:240px;
}

#Footer {
	padding:40px 0 0 25px;
	background:#006600;
	width:750px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background:url(images/Footer.gif) no-repeat;
}

#FooterLeft {
	float:left;
	width:325px;
	padding-top:20px;
}

#FooterLeft img {
	float:left;
	margin:0 5px 5px 0;
}

#FooterLeft p {
	font-size:80%;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

#FooterLeft a {
	font-size:90%;
	color:#FFFFFF;
}

#ICON {
	display:block;
	margin-top:60px;
	color:#FFFFFF;
	font-size:70%;
}


#FooterMiddle {
	float:left;
	width:325px;
	padding:0 0 0 0;
}

#FooterMiddle p {
	font-size:80%;
	color:#4d78a4;
	text-align:right;
}

#FooterRight {
	float:right;
	width:75px;
	padding:205px 0 0 0;
}

#FooterRight a {
	display:block;
	width:67px;
	padding:0 0 0 8px;
	font-size:80%;
	color:#4d78a4;
	height:28px;
	background:url(images/Top.gif) no-repeat 35px 0;
	text-decoration:none;
}

#FooterRight a:hover {
	color:#ffffff;
	background:url(images/TopHover.gif) no-repeat 35px 0;
}

#Copy {
	padding-top:45px;
	font-size:80%;
	color:#FFFFFF;
	display:block;
}

input, textarea {
	border:1px solid #003d7d;
	background:#ffffff;
}

.Submit {
	border:none;
	background:#003d7d;
	color:#FFFFFF;
	padding:5px;
	font-size:90%;
}

#Content .ContactLabel {
	display:block;
	float:left;
	padding:5px 5px 5px 0;
	font-size:90%;
	color:#333333;
	clear:both;
	width:150px;
	margin-bottom:0px;
}

.ContactInputSmall {
	display:block;
	float:left;
	width:45px;
	padding:2px;
	font-size:90%;
	margin-right:6px;
}

.ContactInputMedium {
	display:block;
	float:left;
	width:130px;
	padding:2px;
	font-size:90%;
}

.ContactInputLarge {
	display:block;
	float:left;
	width:350px;
	padding:2px;
	font-size:90%;
}

.ContactInput {
	display:block;
	float:left;
	width:190px;
	padding:2px;
	font-size:90%;
}

.clearForm {
	clear:both;
	height:10px;
}

.ContactSmall {
	font-size:65%;
}

/* Database */

.result {
	border-bottom:1px dashed #f8981d;
	margin-bottom:10px;
}

#Content span {
	clear:both;
	display:block;
	line-height:150%;
	font-size:80%;
	margin-bottom:10px;
}

#Content span.result_title {
	font-size:100%;
	color:#003d7d;
}

#Content strong {
	font-size:110%;
	color:#003d7d;
	font-weight:lighter;
}

.result_image {
	width:250px;
	float:left;
}

.result_image img {
	margin-bottom:20px;
}

.result_info {
	width:400px;
	float:left;
	position:relative;
}

*html .sold_span	{
	display:block;
	position:absolute;
	left:-250px;
	top:0px;
	height:60px;
	width:100px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	padding:5px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/Sold.png',sizingMethod='crop');
	font-weight:bold;
}

.sold_span {
	display:block;
	position:absolute;
	left:-250px;
	top:0px;
	height:60px;
	width:100px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	padding:5px;
	background-image:url(images/Sold.png);
	font-weight:bold;
}

#search_next_prev {
	color:#333333;
	border-bottom:1px dashed #f8981d;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:80%;
}

#search_next_prev a {
	color:#333333;
	display:block;
	padding:2px;
	display:inline;
}

#search_next_prev a:hover {
	background:#333333;
	color:#f8981d;
	text-decoration:none;
}