/* CSS Document */
body {
	margin:auto;
	padding:0;
	margin-top: 20px;
	font-family:helvetica,arial,sans serif;
	font-size: 11px;
	line-height: 15px;
}

a {
	font-family:helvetica,arial,sans serif;
	font-size: 12px;
}

a:hover {
	font-family:helvetica,arial,sans serif;
	font-size: 12px;
}

#wrapper {
	width: 800px;
	margin: auto;
}


* html #wrapper{
	left: 50%;
	margin-left: -400px;
	position: absolute; 
	
}

#logo {
	background-image: url(images/Pride_logo.jpg);
	background-repeat: no-repeat;
	width: 124px;
	height: 79px;
}

#members {
	background-image: url(images/members.gif);
	width: 68px;			/*97px;	*/
	height: 22px;  
	float: right;
}

#rule {
	width: 800px;
	height: 1px;
	border-top: solid 1px #B2B2B2;
	clear: right;
}

#nav {
	height: 30px;
	width: 800px;
	margin-top:10px;
	margin-bottom: 15px;
	border-top: solid 1px #B2B2B2;
	border-bottom: solid 1px #B2B2B2;
	clear:both;
}

#navWrapper {
	width: 800px;
	margin-top: -6px;
	margin-left: -30px;
}

*:first-child+html #navWrapper{
	margin-top: 5px;
} 
* html #navWrapper{
	margin-top: 12px;
}

li {
	display: inline;
}

#nav li a {
	color:#000;
	font-family:arial,helvetica,sans serif;
	font-size:13px;
	margin-top:5px;
	padding-right:35px;
	text-decoration:underline;
}

#nav li a:hover {
	color:#8F0000;
	font-family:arial,helvetica,sans serif;
	font-size:13px;
	margin-top:5px;
	padding-right:35px;
	text-decoration:underline;
}

#hd_home {
	background-image: url(images/hd_home.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
	clear: both;
}

#hd_auth {
	background-image: url(images/hd_authorization.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: -10px;
}

#hd_invoices {
	background-image: url(images/hd_invoices.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#invoiceWrapper {
	margin-top: 20px;
}

* html #invoiceWrapper{
	margin-top: 300px;
}

#hd_payments {
	background-image: url(images/hd_payments.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 30px; 
}

* html #payWrapper {
	clear: both;
	margin-top: 200px;
}

#hd_earlypay {
	background-image: url(images/hd_earlyPay.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#hd_vendors {
	background-image: url(images/hd_vendors.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#hd_help {
	background-image: url(images/hd_help.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#hd_paySuccess {
	background-image: url(images/hd_paymentSuccess.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#hd_payFailed {
	background-image: url(images/hd_paymentFailed.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#hd_earlyPaySuccess {
	background-image: url(images/hd_earlyPaySuccess.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#hd_earlyPayFailed {
	background-image: url(images/hd_earlyPayFailed.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

.clear {
	clear: both;
}