/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	color: #616467;
}
body, textarea, input { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.off { display: none; }
.clear { clear: both; }
a img { border: 0; }
h1 { margin: 0; padding: 0; float: left; }
h2 {
	background: #bed5d9 url(../Img/bidnow-h1Bottom.png) no-repeat left bottom;
	font-size: 16px;
	color: #212424;
	padding: 0px 0px 9px 14px;
}
h2 span {
	font-weight: normal;
	color: #002830;
}
h3 a {
	color: #2283bc;
	font-size: 12px;
}
h3 a:hover { text-decoration: none; }
h4 {
	color: #191c1f;
	font-size: 13px;
	background: #afccd0 url(../Img/bidnow-h3BG.png) repeat-x;
	margin: 0px -14px 5px -14px;
	padding: 3px 0px 3px 14px;
}
h5 {
	color: #53959d;
	font-size: 12px;
	padding-bottom: 5px;
}
p { padding-bottom: 15px; }
a { color: #2283bc; }
.nowrap { white-space: nowrap; }
a:hover {text-decoration: none;}

dl dt
{
    font-weight: bold;
    text-indent: 15pt;
    display: list-item;
}
dl dd
{
    text-indent: 40pt;
    margin-bottom: 0.5em;
}

.fieldValue
{
    padding: 4px;
    margin: 5px;
    background-color: #EEEEEE;
    border: solid 1px #999999;
    font-size: 1.1em;
}

.servicesList li
{
    font-size: 1.1em;
    line-height: 22px;
    margin-left: 20px;
    font-weight: bold
}

/* ================== Layout Styles ==================== */
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 12px;
}

#main { clear: both; }

#content {
	width: 967px;
	background: url(../Img/bidnow-contentMid.png) repeat-y;
	margin-bottom: 8px;
}

#contentTop {
	background: url(../Img/bidnow-contentTop.png) no-repeat left top;
	padding-top: 14px;
}

#contentBottom {
	background: url(../Img/bidnow-contentBottom.png) no-repeat left bottom;
	padding: 0px 30px 6px 30px;
}

#topBar {
	float: right;
	background: #494949 url(../Img/bidNow-bodyBG.png) repeat-x top;
	width: 100%;
}

#topBarBottom {background: url(../Img/bidNow-bodyBGBot.png) repeat-x bottom;}

#topBarWidth {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#topNav {
	padding-bottom: 4px;
	float: right;
}

#topNav ul {
	background: url(../Img/bidNow-topNavBar.png) no-repeat right;
	float: right;
}

#topNav li {
	list-style-type: none;
	background: url(../Img/bidNow-topNavBar.png) no-repeat;
	float: left;
	background-position: left;
	padding: 8px 13px 11px;
	color: #FFFFFF;
}

#footer {
	clear: both;
	background: url(../Img/bidnow-footerMid.png) repeat-y;
	width: 967px;
}

#footerTop {
    background: url(../Img/bidnow-footerTop.png) no-repeat left top; 
}

#footerBottom {
	background: url(../Img/bidnow-footerBottom.png) no-repeat left bottom;
	padding: 15px 15px 15px 18px;
}

#footer a {
	color: #575a5d;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}

#footer a:hover { text-decoration: underline; }

.copyright { text-align: right; }

.login
{
    padding-left: 20pt;
    padding-top: 20pt;
}

input.greenWhiteButton {
	background: #146f79 url(../Img/greenWhiteButton.png);
	width: 80px;
	height: 32px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	border-style: none;
}

input.greenWhiteButton:hover { background: #146f79 url(../Img/greenWhiteButtonOver.png);}

.homeDashboard { position: relative; background-color: #fff; padding: 10px; }
.homeDashboard table { width: 100%; }
.homeDashboard table table { width: auto; }
.homeDashboard table td { vertical-align: top; }
.homeDashboard h3 { font-size: 20px; font-weight: normal; color: #8a8a8a; padding: 5px; }

.homeDashboard td a { text-decoration: none; }
.homeDashboard td a:hover { text-decoration: underline; }
.homeDashboard td.photo, .homeDashboard td.description { width: 50%; vertical-align:bottom; padding-bottom: 4px; font-size: 10px; }
.homeDashboard td.photo { text-align:right; }
.homeDashboard td.photo img { border: 1px solid #cfcfcf; margin-right: 4px; }

.homeDashboard .soon { float: left; font-size: 10px; margin-right: 3px; margin-bottom: 3px; }
.homeDashboard .soon a { text-decoration: none; }
.homeDashboard .soon img { border: 1px solid #cfcfcf; margin-bottom: 1px; }