/*------------------------------------------------------Site Map ---------------------------------------------------------*/
/*Changes: There are no seperate padding styles: padding should be applied to the .content, .tab, .lvl1, etc.*/
#SiteMap a
{	
	display: block;
}
#SiteMap td
{
	border:0px;
	text-align:left;
}
/*Changes: There is now a tab style for sites like PMT that have tab navigations */
.tab {
	font: normal 11px arial, sans-serif;
	color: #000;
	text-decoration: underline; 	
}
.lvl1 {
	display: block;
	font: 800 13px arial, sans-serif;
	color: #000097;
	text-decoration: none;
	padding: 3px;
	margin: 12px 2px 4px 12px;
}
.lvl1:hover {
	color: #000097;
	text-decoration: underline;
}
.lvl2 {
	display: block;
	font: 800 12px arial, sans-serif;
	color: #0550b5;
	text-decoration: none;
	padding: 3px 4px;
	margin: 1px 0 0 22px;
}
.lvl2:hover {
	color: #0052c3;
	text-decoration: underline;
}
.lvl3 {
	display: block;
	font: 12px arial, sans-serif;
	color: #850500;
	text-decoration: none;
	padding: 3px 1px;
	margin: 1px 0 0 32px;
}
.lvl3:hover
{
	color: #f00;
	text-decoration: underline;
}
/*---------------------------CONTENT PAGES----------------------------------*/
.Contacts img
{
	vertical-align: top;
}

.Contacts .body td
{
	border:0px;
	padding: 2px;
	text-align: left;
}

.Faq 
{
	text-align: left;
}

.Faq ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Faq li
{
	padding: 0;
	margin: 0;
}

.Faq .category
{
	font: 800 13px arial, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	margin-top:10px;
}

.Faq .question
{
	font: normal 11px verdana, sans-serif;
	color: #000;
	text-decoration: underline;
	margin-left: 15px;
	margin-top: 5px;
	display:block;
}

.WhatsNew 
{
	text-align: left;
}

.WhatsNew .body td
{
	border: 0px;
}

.WhatsNew .category
{
	font: 800 12px arial, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
}

.WhatsNew .link
{
	font: normal 11px verdana, sans-serif;
	color: #000;
	text-decoration: underline;
}

.Newsletter .Opt
{
	width: 200px;
}

.Newsletter .List
{
	width: 500px;
}

.Newsletter .List .hdr
{
	font: 800 14px arial, sans-serif;
	color: #000;
	background: none;
}

.Newsletter .List .body td
{
	border: 0px;
}

.Newsletter .subscribe
{
	border: 1px solid #998c59;
}

.Newsletter td
{
	padding:4px;
}

.Newsletter .subscribe .check
{
	display:inline;
}

.Newsletter .subscribe .name
{
}

.Search
{	
	text-align: left;
}
.Search .pad
{
	float:left;
	padding-right:5px;
	padding-bottom: 5px;
}

.Search .link
{
	display:block;
}

.Search .body td
{
	border:0px;
	border-bottom: 1px solid #9eb3bc;
}