* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}
p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
}
.clearfloat {  /*doule float fix*/
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#wrapper {
	height: auto;
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 145px;
	width: 100%;
	position: relative;
}
#wrapper #header #logo {
	position: absolute;
	left: 8px;
	top: -32px;
}
#wrapper #content {
	float: left;
	height: auto;
	width: 100%;
	min-height:400px;
}
#wrapper #content ol {
	margin-left: 80px;
	font-size: 14px;
}
#wrapper #content ol li {
	margin-bottom: 10px;
}
#wrapper .faqTable ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	font-size: 14px;
	line-height: 20px;
}
#wrapper .faqTable {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
*html #wrapper #content {
 height: expression( this.scrollHeight < 400 ? "400px" : "auto" ); /* sets min-height for IE6 */
}
#wrapper #content p.copy {
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 20px;
}
#wrapper #content h3.copy {
	color: #1B537E;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: -10px;
	font-size: 18px;
}
#wrapper #content h4.copy {
	color: #6884CF;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: -16px;
	font-size: 16px;
}
#wrapper #content .backToTop {
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 30px;
}
#wrapper #pageTitle {
	clear: both;
	height: 49px;
	margin-top: 18px;
}
#wrapper #widgets {
	width: 100%;
	height: 37px;
	margin-bottom: 32px;
}
#wrapper #widgets img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#wrapper div.sBox {
	height: auto;
	width: 462px;
	clear: none;
	float: left;
}
#wrapper div.sBox #sBox_top {
	background-image: url(/images/sbox_top.png);
	height: 35px;
	width: auto;
}
#wrapper div.sBox #sBox_middle {
	height: 370px;
	background-color: #f4f7fe;
	padding: 5px;
	width: auto;
	line-height: 26px;
	font-size: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFE908;
	border-left-color: #FFE908;
	font-weight: bold;
}
#wrapper div.sBox #sBox_middle ul {
	list-style-type: none;
}
#wrapper div.sBox #sBox_bottom {
	background-image: url(/images/sbox_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	width: 100%;
}
#wrapper .sBox #sBox_top img {
	margin-top: 5px;
	margin-left: 18px;
}
#wrapper #header #quickSearch {
	background-color: #1B537E;
	width: 930px;
	position: absolute;
	left: 27px;
	height: 32px;
	float: left;
	margin-bottom: 8px;
	bottom: 2px;
}
#wrapper #header #quickSearch div{
	float:left;
	display: inline;
}

#wrapper #quickSearch input#search {
	height: 20px;
	width: 355px;
	border: 1px solid #666;
	background-image: url(/images/bg_searchField.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 15px;
	color: #666;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-left: 8px;
	font-weight: bold;
}
#wrapper #quickSearch input#submit {
	background-image: url(/images/bg_searchEbay.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 191px;
	text-indent: -999px;
	display: block;
	background-color: #19537E;
	background-position: center;
	margin-left: 8px;
	font-size: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	cursor:pointer;
	cursor:hand;
}
#wrapper #footer {
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 200px;
}
#wrapper #showCase {
	background-color:#FFE909;
	height:190px;
	padding: 28px;
}
#wrapper #specialties p {
	margin-left: 35px;
}
#wrapper #showCase img#photoRight {
	float: right;
	margin-left: 28px;
}
#wrapper #contactForm {
	width:auto;
	font-size:15px;
}
#contactForm {
	position: relative;
	text-align: left;
	background-color: #FFE908;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#contactForm input {
	width: 220px;
	height: 18px;
	font-size: 15px;
	color: #666;
	padding: 2px;
	background-color: #FFF;
	font-weight: bold;
}
#contactForm textarea {
	width: 350px;
	font-size: 15px;
	color: #666;
	padding: 3px;
}
#contactForm input#field_9 {
	width: 445px;
}
#contactForm input#field_8 {
	width: 198px;
}
#contactForm input#saveForm {
	width: 80px;
	height: 28px;
}
#contactForm #contactFormError {
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}
#contactForm input.contactFormError {
	background-color: #FADADD;
}
#contactForm textarea.contactFormError {
	background-color: #FADADD;
}
#contactForm select.contactFormError {
	border: 1px solid #F00;
}

#wrapper #requestButtons {
	clear:both;
	text-align:center;
	height: auto;
	margin-top: 30px;
	background-color: #CCC;
}
div.verse {
	display: block;
	padding: 30px;
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1B537E;
	margin-right: 30px;
	margin-left: 30px;
	font-style: italic;
}
#wrapper #content .banner {
	clear: both;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
