﻿/* Right Nav bar */
#rightnav {
	width: 190px;
	display: block;
	min-height: 35px;
}

#rightnav ul {
	margin: 0;
	padding: 0;
}

#rightnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rightnav a {
	background: url('../images_pws/rightButton.png') no-repeat;
	margin: 0 auto 4px auto;
	padding: 0;
	display: block; /* to increase clickable area as a's default to inline */;
	color: #000;
	text-decoration: none;
	line-height: 2.5em;
	font: normal normal bold 14pt/1.7em "Century Gothic", "Arial Rounded MT Bold", "Arial Black", Arial, sans-serif;
	height: 35px;
	width: 181px;
	text-align: center;
}

#rightnav a.small {
	font-size: 12pt;
	line-height: 2.1em;
}

#rightnav a:hover {
	color: #fff;
}

#rtboxtop {
	margin: 0 auto 0 auto;
	padding: 0;
	background: url('../images_pws/advertBoxTop.png') no-repeat;
	height: 11px;
	width: 186px;
}

#rtboxcontent {
	width: 186px;
	min-height: 16px;
	background: url('../images_pws/advertBoxMiddle.png') repeat-y;
	margin: 0 auto 0 auto;
	padding: 0;
}

#rtboxcontent p {
	text-align: center;
	color: #fff;
	font: normal normal normal 12pt Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0 0 .5em 0;
}

#rtboxbottom {
	background: url('../images_pws/advertBoxBottom.png') no-repeat;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 11px;
	width: 186px;
}

#ads {
	margin: 16px 0 0 0;
}
