/* CSS Document */
body {
	margin:auto;
	padding:0;
	margin-top: 20px;
	font-family:helvetica,arial,sans serif;
	font-size: 12px;
	line-height: 15px;
}

tr td {
	
}

#wrapper {
	width: 800px;
	margin: auto;
}

* html #wrapper{
	left: 50%;
	margin-left: -400px;
	position: absolute; 	
}

#logo {
	background-image: url(images/Pride_Logo.jpg);
	width: 124px;
	height: 79px;
}

#vendors {
	background-image: url(images/vendors.gif);
	width: 59px;   /*100px; */
	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;
}

#content {
	width: 800px;
	margin: auto;
}

#hd_home {
	background-image: url(images/hd_home.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#hd_requestCode {
	background-image: url(images/hd_requestCode.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: 10px; 
}

#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 {
	clear: both;
	margin-top: 20px;
}

#hd_wireReports {
	background-image: url(images/hd_wireReports.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin:auto;
	margin-bottom: -10px; 
}

#hd_memberSearch {
	background-image: url(images/hd_memberSearch.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; 
}

#contentWrapper {
	clear: both;
	margin-top: 20px;
}

* html #contentWrapper {
	clear: both;
	margin-top: 300px;
}

